@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
body {
  margin: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
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.
 */
/* line 97, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
small {
  font-size: 80%;
}

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

/* line 125, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
sub {
  bottom: -0.25em;
}

/* line 129, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
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.
 */
/* line 178, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
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.
 */
/* line 210, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
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.
 */
/* line 232, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
[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.
 */
/* line 282, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
[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.
 */
/* line 300, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
[hidden] {
  display: none;
}

/* line 346, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 369, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 373, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
body {
  line-height: 1;
}

/* line 376, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
ol, ul {
  list-style: none;
}

/* line 379, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
blockquote, q {
  quotes: none;
}

/* line 382, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 387, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 392, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
input {
  border: none;
}

/* line 396, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
button {
  border: none;
}

/* line 402, ../xampp/htdocs/mailteck/scss/_normalizar.scss */
input:focus, select:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

/* Variables */
/* GENERALES */
/*radius*/
/* line 1, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 6, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 12, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 17, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 25, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 32, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-front {
  z-index: 100;
}

/* line 36, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  line-height: 1.2rem;
  font-size: 0.9rem;
}

/* line 44, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
  padding-left: 7px;
  line-height: 1.2rem;
  color: #002f87;
}

/* line 54, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-autocomplete-term {
  font-weight: bold;
}

/* line 57, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-autocomplete-term span.padre {
  font-style: italic;
  font-weight: normal;
  font-size: calc(100% - 2px);
}

/* Interaction states----------------------------------*/
/* line 70, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.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;
}

/* line 85, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.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;
}

/* line 95, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.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;
}

/* line 108, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.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;
}

/* line 122, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 125, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.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 #00163e;
  background: #00163e;
  font-weight: normal;
  color: #000;
}

/* line 136, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #27A982;
  background-color: #ffffff;
}

/* line 141, ../xampp/htdocs/mailteck/scss/_autocompletar.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* line 1, ../xampp/htdocs/mailteck/scss/_header.scss */
header {
  /* fin content-header*/
}

/* line 4, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header {
  background-color: #ffffff !important;
  box-shadow: 0 0 10px 3px #002f8769;
  border-radius: 30px 30px 0 0;
  border: 1px solid #5d839f;
  padding: 10px 20px;
  margin-top: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

/* line 20, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu {
  position: relative;
}

/* line 25, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu #toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

/* line 34, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu #toggle .ham {
  width: 39px;
  height: 45px;
  background-image: url(/image/ico/menu.png);
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 8px;
  z-index: 2;
}

/* line 45, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu #toggle .ham div {
  width: 24px;
  height: 4px;
  background: white;
  transition: all 0.3s;
  backface-visibility: hidden;
  margin: 0;
  margin-left: 7px;
  margin-top: 4px;
}

/* line 56, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu #toggle.on .ham .one {
  /*transform: rotate(45deg) translate(5px, 6px);
                    margin-left: 9px;*/
  transform: rotate(45deg) translate(5px, 6px);
  margin-left: 7px;
  width: 16px;
  margin-top: 9px;
}

/* line 65, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu #toggle.on .ham .two {
  opacity: 0;
}

/* line 69, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu #toggle.on .ham .three {
  /*transform: rotate(-45deg) translate(5px, -7px);
                    margin-left: 9px;*/
  transform: rotate(-45deg) translate(5px, -7px);
  margin-left: 17px;
  width: 16px;
}

/* line 77, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu .txt-menu {
  font-size: 15px;
  line-height: 18px;
  background-color: #fff;
  color: #494A4E;
  border: 2px solid #fff;
  border-radius: 0px 7px 0 0;
  transition: background-color 0,6s linear;
  transition: color 0,6s linear;
  transition: border 0.6s linear;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 18px;
  padding-right: 8px;
  margin-left: -16px;
  z-index: 1;
  letter-spacing: 3px;
}

/* line 99, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu #toggle.on .txt-menu {
  background-color: #86898D;
  border: 2px solid #86898D;
  color: #fff;
  transition: background-color 0,6s linear;
  transition: color 0,6s linear;
  transition: border 0.6s linear;
}

/* line 111, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu .opcion-menu {
  /*border: 2px solid #86898d;*/
  width: max-content;
  padding: 10px;
  border-radius: 3px;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: center;
  margin: auto;
  display: none;
  position: absolute;
  top: 42px;
  background-color: #e3e3e3;
  left: 18px;
  box-shadow: inset 0px 3px 10px 0px #86898df7;
  -webkit-box-shadow: inset 0px 3px 10px 0px #86898df7;
  letter-spacing: 3px;
  z-index: 1;
}

/* line 134, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu .opcion-menu ul li {
  display: inline-block;
  /*cierra a*/
}

/* line 142, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu .opcion-menu ul li a:link {
  display: inline-block;
  border-bottom: 1px solid #5d5d5e;
  padding-bottom: 1px;
  text-decoration: none;
  color: #86898D;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 4px;
  margin-right: 4px;
  transition: border 0.3s linear;
}

/* line 158, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu .opcion-menu ul li a:visited {
  display: inline-block;
  border-bottom: 1px solid #5d5d5e;
  padding-bottom: 1px;
  text-decoration: none;
  color: #86898D;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 4px;
  margin-right: 4px;
  transition: border 0.3s linear;
}

/* line 175, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu .opcion-menu ul li a:hover {
  display: inline-block;
  border-bottom: 1px solid #0d2a52;
  padding-bottom: 1px;
  text-decoration: none;
  color: #0d2a52;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 4px;
  margin-right: 4px;
  transition: border 0.3s linear;
}

/* line 199, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu .opcion-menu ul li a.selected:link {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #0d2a52;
}

/* line 205, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu .opcion-menu ul li a.selected:visited {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #0d2a52;
}

/* line 213, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .menu .opcion-menu ul li a.selected:hover {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0d2a52;
  color: #0d2a52;
}

/* line 244, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .logo {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
  width: 150px;
}

/* line 253, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .logo img {
  width: 100%;
}

/* line 257, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .logo .logo-txt {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #798ea1;
  font-weight: bold;
  margin-top: -11px;
  font-size: 12px;
  font-family: Verdana;
}

/* line 277, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .header-user {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 287, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .header-user .header-user-into {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 297, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .header-user .header-user-into .txt-user {
  margin-right: 7px;
  font-size: 16px;
  line-height: 18px;
}

/* line 304, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .header-user .header-user-into .icon-user {
  width: 42px;
  height: 33px;
  background-image: url(/image/ico/user.png);
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

/* line 323, ../xampp/htdocs/mailteck/scss/_header.scss */
header .content-header .header-user .salir {
  width: 33px;
  height: 36px;
  background-image: url(/image/ico/salir.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}

/* line 1, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox {
  width: 632px;
  height: 253px;
  background-color: #e9f1f5;
  border: 1px solid #bdbdbd;
  border-radius: 4px 4px 4px 4px;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 14px;
}

/* line 12, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox span.rojo, .container_listbox option.rojo {
  color: #bf3e3e;
}

/* line 18, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.selectDisponibles {
  float: left;
  width: 252px;
  height: 242px;
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #dcdcdc;
}

/* line 28, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.selectDisponibles select {
  float: left;
  width: 250px;
  height: 240px;
  margin-top: 0px;
  margin-left: 0px;
  font-family: Verdana;
  font-size: 13px;
  color: #2a2a2a;
  cursor: pointer;
  border: none;
  padding: 5px;
  /* border: 1px solid #007298;*/
}

/* line 43, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.selectAsignados {
  float: right;
  width: 252px;
  height: 242px;
  margin-top: 0px;
  margin-right: 0px;
  border: 1px solid #dcdcdc;
}

/* line 52, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.selectAsignados select {
  float: left;
  width: 250px;
  height: 240px;
  margin-top: 0px;
  margin-left: 0px;
  font-family: Verdana;
  font-size: 13px;
  color: #2a2a2a;
  cursor: pointer;
  border: none;
  padding: 5px;
  /*border: 1px solid #007298;*/
}

/* line 67, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.operadores {
  float: left;
  width: 98px;
  height: 240px;
  margin-top: 0px;
  margin-left: 8px;
}

/* line 76, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.operadores div.add_all {
  float: left;
  width: 55px;
  height: 50px;
  margin-top: 8px;
  margin-left: 22px;
  cursor: pointer;
  background-image: url(/image/ico/right-all.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  background-size: 50%;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 96, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.operadores div.add_all:hover {
  background-color: #13364e;
  background-image: url(/image/ico/right-all-blank.png);
  border-color: #13364e;
}

/* line 105, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.operadores div.remove_all {
  float: left;
  width: 55px;
  height: 50px;
  margin-top: 8px;
  margin-left: 22px;
  cursor: pointer;
  background-image: url(/image/ico/left-all.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  background-size: 50%;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 123, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.operadores div.remove_all:hover {
  background-color: #13364e;
  background-image: url(/image/ico/left-all-blank.png);
  border-color: #13364e;
}

/* line 131, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.operadores div.add {
  float: left;
  width: 55px;
  height: 50px;
  margin-top: 8px;
  margin-left: 22px;
  cursor: pointer;
  background-image: url(/image/ico/right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  background-size: 50%;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 149, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.operadores div.add:hover {
  background-color: #13364e;
  background-image: url(/image/ico/right-blank.png);
  border-color: #13364e;
}

/* line 158, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.operadores div.remove {
  float: left;
  width: 55px;
  height: 50px;
  margin-top: 8px;
  margin-left: 22px;
  cursor: pointer;
  background-image: url(/image/ico/left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  background-size: 50%;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 176, ../xampp/htdocs/mailteck/scss/_selector.scss */
.container_listbox div.operadores div.remove:hover {
  background-color: #13364e;
  background-image: url(/image/ico/left-blank.png);
  border-color: #13364e;
}

/* line 2, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas {
  background-color: #5d839f;
}

/* line 7, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  font-size: 0.8rem;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}

/* line 27, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas li {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

/* line 33, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas li::after {
  content: ">";
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
}

/* line 47, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas li:last-child a:link {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

/* line 53, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas li:last-child a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

/* line 59, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas li:last-child a:hover {
  text-decoration: underline;
  color: #e0e0e0;
  font-weight: bold;
}

/* line 71, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas li:last-child::after {
  content: none;
}

/* line 78, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas li a:link {
  text-decoration: none;
  color: #fff;
}

/* line 83, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas li a:visited {
  text-decoration: none;
  color: #fff;
}

/* line 88, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas li a:hover {
  text-decoration: underline;
  color: #e0e0e0;
}

/* line 96, ../xampp/htdocs/mailteck/scss/_migas.scss */
.migas .content-migas li > span {
  color: #000808;
  font-weight: bold;
}

/* line 2, ../xampp/htdocs/mailteck/scss/_general.scss */
body {
  font-family: Verdana;
  font-size: 14px;
  line-height: 18px;
  color: #180000;
  background-color: #E7F6FE;
  -webkit-text-size-adjust: 100%;
  font: 13px/20px PTSansRegular,Arial,Helvetica,sans-serif;
}

/* line 18, ../xampp/htdocs/mailteck/scss/_general.scss */
main, header, nav, section, div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 23, ../xampp/htdocs/mailteck/scss/_general.scss */
section {
  /*background-color: #fff;*/
}

/* line 28, ../xampp/htdocs/mailteck/scss/_general.scss */
main {
  margin: 0 auto;
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 599px) {
  /* line 28, ../xampp/htdocs/mailteck/scss/_general.scss */
  main {
    padding-top: 18px;
    padding-bottom: 22px;
  }
}

/* line 41, ../xampp/htdocs/mailteck/scss/_general.scss */
strong {
  font-weigth: bold;
}

/* line 50, ../xampp/htdocs/mailteck/scss/_general.scss */
section.sec-h1 {
  /*padding-bottom: 10px;
		    padding-top: 10px;
		    background-color: #f6f6f6;
		    border-top: 1px solid;
		    border-bottom: 1px solid;
		    background-image: none;
		    border-color: #d2d3d4;*/
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid;
  background-image: none;
  border-color: #092036;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 24px;
}

/* line 69, ../xampp/htdocs/mailteck/scss/_general.scss */
section.sec-h1 .tit-1 {
  font-size: 28px;
  line-height: 32px;
  color: #454545;
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 87, ../xampp/htdocs/mailteck/scss/_general.scss */
section.sec-h1 .tit-1 a.tit-cotejo:link {
  font-size: 24px;
  color: #5d839f;
}

/* line 92, ../xampp/htdocs/mailteck/scss/_general.scss */
section.sec-h1 .tit-1 a.tit-cotejo:visited {
  font-size: 24px;
  color: #5d839f;
}

/* line 97, ../xampp/htdocs/mailteck/scss/_general.scss */
section.sec-h1 .tit-1 a.tit-cotejo:hover {
  font-size: 24px;
  color: #213747;
  text-decoration: none;
}

/* line 103, ../xampp/htdocs/mailteck/scss/_general.scss */
section.sec-h1 .tit-1 a.tit-cotejo::after {
  content: "«";
  color: #13364e;
  font-size: 32px;
  line-height: 34px;
}

/* line 110, ../xampp/htdocs/mailteck/scss/_general.scss */
section.sec-h1 .tit-1 a.tit-cotejo::before {
  content: "»";
  color: #13364e;
  font-size: 32px;
  line-height: 34px;
}

/* line 128, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 25px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 140, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .contenedor-datos {
  padding: 12px;
  width: 100%;
  color: #212529;
  margin: 0 auto;
  margin-bottom: 28px;
  max-width: 1110px;
}

/* line 150, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .tit-bloque-datos {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #00163e;
  background-color: #002F87;
  border-radius: 6px 6px 0px 0px;
  color: #fff;
  font-weight: bold;
  width: auto;
  display: inline-block;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: none;
  font-size: 17px;
  line-height: 20px;
}

/* line 177, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos {
  color: #212529;
  margin: 0 auto;
  margin-bottom: 28px;
  max-width: 1110px;
  border: 1px solid #010642;
  border-radius: 0px 6px 6px 6px;
  padding: 16px;
  background-color: #fff;
  font-size: 17px;
  line-height: 21px;
}

/* line 192, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .campo {
  margin-left: 15px;
  margin-top: 12px;
  margin-bottom: 16px;
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 204, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .campo .acciones-label {
  font-size: 13px;
  line-height: 16px;
  color: #333e48;
  margin-right: 5px;
}

/* line 220, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato {
  font-size: 14px;
  line-height: 18px;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  margin-top: 8px;
}

/* line 233, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato.w-100 {
  width: 100%;
  margin-left: 0;
  padding: 0;
}

/* line 239, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato.w-100 label {
  width: 158px;
  margin-right: 4px;
  text-align: left;
  color: #454545;
  margin-left: 8px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}

/* line 251, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato.w-100 .content-input-dato {
  width: calc(100% - 183px);
}

/* line 262, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato.w-30 {
  width: 35%;
  margin-left: 0;
  padding: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 269, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato.w-30 label {
  width: auto;
  margin-right: 4px;
  text-align: left;
  color: #454545;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 280, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato.w-30 .content-input-dato {
  width: 200px;
}

/* line 291, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato.w-switch {
  width: 210px;
  margin-left: 0;
  padding: 0;
}

/* line 297, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato.w-switch label {
  width: 56px;
  margin-right: 4px;
  text-align: left;
  color: #454545;
  margin-left: 8px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}

/* line 309, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato.w-switch .content-input-dato {
  width: auto;
}

/* line 320, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato label {
  width: 134px;
  margin-right: 7px;
  text-align: right;
  color: #454545;
  margin-top: 6px;
}

/* line 330, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato .content-input-dato {
  width: calc(100% - 175px);
}

/* line 333, ../xampp/htdocs/mailteck/scss/_general.scss */
section .content .bloque-datos .bloque-datos-dato .content-input-dato input {
  width: 100%;
  border: 1px solid #023a4c;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #002f87;
  font-weight: bold;
}

/* line 360, ../xampp/htdocs/mailteck/scss/_general.scss */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 369, ../xampp/htdocs/mailteck/scss/_general.scss */
.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 378, ../xampp/htdocs/mailteck/scss/_general.scss */
.bloque-datos-50 {
  width: calc(100% - 725px);
}

/* line 383, ../xampp/htdocs/mailteck/scss/_general.scss */
.separador-radio-vertical {
  display: block;
  width: 2px;
  height: 45px;
  background-color: #e9f1f5;
  margin-right: 15px;
}

/* line 392, ../xampp/htdocs/mailteck/scss/_general.scss */
.bloque-datos-filtro {
  width: 85%;
}

/* line 397, ../xampp/htdocs/mailteck/scss/_general.scss */
.btn-filtro {
  width: auto;
}

/* line 400, ../xampp/htdocs/mailteck/scss/_general.scss */
.btn-filtro .btn-estandar {
  color: #fff;
  background-color: #007298;
  border-color: #007298;
  max-width: 230px;
  padding: 11px;
  border: none;
  font-weight: bold;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  display: block;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 8px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 420, ../xampp/htdocs/mailteck/scss/_general.scss */
.btn-filtro .btn-estandar:hover {
  background-color: #002f87;
  border-color: #00163e;
  color: #ffffff;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/** errores general **/
/* line 433, ../xampp/htdocs/mailteck/scss/_general.scss */
.msj_error {
  display: none;
  color: #bb615d;
  padding: 2px 5px 0;
  font-style: italic;
  font-size: 0.7rem;
  margin-top: 6px;
  line-height: 1.1rem;
  padding-bottom: 12px;
  width: 100%;
  padding-left: 0;
}

/* line 446, ../xampp/htdocs/mailteck/scss/_general.scss */
.alert.error {
  display: none;
}

/** Mensaje pop up con errores del servidor **/
/* line 451, ../xampp/htdocs/mailteck/scss/_general.scss */
.overlay {
  opacity: 0;
  background: #000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2001;
}

/* line 466, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback {
  opacity: 0;
  display: none;
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  left: calc(50% - 400px);
  padding: 0;
  position: fixed;
  text-align: center;
  top: 30%;
  width: 800px;
  z-index: 2002;
}

@media (max-width: 880px) {
  /* line 466, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback {
    /*width: 400px;
    			left: calc(50% - 200px);*/
    margin: 0 auto;
    width: 80%;
    left: 0;
    right: 0;
  }
}

@media (max-width: 600px) {
  /* line 466, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback {
    /*width: 600px;
			    left: calc(50% - 300px);
			    top: 20%;*/
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
  }
}

@media (max-width: 499px) {
  /* line 466, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback {
    /*max-width: 325px;
				    left: calc(50% - 164px);
				    width: 90%;*/
    max-width: 325px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
  }
}

/* line 516, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback .feedback_content {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 499px) {
  /* line 516, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback .feedback_content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* line 530, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback .feedback_content .feedback_titulo {
  background-color: #e5831e;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 0;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 2.3rem;
}

@media (max-width: 767px) {
  /* line 530, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback .feedback_content .feedback_titulo {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (max-width: 499px) {
  /* line 530, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback .feedback_content .feedback_titulo {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

/* line 553, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback .feedback_content .feedback_mensaje {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 553, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback .feedback_content .feedback_mensaje {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* line 562, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback .feedback_content .feedback_mensaje p {
  margin: 10px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

/* line 570, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback .feedback_content .btnenviar {
  margin: 0 auto 0;
}

/* line 573, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback .feedback_content .btnenviar span {
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #e5831e;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  /* line 573, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback .feedback_content .btnenviar span {
    font-size: 17px;
    line-height: 20px;
  }
}

/* line 591, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback .feedback_content .btnenviar span:hover {
  transition: .5s ease;
  color: #fff;
  background-color: #117175;
}

/* line 607, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.danger {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(158, 13, 13, 0.3);
  box-shadow: 0px 0px 8px 5px rgba(158, 13, 13, 0.3);
}

/* line 615, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.danger .feedback_content .feedback_icono {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-top: 14px;
  background-image: url(/image/ico/ico-error.svg);
  background-repeat: no-repeat;
  background-size: 90px;
}

/* line 628, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.danger .feedback_content .feedback_titulo {
  background-color: #9e0d0d;
}

/* line 633, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.danger .feedback_content .feedback_mensaje {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 633, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback.danger .feedback_content .feedback_mensaje {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/* line 647, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.danger .feedback_content .controls {
  margin: 0 auto 0;
  margin-top: 12px;
}

/* line 651, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.danger .feedback_content .controls .doAction {
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #9e0d0d;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
}

/* line 665, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.danger .feedback_content .controls .doAction:hover {
  transition: .5s ease;
  color: #fff;
  background-color: #117175;
}

/* line 676, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.danger .feedback_content .controls .cancelAction {
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #8b8987;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
}

/* line 691, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.danger .feedback_content .controls .cancelAction:hover {
  transition: .5s ease;
  color: #fff;
  background-color: #117175;
}

/* line 715, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.confirm {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(60, 141, 188, 0.3);
  box-shadow: 0px 0px 8px 5px rgba(60, 141, 188, 0.3);
}

/* line 723, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.confirm .feedback_content .feedback_icono {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-top: 14px;
  background-image: url(/image/ico/ico-confirm.svg);
  background-repeat: no-repeat;
  background-size: 90px;
}

/* line 736, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.confirm .feedback_content .feedback_titulo {
  background-color: #3c8dbc;
}

/* line 741, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.confirm .feedback_content .feedback_mensaje {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 741, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback.confirm .feedback_content .feedback_mensaje {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/* line 754, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.confirm .feedback_content .rojo {
  color: #841b2a;
  font-weight: bold;
}

/* line 760, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.confirm .feedback_content .controls {
  margin: 0 auto 0;
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
}

/* line 766, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.confirm .feedback_content .controls .doAction {
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  color: #fff;
  background-color: #007298;
  border-color: #007298;
  border: 1px solid transparent;
  border-radius: 8px;
}

/* line 782, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.confirm .feedback_content .controls .doAction:hover {
  transition: .5s ease;
  color: #007298;
  background-color: #fff;
  border-color: #007298;
}

/* line 792, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.confirm .feedback_content .controls .cancelAction {
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  color: #fff;
  background-color: #333e48;
  border-color: #333e48;
  border: 1px solid transparent;
  border-radius: 8px;
}

/* line 810, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.confirm .feedback_content .controls .cancelAction:hover {
  transition: .5s ease;
  color: #333e48;
  background-color: #fff;
  border-color: #333e48;
}

/* line 834, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.adver {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(60, 141, 188, 0.3);
  box-shadow: 0px 0px 8px 5px rgba(60, 141, 188, 0.3);
}

/* line 842, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.adver .feedback_content .feedback_icono {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-top: 14px;
  background-image: url(/image/ico/ico-advertencia.svg);
  background-repeat: no-repeat;
  background-size: 90px;
}

/* line 855, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.adver .feedback_content .feedback_titulo {
  background-color: #3c8dbc;
}

/* line 860, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.adver .feedback_content .feedback_mensaje {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 860, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback.adver .feedback_content .feedback_mensaje {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/* line 873, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.adver .feedback_content .rojo {
  color: #841b2a;
  font-weight: bold;
}

/* line 879, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.adver .feedback_content .controls {
  margin: 0 auto 0;
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
}

/* line 885, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.adver .feedback_content .controls .doAction {
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  color: #fff;
  background-color: #007298;
  border-color: #007298;
  border: 1px solid transparent;
  border-radius: 8px;
}

/* line 901, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.adver .feedback_content .controls .doAction:hover {
  transition: .5s ease;
  color: #007298;
  background-color: #fff;
  border-color: #007298;
}

/* line 911, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.adver .feedback_content .controls .cancelAction {
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  color: #fff;
  background-color: #333e48;
  border-color: #333e48;
  border: 1px solid transparent;
  border-radius: 8px;
}

/* line 929, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.adver .feedback_content .controls .cancelAction:hover {
  transition: .5s ease;
  color: #333e48;
  background-color: #fff;
  border-color: #333e48;
}

/* line 953, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.success {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(39, 169, 130, 0.3);
  box-shadow: 0px 0px 8px 5px rgba(39, 169, 130, 0.3);
}

/* line 962, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.success .feedback_content .feedback_icono {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-top: 14px;
  background-image: url(/image/ico/ico-ok.svg);
  background-repeat: no-repeat;
  background-size: 90px;
}

/* line 974, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.success .feedback_content .feedback_titulo {
  background-color: #27a982;
}

/* line 979, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.success .feedback_content .feedback_mensaje {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 979, ../xampp/htdocs/mailteck/scss/_general.scss */
  .feedback.success .feedback_content .feedback_mensaje {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/* line 992, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.success .feedback_content .rojo {
  color: #27a982;
  font-weight: bold;
}

/* line 998, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.success .feedback_content .controls {
  margin: 0 auto 0;
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
}

/* line 1004, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.success .feedback_content .controls .doAction {
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  color: #fff;
  background-color: #007298;
  border-color: #007298;
  border: 1px solid transparent;
  border-radius: 8px;
}

/* line 1020, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.success .feedback_content .controls .doAction:hover {
  transition: .5s ease;
  color: #007298;
  background-color: #fff;
  border-color: #007298;
}

/* line 1030, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.success .feedback_content .controls .cancelAction {
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  color: #fff;
  background-color: #333e48;
  border-color: #333e48;
  border: 1px solid transparent;
  border-radius: 8px;
}

/* line 1048, ../xampp/htdocs/mailteck/scss/_general.scss */
.feedback.success .feedback_content .controls .cancelAction:hover {
  transition: .5s ease;
  color: #333e48;
  background-color: #fff;
  border-color: #333e48;
}

/* carga */
/* line 1081, ../xampp/htdocs/mailteck/scss/_general.scss */
.procesando {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  width: 90%;
  max-width: 620px;
  padding-bottom: 40px;
  z-index: 2002;
  display: none;
}

/* line 1098, ../xampp/htdocs/mailteck/scss/_general.scss */
.procesando p {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

/* line 1114, ../xampp/htdocs/mailteck/scss/_general.scss */
.lds-ring {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
}

/* line 1121, ../xampp/htdocs/mailteck/scss/_general.scss */
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  margin: 8px;
  border: 8px solid #841b2a;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #841b2a transparent transparent transparent;
}

/* line 1133, ../xampp/htdocs/mailteck/scss/_general.scss */
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

/* line 1136, ../xampp/htdocs/mailteck/scss/_general.scss */
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

/* line 1139, ../xampp/htdocs/mailteck/scss/_general.scss */
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1155, ../xampp/htdocs/mailteck/scss/_general.scss */
table {
  margin-top: 16px;
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid #5d839f;
  width: 100%;
}

/* line 1164, ../xampp/htdocs/mailteck/scss/_general.scss */
table th,
table td {
  padding: .75rem;
  vertical-align: middle;
  /*border-top: 1px solid #dee2e6;*/
  border-top: 0px;
  font-size: 12px;
  line-height: 17px;
}

/* line 1174, ../xampp/htdocs/mailteck/scss/_general.scss */
table thead {
  border-bottom: 2px solid #b8b7b7;
}

/* line 1178, ../xampp/htdocs/mailteck/scss/_general.scss */
table thead th {
  text-align: left;
  /*vertical-align: bottom;
				  border-bottom: 2px solid #dee2e6;
				  
				  font-weight: bold;
				  background-color: #f0f0f0;*/
  background-color: #203b6e;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  position: sticky;
  top: 0;
  z-index: 3;
}

/* line 1196, ../xampp/htdocs/mailteck/scss/_general.scss */
table tbody + tbody {
  border-top: 1px solid #dee2e6;
}

/* Para cuando se puede filtrar por el campo */
/* line 1200, ../xampp/htdocs/mailteck/scss/_general.scss */
td span {
  cursor: pointer;
}

/* line 1204, ../xampp/htdocs/mailteck/scss/_general.scss */
tr:nth-child(even) {
  background-color: #F7F7F7;
}

/* line 1211, ../xampp/htdocs/mailteck/scss/_general.scss */
table td span.estadisticas {
  background-image: url(/image/ico/graficos.gif);
  background-repeat: no-repeat;
  background-position: -30px 0;
  background-size: 58px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  transition: transform .7s ease-in-out;
}

/* line 1227, ../xampp/htdocs/mailteck/scss/_general.scss */
table tr:hover td span.estadisticas {
  background-position: 0 0;
}

/* line 1233, ../xampp/htdocs/mailteck/scss/_general.scss */
table tr:hover td span.estadisticas:hover {
  transform: scale(1.2);
  transform: rotate(360deg);
}

/* line 1241, ../xampp/htdocs/mailteck/scss/_general.scss */
table tbody tr:hover {
  background-color: #fff2eb;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 1248, ../xampp/htdocs/mailteck/scss/_general.scss */
table tbody tr.errores {
  color: #a94343;
  background-color: #f8e8e8;
  border-top: 1px solid #dee2e6;
}

/* line 1253, ../xampp/htdocs/mailteck/scss/_general.scss */
table tbody tr.parcialmente {
  color: #4181b7;
  background-color: #f0f8ff;
  border-top: 1px solid #dee2e6;
}

/* line 1259, ../xampp/htdocs/mailteck/scss/_general.scss */
table tbody tr.completa {
  color: #1f5e22;
  background-color: #eaffeb;
}

/* line 1265, ../xampp/htdocs/mailteck/scss/_general.scss */
table tbody tr:hover {
  background-color: #fff1e9 !important;
  font-weight: bold;
  box-sizing: border-box;
}

/*table.borde {
				  border: 1px solid #dee2e6;
				}*/
/* line 1275, ../xampp/htdocs/mailteck/scss/_general.scss */
table thead tr th {
  border: 1px solid #5d839f;
}

/* idicadores de ordenacion */
/* line 1280, ../xampp/htdocs/mailteck/scss/_general.scss */
table thead tr th.ordenar {
  background-image: url("/image/ico/bg.gif");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

/* line 1287, ../xampp/htdocs/mailteck/scss/_general.scss */
table thead tr th.ordenarAsc {
  background-image: url("/image/ico/asc.gif");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

/* line 1293, ../xampp/htdocs/mailteck/scss/_general.scss */
table thead tr th.ordenarDesc {
  background-image: url("/image/ico/desc.gif");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

/* line 1301, ../xampp/htdocs/mailteck/scss/_general.scss */
table tr td .bloque-activo .content-bloque-activo2 .switch {
  margin-left: 0;
}

/* progress bar */
/* line 1308, ../xampp/htdocs/mailteck/scss/_general.scss */
.progress-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  color: #0f1633;
  font-weight: bold;
  font-size: 17px;
}

/* line 1320, ../xampp/htdocs/mailteck/scss/_general.scss */
.contenedor-barra {
  border: 1px solid #ccc !important;
  position: relative;
}

/* line 1324, ../xampp/htdocs/mailteck/scss/_general.scss */
#progress-bar {
  /*color: #fff;*/
  background-color: #94dc97;
  padding: 8px 0px;
  height: 32px;
  width: 100%;
}

/*#progress-bar .progress-completa{
					display:none;
				}*/
/* line 1336, ../xampp/htdocs/mailteck/scss/_general.scss */
#progress-bar.completa {
  /*color: #fff;*/
  background-color: #1d396e;
  padding: 8px 0px;
}

/* line 1343, ../xampp/htdocs/mailteck/scss/_general.scss */
#progress-bar.completa .progress-txt {
  color: #fff;
}

/*#progress-bar.completa .progress-completa{
					  display: block;
				    position: absolute;
				    top: 50%;
				    left: 50%;
				    transform: translate(-50%, -50%);
				    width: 30px;
				    color: #ffffff;
				    font-weight: bold;
				    font-size: 17px;
				}*/
/* line 1359, ../xampp/htdocs/mailteck/scss/_general.scss */
td[data-key="log"] .log {
  background-image: url(/image/ico/log.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 58px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  transition: transform .5s ease-in-out;
}

/* line 1372, ../xampp/htdocs/mailteck/scss/_general.scss */
tr:hover td[data-key="log"] .log {
  background-position: -28px 0px;
}

/* line 1375, ../xampp/htdocs/mailteck/scss/_general.scss */
tr:hover td[data-key="log"] .log:hover {
  transform: scale(1.2);
}

/* line 1381, ../xampp/htdocs/mailteck/scss/_general.scss */
.select-css {
  display: block;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  padding: .4em 1.4em .3em .8em;
  width: 400px;
  max-width: 100%;
  box-sizing: border-box;
  /*margin: 20px auto;*/
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.03);
  border-radius: .3em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

/* line 1404, ../xampp/htdocs/mailteck/scss/_general.scss */
.select-css::-ms-expand {
  display: none;
}

/* line 1407, ../xampp/htdocs/mailteck/scss/_general.scss */
.select-css:hover {
  border-color: #888;
}

/* line 1410, ../xampp/htdocs/mailteck/scss/_general.scss */
.select-css:focus {
  border-color: #aaa;
  /*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
					box-shadow: 0 0 0 3px -moz-mac-focusring;*/
  color: #222;
  outline: none;
}

/* line 1417, ../xampp/htdocs/mailteck/scss/_general.scss */
.select-css option {
  font-weight: normal;
}

/* line 1422, ../xampp/htdocs/mailteck/scss/_general.scss */
.classOfElementToColor:hover {
  background-color: red;
  color: black;
}

/* line 1424, ../xampp/htdocs/mailteck/scss/_general.scss */
.select-css option[selected] {
  background-color: #2d6596;
  color: #fff;
}

/* line 1437, ../xampp/htdocs/mailteck/scss/_general.scss */
.contenedor-info table td:nth-child(1) {
  width: 350px;
}

/* line 1441, ../xampp/htdocs/mailteck/scss/_general.scss */
.contenedor-info table td.salida {
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1447, ../xampp/htdocs/mailteck/scss/_general.scss */
.contenedor-info table td.fichero {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1458, ../xampp/htdocs/mailteck/scss/_general.scss */
.contenedor-info td.asignado select {
  width: 130px !important;
}

/* line 1463, ../xampp/htdocs/mailteck/scss/_general.scss */
.contenedor-info table td.progress {
  width: 400px;
}

/* line 1467, ../xampp/htdocs/mailteck/scss/_general.scss */
.contenedor-info table td.log {
  width: 80px;
}

/* line 1481, ../xampp/htdocs/mailteck/scss/_general.scss */
.no-datos {
  background-color: #f8f8f8;
  padding: 20px;
  border: 1px solid #969696;
  color: #393737;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: #2c2c8f40 0px 0px 23px 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 1499, ../xampp/htdocs/mailteck/scss/_general.scss */
.no-datos .ico-nodatos {
  background-image: url(/image/ico/nodatos.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 46px;
  width: 59px;
  height: 47px;
}

/* line 1528, ../xampp/htdocs/mailteck/scss/_general.scss */
table.logs td:nth-child(1) {
  width: 30%;
}

/* line 1533, ../xampp/htdocs/mailteck/scss/_general.scss */
table.logs td:nth-child(2) {
  width: 10%;
}

/* line 1539, ../xampp/htdocs/mailteck/scss/_general.scss */
table.logs td:nth-child(3) {
  width: 30%;
}

/* line 1545, ../xampp/htdocs/mailteck/scss/_general.scss */
table.logs td:nth-child(4) {
  width: 15%;
}

/* line 1551, ../xampp/htdocs/mailteck/scss/_general.scss */
table.logs td:nth-child(5) {
  width: 15%;
}

/* line 1565, ../xampp/htdocs/mailteck/scss/_general.scss */
body.error {
  background-color: #dcb8b8;
}

/* line 1569, ../xampp/htdocs/mailteck/scss/_general.scss */
span.rojo {
  color: #841b2a;
  font-weight: bold;
}

/* line 1582, ../xampp/htdocs/mailteck/scss/_general.scss */
.bloque-estadisticas {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1593, ../xampp/htdocs/mailteck/scss/_general.scss */
.bloque-estadisticas .estadisticas {
  margin: 20px;
  padding: 20px;
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 0;
}

/* line 1605, ../xampp/htdocs/mailteck/scss/_general.scss */
.bloque-estadisticas .estadisticas:hover {
  -webkit-box-shadow: 0px 0px 10px 1px #928f8f;
  box-shadow: 0px 0px 10px 1px #928f8f;
  transform-origin: center center;
  cursor: pointer;
}

/* line 1615, ../xampp/htdocs/mailteck/scss/_general.scss */
.bloque-estadisticas .estadisticas canvas {
  margin: 0 auto;
}

@keyframes scale {
  to {
    transform: scale(1.1);
  }
}

/* line 1637, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda {
  -webkit-box-shadow: 0 5px 15px 0px #0d2a5259;
  box-shadow: 0 5px 15px 0px #0d2a5259;
  background-color: #FFF;
  border-radius: 6px;
  /*padding:10px;*/
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 1650, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda .tit-bloque {
  font-size: 18px;
  line-height: 21px;
  padding: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

/* line 1660, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda .bloque-leyenda {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 13px;
  padding-bottom: 8px;
}

/* line 1671, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda .bloque-leyenda div {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 7px;
  margin-right: 10px;
  margin-bottom: 5px;
  height: fit-content;
}

/* line 1686, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda .bloque-leyenda div.sincote {
  background-color: #d8d8d8;
  color: #000;
}

/* line 1691, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda .bloque-leyenda div.cote {
  background-color: #1f5e22;
}

/* line 1695, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda .bloque-leyenda div.parci {
  background-color: #4181b7;
}

/* line 1699, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda .bloque-leyenda div.error {
  background-color: #a94343;
}

/* line 1709, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda form {
  margin-right: 20px;
}

/* line 1713, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda form button {
  border: none;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #20744B;
  background-image: url(/image/ico/ico-excel.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 25px;
  padding-left: 35px;
  padding-bottom: 9px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 1728, ../xampp/htdocs/mailteck/scss/_general.scss */
.leyenda form button:hover {
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 4px 0px #20744b;
  box-shadow: 1px 1px 4px 0px #20744b;
}

/* line 1743, ../xampp/htdocs/mailteck/scss/_general.scss */
.cotejos {
  -webkit-box-shadow: 0 5px 15px 0px #0d2a5259;
  box-shadow: 0 5px 15px 0px #0d2a5259;
  background-color: #FFF;
  border-radius: 6px;
  /*padding:10px;*/
  max-width: 500px;
  margin-top: -26px;
}

/* line 1752, ../xampp/htdocs/mailteck/scss/_general.scss */
.cotejos .bloque-tit-cot {
  padding: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 1766, ../xampp/htdocs/mailteck/scss/_general.scss */
.cotejos .tit-bloque {
  font-size: 18px;
  line-height: 21px;
}

/* line 1772, ../xampp/htdocs/mailteck/scss/_general.scss */
.cotejos .total-cot {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 2px 8px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 7px;
  margin-right: 10px;
  height: fit-content;
  background-color: #140d37;
  font-weight: bold;
}

/* line 1789, ../xampp/htdocs/mailteck/scss/_general.scss */
.cotejos .bloque-leyenda {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 1801, ../xampp/htdocs/mailteck/scss/_general.scss */
.cotejos .bloque-leyenda div {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 7px;
  margin-right: 10px;
  margin-bottom: 0px;
  height: fit-content;
}

/* line 1816, ../xampp/htdocs/mailteck/scss/_general.scss */
.cotejos .bloque-leyenda div.sincote {
  background-color: #d8d8d8;
  color: #000;
}

/* line 1821, ../xampp/htdocs/mailteck/scss/_general.scss */
.cotejos .bloque-leyenda div.cote {
  background-color: #1f5e22;
}

/* line 1825, ../xampp/htdocs/mailteck/scss/_general.scss */
.cotejos .bloque-leyenda div.parci {
  background-color: #4181b7;
}

/* line 1829, ../xampp/htdocs/mailteck/scss/_general.scss */
.cotejos .bloque-leyenda div.error {
  background-color: #a94343;
}

/* line 1, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  padding-bottom: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1110px;
}

/* line 14, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user input {
  border: 1px solid #007298;
  padding: 14px;
  font-size: 16px;
  line-height: 18px;
  color: #007298;
  font-weight: bold;
  width: auto;
  height: 38px;
  box-sizing: border-box;
}

/* line 27, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir {
  margin-left: 14px;
}

/* line 32, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir .btn-anadir {
  background-color: #ffffff;
  padding: 8px;
  width: 113px;
  display: inline-block;
  border: 2px solid #002f87;
  border-radius: 6px;
  color: #002f87;
  text-decoration: none;
  font-size: 16px;
  background-image: url(/image/ico/anadir-usuario.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 14px center;
  padding-left: 54px;
}

/* line 48, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir .btn-anadir.grupo {
  background-image: url(/image/ico/anadir-grupo.png);
}

/* line 57, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir .btn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0.6em;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1rem;
  line-height: 1;
  padding: 0.7em 1.7em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  background-image: url(/image/ico/anadir-usuario-blank.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 20px center;
  padding-left: 30px;
}

/* line 89, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir .btn:hover, .content-user .div-anadir .btn:focus {
  color: #fff;
  outline: 0;
}

/* line 94, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir .anadir {
  border: 1px solid;
  border-color: #002f87;
  color: #fff;
  box-shadow: 0 0 40px 40px #3c5d74 inset, 0 0 0 0 #13364e;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background-color: #fff;
}

/* line 103, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir .anadir:hover {
  background-image: url(/image/ico/anadir-usuario.png);
  box-shadow: 0 0 3px 0 #56809d inset, 0 0 5px 1px #3c5d74;
  color: #315597;
  padding-left: 61px;
}

/* line 110, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir .anadir.grupo:hover {
  background-image: url(/image/ico/anadir-grupo.png);
}

/* line 114, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir .anadir.cliente:hover {
  background-image: url(/image/ico/anadir-cliente.png);
}

/* line 118, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir .anadir.proyecto:hover {
  background-image: url(/image/ico/anadir-proyecto.png);
}

/* line 123, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-user .div-anadir .anadir.pedido:hover {
  background-image: url(/image/ico/anadir-pedido.png);
}

/* line 136, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo {
  font-size: 14px;
  line-height: 18px;
}

/* line 141, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .txt-activo {
  font-size: 15px;
  line-height: 20px;
  margin-left: 9px;
  font-family: Verdana;
  color: #002f87;
  font-weight: bold;
}

/* line 150, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo {
  margin-left: 8px;
}

/* line 155, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}

/* line 162, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 26px;
  background: #a72828;
  display: block;
  border-radius: 100px;
  position: relative;
}

/* line 173, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

/* line 185, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo input:checked + label {
  background: #9fca19;
}

/* line 189, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

/* line 194, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo label:active:after {
  width: 27px;
}

/* line 205, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 26px;
  padding: 3px;
  border-radius: 18px;
  cursor: pointer;
  margin-left: 6px;
}

/* line 217, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 224, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}

/* line 242, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-label:before, .bloque-activo .content-bloque-activo2 .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

/* line 252, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

/* line 259, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  font-size: 12px;
}

/* line 267, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-input:checked ~ .switch-label {
  background: #4fb845;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 272, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-input:checked ~ .switch-label.blue {
  background: #4181b7;
}

/* line 276, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-input:checked ~ .switch-label.red {
  background: #e16d6d;
}

/* line 281, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

/* line 284, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

/* line 288, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-handle {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 21px;
  height: 21px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

/* line 306, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}

/* line 322, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-activo .content-bloque-activo2 .switch-input:checked ~ .switch-handle {
  left: 35px;
  /*box-shadow: -1px 1px 5px rgb(0 0 0 / 20%);*/
}

/* line 338, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.separador-radio {
  border: 2px solid #e9f1f5;
  border-radius: 300px/5px;
  height: 0px;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 17px;
  width: 100%;
}

/* line 347, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.separador-radio.nuevogrupo {
  border-color: #1b465ec7;
  border-radius: 194px/3px;
}

/* line 355, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.div-rol {
  margin-left: 34px;
  font-size: 15px;
  font-family: Verdana;
  color: #002f87;
  font-weight: bold;
}

/* line 364, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-bloque-rol {
  max-width: 175px;
  margin-left: 59px;
  max-width: 175px;
  margin-left: 49px;
  width: 100%;
}

/* line 373, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-bloque-rol .rad-label {
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 10px 10px;
  margin: 5px 0;
  cursor: pointer;
  border: 1px solid #fff;
  transition: .3s;
  width: 146px;
}

/* line 386, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-bloque-rol .rad-label:hover,
.content-bloque-rol .rad-label:focus-within {
  background: rgba(204, 204, 204, 0.14);
  border: 1px solid #ededed;
}

/* line 392, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-bloque-rol .rad-label:hover .rad-text,
.content-bloque-rol .rad-label:focus-within .rad-text {
  color: #747474;
}

/* line 398, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-bloque-rol .rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

/* line 408, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-bloque-rol .rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: linear-gradient(to right bottom, #264ebf, #071744);
  /*background: linear-gradient(to right bottom, #2fe186, #071744);*/
  position: relative;
}

/* line 417, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-bloque-rol .rad-design::before {
  content: '';
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: #e6e6e6;
  transform: scale(1.1);
  transition: .3s;
}

/* line 430, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-bloque-rol .rad-input:checked + .rad-design::before {
  transform: scale(0);
}

/* line 434, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-bloque-rol .rad-text {
  color: #999999;
  margin-left: 11px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  transition: .3s;
}

/* line 443, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.content-bloque-rol .rad-input:checked ~ .rad-text {
  color: #161f5e;
}

/* line 451, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-guardar {
  width: 100%;
}

/* line 456, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-guardar .btn-estandar {
  color: #fff;
  background-color: #007298;
  border-color: #007298;
  width: 80%;
  max-width: 230px;
  padding: 11px;
  border: none;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 15px;
  cursor: pointer;
  text-align: center;
  display: block;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 8px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 477, ../xampp/htdocs/mailteck/scss/_usuarios.scss */
.bloque-guardar .btn-estandar:hover {
  background-color: #002f87;
  border-color: #00163e;
  color: #ffffff;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 2, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.fondo-login {
  position: absolute;
  height: 100%;
  background: #494949;
  background: linear-gradient(0deg, #494949 0%, #616161 49%, #494949 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 20, ../xampp/htdocs/mailteck/scss/_acceso.scss */
body.acceso {
  background: linear-gradient(-45deg, #1f2d46, #21357e, #2b5f72, #133f76);
  background-size: 400% 400%;
  animation: gradient 25s ease infinite;
  height: 100vh;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* line 43, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso, .contenedor-olvido {
  /** final contenedor login **/
}

/* line 49, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login, .contenedor-olvido .contenedor-login {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #efefef;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  width: 100%;
  max-width: 537px;
  padding-bottom: 20px;
}

@media (max-width: 700px) {
  /* line 49, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login, .contenedor-olvido .contenedor-login {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: none;
    background-color: #efefef;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 100%;
    max-width: initial;
    min-height: 100%;
  }
}

/* line 77, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .logo, .contenedor-olvido .contenedor-login .logo {
  max-width: 230px;
  margin-left: auto;
  overflow: hidden;
  display: block;
  margin-right: auto;
  margin-top: 23px;
  margin-bottom: 0px;
  border: none;
}

@media (max-width: 480px) {
  /* line 77, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .logo, .contenedor-olvido .contenedor-login .logo {
    max-width: 285px;
  }
}

/* line 94, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .logo img, .contenedor-olvido .contenedor-login .logo img {
  width: 100%;
}

/* line 102, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .comp-tit, .contenedor-olvido .contenedor-login .comp-tit {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #798ea1;
  font-weight: bold;
  margin-top: -8px;
  margin-bottom: 18px;
  font-size: 13px;
  font-family: Verdana;
}

/* line 120, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .tit-login, .contenedor-olvido .contenedor-login .content-login .tit-login {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

/* line 128, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .text-login, .contenedor-olvido .contenedor-login .content-login .text-login {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-top: 7px;
}

/* line 137, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .alert, .contenedor-olvido .contenedor-login .content-login .alert {
  text-align: center;
  margin: 0 auto;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 18px;
  max-width: 400px;
  width: 98%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 12px;
}

@media (max-width: 480px) {
  /* line 137, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login .alert, .contenedor-olvido .contenedor-login .content-login .alert {
    width: 88%;
  }
}

/* line 155, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .alert .alert-title, .contenedor-olvido .contenedor-login .content-login .alert .alert-title {
  font-size: 16px;
  padding-bottom: 8px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 4px;
}

@media (max-width: 480px) {
  /* line 155, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login .alert .alert-title, .contenedor-olvido .contenedor-login .content-login .alert .alert-title {
    font-size: 15px;
  }
}

/* line 169, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .alert .alert-text, .contenedor-olvido .contenedor-login .content-login .alert .alert-text {
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 480px) {
  /* line 169, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login .alert .alert-text, .contenedor-olvido .contenedor-login .content-login .alert .alert-text {
    font-size: 13px;
    line-height: 17px;
  }
}

/* line 181, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .alert.sucess, .contenedor-olvido .contenedor-login .content-login .alert.sucess {
  border: 1px solid #61bfa3;
}

/* line 184, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .alert.sucess .alert-title, .contenedor-olvido .contenedor-login .content-login .alert.sucess .alert-title {
  color: #02b37e;
}

/* line 188, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .alert.sucess .alert-text, .contenedor-olvido .contenedor-login .content-login .alert.sucess .alert-text {
  color: #44cca3;
}

/* line 197, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .alert.error, .contenedor-olvido .contenedor-login .content-login .alert.error {
  border: 1px solid #d42525;
}

/* line 201, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .alert.error .alert-title, .contenedor-olvido .contenedor-login .content-login .alert.error .alert-title {
  color: #d42525;
}

/* line 205, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .alert.error .alert-text, .contenedor-olvido .contenedor-login .content-login .alert.error .alert-text {
  color: #d42525;
}

/* line 220, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .content-campos, .contenedor-olvido .contenedor-login .content-login .content-campos {
  width: 90%;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 16px;
  max-width: 400px;
}

/* line 228, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .content-campos div, .contenedor-olvido .contenedor-login .content-login .content-campos div {
  width: 100%;
  min-width: 360px;
  margin-bottom: 12px;
}

@media (max-width: 950px) {
  /* line 228, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login .content-campos div, .contenedor-olvido .contenedor-login .content-login .content-campos div {
    margin-left: 1%;
    margin-right: 1%;
    min-width: auto;
  }
}

@media (max-width: 720px) {
  /* line 228, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login .content-campos div, .contenedor-olvido .contenedor-login .content-login .content-campos div {
    min-width: auto;
    margin-bottom: 10px;
  }
}

/* line 248, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .content-campos div input, .contenedor-olvido .contenedor-login .content-login .content-campos div input {
  width: 100%;
  border: 1px solid #122f66;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Verdana;
  color: #122f66;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 20px;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 45px;
  background: url(/image/ico/usuario-blank.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 30px;
}

@media (max-width: 720px) {
  /* line 248, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login .content-campos div input, .contenedor-olvido .contenedor-login .content-login .content-campos div input {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (max-width: 480px) {
  /* line 248, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login .content-campos div input, .contenedor-olvido .contenedor-login .content-login .content-campos div input {
    font-size: 15px;
    line-height: 19px;
    padding-left: 41px;
    background-position: 5px center;
    background-size: 27px;
  }
}

/* line 284, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .content-campos div input:-internal-autofill-selected, .contenedor-olvido .contenedor-login .content-login .content-campos div input:-internal-autofill-selected {
  background: url(/image/ico/usuario-blank.svg) !important;
  background-repeat: no-repeat;
}

/* line 290, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .content-campos div input.pass, .contenedor-olvido .contenedor-login .content-login .content-campos div input.pass {
  background: url(/image/ico/candado.svg);
  background-repeat: no-repeat;
  background-size: 34px;
  background-position-y: center;
  background-position-x: 4px;
}

/* line 297, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .content-campos div input.pass:-internal-autofill-selected, .contenedor-olvido .contenedor-login .content-login .content-campos div input.pass:-internal-autofill-selected {
  background: url(/image/ico/candado.svg) !important;
  background-repeat: no-repeat;
}

/* line 303, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .content-campos div input.email, .contenedor-olvido .contenedor-login .content-login .content-campos div input.email {
  background-image: url(/image/ico/email-blank.svg);
  background-repeat: no-repeat;
}

/* line 307, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .content-campos div input.email:-internal-autofill-selected, .contenedor-olvido .contenedor-login .content-login .content-campos div input.email:-internal-autofill-selected {
  background: url(/image/ico/email-blank.svg) !important;
  background-repeat: no-repeat;
}

/* line 318, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .content-campos div input:focus, .contenedor-olvido .contenedor-login .content-login .content-campos div input:focus {
  border-color: #13439b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #00000014, 0 0 8px #133991b3;
  box-shadow: inset 0 1px 1px #00000014, 0 0 6px #133991b3;
}

/* line 340, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login button, .contenedor-olvido .contenedor-login .content-login button {
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #007298;
  border-color: #007298;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 950px) {
  /* line 340, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login button, .contenedor-olvido .contenedor-login .content-login button {
    width: 100%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: 8px;
  }
}

@media (max-width: 720px) {
  /* line 340, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login button, .contenedor-olvido .contenedor-login .content-login button {
    margin-right: 8px;
  }
}

@media (max-width: 480px) {
  /* line 340, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login button, .contenedor-olvido .contenedor-login .content-login button {
    max-width: initial;
  }
}

/* line 371, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login button:hover, .contenedor-olvido .contenedor-login .content-login button:hover {
  transition: .5s ease;
  background-color: #002f87;
  border-color: #00163e;
}

/* line 378, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login button.recordatorio, .contenedor-olvido .contenedor-login .content-login button.recordatorio {
  margin-bottom: 15px;
}

/* line 386, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .olvido, .contenedor-olvido .contenedor-login .content-login .olvido {
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
}

/* line 392, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .olvido a, .contenedor-olvido .contenedor-login .content-login .olvido a {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}

/* line 399, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .olvido a:link, .contenedor-olvido .contenedor-login .content-login .olvido a:link {
  color: #007298;
  font-weight: bold;
}

/* line 405, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .olvido a:visited, .contenedor-olvido .contenedor-login .content-login .olvido a:visited {
  color: #007298;
  font-weight: bold;
}

/* line 411, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .olvido a:hover, .contenedor-olvido .contenedor-login .content-login .olvido a:hover {
  color: #00163e;
}

/* line 422, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal, .contenedor-olvido .contenedor-login .content-login .legal {
  margin-top: 12px;
  margin-bottom: 5px;
}

/* line 428, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal .checkbox-custom, .contenedor-olvido .contenedor-login .content-login .legal .checkbox-custom {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  font-size: 12px;
  font-family: Verdana;
  line-height: 18px;
  width: auto;
}

/* line 443, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal .checkbox-custom + .checkbox-custom-label:before, .contenedor-olvido .contenedor-login .content-login .legal .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border: 1px solid #117175;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 1px;
  margin-right: 10px;
  text-align: center;
}

/* line 456, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal .checkbox-custom:checked + .checkbox-custom-label:before, .contenedor-olvido .contenedor-login .content-login .legal .checkbox-custom:checked + .checkbox-custom-label:before {
  background: #e5831e;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

/* line 461, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal .checkbox-custom-label, .contenedor-olvido .contenedor-login .content-login .legal .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  /*margin: 5px;*/
  margin: 2px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-family: Verdana;
  line-height: 18px;
}

@media (max-width: 900px) {
  /* line 461, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-login .content-login .legal .checkbox-custom-label, .contenedor-olvido .contenedor-login .content-login .legal .checkbox-custom-label {
    font-size: 11px;
  }
}

/* line 482, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal .checkbox-custom-label a:link, .contenedor-olvido .contenedor-login .content-login .legal .checkbox-custom-label a:link {
  text-decoration: underline;
  color: #666666;
}

/* line 487, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal .checkbox-custom-label a:visited, .contenedor-olvido .contenedor-login .content-login .legal .checkbox-custom-label a:visited {
  text-decoration: underline;
  color: #666666;
}

/* line 492, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal .checkbox-custom-label a:hover, .contenedor-olvido .contenedor-login .content-login .legal .checkbox-custom-label a:hover {
  text-decoration: none;
  color: #999999;
}

/* line 504, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal label, .contenedor-olvido .contenedor-login .content-login .legal label {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #5b5b5b;
}

/* line 510, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal label input, .contenedor-olvido .contenedor-login .content-login .legal label input {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 521, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal.error, .contenedor-olvido .contenedor-login .content-login .legal.error {
  background-color: #fbeddf;
  color: #e84545;
  border: 1px solid #e8a44b;
}

/* line 527, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal.error label, .contenedor-olvido .contenedor-login .content-login .legal.error label {
  color: #e84545;
}

/* line 532, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal.error label a:link, .contenedor-olvido .contenedor-login .content-login .legal.error label a:link {
  text-decoration: underline;
  color: #e84545;
}

/* line 537, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal.error label a:visited, .contenedor-olvido .contenedor-login .content-login .legal.error label a:visited {
  text-decoration: underline;
  color: #e84545;
}

/* line 542, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-login .content-login .legal.error label a:hover, .contenedor-olvido .contenedor-login .content-login .legal.error label a:hover {
  text-decoration: none;
  color: #de6363;
}

/* line 572, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal, .contenedor-olvido .contenedor-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #efefef;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  width: 100%;
  max-width: 537px;
  padding-bottom: 20px;
  /* final error*/
  /* final confirm*/
}

/* line 588, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal .logo, .contenedor-olvido .contenedor-modal .logo {
  max-width: 350px;
  margin-left: auto;
  overflow: hidden;
  display: block;
  margin-right: auto;
  margin-top: 23px;
  margin-bottom: 18px;
  border: none;
}

/* line 600, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal .logo img, .contenedor-olvido .contenedor-modal .logo img {
  width: 100%;
}

/* line 609, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal .content-modal, .contenedor-olvido .contenedor-modal .content-modal {
  width: 90%;
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 22px;
  max-width: 550px;
}

/* line 624, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal .content-modal .tit-modal, .contenedor-olvido .contenedor-modal .content-modal .tit-modal {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

/* line 631, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal .content-modal .text-modal, .contenedor-olvido .contenedor-modal .content-modal .text-modal {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
}

/* line 639, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal .content-modal .content-campos, .contenedor-olvido .contenedor-modal .content-modal .content-campos {
  width: 90%;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 16px;
  max-width: 400px;
}

/* line 647, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal .content-modal .content-campos button, .contenedor-olvido .contenedor-modal .content-modal .content-campos button {
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  padding: 11px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #e5831e;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 950px) {
  /* line 647, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-modal .content-modal .content-campos button, .contenedor-olvido .contenedor-modal .content-modal .content-campos button {
    width: 100%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: 8px;
  }
}

@media (max-width: 720px) {
  /* line 647, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-modal .content-modal .content-campos button, .contenedor-olvido .contenedor-modal .content-modal .content-campos button {
    margin-right: 8px;
  }
}

@media (max-width: 480px) {
  /* line 647, ../xampp/htdocs/mailteck/scss/_acceso.scss */
  .contenedor-acceso .contenedor-modal .content-modal .content-campos button, .contenedor-olvido .contenedor-modal .content-modal .content-campos button {
    max-width: initial;
  }
}

/* line 677, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal .content-modal .content-campos button:hover, .contenedor-olvido .contenedor-modal .content-modal .content-campos button:hover {
  transition: .5s ease;
  color: #fff;
  background-color: #117175;
}

/* line 684, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal .content-modal .content-campos button.recordatorio, .contenedor-olvido .contenedor-modal .content-modal .content-campos button.recordatorio {
  margin-bottom: 15px;
}

/* line 700, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal.error, .contenedor-olvido .contenedor-modal.error {
  border: 1px solid #bf4646;
}

/* line 708, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal.error .content-modal .icono-modal, .contenedor-olvido .contenedor-modal.error .content-modal .icono-modal {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-top: 14px;
  background-image: url(/image/ico/ico-error.svg);
  background-repeat: no-repeat;
  background-size: 90px;
}

/* line 723, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal.error .content-modal .tit-modal, .contenedor-olvido .contenedor-modal.error .content-modal .tit-modal {
  color: #bf4646;
}

/* line 746, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal.success, .contenedor-olvido .contenedor-modal.success {
  border: 1px solid #27a982;
}

/* line 754, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal.success .content-modal .icono-modal, .contenedor-olvido .contenedor-modal.success .content-modal .icono-modal {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-top: 14px;
  background-image: url(/image/ico/ico-ok.svg);
  background-repeat: no-repeat;
  background-size: 90px;
}

/* line 769, ../xampp/htdocs/mailteck/scss/_acceso.scss */
.contenedor-acceso .contenedor-modal.success .content-modal .tit-modal, .contenedor-olvido .contenedor-modal.success .content-modal .tit-modal {
  color: #27a982;
}

/*# sourceMappingURL=style.css.map */




/****** Patxi ******/

td[data-key="delete-fichero"] .delete, td[data-key="delete-salida"] .delete {
  background-image: url(/image/ico/delete.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 58px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  transition: transform .5s ease-in-out;
}

tr:hover td[data-key="delete-fichero"] .delete, tr:hover td[data-key="delete-salida"] .delete {
  background-position: -28px 0px;
}

tr:hover td[data-key="delete-fichero"] .delete:hover, tr:hover td[data-key="delete-salida"] .delete:hover {
  transform: scale(1.2);
}


.bloque-datos form {
	margin-left:5px;
}

.bloque-datos form button {
  border: none;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #20744B;
  background-image: url(/image/ico/ico-excel.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 25px;
  padding-left: 35px;
  padding-bottom: 9px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.bloque-datos form button:hover {
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 4px 0px #20744b;
  box-shadow: 1px 1px 4px 0px #20744b;
}
