/*****styles web*****/
@import "font-awesome.min.css";
@import "calendar.css";
@import "jquery.timepicker.min.css";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
  height: 100%;
  box-sizing: border-box;
}
body {
  margin: 0;
  min-height: 100vh;
}
/*======================================== VARIABLES ========================================*/
/*======================================== NORMALIZE ========================================*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
  height: 100%;
  box-sizing: border-box;
}
body {
  margin: 0;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*======================================== IMPORTS ========================================*/
/* --------------------------------textos----------------------------------------*/
h1 {
  font: 200 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 34px;
  color: #62226e;
}
h2 {
  font-size: 11px;
  font-weight: bold;
  color: #006699;
  margin: 0px;
  padding: 0px;
}
.encabezado {
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 20px;
  padding: 10px;
  float: left;
}
.encabezado2 {
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 20px;
  padding: 10px;
}
a:hover {
  color: #333333;
}
span {
  color: #62226e;
  font-weight: bold;
}
/* ------------------------------- estructura -----------------------------------*/
#container {
  max-width: 1280px;
  margin: 0 auto;
  border: 0px solid #000000;
}
header {
  width: 100%;
  display: block;
  border: 0px solid #fff;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
}
header a {
  border: none;
}
header a img {
  transition: all 0.3s ease;
}
header a img:hover {
  opacity: 0.8;
}
#cabecera {
  max-width: 1280px;
  height: 98px;
  display: block;
  border: 0px solid #fff;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
}
#cabecera a {
  border: none;
}
#cabecera a img {
  transition: all 0.3s ease;
}
#cabecera a img:hover {
  opacity: 0.8;
}
#contenido {
  width: 100%;
  padding: 25px;
  float: left;
  background-color: #fff;
}
#contenido_con_menu {
  width: 868px;
  padding: 50px;
  height: 100%;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  background-color: #fff;
}
.innerContenido {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}
#menu_contenido {
  max-width: 1280px;
  height: 25px;
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  font-family: 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-left: 0px;
  margin-right: 20px;
}
.tableIndex {
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}
.tableIndex input,
.tableIndex select {
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #e5e5e5;
  padding: 5px;
  line-height: 20px;
  background: #fff;
}
.tableIndex input:focus,
.tableIndex select:focus {
  background-color: #f2f2f2;
}
#btnIndex {
  padding: 0 10px;
  line-height: 20px;
  height: 30px;
  background: #62226e;
  color: #fff;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 14px;
  border: 1px solid #62226e;
}
#btnIndex:hover {
  background: #402353;
}
/* ------------------------------- centro de #cabecera --------------------------------- */
#datos_empresa {
  float: right;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: right;
  line-height: 14px;
  border: 0px solid #fff;
}
#datos_empresa strong {
  display: block;
  color: #999999;
}
.logo_empresa {
  border: 1px solid #fff;
  height: 70px;
  margin: 12px 5px 10px 5px;
  float: left;
}
.foto_login {
  border: 1px solid #fff;
  height: 70px;
  margin: 10px 5px 10px 5px;
  float: right;
}
/* ------------------------------- dentro de #menu --------------------------------- */
.btnOn {
  background-color: #402353;
}
.btnOff {
  background-color: #62226e;
}
.boton1_0 {
  background-color: #62226e;
  float: left;
}
.boton1_1 {
  background-color: #402353;
  float: left;
}
.boton2_0 {
  background-color: #62226e;
  float: left;
}
.boton2_1 {
  background-color: #62226e;
  width: 115px;
  float: left;
}
.boton3 {
  background-color: #62226e;
  width: 75px;
  float: left;
}
#menu a {
  font-family: 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.boton1_1 a,
.boton1_0 a,
.boton2_0 a {
  padding: 3px 40px !important;
  line-height: 30px;
  float: left;
}
/* ------------------------------- dentro de #contenido --------------------------------- */
#submenu {
  width: 100%;
  height: 26px;
  color: #fff;
  font-size: 11px;
  display: block;
}
#buscar {
  max-width: 1280px;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 10px;
  min-height: 50px;
}
#submenu_pie {
  max-width: 1280px;
  height: 10px;
  background-repeat: no-repeat;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.buscar {
  margin-top: 1rem;
}
.navegacion {
  font-family: 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  float: left;
  color: #777777;
  margin-left: 10px;
}
.links {
  float: right;
  padding-top: 4px;
  padding-right: 10px;
  font-size: 12px;
}
.links a {
  text-decoration: none;
  color: #888888;
}
.links a:hover {
  color: #000;
}
.titulin a {
  text-decoration: none;
  color: #000000;
}
.titulin a:hover {
  color: #000;
}
.links img {
  border: 0px;
  padding: 0px 10px 0px 5px;
  max-width: 40px;
  height: auto;
}
.cerrar {
  float: right;
  margin-top: 0px;
  font-size: 14px !important;
}
.cerrar a {
  font-size: 14px !important;
  text-decoration: none;
  color: #444;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
}
.cerrar img {
  max-width: 30px;
  height: auto;
  margin-left: 0.5rem;
}
.innerContainer {
  margin: 0 auto;
  max-width: 1280px;
}
#imprimir {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
}
.resultados {
  float: left;
  color: #62226e;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
}
.impresora {
  float: right;
  margin-right: 5px;
}
.impresora a {
  color: #62226e;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
}
.impresora a img {
  float: right;
  margin-left: 5px;
  width: 25px;
}
.impresora a:hover {
  color: #402353;
}
#informacion {
  max-width: 1280px;
  border: 0px solid #666666;
  margin: 0 auto;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
}
#informacion table {
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #e5e5e5;
}
#informacion table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
#informacion table td {
  line-height: 25px;
  text-align: left;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 2px solid #fff;
  padding: 0 5px;
}
#informacion table td:last-child {
  border-right: none !important;
}
#informacion table td a {
  display: inline-block;
  line-height: 25px;
  margin: 5px;
  text-decoration: none;
}
#informacion table td a img {
  width: 25px;
  height: auto;
  float: left;
}
#estadito {
  background: #fff;
  height: 25px;
  display: block;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
#menu_contenido a.boton0 {
  font-family: 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  color: #fff;
}
#menu_contenido a.boton1 {
  font-family: 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  color: #FF6600;
}
#menu_contenido a:hover {
  text-decoration: underline;
}
#eliminar {
  width: 157px;
  height: 30px;
  background-image: url("../imagenes/fondo_botones_tabla.gif");
  background-repeat: no-repeat;
  text-align: center;
}
#eliminar a {
  text-decoration: none;
  color: #fff;
}
#eliminar a:hover {
  color: #333333;
}
.fondomenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  background-image: url("../imagenes/px_menu.gif");
}
.fondomenu2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  background-image: url("../imagenes/px_menu2.jpg");
}
/* ------------------------------- tablas --------------------------------- */
table {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px solid #999999;
  table-layout: inherit;
}
th {
  background-color: #666666;
  color: #fff;
  text-align: center;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
td.listado {
  background-color: #fff;
  border-bottom: 1px solid #333333;
  padding-left: 5px;
  margin: 0px;
  height: 25px;
  font-size: 12px;
}
td.listado1 {
  background-color: #fff;
  border-bottom: 1px solid #333333;
  padding-left: 5px;
  margin: 0px;
  height: 25px;
  font-size: 12px;
}
td.listado3 {
  background-color: #EEEDED;
  border-bottom: 1px solid #333333;
  padding-left: 5px;
  margin: 0px;
  height: 25px;
  font-size: 12px;
}
td.listado_rojo {
  background-color: #FB893D;
  border-bottom: 1px solid #333333;
  padding-left: 5px;
  margin: 0px;
  height: 25px;
  font-size: 12px;
}
td.listado img {
  border: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
td.listado_head {
  background-color: #DBDBDB;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  padding-left: 5px;
  margin: 0px;
  height: 25px;
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}
table.editar {
  border: 1px solid #999999;
}
table.editar td {
  background-color: #CCCCCC;
  border: 0px;
  padding-left: 5px;
  margin: 0px;
}
table.editar label {
  margin-left: 0px;
  float: left;
}
table.editar .texto {
  width: 120px;
  float: left;
  border: 0px solid #333333;
  margin-top: 3px;
  font-weight: bold;
  margin: 0px;
}
table.editar img {
  width: 125px;
  padding: 5px 0px 5px 150px;
}
table.comentario {
  border: 1px solid #999999;
}
table.comentario td {
  background-color: #EEEDED;
  border: 0px;
  padding-left: 5px;
  margin: 0px;
}
table.comentario label {
  margin-left: 0px;
  float: left;
}
table.comentario .texto {
  width: 120px;
  float: left;
  border: 0px solid #333333;
  margin-top: 3px;
  font-weight: bold;
  margin: 0px;
}
table.comentario img {
  width: 125px;
  padding: 5px 0px 5px 150px;
}
table.editar2 {
  border: 1px solid #f2f2f2;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
}
table.editar2 tr td {
  line-height: 35px;
  padding: 10px 5px;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
table.editar2 tr td input,
table.editar2 tr td select {
  height: 35px;
  line-height: 35px;
  background: #fff;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 14px;
  color: #444;
  width: 100%;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  padding: 5px;
}
table.editar2 tr td textarea {
  line-height: 35px;
  background: #fff;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 14px;
  color: #444;
  width: 100%;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  padding: 5px;
}
table.editar2 tr td input[type="submit"] {
  background: #62226e !important;
  color: #fff !important;
  border-color: #62226e !important;
  transition: all 0.3s ease;
}
table.editar2 tr td input[type="submit"]:hover {
  background: #402353 !important;
}
table.editar2 tr td input[type="checkbox"] {
  float: left;
  width: auto;
  line-height: 30px;
  margin-right: 3px;
}
.paddingMod {
  padding: 20px;
}
td.grisoscuro {
  background-color: #CCCCCC;
  border: 0px;
  padding-left: 5px;
  margin: 0px;
}
td.grisclaro {
  background-color: #EEEDED;
  border: 0px;
  padding-left: 5px;
  margin: 0px;
}
table.editar2 label {
  margin-left: 0px;
  float: left;
  line-height: 33px;
  margin-right: 10px;
}
table.editar2 .texto {
  width: 120px;
  float: left;
  border: 0px solid #333333;
  margin-top: 3px;
  font-weight: bold;
  margin: 0px;
}
/* ------------------------------- formularios --------------------------------- */
input.formu1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 200px;
  color: #333300;
  font-weight: normal;
}
input.formu2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 450px;
  color: #333300;
  font-weight: normal;
}
input.formu3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 50px;
  color: #333300;
  font-weight: normal;
}
input.formu4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 100px;
  color: #333300;
  font-weight: normal;
}
input.formu5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 150px;
  color: #333300;
  font-weight: normal;
}
textarea.form6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 200px;
  color: #333300;
  font-weight: normal;
}
textarea.form7 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 250px;
  color: #333300;
  font-weight: normal;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 350px;
  color: #333300;
  font-weight: normal;
}
/*--------fin formularios--------*/
.txtformu {
  font-weight: 500 !important;
  text-align: right;
}
.blanco {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333300;
  font-weight: bold;
  text-align: left;
}
.blanco2 {
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.rojo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff0000;
  font-weight: bold;
  text-align: right;
}
.resaltado {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
.negrita {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.rojita {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #bf0245;
  text-decoration: none;
}
.verdita {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #02bf14;
  text-decoration: none;
}
.naranjita {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ee8203;
  text-decoration: none;
}
.azulita {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #027abf;
  text-decoration: none;
}
.recuadros a {
  font-family: 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #fff1f1;
}
.recuadros a:hover {
  color: #E2E2E2;
  background-color: #707173;
}
.recuadros {
  width: 105px;
  text-align: center;
  position: absolute;
  border: 0px solid #777777;
  background-color: #fff;
  left: 20px;
  top: 122px !important;
  visibility: hidden;
}
.ancla {
  position: relative;
  visibility: visible;
}
td.rojo2 {
  background-color: #9a5d4d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
}
td.rojo3 {
  background-color: #9a5d4d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
}
td.rojo1 {
  background-color: #cdb5ae;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333300;
}
td.rojo12 {
  background-color: #cdb5ae;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333300;
}
td.verde1 {
  color: #444;
}
td.verde1 a {
  color: #62226e;
  text-decoration: none;
}
td.verde1 a:hover {
  color: #402353;
}
td.verde11 {
  background-color: #f9f9f9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333300;
}
td.verde11 a {
  color: #62226e;
}
td.verde11 a:hover {
  color: #402353;
}
td.verde2 {
  background-color: #e5e5e5;
  color: #444;
}
td.verde2 img {
  width: 20px !important;
  margin-right: 5px;
}
td.verde2 a {
  color: #444;
}
td.verde2 a:hover {
  color: #000;
}
td.verde3 {
  background-color: #e5e5e5;
  color: #444;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 18px !important;
  padding: 5px !important;
  letter-spacing: 1px;
}
a.pagina {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
a.pagina:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}
.btAnadir {
  text-align: right !important;
  padding: 3px;
}
.btAnadir a {
  color: #62226e !important;
  text-decoration: none;
}
.btAnadir a:hover {
  color: #402353 !important;
}
.rightAlign {
  text-align: right !important;
}
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #62226e;
  padding: 0;
  min-height: 54px;
  z-index: 999999;
}
.mean-container a.meanmenu-reveal {
  width: 27px;
  height: 22px;
  padding: 16px 20px 16px 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #402353;
  top: 54px;
  position: absolute;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(0, 0, 0, 0.3);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.5);
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
/****REBECA****/
header.headerIndex {
  width: 100%;
  padding: 1.5rem 0;
  background: #62226e;
}
header.headerIndex img {
  max-width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
header.headerInner {
  width: 100%;
  padding: 1.5rem;
  background: white;
}
header.headerInner img {
  max-width: 250px;
  height: auto;
}
.LoginIndex fieldset {
  padding: 20px;
  padding: 2rem;
  border: none;
}
.LoginIndex fieldset legend {
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.LoginIndex fieldset label {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  font: 900 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.LoginIndex fieldset input {
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1.5rem 0 !important;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #62226e;
}
.LoginIndex fieldset input:focus {
  border: 2px solid #402353 !important;
}
.btEntrar {
  display: block;
  margin: 0 auto;
  background-color: #62226e;
  border-color: #62226e;
  color: #fff !important;
  transition: all 0.3s ease;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 1rem 0;
}
.btEntrar:hover {
  background-color: #402353;
  color: #fff;
  border-color: #402353;
}
nav#menu {
  width: 100%;
  display: block;
  background: #62226e;
  text-align: center;
}
nav#menu ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
nav#menu ul li {
  width: 15%;
}
nav#menu ul li a {
  line-height: 40px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.innerMenu {
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
}
.innerMenu a {
  color: #fff;
  transition: all 0.3s ease;
}
.innerMenu a:hover {
  color: #fff;
  background: #402353;
}
.logoMovil {
  max-width: 135px;
  float: left;
  padding: 0 20px;
}
.logoMovil img {
  width: 100%;
  height: auto;
}
.container-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content-head {
  display: table-header-group;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.content-head-row {
  display: table-row;
  background-color: #e5e5e5;
  line-height: 25px;
}
.content-head-col {
  display: table-cell;
  padding: 0.5rem 1rem;
  border-right: 2px solid white;
}
.content-head-col a {
  color: #444;
  text-decoration: none;
}
.content-head-col a:hover {
  color: black;
}
.content-head-col:last-child {
  border-right: none;
}
.content-head-row2 {
  display: table-row;
  background-color: #cfecea;
  line-height: 25px;
  border-top: 1px solid #aed7d4;
}
.content-head-col2 {
  display: table-cell;
  padding: 0.5rem 1rem;
  border-right: 2px solid white;
}
.content-head-col2 a {
  color: #444;
  text-decoration: none;
}
.content-head-col2 a:hover {
  color: black;
}
.content-head-col2:last-child {
  border-right: none;
}
.content-body {
  display: table-row-group;
}
.content-row {
  display: table-row;
  line-height: 20px;
}
.content-row:nth-child(even) {
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.content-row:nth-child(odd) {
  background-color: white;
  border-top: 1px solid #e5e5e5;
}
.content-col {
  display: table-cell;
  padding: 0.5rem 1rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.content-col a {
  font-weight: 600;
  color: #62226e;
  text-decoration: none;
}
.content-col a:hover {
  color: #402353;
}
.content-col select {
  background: #fff;
  height: 25px;
  display: block;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.imgEditTable {
  text-align: right;
}
.imgEditTable img {
  width: 25px;
  height: auto;
  margin: 0 0.5rem;
}
.contentModTable {
  display: block;
  width: 100%;
}
.container-table-mod {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content-head-mod {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  caption-side: top;
  display: table-caption;
  text-align: center;
  font-size: 18px;
  padding: 5px;
  letter-spacing: 1px;
  color: #444;
  background-color: #e5e5e5;
  text-transform: uppercase;
}
.content-body-mod {
  display: table-row-group;
}
.content-row-mod {
  display: table-row;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.content-col-mod {
  display: table-cell;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 50%;
}
.content-row-mod-caption {
  caption-side: top;
  display: table-caption;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  text-align: center;
  float: left;
}
.content-col-mod-caption {
  display: table-caption;
  padding: .5rem 1rem;
  vertical-align: middle;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  float: left;
}
.tit-cell-mod {
  display: inline-block;
  width: 40%;
  text-align: right;
  font-weight: 600;
  padding-right: 10px;
  float: left;
}
.input-cell-mod {
  display: inline-block;
  width: 58%;
  float: left;
}
.input-cell-mod input {
  height: 35px;
  line-height: 40px;
  background: #fff;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 14px;
  color: #444;
  width: 100%;
  border: 1px solid #e5e5e5;
  transition: all .3s ease;
  padding: 5px;
}
.input-cell-mod input[type="submit"] {
  background-color: #62226e;
  color: white;
  border-color: #62226e;
}
.input-cell-mod input[type="checkbox"] {
  background-color: #62226e;
  color: white;
  border-color: #62226e;
  width: auto !important;
  height: 13px;
  margin-left: 15px;
}
.input-cell-mod select {
  height: 35px;
  line-height: 35px;
  background: #fff;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 14px;
  color: #444;
  width: 100%;
  border: 1px solid #e5e5e5;
  transition: all .3s ease;
  padding: 5px;
}
.input-cell-mod textarea {
  line-height: 35px;
  background: #fff;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 14px;
  color: #444;
  width: 100%;
  border: 1px solid #e5e5e5;
  transition: all .3s ease;
  padding: 5px;
}
.input-cell-mod-submit {
  display: inline-block;
  width: 100%;
  float: left;
}
.input-cell-mod-submit input {
  height: 35px;
  line-height: 40px;
  background: #fff;
  font: 400 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 14px;
  color: #444;
  width: 100%;
  border: 1px solid #e5e5e5;
  transition: all .3s ease;
  padding: 5px;
}
.input-cell-mod-submit input[type="submit"] {
  background-color: #62226e;
  color: white;
  border-color: #62226e;
}
.alignRight {
  text-align: right !important;
}
.w100 {
  width: 100%!important;
  float: left;
  border-bottom: none !important;
}
.w50 {
  width: 50%!important;
  float: left;
}
.noBorder {
  border: none!important;
  border-bottom: none!important;
}
.repe {
  display: inline-block;
}
.centerCell {
  width: auto!important;
  display: block;
  text-align: center;
  margin: 0 auto;
  float: none;
}
.fechaFestivo {
  border-bottom: 1px solid #e5e5e5;
}
.eliminarImagen {
  float: left;
  margin: 0 0.5rem;
}
.eliminarImagen a {
  float: left;
}
.image-upload {
  float: left;
}
.vbox-close {
  background-position: center!important;
}
.headH2 {
  display: block;
  width: 100%;
  background: #e5e5e5;
  float: left;
}
.headH2 h2 {
  width: auto!important;
}
.nuevoempleado {
  float: right;
}
.nuevoempleado a {
  float: left;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  color: #62226e;
  font-size: 12px;
  line-height: 20px;
  padding: 5px;
  cursor: pointer;
  display: block;
}
.nuevoempleado a img {
  margin-right: 5px;
}
.nuevoempleado a:hover {
  color: #402353;
}
.innerSearch {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  display: block;
}
.innerSearch h2 {
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 13px;
  float: left;
  padding: 5px 10px;
  margin: 0;
  color: #444;
  background: #e5e5e5;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}
.innerSearch form {
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.innerSearch form fieldset {
  border: none;
  float: left;
  padding: 0;
  box-sizing: border-box;
  width: 17%;
  margin: 0 .2rem;
}
.innerSearch form fieldset .date-wrapper .input {
  width: 80%;
  margin-right: 7px;
  display: inline-block;
}
.innerSearch form fieldset p {
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 3px;
  margin-top: 0;
}
.innerSearch form fieldset input {
  border: 1px solid #e5e5e5;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 5px;
  box-sizing: border-box;
  color: #62226e;
  width: 100%;
}
.innerSearch form fieldset input:focus {
  background: #f2f2f2;
}
.innerSearch form fieldset select {
  border: 1px solid #e5e5e5;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 13px;
  line-height: 30px;
  height: 34px;
  padding: 5px;
  box-sizing: border-box;
  color: #444;
  width: 100%;
}
input[type=submit].btnBuscar {
  padding: 3px 10px;
  line-height: 30px;
  background: #62226e;
  color: #fff !important;
  border: 1px solid #62226e;
  border-radius: 0;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 17px;
}
input[type=submit].btnBuscar:hover {
  background: #402353;
}
input[type=submit].btnNoBuscar {
  padding: 3px 10px;
  line-height: 30px;
  background: #600a0e;
  color: #fff !important;
  border: 1px solid #600a0e;
  border-radius: 0;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 17px;
}
input[type=submit].btnNoBuscar:hover {
  background: #380606;
}
img.tcalIcon {
  float: right;
  margin-left: 5px;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #f2f2f2;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.dates-wrapper {
  background: #f0f0f0;
  padding: 1em 1em 0 1em;
  display: inline-block;
}
.input-text {
  background-color: #ffffff;
  padding: 2px 10px;
  color: #333;
  border: 1px solid #dddddd;
  outline: none;
  vertical-align: middle;
  height: 36px;
  border-radius: 0;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.date-wrapper {
  position: relative;
  margin: 0 ;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.date-wrapper .label {
  float: left;
  display: inline-block;
  margin-right: 28px;
  padding-top: 10px;
}
.date-wrapper .input {
  font-size: 15px;
  color: #333;
  float: left;
  margin-right: 10px;
}
.date-wrapper .input input {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.date-wrapper .calendar-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  float: left;
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.pika-single {
  position: absolute;
  top: 40px;
  left: 0px;
}
.pika-single .pika-title {
  color: #444;
}
.pika-single .is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
  background: #ec0000;
}
.pika-single .pika-table tbody td {
  border: 1px solid #b9b9b9;
}
.pika-single .pika-button:hover {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #868686 !important;
}
.pika-single .is-today .pika-button {
  color: #ec0000;
}
.pika-single .is-today.is-selected .pika-button {
  color: #fff;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
/*CONTENT PLANNING*/
.btnPlanning {
  float: left;
  width: 100%;
}
.innerbtnPlanning {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.innerbtnPlanning ul {
  float: left;
  padding: 0;
  width: 100%;
  height: 29px;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
.innerbtnPlanning ul li {
  display: inline-block;
  list-style: none;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 13px;
}
.innerbtnPlanning ul li a {
  display: block;
  cursor: pointer;
  color: #444;
  background-color: #f2f2f2;
  font-size: 13px;
  padding: 5px 10px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: all 0.3s ease;
}
.btnOffPlanning a:hover {
  background: #e5e5e5;
  color: #000;
  border-color: #888;
}
.btnOnPlanning a {
  background-color: #fff !important;
}
.btnAnadirIncidencia {
  float: right;
}
.innerPlanning,
.innerPlanning2 {
  float: left;
  width: 100%;
  padding: 10px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.btnAnadir {
  float: right !important;
  transition: all 0.3s ease;
  margin-left: 5px;
}
.btnAnadir a {
  float: left;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
}
.btnAnadir a:hover {
  transition: all 0.3s ease;
  background: #e5e5e5;
}
.btnAnadir a:hover img {
  opacity: 0.8;
}
.btnAnadir a:hover span {
  color: #62226e;
}
.btnAnadir img {
  width: 15px;
  float: left;
  height: 16px;
}
.btnAnadir span {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  color: #444;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: 0;
  margin-top: 0;
}
.btnAnadir span a {
  color: #444;
  float: left;
  text-decoration: none;
}
.navFlechas {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  float: left;
}
.navFlechas ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navFlechas ul li {
  font-size: 16px;
  float: left;
  margin: 0 1px;
}
.navFlechas ul li img {
  float: left;
  width: 20px;
  height: auto;
  margin: 5px;
}
.navFlechas ul li a {
  float: left;
  background-color: #f2f2f2;
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  color: #444;
}
.navFlechas ul li a:hover {
  background: #e5e5e5;
}
.navFlechas ul li span {
  float: left;
  margin-left: 2px;
  font-size: 12px;
  color: #444;
  line-height: 30px;
}
.innerCalendarMensual,
.innerCalendarSemanal {
  display: block;
  width: 100%;
  height: 100%;
}
.innerCalendarSemanalRWD {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  display: none;
}
.weekNames {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 5px 0;
}
.dayName {
  float: left;
  width: 14.8%;
  text-align: center;
  background: #f2f2f2;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
}
.dayName:nth-child(even) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.dayName:first-child {
  border-left: 1px solid #e5e5e5;
}
.dayName:last-child {
  border-right: 1px solid #e5e5e5;
}
.innerMonth {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.everyWeek {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.everyWeek:nth-child(even) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.everyWeek:first-child {
  border-top: 1px solid #e5e5e5;
}
.everyWeek:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.day {
  float: left;
  width: 14.8%;
  background: #fff;
  padding: 0;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  color: #444;
  min-height: 110px;
}
.day:nth-child(even) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.day:first-child {
  border-left: 1px solid #e5e5e5;
}
.day:last-child {
  border-right: 1px solid #e5e5e5;
}
.day.off .numberDay {
  color: #ccc !important;
}
.day.weekend {
  background: #f2f2f2;
}
.day.festivo {
  background: #fbe568;
}
.day.festivo .numberDay {
  color: #444 !important;
}
.day.actual {
  background: #d6fff8;
}
.day.actual .numberDay {
  color: #444 !important;
}
.numberWeek {
  float: left;
  color: #ee4b20;
  padding: 5px;
  background: #f2f2f2;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
}
.numberDay {
  float: right;
  padding: 5px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  color: #444;
}
.nameDay {
  display: none;
  float: right;
  padding: 5px 5px 5px 0;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  color: #444;
  color: #888;
}
.alertDay {
  float: left;
  width: 100%;
  margin-top: 4px;
}
.alertDay a {
  float: left;
  width: 96%;
  margin-left: 2%;
  text-align: center;
  border-radius: 3px;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 18px;
  padding: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contentCalendarWeek {
  display: block;
  width: 100%;
}
.scrollHorz {
  margin-left: 200px;
  overflow-x: scroll;
}
table.tableSemanal {
  overflow-x: scroll;
  border: 1px solid #e5e5e5;
  width: 200%;
}
table.tableSemanal th,
table.tableSemanal td {
  width: 80px;
  padding: 10px 10px;
  line-height: 30px;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
}
table.tableSemanal th {
  background-color: #f2f2f2;
  color: #444;
}
table.tableSemanal th span {
  text-align: left;
  float: left;
  color: #ee4b20;
  background: #f2f2f2;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 13px;
}
.nameEmployees {
  position: absolute;
  top: 30px;
  left: 0;
  width: 200px;
  height: 50px;
}
.boldTxt {
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  color: #444;
}
.relative {
  position: relative;
}
.innerCalendar {
  position: relative;
  float: left;
  width: 100%;
}
.innerCalendarRWD {
  position: relative;
  display: block;
  width: 100%;
}
.empleadoRWD {
  display: block;
  width: 100%;
}
.NameRWD {
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 40px;
  background: #62226e;
  color: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
  overflow: hidden;
  padding: 0 0.5rem;
}
.contentEmployee {
  width: 100%;
  display: block;
}
.dayWeek {
  display: block;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  padding: 4px 0;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
}
.numbersDaysRWD {
  display: block;
  width: 100%;
}
.singleDay {
  display: block;
  width: 100%;
}
.innerDaysRWD {
  position: relative;
  list-style: none;
  line-height: 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e5e5e5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 50px;
}
.innerDaysRWD li {
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #444;
  text-align: center;
  width: 100%;
}
.innerDaysRWD li:nth-child(even) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.innerDaysRWD li:first-child {
  border-left: 1px solid #e5e5e5;
}
.weekNumbers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}
.w200 {
  min-width: 150px;
  float: left;
}
.Name {
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  line-height: 50px;
  background: #f2f2f2;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  text-align: center;
  width: 200px;
  height: 50px;
  overflow: hidden;
  padding: 0 0.5rem;
}
.dayNumb {
  float: left;
  min-width: 500px;
  text-align: center;
  background: #f2f2f2;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
}
.dayNumb:nth-child(even) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.dayNumb:first-child {
  border-left: 1px solid #ccc;
}
.dayNumb:last-child {
  border-right: 1px solid #ccc;
}
.numbersDays {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}
.innerDays {
  position: relative;
  list-style: none;
  min-width: 500px;
  line-height: 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e5e5e5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 50px;
}
.innerDays li {
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #444;
  text-align: center;
  width: 100%;
}
.innerDays li:nth-child(even) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.innerDays li:first-child {
  border-left: 1px solid #e5e5e5;
}
.dayN {
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7.14%;
}
.incidenciasLines {
  position: absolute;
  top: 22px;
  left: 0;
  text-decoration: none;
  width: 100%;
}
.incidenciasLines a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 11px;
  text-transform: none;
  padding: 5px;
  height: 22px;
  line-height: 12px;
  overflow: hidden;
}
.incidenciasLinesRWD {
  position: absolute;
  top: 22px;
  left: 0;
  text-decoration: none;
  width: 100%;
}
.incidenciasLinesRWD a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 9px;
  text-transform: none;
  padding: 5px;
  height: 22px;
  line-height: 12px;
  overflow: hidden;
  text-align: center;
}
.VerdeAlert {
  text-align: center;
  background: #9cec5b;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #9cec5b;
}
.VerdeAlert:hover {
  background: rgba(156, 236, 91, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert1 {
  text-align: center;
  background: #9cec5b;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #9cec5b;
}
.Alert1:hover {
  background: rgba(156, 236, 91, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert2 {
  text-align: center;
  background: #7ac74f;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #7ac74f;
}
.Alert2:hover {
  background: rgba(122, 199, 79, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert3 {
  text-align: center;
  background: #6eeb83;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #6eeb83;
}
.Alert3:hover {
  background: rgba(110, 235, 131, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert4 {
  text-align: center;
  background: #FF82AD;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #FF82AD;
}
.Alert4:hover {
  background: rgba(255, 130, 173, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert5 {
  text-align: center;
  background: #88d498;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #88d498;
}
.Alert5:hover {
  background: rgba(136, 212, 152, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert6 {
  text-align: center;
  background: #50c5b7;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #50c5b7;
}
.Alert6:hover {
  background: rgba(80, 197, 183, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert7 {
  text-align: center;
  background: #FFB7DB;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #FFB7DB;
}
.Alert7:hover {
  background: rgba(255, 183, 219, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert8 {
  text-align: center;
  background: #FFF7F9;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #FFF7F9;
}
.Alert8:hover {
  background: rgba(255, 247, 249, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert9 {
  text-align: center;
  background: #00C3FF;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #00C3FF;
}
.Alert9:hover {
  background: rgba(0, 195, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert10 {
  text-align: center;
  background: #A3F2FF;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #A3F2FF;
}
.Alert10:hover {
  background: rgba(163, 242, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert11 {
  text-align: center;
  background: #3AAFB9;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #3AAFB9;
}
.Alert11:hover {
  background: rgba(58, 175, 185, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert12 {
  text-align: center;
  background: #C6FFBF;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #C6FFBF;
}
.Alert12:hover {
  background: rgba(198, 255, 191, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert13 {
  text-align: center;
  background: #F6FFBF;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #F6FFBF;
}
.Alert13:hover {
  background: rgba(246, 255, 191, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert14 {
  text-align: center;
  background: #FFD382;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #FFD382;
}
.Alert14:hover {
  background: rgba(255, 211, 130, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert15 {
  text-align: center;
  background: #FFDBB7;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #FFDBB7;
}
.Alert15:hover {
  background: rgba(255, 219, 183, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert16 {
  text-align: center;
  background: #3E99F9;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #3E99F9;
}
.Alert16:hover {
  background: rgba(62, 153, 249, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert17 {
  text-align: center;
  background: #DDFDFF;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #DDFDFF;
}
.Alert17:hover {
  background: rgba(221, 253, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert18 {
  text-align: center;
  background: #BFFFF6;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #BFFFF6;
}
.Alert18:hover {
  background: rgba(191, 255, 246, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert19 {
  text-align: center;
  background: #C2C3F9;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #C2C3F9;
}
.Alert19:hover {
  background: rgba(194, 195, 249, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert20 {
  text-align: center;
  background: #ECFF82;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #ECFF82;
}
.Alert20:hover {
  background: rgba(236, 255, 130, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert21 {
  text-align: center;
  background: #BFE6FF;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #BFE6FF;
}
.Alert21:hover {
  background: rgba(191, 230, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert22 {
  text-align: center;
  background: #F8DDFF;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #F8DDFF;
}
.Alert22:hover {
  background: rgba(248, 221, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.Alert23 {
  text-align: center;
  background: #E6BFFF;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #E6BFFF;
}
.Alert23:hover {
  background: rgba(230, 191, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.RojoAlert {
  text-align: center;
  background: #ee4b20;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  border: 1px solid #ee4b20;
}
.RojoAlert:hover {
  background-color: #d72d00;
  border-color: #d72d00;
  color: #fff;
}
.inciVerde {
  position: absolute;
  background: #9cec5b;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #9cec5b;
  transition: all 0.3s ease;
}
.inciVerde a {
  color: #444;
}
.inciVerde:hover {
  background: rgba(156, 236, 91, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert1 {
  position: absolute;
  background: #9cec5b;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #9cec5b;
  transition: all 0.3s ease;
}
.inciAlert1 a {
  color: #444;
}
.inciAlert1:hover {
  background: rgba(156, 236, 91, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert2 {
  position: absolute;
  background: #7ac74f;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #7ac74f;
}
.inciAlert2 a {
  color: #444;
}
.inciAlert2:hover {
  background: rgba(122, 199, 79, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert3 {
  position: absolute;
  background: #6eeb83;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #6eeb83;
}
.inciAlert3 a {
  color: #444;
}
.inciAlert3:hover {
  background: rgba(110, 235, 131, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert4 {
  position: absolute;
  background: #FF82AD;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #FF82AD;
}
.inciAlert4 a {
  color: #444;
}
.inciAlert4:hover {
  background: rgba(255, 130, 173, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert5 {
  position: absolute;
  background: #88d498;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #88d498;
}
.inciAlert5 a {
  color: #444;
}
.inciAlert5:hover {
  background: rgba(136, 212, 152, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert6 {
  position: absolute;
  background: #50c5b7;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #50c5b7;
}
.inciAlert6 a {
  color: #444;
}
.inciAlert6:hover {
  background: rgba(80, 197, 183, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert7 {
  position: absolute;
  background: #FFB7DB;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #FFB7DB;
}
.inciAlert7 a {
  color: #444;
}
.inciAlert7:hover {
  background: rgba(255, 183, 219, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert8 {
  position: absolute;
  background: #FFF7F9;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #FFF7F9;
}
.inciAlert8 a {
  color: #444;
}
.inciAlert8:hover {
  background: rgba(255, 247, 249, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert9 {
  position: absolute;
  background: #00C3FF;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #00C3FF;
}
.inciAlert9 a {
  color: #444;
}
.inciAlert9:hover {
  background: rgba(0, 195, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert10 {
  position: absolute;
  background: #A3F2FF;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #A3F2FF;
}
.inciAlert10 a {
  color: #444;
}
.inciAlert10:hover {
  background: rgba(163, 242, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert11 {
  position: absolute;
  background: #3AAFB9;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #3AAFB9;
}
.inciAlert11 a {
  color: #444;
}
.inciAlert11:hover {
  background: rgba(100, 233, 238, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert12 {
  position: absolute;
  background: #A3F2FF;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #A3F2FF;
}
.inciAlert12 a {
  color: #444;
}
.inciAlert12:hover {
  background: rgba(198, 255, 191, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert13 {
  position: absolute;
  background: #F6FFBF;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #F6FFBF;
}
.inciAlert13 a {
  color: #444;
}
.inciAlert13:hover {
  background: rgba(246, 255, 191, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert14 {
  position: absolute;
  background: #FFD382;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #FFD382;
}
.inciAlert14 a {
  color: #444;
}
.inciAlert14:hover {
  background: rgba(255, 211, 130, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert15 {
  position: absolute;
  background: #FFDBB7;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #FFDBB7;
}
.inciAlert15 a {
  color: #444;
}
.inciAlert15:hover {
  background: rgba(255, 219, 183, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert16 {
  position: absolute;
  background: #3E99F9;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #3E99F9;
}
.inciAlert16 a {
  color: #444;
}
.inciAlert16:hover {
  background: rgba(62, 153, 249, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert17 {
  position: absolute;
  background: #DDFDFF;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #DDFDFF;
}
.inciAlert17 a {
  color: #444;
}
.inciAlert17:hover {
  background: rgba(221, 253, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert18 {
  position: absolute;
  background: #BFFFF6;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #BFFFF6;
}
.inciAlert18 a {
  color: #444;
}
.inciAlert18:hover {
  background: rgba(191, 255, 246, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert19 {
  position: absolute;
  background: #C2C3F9;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #C2C3F9;
}
.inciAlert19 a {
  color: #444;
}
.inciAlert19:hover {
  background: rgba(194, 195, 249, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert20 {
  position: absolute;
  background: #ECFF82;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #ECFF82;
}
.inciAlert20 a {
  color: #444;
}
.inciAlert20:hover {
  background: rgba(236, 255, 130, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert21 {
  position: absolute;
  background: #BFE6FF;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #BFE6FF;
}
.inciAlert21 a {
  color: #444;
}
.inciAlert21:hover {
  background: rgba(191, 230, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert22 {
  position: absolute;
  background: #F8DDFF;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #F8DDFF;
}
.inciAlert22 a {
  color: #444;
}
.inciAlert22:hover {
  background: rgba(248, 221, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciAlert23 {
  position: absolute;
  background: #E6BFFF;
  border-radius: 3px;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #444;
  border: 1px solid #E6BFFF;
}
.inciAlert23 a {
  color: #444;
}
.inciAlert23:hover {
  background: rgba(230, 191, 255, 0.5);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.inciRojo {
  position: absolute;
  text-align: center;
  background: #ee4b20;
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  border-radius: 3px;
  letter-spacing: 0.5px;
  color: #fff;
  border: 1px solid #ee4b20;
}
.inciRojo a {
  color: #fff;
}
.inciRojo:hover {
  background-color: #d72d00;
  border-color: #d72d00;
  color: #fff;
}
h3 {
  font: 700 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 20px;
  color: #62226e;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #62226e;
  float: left;
}
.btnRojo {
  background-color: #ee4b20;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btnRojo:hover {
  background: #d72d00;
  color: #fff;
}
#hora_inicio,
#hora_inicio2 {
  width: 46% !important;
}
.verde1 .date-wrapper .input {
  width: 75%;
}
.color1 {
  background-color: #9cec5b;
}
.color2 {
  background-color: #7ac74f;
}
.color3 {
  background-color: #6eeb83;
}
.color4 {
  background-color: #FF82AD;
}
.color5 {
  background-color: #88d498;
}
.color6 {
  background-color: #50c5b7;
}
.color7 {
  background-color: #FFB7DB;
}
.color8 {
  background-color: #FFF7F9;
}
.color9 {
  background-color: #00C3FF;
}
.color10 {
  background-color: #A3F2FF;
}
.color11 {
  background-color: #3AAFB9;
}
.color12 {
  background-color: #C6FFBF;
}
.color13 {
  background-color: #F6FFBF;
}
.color14 {
  background-color: #FFD382;
}
.color15 {
  background-color: #FFDBB7;
}
.color16 {
  background-color: #3E99F9;
}
.color17 {
  background-color: #DDFDFF;
}
.color18 {
  background-color: #BFFFF6;
}
.color19 {
  background-color: #C2C3F9;
}
.color20 {
  background-color: #ECFF82;
}
.color21 {
  background-color: #BFE6FF;
}
.color22 {
  background-color: #F8DDFF;
}
.color23 {
  background-color: #E6BFFF;
}
ul.etiquetas {
  float: left;
  width: 100%;
  display: block;
  list-style: none;
}
ul.etiquetas li {
  display: inline-block;
  margin-right: 1.5rem;
  margin-top: 1rem;
  font: 500 1rem 'Roboto', Helvetica, Gotham, Arial, sans-serif;
  font-size: 12px;
}
ul.etiquetas li span {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
.venoframe img {
  width: 100% !important;
}
.image-upload > input {
  display: none;
  margin: 0.5rem;
}
.image-upload img {
  width: 145px;
  cursor: pointer;
  margin: 0.5rem;
}
.date-wrapper .input {
  width: 80%;
  margin-right: 7px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .innerSearch form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .innerSearch form fieldset {
    float: none;
    width: 48%;
    margin: 0 1% 1rem;
  }
  .venoframe {
    height: 80vh !important;
    width: 90% !important;
  }
  .vbox-content {
    margin-top: 15vh !important;
    margin-bottom: 5vh!important;
  }
  .tableEmpleados .container-table,
  .tableEmpleados .content-body,
  .tableEmpleados .content-row {
    display: block;
    float: left;
    width: 100%;
  }
  .tableEmpleados .content-head {
    display: none;
  }
  .tableEmpleados .content-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
  }
  .tableEmpleados .content-col:last-child {
    border-bottom: none;
  }
  .tableEmpleados .content-col:before {
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    font-weight: 600;
    color: #444;
  }
  .tableEmpleados .content-col:nth-of-type(1):before {
    content: "Nombre";
  }
  .tableEmpleados .content-col:nth-of-type(2):before {
    content: "DNI/NIE";
  }
  .tableEmpleados .content-col:nth-of-type(3):before {
    content: "Puesto";
  }
  .tableEmpleados .content-col:nth-of-type(4):before {
    content: "Alta";
  }
  .tableEmpleados .content-col:nth-of-type(5):before {
    content: "Fin Previsto";
  }
  .tableEmpleados .content-col:nth-of-type(6):before {
    content: "Baja";
  }
  .tableEmpleados .content-col:nth-of-type(7):before {
    content: " ";
  }
  .tableEmpleados .content-col form {
    display: inline-block;
    width: 60%;
  }
  .tableEmpleados .content-col form select {
    width: 100% !important;
    margin: 0!important;
    padding: 0;
    height: 30px !important;
  }
  .tableInformes .container-table,
  .tableInformes .content-body,
  .tableInformes .content-row {
    display: block;
    float: left;
    width: 100%;
  }
  .tableInformes .content-head {
    display: none;
  }
  .tableInformes .content-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
  }
  .tableInformes .content-col:last-child {
    border-bottom: none;
  }
  .tableInformes .content-col:before {
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    font-weight: 600;
    color: #444;
  }
  .tableInformes .content-col:nth-of-type(1):before {
    content: "Factura";
  }
  .tableInformes .content-col:nth-of-type(2):before {
    content: "Fecha";
  }
  .tableInformes .content-col:nth-of-type(3):before {
    content: "Importe";
  }
  .tableInformes .content-col:nth-of-type(4):before {
    content: " ";
  }
  .tableInformes .content-col form {
    display: inline-block;
    width: 60%;
  }
  .tableInformes .content-col form select {
    width: 100% !important;
    margin: 0!important;
    padding: 0;
    height: 30px !important;
  }
  .tableReportes .container-table,
  .tableReportes .content-body,
  .tableReportes .content-row {
    display: block;
    float: left;
    width: 100%;
  }
  .tableReportes .content-head {
    display: none;
  }
  .tableReportes .content-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
  }
  .tableReportes .content-col:last-child {
    border-bottom: none;
  }
  .tableReportes .content-col:before {
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    font-weight: 600;
    color: #444;
  }
  .tableReportes .content-col:nth-of-type(1):before {
    content: "Solicitud";
  }
  .tableReportes .content-col:nth-of-type(2):before {
    content: "Descripcion";
  }
  .tableReportes .content-col:nth-of-type(3):before {
    content: "Delegacion";
  }
  .tableReportes .content-col:nth-of-type(4):before {
    content: "Num. Personas";
  }
  .tableReportes .content-col:nth-of-type(5):before {
    content: "Estado";
  }
  .tableReportes .content-col:nth-of-type(6):before {
    content: " ";
  }
  .tableReportes .content-col form {
    display: inline-block;
    width: 60%;
  }
  .tableReportes .content-col form select {
    width: 100% !important;
    margin: 0!important;
    padding: 0;
    height: 30px !important;
  }
  .tablePartes .container-table,
  .tablePartes .content-body,
  .tablePartes .content-row {
    display: block;
    float: left;
    width: 100%;
  }
  .tablePartes .content-head {
    display: none;
  }
  .tablePartes .content-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
  }
  .tablePartes .content-col:last-child {
    border-bottom: none;
  }
  .tablePartes .content-col:before {
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    font-weight: 600;
    color: #444;
  }
  .tablePartes .content-col:nth-of-type(1):before {
    content: "";
  }
  .tablePartes .content-col:nth-of-type(2):before {
    content: "Dia";
  }
  .tablePartes .content-col:nth-of-type(3):before {
    content: "Normales";
  }
  .tablePartes .content-col:nth-of-type(4):before {
    content: "Nocturnas";
  }
  .tablePartes .content-col:nth-of-type(5):before {
    content: "Festivas";
  }
  .tablePartes .content-col:nth-of-type(6):before {
    content: "Noct. Fest.";
  }
  .tablePartes .content-col:nth-of-type(7):before {
    content: "Extra";
  }
  .tablePartes .content-col:nth-of-type(8):before {
    content: "Extra Noct.";
  }
  .tablePartes .content-col:nth-of-type(9):before {
    content: "Extra Fest.";
  }
  .tablePartes .content-col:nth-of-type(10):before {
    content: "Extra NoctFest.";
  }
  .tablePartes .content-col:nth-of-type(11):before {
    content: "Dietas";
  }
  .tablePartes .content-col:nth-of-type(12):before {
    content: "Kilometraje";
  }
  .tablePartes .content-col form {
    display: inline-block;
    width: 60%;
  }
  .tablePartes .content-col form select {
    width: 100% !important;
    margin: 0!important;
    padding: 0;
    height: 30px !important;
  }
  .tableTrabajo .container-table,
  .tableTrabajo .content-body,
  .tableTrabajo .content-row {
    display: block;
    float: left;
    width: 100%;
  }
  .tableTrabajo .content-head {
    display: none;
  }
  .tableTrabajo .content-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
  }
  .tableTrabajo .content-col:last-child {
    border-bottom: none;
  }
  .tableTrabajo .content-col:before {
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    font-weight: 600;
    color: #444;
  }
  .tableTrabajo .content-col:nth-of-type(1):before {
    content: "Nombre";
  }
  .tableTrabajo .content-col:nth-of-type(2):before {
    content: "DNI/NIE";
  }
  .tableTrabajo .content-col:nth-of-type(3):before {
    content: "Fecha Inical";
  }
  .tableTrabajo .content-col:nth-of-type(4):before {
    content: "Fecha Final";
  }
  .tableTrabajo .content-col:nth-of-type(5):before {
    content: "Num Parte";
  }
  .tableTrabajo .content-col:nth-of-type(6):before {
    content: "Fecha Parte";
  }
  .tableTrabajo .content-col form {
    display: inline-block;
    width: 60%;
  }
  .tableTrabajo .content-col form select {
    width: 100% !important;
    margin: 0!important;
    padding: 0;
    height: 30px !important;
  }
  .tableCentros .container-table,
  .tableCentros .content-body,
  .tableCentros .content-row {
    display: block;
    float: left;
    width: 100%;
  }
  .tableCentros .content-head {
    display: none;
  }
  .tableCentros .content-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
  }
  .tableCentros .content-col:last-child {
    border-bottom: none;
  }
  .tableCentros .content-col:before {
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    font-weight: 600;
    color: #444;
  }
  .tableCentros .content-col:nth-of-type(1):before {
    content: "Nombre";
  }
  .tableCentros .content-col:nth-of-type(2):before {
    content: " ";
  }
  .tableCentros .content-col:nth-of-type(3):before {
    content: " ";
  }
  .tableCentros .content-col:nth-of-type(4):before {
    content: " ";
  }
  .tableCentros .content-col form {
    display: inline-block;
    width: 60%;
  }
  .tableCentros .content-col form select {
    width: 100% !important;
    margin: 0!important;
    padding: 0;
    height: 30px !important;
  }
  .tableClientes .container-table,
  .tableClientes .content-body,
  .tableClientes .content-row {
    display: block;
    float: left;
    width: 100%;
  }
  .tableClientes .content-head {
    display: none;
  }
  .tableClientes .content-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
  }
  .tableClientes .content-col:last-child {
    border-bottom: none;
  }
  .tableClientes .content-col:before {
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    font-weight: 600;
    color: #444;
  }
  .tableClientes .content-col:nth-of-type(1):before {
    content: "Nombre";
  }
  .tableClientes .content-col:nth-of-type(2):before {
    content: "DNI/NIE";
  }
  .tableClientes .content-col:nth-of-type(3):before {
    content: "Puesto";
  }
  .tableClientes .content-col:nth-of-type(4):before {
    content: "Alta";
  }
  .tableClientes .content-col:nth-of-type(5):before {
    content: "Fin Previsto";
  }
  .tableClientes .content-col:nth-of-type(6):before {
    content: "Baja";
  }
  .tableClientes .content-col:nth-of-type(7):before {
    content: "D. Alta";
  }
  .tableClientes .content-col:nth-of-type(8):before {
    content: "Fin Prba";
  }
  .tableClientes .content-col:nth-of-type(9):before {
    content: " ";
  }
  .tableClientes .content-col form {
    display: inline-block;
    width: 60%;
  }
  .tableClientes .content-col form select {
    width: 100% !important;
    margin: 0!important;
    padding: 0;
    height: 30px !important;
  }
  .imgEditTable {
    float: right;
  }
  .content-col-mod,
  .content-body-mod {
    display: block;
    width: 100% !important;
  }
  .content-row-mod {
    display: block;
    width: 100%;
    float: left;
    border: none;
    line-height: 45px;
  }
  .content-col-mod {
    float: left;
    border-bottom: 1px solid #e5e5e5;
  }
  .tit-cell-mod {
    width: 35%;
  }
  .input-cell-mod {
    width: 63%;
  }
}
@media (max-width: 880px) {
  .vbox-close {
    top: 55px!important;
  }
  .innerCalendarSemanal {
    display: none;
  }
  .innerCalendarSemanalRWD {
    display: block;
  }
  .logo {
    display: none;
  }
  #datos_empresa {
    float: right;
    text-align: left;
    padding: 0.5rem 0;
  }
  #datos_empresa p {
    float: left;
    margin: 0 0 0 15px;
  }
  .headerInner {
    padding-bottom: 0 !important;
  }
  .weekNames {
    display: none;
  }
  .everyWeek {
    display: block;
  }
  .day {
    width: 100%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    min-height: 70px;
    padding: 0 0 5px 0;
  }
  .day:nth-child(even) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .day:first-child {
    border-top: none;
  }
  .day:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  .day.off .numberDay {
    color: #ccc !important;
  }
  .day.weekend {
    background: #f2f2f2;
  }
  .day.festivo {
    background: #fbe568;
  }
  .day.festivo .numberDay {
    color: #444 !important;
  }
  .day.actual {
    background: #d6fff8;
  }
  .day.actual .numberDay {
    color: #444 !important;
  }
  .innerCalendarMensual {
    float: left;
  }
  .alertDay a {
    padding: 6px;
  }
  .innerPlanning2 .navFlechas ul li img {
    display: none;
  }
  .innerPlanning2 .navFlechas ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navFlechas ul li span {
    line-height: 1.3;
  }
  .nameDay {
    display: inline-block;
  }
}
@media (min-width: 881px) {
  .logo {
    display: block;
    float: left;
  }
}
@media (max-width: 600px) {
  .innerSearch form fieldset {
    float: none;
    width: 96%;
    margin: 0 2% 1rem;
  }
  .tit-cell-mod {
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }
  .input-cell-mod {
    width: 100%;
  }
  .date-wrapper .input {
    width: 80%;
    max-width: 80%;
  }
  .w50 {
    width: 100%!important;
    float: left;
  }
  #contenido {
    padding: 5px 25px;
  }
  .btnAnadir span {
    display: none;
  }
}
