/* ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
/** ESTILOS INTRANET																								  */
/* ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */

@charset "UTF-8";

/** FUENTES ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');


/** COLORES ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

:root {
    --color-gris: #2a2a2a;
    --color-gris-claro: whitesmoke;
    --color-blanco: #ffffff;

    --main-color-1: #8b418f;
    --main-color-2: #5d5bbd;
    --main-color-3: #c8c7ff;

    --text-color-1: #333333;
    --text-color-2: #ffffff;

	--color-menu: #2a2a2a;

	--color-pagada: #96d998;
	--color-aceptada: #8ad8db;
	--color-pendiente: #FFCC80;
	--color-rechazada: #FF7878;
	--color-desactivada: #ccc;

	--color-festivo: #bd3b07;
    --color-evento-diario: #a0a0a0;
    --color-ausencia-vacaciones: #0da100;
    --color-ausencia-vacaciones-ptes: #b6f0b0;
    --color-ausencia-enfermedad: #4239bb;
    --color-ausencia-paternidad: #d7da34;
    --color-ausencia-permiso-retribuido: #20bbd6;
    --color-ausencia-otros: #9c069c;
	--color-tarea-pendiente: #edd52b;
	--color-tarea-completada: #5ab751;
	--color-tarea-no-completada: #da1616;

	/* --color-turno-diurno: #F5ED7A;
	--color-turno-nocturno: #83D8F4;
	--color-turno-festivo: #F57A9A; */
/* 
	--color-turno-diurno: #FAECC0;
	--color-turno-nocturno: #C0C9FA;
	--color-turno-festivo-diurno: #C0FACD; */

	--color-turno-diurno: #FAF7B1;
	--color-turno-nocturno: #C0C9FA;
}


/** CONFIGURACIÓN CSS ─────────────────────────────────────────────────────────────────────────────────────────────── */

.max-img {
	width: 100%;
	height: auto;
}

html {
	font-size: 16px;
	scrollbar-width: none !important;
}

body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus
textarea:-webkit-autofill, textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	border: 0px solid green !important;
	-webkit-text-fill-color: inherit !important;
	-webkit-box-shadow: 0 0 0px 1000px inherit inset !important;
	box-shadow: 0 0 0px 1000px inherit inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

*:focus {
	outline: none !important;
}
input:focus, select:focus, textarea:focus {
    outline: 1px solid #265686 !important;
}
input[type='radio']:focus, input[type='checkbox']:focus {
    outline: none !important;
}
input:disabled {
	color: #666666 !important;
}
textarea:disabled {
	color: #666666 !important;
}

.noselect, label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-button {
	display: none;
	height: 13px;
	border-radius: 0px;
	background-color: #AAA;
}
::-webkit-scrollbar-button:hover {
	background-color: #AAA;
}
::-webkit-scrollbar-thumb {
	background-color: #808080;
    border-radius: 0;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #808080;
    border-radius: 0;
    cursor: pointer;
}
::-webkit-scrollbar-track {
	background-color: #c0c0c0;
}
::-webkit-scrollbar-track:hover {
	background-color: #c0c0c0;
}

::placeholder {
	font-weight: 400;
}

::-ms-input-placeholder {
	font-weight: 400;
}
::-ms-input-placeholder {
	font-weight: 400;
}

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


/** SELECTIZE ─────────────────────────────────────────────────────────────────────────────────────────────────────── */

.selectize-control.single .selectize-input, .selectize-dropdown.single {
	border: 0 !important;
	background-color: #efefef !important;
	background-image: none !important;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
	color: #000000 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: .9rem !important;
    line-height: normal !important;
}
.selectize-dropdown .active {
	background-color: #1e90ff !important;
	color: #ffffff !important;
  }


/** ELEMENTOS GENERALES ───────────────────────────────────────────────────────────────────────────────────────────── */

body {
    margin: 0px;
    padding: 0px;
    background-color: #cccccc;
}

body.F {
    background-color: #FFFFFF;
}

body.FM {
	padding: 10px 50px 10px 50px;
    background-color: #FFFFFF;
	overflow: auto;
	white-space: nowrap;    
}

body.scrollOff {
    overflow: hidden;
}

form {
    margin: 0px;
    padding: 0px;
}

p {
	margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    line-height: 1.1rem;
    text-align: justify;
    color: var(--text-color-1);
}

p.nota {
    margin-top: 1.5rem;
    font-size: .8rem;
    font-style: italic;
}

blockquote {
    color: var(--text-color-1);
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    line-height: 1.1rem;
    text-align: justify;
}

li {
    color: var(--text-color-1);
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    line-height: 1.1rem;
}

h1 {
    color: var(--text-color-1);
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    text-align: justify;
}
h1.tituloSubTabla {
    margin-top: .3rem;
	font-size: 0.9rem;
	font-style: italic;
}

h2 {
    color: var(--text-color-1);
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
}

a {
	color: var(--text-color-1);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	display: block;
	border: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }

iframe {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border: 0px;
}

iframe.oculto {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    visibility: hidden;
    /*display: none;*/
}

textarea {
    resize: vertical;
}

table {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}
th {
    text-align: left;
}
td {
    font-size: .9rem;
    line-height: 1.1rem;
}

fieldset {
	position: relative;
    margin: 0px;
	margin-bottom: 25px;
    padding: 10px;
    padding-top: 4rem;
	border: 2px solid #d8d8d8;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
	border-radius: 5px;	   
}


legend {
	position: absolute;
	top: 1rem;
	width: 100%;
    color: var(--text-color-1);
    font-family: 'Open Sans', sans-serif;
	font-size: .8rem;
	line-height: 2rem;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
}
legend img {
	margin-right: .5rem;
	float: left;
	max-width: 2rem;
}

.aviso {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
	color: #c5181f;
}

.avisoVerde {
	color: #23a720;
}

.avisoRojo {
	color: #c5181f;
}

input.inputLogin:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #efefef inset;
	box-shadow: 0 0 0 1000px #efefef inset;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #efefef inset;
	box-shadow: 0 0 0 1000px #efefef inset;
}

#txtTags {
	text-transform: lowercase;
}

/** FLIPSWITCH ────────────────────────────────────────────────────────────────────────────────────────────────────── */

.onoffswitch {
	position: relative; 
	width: 82px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
	display: block; 
	overflow: hidden; 
	cursor: pointer;
	border: 1px solid #eaeaea; 
	border-radius: 0px;
}
.onoffswitch-inner {
	margin-left: -100%;
	width: 200%; 
	display: block; 
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    box-sizing: border-box;
	padding: 0; 
	width: 50%;
	height: 33px; 
	display: block; 
	float: left; 
	line-height: 33px;
	font-size: 12px; 
	color: white; 
	font-family: Trebuchet, Arial, sans-serif; 
}
.onoffswitch-inner:before {
    content: "SÍ";
    padding-left: 12px;
	background-color: #EFEFEF; 
	color: #000000;
    text-align: left;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 12px;
	background-color: #EFEFEF; 
	color: #000000;
    text-align: right;
}
.onoffswitch-switch {
	position: absolute; 
	top: 0; 
	bottom: 0;
    right: 45px;
	margin: 4px;
	width: 25px; 
	display: block; 
    background: #CCCCCC;
	border: 0; 
	border-radius: 0px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: var(--main-color-1);
}

/****/

.onoffswitchEstado {
	width: 110px !important;
}
.onoffswitchEstado .onoffswitch-inner:before {
    content: "ABIERTO" !important;
}
.onoffswitchEstado .onoffswitch-inner:after {
    content: "CERRADO" !important;
}
.onoffswitchEstado .onoffswitch-switch {
	right: 77px;
}

/**********************************************/

#html {
	height: 100%;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #e5e5e5;
	color: var(--text-color-1);
	border-radius: 6px 0px 0px 6px;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;	
}


#html p {
	margin: 0px 0px 5px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	text-align:justify;
}

#html p a {
	color: #753681;
	text-decoration: underline;
}

#html p a:hover {
	text-decoration: none;
}

#html p.sistema {
	color: #753681;
	font-size: 0.8rem;
	font-weight: 700;
}

#html p.sistema a {
	font-weight: 700;
}

#html p.sistema img {
	display: none;
}

#html p span.hora {
	color: #000000;
	font-size: 0.8rem;
}

.vacio {
	border: 0px !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.flex2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.flexCharts {
    margin-bottom: 2rem;
    
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
}
.flexCharts > div {
    width: 30%;
}

/**********************************************/

.videoResponsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoResponsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/**********************************************/

.ck-editor__editable {
    min-height: 200px;
}

.ck-media__wrapper {
    WIDTH: 50%;
}

/** CAPAS ─────────────────────────────────────────────────────────────────────────────────────────────────────────── */

#contenedor {
	position: relative;
    min-height: 98vh;
    clear: both;
    background-color: #ffffff;
	width: 100vw;
	padding: 45px 10px 100px 50px;
	overflow-x: hidden;
}

/*******************************************************/

/*******************************************************/

#cabecera {
	height: 55px;
    padding: 10px 30px 10px 0;
    background-color: var(--color-menu);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
}

#cabecera img {
	width: auto;
	height: 45px;
}

#cabeceraNoAccess {
	height: 100px;
    padding: 10px 40px 10px 40px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    border-bottom: 3px solid var(--main-color-1);
}

#cabeceraNoAccess img {
	width: auto;
	height: 70px;
}
#cabeceraNoAccess .logoGrupo {
	width: auto;
	height: 50px;
}


#pie {
	position: absolute;
	bottom: 0px;
	width: 100%;
    height: 30px;
    background-color: var(--main-color-2);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;    
	left: 0;
}

#pie p {
    text-align: center;
    color: var(--text-color-2);
    font-family: 'Open Sans', sans-serif;
    font-size: .7rem;    
}

/*******************************************************/

#contenido {
    margin: 10px 10px 10px 10px;
}

/*******************************************************/

#rutaSeccion {
    min-height: 25px;
    margin-top: 10px;
    background-color: var(--main-color-2);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;    
}

#rutaSeccion img {
	height: 14px;
    margin: 0px 4px;
}

#rutaSeccion img.separador {
    height: 8px;
    margin: 1px 1px 0px 4px;
}

#rutaSeccion h1, #rutaSeccion h2, #rutaSeccion h3 {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: .8rem;
    line-height: 20px;    
    color: #FFFFFF;    
}

/*******************************************************/

#ayuda {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 1rem;
	background-color: #dce4eb;
    padding: 10px;
}  

#ayuda img.iconoAyuda {
    width: 25px;
    height: 25px;
}

#ayuda p {
	width: calc(100% - 30px);
    font-size: .8rem;
    line-height: normal;
}

/*******************************************************/

#botoneraNuevosRegistros {
	margin-bottom: 1rem;
	background-color: #dce4eb;
    padding: 10px;

	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
	gap: 1rem;
}

#botoneraNuevosRegistros div {
	margin: 0;
}

.botoneraNuevosRegistrosGrupo {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	gap: 1rem;
}
.botoneraNuevosRegistrosGrupo:nth-child(2) {
	justify-content: flex-end;
}

/*******************************************************/

#bloqueBuscador {
    position: relative;
}

#buscador {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;	
}

img.selectorBuscador {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    max-width: 30px;
}

/*******************************************************/

#mensajeResultados {
    margin: 5rem auto;
    padding: 2rem;
    width: 35%;
    border-left: 3px solid #D0D0D0;
    border-right: 3px solid #D0D0D0;
    border-radius: 10px;
}

#mensajeResultados img {
	margin-bottom: 1rem;
	max-width: 64px;
}

/*******************************************************/

.tag {
	cursor: pointer;
	display: inline-table;
	margin: .5rem .5rem .3rem 0;
	padding: .3rem .5rem .3rem .5rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	color: #ffffff;
	background-color: #6998b7;
	border-radius: 5px;
 	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tag:hover {
	color: transparent;
    background-image: url("../imagenes/eliminar.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.tagNoEdit {
	margin: .2rem .5rem 0 0;
	cursor: default !important;
}
.tagNoEdit:hover {
	color: #ffffff !important;
	background-image: none !important;
}

.tagServicioPrevencion {
    background-color: #23a720 !important;
}


/** PANTALLA LOGIN ────────────────────────────────────────────────────────────────────────────────────────────────── */

#contenedorLogin{
	width: 100vw;
    height: 100vh;
	background-color: #adadad;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cabeceraLogin{
    width: 100vw;
	height: 140px;
    /* background-color: var(--color-menu); */
    background-color: var(--color-gris-claro);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
	border-bottom: 5px solid var(--main-color-2);
}
.cabeceraLogin img {
	width: auto;
	height: 100px;
}

#formularioLogin  {
    width: 400px;
    max-width: calc(100% - 20px);
}

#formularioLogin img {
	width: 120px;
	margin: 0px auto 20px auto;
}

#formularioLogin input {
	width: 100%;
	margin-bottom: 20px;
	height: 35px;
	padding: 5px;
    color: var(--text-color-1);
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;    
	background-color: #efefef;
}

#formularioLogin p.mensaje {
	margin: 0px;
	margin-bottom: 10px;
    text-align: center;
}

/**********************************************/

.cm {
	position: relative;
	height: 30px;
}

.mLogin {
	position: absolute;
	display: none;
	box-sizing: border-box;
	width: 100%;
	padding: 2px;
	margin-top: 4px;
	color: #ffffff;
	background-color: #ce0008;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}


/** FORMULARIOS ───────────────────────────────────────────────────────────────────────────────────────────────────── */

.campoObligatorio {
    color: #ff0000;
    font-weight: 700;
    font-size: .8rem;
}

.bloqueCampoFormulario .campoInfoExtra {
    font-family: 'Open Sans', sans-serif;
    font-size: .7rem;
	color: #a59c9c;
	padding-inline: 4px;
	display: none;
}
.bloqueCampoFormulario .campoInfoExtra span {
	color: var(--main-color-1);
	font-size: .8rem;
}

.bloqueCampoFormulario select:disabled + .campoInfoExtra {
	display: block;
}
.bloqueCampoFormulario:has(.campoInfoExtra) select:disabled {
	background-color: #cccccc;
	color: light-dark(graytext, rgb(170, 170, 170));;
}

.campoFormularioError {
    border: 2px solid #cf4636 !important;
}

.bloqueCampoFormulario {
    margin: 0 .5rem 10px .5rem;
}

.ent, .lnk {
	display: none;
}

.bloqueCampoEditor {
    margin: 0px;
    margin-bottom: 10px;
}

.bloqueCampoFormulario p, .bloqueCampoEditor p {
    margin: 0px;
    font-size: .8rem;
    color: var(--text-color-1);
}

.bloqueCampoFormulario p.secundario {
    margin: 0px;
    margin-left: 0.6rem;
    font-size: .8rem;
    line-height: 2rem;
    width: 100%;
}

.bloqueCampoFormulario > input {
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 5px;
    color: var(--text-color-1);
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;    
	background-color: #ebebeb;
	float: left;
}

.bloqueCampoFormulario > select {
	height: 35px;
	margin: 0px;
	padding: 4px;
    color: var(--text-color-1);
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;    
    background-color: #efefef;
}

.bloqueCampoFormulario > textarea {
	width: 100%;
	margin: 0px;
	padding: 5px;
    color: var(--text-color-1);
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;    
    background-color: #efefef;
}

.bloqueCampoFormulario > input[type='radio'] {
	width: 20px !important;
	height: 20px !important;
}
.bloqueCampoFormulario > input[type='checkbox'] {
	width: 20px !important;
	height: 20px !important;
}

.bloqueCampoFormulario img {
	display: inline;
    cursor: pointer;
    /*margin-top: 1px;*/
    margin-left: 5px;
}

input[type="date"] {
	width: 150px;
}

input[name="chkNoticiaDestacada"] {
	float: left;
	width: 28px;
	height: 28px;
	margin: 4px 4px 0px 0px;
}

.bCampoFormulario_100 {
	width: calc(100% - 20px);
}
.bCampoFormulario_90 {
	width: calc(90% - 20px);
}
.bCampoFormulario_85 {
	width: calc(85% - 20px);
}
.bCampoFormulario_80 {
	width: calc(80% - 20px);
}
.bCampoFormulario_75 {
	width: calc(75% - 20px);
}
.bCampoFormulario_70 {
	width: calc(70% - 20px);
}
.bCampoFormulario_60 {
	width: calc(60% - 20px);
}
.bCampoFormulario_50 {
	width: calc(50% - 20px);
}
.bCampoFormulario_40 {
	width: calc(40% - 20px);
}
.bCampoFormulario_35 {
	width: calc(35% - 20px);
}
.bCampoFormulario_30 {
	width: calc(30% - 20px);
}
.bCampoFormulario_25 {
	width: calc(25% - 20px);
}
.bCampoFormulario_20 {
	width: calc(20% - 20px);
}
.bCampoFormulario_15 {
	width: calc(15% - 20px);
}
.bCampoFormulario_10 {
	width: calc(10% - 20px);
}
.bCampoFormulario_5 {
	width: calc(5% - 20px);
}

/**********************************************************/

.fs-label-wrap {
    background-color: #ededed !important;
    border: 0 !important;
}

.fs-label {
    font-family: 'Open Sans', sans-serif !important;
    font-size: .9rem !important;
}

.fs-dropdown {
    background-color: #ededed !important;
    border: 1px solid #7a9cd3 !important;
    width: 300px !important;
    margin-top: 0 !important;
}

.fs-optgroup-label {
    font-family: 'Open Sans';
    font-size: 0.8rem;
    text-align: left !important;
}

.fs-search input {
    float: none !important;
    background-color: #ffffff !important;
}

.fs-option {
    padding: 3px 8px !important;
}

.fs-option-label {
    margin-left: 1.3rem;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: .9rem !important;
}

.fs-option.selected .fs-checkbox i {
    background-color: rgb(38, 86, 134) !important;
}

/*******************************************************/

.ck-editor__editable_inline p {
    margin: 1rem 0;
}


/** BOTONES ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

.boton {
	display: table;
	height: 35px;
	margin: 0px auto;
	padding: 0px 10px 0px 12px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 33px;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid var(--main-color-1);	
	border-radius: 3px;
	background-color: var(--main-color-1);	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.boton:hover {
	color: var(--main-color-1);
	background-color: transparent;
}

.botonOff {
	opacity: 0.2;
	display: table;
	height: 35px;
	margin: 0px auto;
	padding: 0px 10px 0px 12px;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 33px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid var(--main-color-1);	
	color: #ffffff;
	background-color: var(--main-color-1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.botonOff:hover {
	color: #ffffff !important;
	background-color: var(--main-color-1) !important;
}

#botonAccionOff {
	display: none;
}

.botonInforme {
	margin: 0px auto;
	padding: 0px 10px 0px 12px;
	height: 30px;
	width: 20%;
	cursor: pointer;
	border: 1px solid #2e7d32;	
	background-color: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}
.botonInforme:hover {
	background-color: #2e7d32;	
}
.botonInforme img {
	margin-right: .5rem;
	margin-top: 1px;
	max-height: 25px;
	float: left;
}
.botonInforme:hover img {
	filter: grayscale(1);
}
.botonInforme p {
	margin: 0;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: .9rem;
	line-height: 30px;
	letter-spacing: 2px;
	color: #2e7d32;
	text-align: center;
	text-transform: uppercase;
}
.botonInforme:hover p {
	color: #ffffff;
}

/**********************************************************/

.bPequenio {
	height: 25px;
	font-size: .8rem;
	line-height: 25px;
	letter-spacing: 1px;
	color: var(--main-color-1) !important;
	background-color: transparent !important;
}
.bPequenio:hover {
	color: #ffffff !important;
	background-color: var(--main-color-1) !important;
}

.bPequenioOff {
	height: 25px;
	font-size: .8rem;
	line-height: 25px;
	letter-spacing: 1px;
	color: #ffffff !important;
	background-color: #c0c0c0 !important;
	border: 1px solid #c0c0c0;
}

.bPequenio2 {
	height: 25px;
	font-size: .8rem;
	line-height: 25px;
	letter-spacing: 1px;
	color: #ffffff !important;
	background-color: var(--main-color-1) !important;
}
.bPequenio2:hover {
	color: var(--main-color-1) !important;
	background-color: transparent !important;
}

.bPequenio2Off {
	height: 25px;
	font-size: .8rem;
	line-height: 25px;
	letter-spacing: 1px;
	color: #ffffff !important;
	background-color: #c0c0c0 !important;
	border: 1px solid #c0c0c0;
}

/**********************************************************/

.bEntrar {
	width: 250px;
}

/**********************************************************/

.bVolver {
	cursor: pointer;
	float: right;
	clear: all;
    padding-left: 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
	line-height: 30px;
	letter-spacing: 2px;
	color: #666666;    
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4OSA0ODkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4OSA0ODk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik00MjkuNCwyNTUuMDMzYy0zNS40LTQzLjEtMTAyLjEtOTQuNC0yMTkuNy05OC44di03OS44YzAtNC43LTIuNy05LjEtNy0xMS4xcy05LjQtMS40LTEzLDEuNkw0LjUsMjE5LjYzMyAgIGMtMi44LDIuMy00LjUsNS44LTQuNSw5LjRjMCwzLjcsMS42LDcuMSw0LjQsOS40bDE4NS4yLDE1My4zYzMuNywzLDguNywzLjcsMTMsMS42YzQuMy0yLDctNi4zLDctMTEuMXYtNzkuNSAgIGM3Ni44LDAuMywxOTQuMiw2LDI1Ni41LDExNS45YzIuMiwzLjksNi4zLDYuMiwxMC43LDYuMmMxLDAsMi4xLTAuMSwzLjEtMC40YzUuNC0xLjQsOS4xLTYuMyw5LjEtMTEuOCAgIEM0ODkuMSwzNzEuNTMzLDQ3My40LDMwOC42MzMsNDI5LjQsMjU1LjAzM3ogTTE5Ny40LDI3OC4yMzNMMTk3LjQsMjc4LjIzM2MtMy4zLDAtNi40LDEuMy04LjcsMy42cy0zLjYsNS40LTMuNiw4Ljd2NjUuNyAgIGwtMTUzLjUtMTI3LjFsMTUzLjYtMTI2Ljd2NjUuN2MwLDYuNyw1LjQsMTIuMiwxMi4xLDEyLjNjMTc2LDEuNywyNDEuNiwxMDksMjYwLjcsMTg0LjQgICBDMzgyLjIsMjc4LjMzMywyNjguNywyNzguMjMzLDE5Ny40LDI3OC4yMzN6IiBmaWxsPSIjNjY2NjY2Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 20px;
}

/**********************************************/

.botonBuscar {
	width: 120px;
	margin: 18px 1rem 0px 1rem;
}

.botonVerTodo {
	width: 120px;
	margin: 18px 1rem 0px 1rem;
}

/**********************************************************/

.cabeceraVM {
	padding: .5rem;
	background-color: var(--main-color-2);
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cabeceraVM p {
    color: var(--text-color-2);
}

.contenidoVM {
	padding: 1.5rem;
    overflow: auto;
    max-height: 90vh;
}
.contenidoVM > p {
	margin-bottom: 1rem;
}
.contenidoVM .uploadifive-button {
	width: 100% !important;
}


/**********************************************/

.bRecortarFoto {
	display: none;
	padding: 0px 10px 0px 35px;
	height: 25px;
	font-size: .8rem !important;
	line-height: 25px;
	color: var(--main-color-1);
	border: 1px solid var(--main-color-1);
	background-color: transparent;	
	background-image: url("../imagenes/crop.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 1.2rem;
}
.bRecortarFoto:hover {
	color: #ffffff;
	background-color: var(--main-color-1);
}

.bGuardarSesion:hover {
	background-color: rgba(50,50,50,0.8);
}

/**********************************************/

.bNuevo {
	margin: 0;
	margin-left: 1rem;
	padding: 0px 10px 0px 35px;
	height: 25px;
	font-size: .8rem !important;
	line-height: 25px;
	background-image: url("../imagenes/add.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 1.2rem;
}

.bRetirar {
	margin: 0;
	margin-left: 1rem;
	padding: 0px 10px 0px 35px;
	height: 25px;
	font-size: .8rem !important;
	line-height: 25px;
	background-image: url("../imagenes/remove.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 1.2rem;
}

.bInsertar {
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/save.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;
	/* width: 100px; */
}

.bEliminar {
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/eliminar.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;
	/* width: 100px; */
}

.bEnviar {
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/send.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;		
}

/** ─────────────────────────────────────────────────────────────────────────────────────────── */
.bActualizar {
	margin: 0;
	margin-left: 1rem;
	padding: 0px 10px 0px 35px;
	height: 25px;
	font-size: .8rem !important;
	line-height: 25px;
	background-image: url("../imagenes/reloadBlanco.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 1.2rem;
}

/** ─────────────────────────────────────────────────────────────────────────────────────────── */
.bAceptar {
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/aceptar.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 24px;
	/* width: 100px; */
}

.bRechazar {
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/cerrar.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 18px;
	/* width: 100px; */
}

/** ─────────────────────────────────────────────────────────────────────────────────────────── */
.bGrupo {
	margin: 0;
	margin-left: 1rem;
	padding: 0px 10px 0px 10px;
	height: 25px;
	font-size: .8rem !important;
	line-height: 25px;
}

/**********************************************/

.bInsertarConcepto {
	margin-bottom: 1.5rem;
	float: right;
}
.bInsertarConcepto p {
    margin-top: 0.2rem;
}


/** PAGINACIÓN ────────────────────────────────────────────────────────────────────────────────────────────────────── */

.filaPaginacion {
    width: 100%;
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#numResultadosPaginacion {
    margin: 5px;
    padding-right: 5px;
	display: flex;
	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: flex-start;
	border-radius: 6px;
	background-color: #3083c9;
}

#numResultadosPaginacion p {
    margin: 0px 5px;
    font-size: 0.7rem;
    color: #ffffff;
}

#numResultadosPaginacion select {
    padding: 0px 2px;
    height: 25px;
    border: 0px;
	font-size: .7rem;
	color: #ffffff;
	background-color: #3083c9;
}

.resultadosBusqueda p {
    padding: 0 .5rem;
    font-weight: bold;
    color: #cf4636;
    border: dotted 1px #cf4636;
}

#controlesPaginacion {
    margin: 5px;
	display: flex;
	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: flex-start;	
}

#controlesPaginacion img {
	margin: 0px 2px;
	height: 25px;
}

#controlesPaginacion img.off {
   opacity: 0.2;
}

#controlesPaginacion p {
    margin: 0px 5px;
    font-size: 0.7rem;
    color: #333333;
}


/** ACCESO ────────────────────────────────────────────────────────────────────────────────────────────────────────── */

#cajaCodigoAcceso  {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
    padding: 25px 25px 15px 25px;
    background-color: #eeeeee;
    text-align: center;      
}

#cajaCodigoAcceso p.mensaje {
    text-align: center;
}

#cajaCodigoAcceso div.intentos {
    font-size: 1rem;
    color: #444444;
    font-weight: 400;
    text-align: center;
}

#bloquePanelBotones {
	width: 250px;
	margin: 0px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
	background: rgb(122,188,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 48%, rgba(56,122,209,1) 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 48%,rgba(56,122,209,1) 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 48%,rgba(56,122,209,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#387ad1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.75);
}

#bloquePanelBotones img {
	cursor: pointer;
	float: left;
	width: 40px;
	margin: 5px;
}

#bloquePanelBotones img:hover {
	opacity: 0.8;
}


/** AVISO BLOQUEO IP ──────────────────────────────────────────────────────────────────────────────────────────────── */

.fondoIPB {
    background-color: #000000; 
}

.logoIPB {
 	margin: 30px;
 	padding: 0px;
 	margin-left: auto;
 	margin-right: auto;
}

.textoIPB {
	width: 1000px;
 	margin: 0px;
 	padding: 0px;
 	margin-top: 10px;
 	margin-left: auto;
 	margin-right: auto;
 	margin-bottom: 30px;
    font-size: 1rem;
    color: #ffffff;
    text-align: justify;
    line-height:normal;
}

.textoIPB b {
	color: #ff0000;
}


#logosIPB {
	margin: 0px;
 	padding: 0px;
}

#logosIPB img {
	margin: 30px;
 	padding: 0px;
}


/** MENU ──────────────────────────────────────────────────────────────────────────────────────────────────────────── */

nav#bloqueMenu {
	margin: 10px; 
	display: flex;
	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: space-between;		
}

#menu {
    width: calc(100% - 150px);
    height: 140px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #aaaaaa;
    overflow: hidden;
}

#menu #tabs {
    padding: 10px;
    padding-bottom: 0px;
    background-color: #000000;
}

#menu #tabs ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu #tabs li {
    cursor: pointer;
    margin: 0px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 6px;
    float: left;
    background-color: #d0d0d0;
    font-family: 'Open Sans', sans-serif;
    font-size: .7rem;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    border-bottom: 1px solid #000000;
}

#menu #tabs li:hover {
    background-color: #bab9b9;
}

#menu #tabs li.tabOn {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

/**********************************************/

.contenidoTabs {
    display: none;
    height: 95px;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
}

/**********************************************/

.opcionMenu {
    cursor: pointer;
    display: inline-table;
    white-space: nowrap;
    width: 80px;
    margin: 0px;
    margin-top: 15px;
    margin-right: 5px;
}

.opcionMenu:hover img {
    opacity: 0.5;
}

.opcionMenu img {
    width: 32px;
    height: 32px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 5px;
}

.opcionMenu p {
    white-space: normal;
    text-align: center;
    margin: 0px;
    line-height: 1rem; 
    font-size: .8rem;
}

/**********************************************/

#fMenu {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#botonMenuMovil {
	position: fixed;
    top: 7px;
    left: 7px;
	z-index: 20000;
    padding: 1px;
    cursor: pointer;
    background-color: var(--main-color-2);
    border-radius: 5px;
}

#botonMenuMovil .bar1, #botonMenuMovil .bar2, #botonMenuMovil .bar3 {
	margin: 5px;
    width: 25px;
    height: 5px;
    display: block;
    background-color: #ffffff;
	border-radius: 5px;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#botonMenuMovil .bar1 {
	transform-origin: right top;
}
#botonMenuMovil .bar3 {
	transform-origin: right bottom;
}

#botonMenuMovil .bar:last-child {
    margin-bottom: 0;
}

.menuAbierto .bar2 {
    opacity: 0;
}
.menuAbierto .bar1 {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.menuAbierto .bar3 {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

#menuLateralMovil {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: -240px;
	width: 240px;
	height: 100%;
	padding: 55px 5px 0px 5px;
	overflow-y: auto;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: left 0.4s ease;
	-moz-transition: left 0.4s ease;
	-ms-transition: left 0.4s ease;
	-o-transition: left 0.4s ease;
	transition: left 0.4s ease;	
}
#menuLateralMovil.open-sidebar {
    left: 0;
}

#menuLateralMovil h2 {
	margin: 0 0 .6rem 0;
	padding: 0px 5px;
	font-size: 1rem;
	font-weight: 300;
	color: #ffffff;
	background-color: #265686;
}

#menuLateralMovil ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}

#menuLateralMovil ul li {
	cursor: pointer;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 22px;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0px 2px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;	
}

#menuLateralMovil ul li.submenuM {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0.7rem;
}


/** MÓDULO DATOS USUARIO ──────────────────────────────────────────────────────────────────────────────────────────── */

#datosUsuario {
    box-sizing: border-box;
	position: relative;
    width: 140px;
    height: 140px;
    padding: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #AAAAAA;
}

#moduloUserLogin {
    margin:0px;
    width: 100%;
}

#moduloUserLogin p {
    text-align: center;
    font-family: monospace;
    font-size: .8rem;
    line-height: .9rem;
    color: #000000;
    margin: 0;
}

#botoneraDatosUsuario {
    margin: 0;
    margin-top: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.opcionMenu2 {
    cursor: pointer;
    float: left;
    margin: 5px;
}

.opcionMenu2 img {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 5px;
}

.opcionMenu2:hover img {
    opacity: 0.5;
}

.opcionMenu2 p {
    white-space: normal;
    text-align: center;
    margin: 0px;
    line-height: 1.1rem; 
    font-size: .70rem;
}


/** TABLAS ────────────────────────────────────────────────────────────────────────────────────────────────────────── */

.tablaLogs {
    height: 300px;
    overflow: auto;
}

h2.tituloLogs {
    margin-top: 30px;
    padding: 5px;
    background-color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
}

.tablaResultados {
	width: 100%;
}

.tablaResultados a:link, .tablaResultados a:active, .tablaResultados a:visited {
    text-decoration: none;
    color: var(--text-color-1);
}
.tablaResultados a:hover {
    text-decoration: none;
}

.tablaResultados table {
	width: 100%;
}

.tablaResultados thead th {
    background-color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
	padding: 5px;
}
.tablaResultados thead th a {
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.tablaResultados thead th.celdaCabecera2 {
    background-color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
	padding: 3px;
}

.tablaResultados thead th img, .tablaResultados tbody td img {
	margin: 0px auto;
	width: 25px;
	/*max-height: 25px;*/
	cursor: pointer;	
}
.tablaResultados thead th img {
	float: none !important;
}
.tablaResultados tbody td > img {
	float: none;
}

.filaDatos td {
	position: relative;
	z-index: 1;
}

.botonesTabla div {
	display: flex;
	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: center;  
}

.menuBotones {
	cursor: pointer;
	display: none;
}

.bloqueBotones {
	position: absolute;
	top: 1px;
	left: 2px;
	display: none;
  	padding: 2px;
	background-color: rgba(0,0,0,0.7);
}

.bloqueBotones img {
	float: left;
    margin: 2px 5px 2px 5px !important;
}

.tablaResultados .media{
	width: 30%;
	margin: 0 auto;
	float: none !important;
}

td.botonesTabla img {
    margin: 0px 5px 0px 5px !important;
}

.botonesTabla img.off {
	cursor: default;
	opacity: 0.1;
}

.N {
	cursor: pointer;
}

.tablaResultados tbody td {
    margin: 0px;
    padding: 0px;   
    border-bottom: 1px solid #BEBEBE;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    text-align: center;
    color: var(--text-color-1);
    padding: 5px;
}

.tablaResultados li::marker{
	color: var(--main-color-4);
}

.tablaResultados input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.filaDatos {
    background-color: #ffffff;
}
.filaDatos:hover {
    background-color: #EEEEEE;
}

.filaDatosBaja {
    background-color: #ffd3d3;
}
.filaDatosBaja:hover {
    background-color: #EEEEEE;
}

.filaDatos_Sub {
    display: none;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.filaDatos_Sub_Ajax {
	padding-bottom: 2rem !important;
}

.filaCargandoDatos  {
    display: none;
}

.filaCargandoDatos p {
    margin: 10px;
    font-weight: 700;
    font-size: 11px;
    color: #5F5F5F;
}

.colgadorSubTabla {
    background-image: url('../imagenes/colgadorSubTabla.svg');
    background-repeat: no-repeat;
}

.subTabla {
    padding-top: 8px;
}

.subTabla img.loading {
	padding: 5px 0px 5px 0px;
	width: auto;
	height: auto;
    margin-left: 0px;
    margin-right: 0px;
}

table .separador {
	height: 20px;
	background-color: #BEBEBE;
}


/** PANTALLA ACCESO DENEGADO ──────────────────────────────────────────────────────────────────────────────────────── */

#mensajeAccesoDenegado {
	margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    padding: 25px;
	width: 90%;
	max-width: 600px;
    background-color: #EEEEEE;
    border: 0px;
}
#mensajeAccesoDenegado p {
	margin-bottom: 2rem;
}

#mensajeAccesoDenegado img.iconoError {
    margin-right: 15px;
	max-width: 4rem;
	float:left;
}


/** PANTALLA INICIO ───────────────────────────────────────────────────────────────────────────────────────────────── */

#gridHome {
	margin-top: 3rem;
	padding: 0 2rem;

	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.moduloGridHome {
	margin: 1rem;
}
.moduloGridHome .contenidoVM {
	border: 1px solid #5f5f5f;
    border-top: 0;
}

/***********************************************************/

.enlacesInicioWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.bloqueEnlacesInicio {
    margin: 2rem 2rem 1rem 2rem;
    padding: 0px;
    min-width: 200px;
}

.tituloEnlacesInicio {
    margin: 0px;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #c0c0c0;
}
.tituloEnlacesInicio img {
    margin:0px;
    margin-right: 15px;
    width: 64px;
    float:left;
    border: 0px;
}
.tituloEnlacesInicio h1 {
    margin: 0px;
    margin-top: 1.3rem;
    float: left;
    font-size: 1rem;
    font-weight: 700;
    color: #333333;
}

.contenidoEnlacesInicio {
    margin-bottom: 1.5rem;
    
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.enlaceInicio {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    width: 130px;
}
.enlaceInicio img {
    margin: 0px auto;
    width: 96px;
}
.enlaceInicio p {
    margin-top: 10px;
    font-size: .8rem;
    font-weight: 700;
    color: #333333;
    line-height: normal;
    text-align: center;
}

.lineaSeparador {
    width: 850px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #BEBEBE;
}


/** SUBIDA / RECORTE DE FOTOS ─────────────────────────────────────────────────────────────────────────────────────── */

.selectorFotos {
	float: left;
	display: flex;
	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: flex-start;  
}

.selectorFotos .indicadorFoto {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.selectorFotos .eliminarFoto {
	cursor: pointer;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	display: none;
}

.selectorFotos input {
	height: 35px;
	margin-right: 10px;
}

#objArchivoFoto {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#objArchivoFoto + label {
	display: table;
    height: 25px;
    margin: 0px 10px 0px 0px;
    padding: 0px 7px 0px 7px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7em;
    line-height: 25px;
    letter-spacing: 2px;
    color: var(--main-color-1);
    text-align: center;
    text-transform: uppercase;
	border: 1px solid var(--main-color-1);
	border-radius: 3px;
    background-color: transparent;	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#objArchivoFoto:focus + label, #objArchivoFoto + label:hover {
    color: #ffffff;
	background-color: var(--main-color-1);
}

.bloqueSubidaFotos {
    position: relative;
    overflow: hidden;
    padding: 10px;
    background-color: #000000;
    margin-bottom: 10px;
}

.datosSubidaFotos {
    position: absolute;
    height: 45px;
    top: 0px;
    left: 280px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.datosSubidaFotos img {
    margin-left: 10px;
    width: 25px;
    height: 25px;
}

.datosSubidaFotos p {
    margin: 0px;
    font-size: 1.5em;
    color: #ffffff;
}

.datosSubidaFotos p.pesos {
    width: 50px;
    margin: 0px 0px 0px 10px;
    padding-top: 2px;
    font-size: 0.6em;
    color: #ffffff;
}

.datosSubidaFotos p.mensajeEstado {
    margin: 0px;
    margin-left: 10px;
    font-size: 1.5em;
    color: #ffffff;
}

/* GALERÍA */

.grupoGalerias {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bloqueGaleria {
    width: calc(20% - 20px);
    margin: 10px 0px 10px 0px;
    padding: 5px;
    background-color: #000000;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

img.fotoGaleria {
    width: 100%;
    height: auto;
}

.botonesGaleria {
    width: 40px;
}

.botonesGaleria img {
    cursor: pointer;
    width: 25px;
    margin: 7px 10px 7px 5px;
}

img.fotoGaleriaOff {
    width: 100%;
    height: auto;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/**********************************************/

.datosRecorte {
	position: relative;
	float: right;
	display: flex;
	flex-wrap: nowrap;
  	align-items: stretch;
  	justify-content: space-between; 	
	width: 400px;
    margin-bottom: 20px;
    padding: 10px;
	border: 1px solid #d8d8d8;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;	
	border-radius: 10px;	    
	-webkit-box-shadow: inset 0px 0px 20px -2px rgba(178,178,178,0.2); 
	box-shadow: inset 0px 0px 20px -2px rgba(178,178,178,0.2);
	background-color: #effaee;

	display: none;
}

.datosRecorte p {
	font-family: monospace;
	font-size: .8rem;
	color: #666666;
}

.datosRecorte img {
	height: 40px;
}

.datosRecorte div.posicion {
	width: 60px;
}

.datosRecorte div.tam {
	width: 90px;
}

.datosRecorte div.destino {
	width: 160px;
	padding-left: 5px;
	border-left: 1px solid #d8d8d8;
}

.datosRecorte div.destino div {
	display: none;
}

.datosRecorte div.destino div img {
	height: 20px;
	float: left;
	margin-right: 3px;
}

.datosRecorte div.destino div.avisoFoto p {
	font-size: 0.9rem;
	line-height: 20px;
	color: #ff0000;
	font-weight: 700;
}

/**********************************************/

#previoImagenContenedor {
    width: 50%;
    margin: 10px auto 10px auto;
}

#logo {
	display: block;
	margin: 0px auto;
	margin-bottom: 10px !important;
}

#previoImagen {
    width: 100%;
    margin-bottom: 10px !important;
}


/** USUARIOS ──────────────────────────────────────────────────────────────────────────────────────────────────────── */

#bLogin {
	width: calc(25% - 20px);
}

#bPassword {
	width: calc(25% - 20px);
}

#bConfirmacionPassword {
	width: calc(25% - 20px);
}

#bPermisos {
	width: calc(25% - 20px);
}

#bPermisos select {
	width: 100%;
}


/** SECCIONES ─────────────────────────────────────────────────────────────────────────────────────────────────────── */

#bIdSeccion {
	width: 100px;
}

#bBSSeciones {
	width: 200px;
}

#bBSSeciones select {
	width: 100%;
}

#bNombreSeccion {
	width: 80%;
}

/** INFORMES ──────────────────────────────────────────────────────────────────────────────────────────────────────── */

.botoneraInformes {
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.posicionRanking {
    font-size: 1rem;
	color: #66C1AE;
	font-weight: bold;
}


/* REPOSITORIO */

.bloqueFichaRepositorioInicio {
	margin-bottom: 1rem;
	padding: .2rem;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.bloqueFichaRepositorioInicio:last-child {
	margin-bottom: 0;
}
.bloqueFichaRepositorioInicio:hover {
	background-color: #eaeaea;
}
.bloqueFichaRepositorioInicio .iconoFichaRepositorioInicio {
    margin: 0px;
    overflow: hidden;
    flex-basis: 13%;
}
.bloqueFichaRepositorioInicio .iconoFichaRepositorioInicio img {
	margin-right: 1rem;
	max-height: 50px;
	cursor: pointer;
}
.bloqueFichaRepositorioInicio .datosFichaRepositorioInicio {
	flex-basis: 87%;
}
.bloqueFichaRepositorioInicio .datosFichaRepositorioInicio h1 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.1rem;
	text-align: left;
}
.bloqueFichaRepositorioInicio .datosFichaRepositorioInicio p {
	margin: 0;
}
.bloqueFichaRepositorioInicio .datosFichaRepositorioInicio p.fecha {
	font-size: .7rem;
}
.bloqueFichaRepositorioInicio .datosFichaRepositorioInicio p.rutaCarpeta {
	font-size: .8rem;
	line-height: .9rem;
}


/** REPOSITORIO ───────────────────────────────────────────────────────────────────────────────────────────────────── */

#breadcrumbsRepositorio {
	margin-bottom: 1rem;

	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.breadCrumb {
	position: relative;
	margin: .2rem;
	padding: .2rem .5rem .2rem .7rem;
	height: 25px;
	background-color: #b3b3b3;
}
.breadCrumb:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 25px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 5px solid #b3b3b3;
}
.breadCrumb:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 0;
    height: 25px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 5px solid #ffffff;
}
.breadCrumb p {
	margin: 0;
	color: #ffffff;
}

#contenidoRepositorio {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

#contenidoRepositorioFormacionPresencial{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
	width: 100%;
}

.bloqueFichaRepositorio {
    margin: 0 1.5rem 1.5rem 1.5rem;
	padding: 0px;
	max-width: 135px;
	
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.botoneraFichaRepositorio {
    margin:0px;
	margin-top: .5rem;
    margin-right: 0.3rem;
    max-width: 30px;
}
.botoneraFichaRepositorio img {
    margin: 0px;
	margin-bottom: 8px;
	width: 25px;
	max-height: 25px;
	cursor: pointer;
}
.botoneraFichaRepositorio .botonSubBotonera{
	display: none;
}
.iconoFichaRepositorio {
	margin: 0px;
	overflow: hidden;
}
.iconoFichaRepositorio img {
    margin: 0 auto;
	max-height: 100px;
	cursor: pointer;
}
.iconoFichaRepositorio h1 {
    margin: 0px;
    line-height: 1rem;
    text-align: center;
    font-size: 0.8rem;
}

/****************************************/

.bloqueDatosFichaCliente .bloqueFichaRepositorio {
    margin-left: 0rem;
    max-width: 130px;
}

.bloqueDatosFichaCliente .iconoFichaRepositorio {
    position: relative;
}
.bloqueDatosFichaCliente .iconoFichaRepositorio img.iconoArchivoDocumento {
    margin-right: 0 !important;
    float: none;
    max-width: none;
    max-height: 85px;
    cursor: pointer;
}
.bloqueDatosFichaCliente .iconoFichaRepositorio img.estado {
    position: absolute;
    right: 2px;
    top: 63px;
    margin-right: 0;
    max-width: 20px;
}
.bloqueDatosDocumentosCortafuegos .bloqueFichaRepositorio {
    margin-left: 0rem;
    max-width: 130px;
}

.bloqueDatosDocumentosCortafuegos .iconoFichaRepositorio {
    position: relative;
}
.bloqueDatosDocumentosCortafuegos .iconoFichaRepositorio img.iconoArchivoDocumento {
    margin-right: 0 !important;
    float: none;
    max-width: none;
    max-height: 85px;
    cursor: pointer;
}
.bloqueDatosDocumentosCortafuegos .iconoFichaRepositorio img.estado {
    position: absolute;
    right: 2px;
    top: 63px;
    margin-right: 0;
    max-width: 20px;
}

/** USUARIOS WEB ──────────────────────────────────────────────────────────────────────────────────────────── */

.flexNuevoUsuario{
	display: flex;
	width: 100%;
}

.celdaRevision {
	padding: .5rem;
}
.celdaRevision p{
	margin: 0;
	text-align: right;
}

.celdaTotal{
	font-size: 0.7rem !important;
    text-align: right;
    font-style: italic;
}

/** MENU NUEVO ──────────────────────────────────────────────────────────────────────────────────────────── */
#bloqueMenuNuevo{
	position: fixed;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 200px;
    height: calc(100vh - 55px);
    background-color: var(--color-menu);
    z-index: 999;
    top: 55px;
    left: 0;
	transition: all 0.3s ease;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	
	clip-path: inset(0px 160px 0px 0px);
}

#bloqueMenuNuevo:hover{
	clip-path: inset(0px 0px 0px 0px) !important;
}
.menuNuevo{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100vh;
    justify-content: space-between;
}
.menuNuevo ul{
	display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
	float: left;
	list-style: none;
	padding: 0;
    align-items: flex-start;
}

.menuNuevo li {
	cursor: pointer;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: .7rem;
	font-weight: bold;
	display: flex;
	align-items: center;

	width: 100%;
	min-height: 40px;
	transition: all 0.3s ease;
	color: #fff;
	align-items: center;
	/* justify-content: center; */
	justify-content: left;
}
.menuNuevo li i{
	font-size: 1.2rem;
	display: flex;
	width: 40px;
	justify-content: center;
}

#bloqueMenuNuevo .menuNuevo li span{
	display: flex;
    width: 160px;
} 

.menuNuevo .tabOn{
	background-color: var(--main-color-2);
}
.menuNuevo li:not(.tabOn):hover{
	color: var(--main-color-1)!important;
}

.contenedorMenu{
	display: none !important;
	transition: all 0.3s ease;
}
#bloqueMenuNuevo:hover .contenedorActivo{
	display: flex !important;
}
.contenedorActivoChincheta{
	display: flex !important;
}

.contenedorActivo{

	padding-left: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
	flex-direction: column;
	gap: 1rem;
	transition: all 0.3s ease;
	background-color: #5d575b;
    padding: 1rem;
	width: 100%;
    top: -1rem;
    position: relative;
}
.contenedorActivo a{
	color: #fff;
}

.logoMenu{
	display: none;
	padding: 1rem;
	margin-top: 20px;
	width: 100%;
	transition: all 0.3s ease;
	align-items: center;
    justify-content: center;
}
.logoMenu img.logoGrupo {
	height: 30px;
}
#bloqueMenuNuevo:hover .logoMenu{
	display: flex;
}
#datosUsuarioNuevo{
	display: flex;
    flex-direction: column;
    padding: 1rem;
}
#datosUsuarioNuevo #botoneraCabeceraNueva{
	display: flex;
}
#datosUsuarioNuevo #botoneraCabeceraNueva p{
	color: #fff;
}
#datosUsuarioNuevo #botoneraCabeceraNueva img{
	width: 35px;
	height: auto!important;
}
#datosUsuarioNuevo #botoneraCabeceraNueva .bloqueUsuarioCabecera{
	display: flex;
	align-items: center;
    gap: 0.7rem;
	margin-left: 0.5rem;
}
#datosUsuarioNuevo #botoneraCabeceraNueva .bloqueUsuarioCabecera p{
	font-size: 0.9rem;
}
.imgLogoCabecera{
	width: 200px;
	display: flex;
	align-items: center;
    justify-content: flex-start;
	padding-left: 8px;
}

.botonCabecera{
	display: flex;
    align-items: center;
	margin: 0.5rem 1rem;
}
.botonCabecera p{
	font-size: 1.2rem;
}
.botonCabecera:hover{
	cursor: pointer;
}
.botonCabecera:hover p{
	color: var(--main-color-1) !important;
}

.botonesMenuMovil{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.botonesMenuMovil p{
	color: #fff;
	font-size: 1rem;
}
.contenedorChincheta{
	width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding: 0 1rem;
}
.contenedorChincheta i{
	rotate: -40deg;
    color: #ffff;
}
.contenedorChincheta i:hover{
	cursor: pointer;
    color: var(--main-color-1);
}
.contenedorChincheta .seleccionado{
	color: var(--main-color-1);
}

/** CLIENTES ──────────────────────────────────────────────────────────────────────────────────────────────────────── */

p.tipoCliente {
	margin-bottom: .5rem;
    font-style: italic;
    color: #ef0000;
}

.filaBaja {
    background-color: #e9a4a4;
}
.filaBaja td {
	color: #666666 !important;
}

.contenedorClientes {
	margin-bottom: 1rem;
}

/** CLIENTES ──────────────────────────────────────────────────────────────────────────────────────────────────────── */

/** MTO CLIENTES ──────────────────────────────────────────────────────────────────────────────────────────── */
.flexClientesMto {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

#flexClientesMto_1 {
	flex-basis: 73%;
}
#flexClientesMto_2 {
	flex-basis: 25%;
}
#flexClientesMto_3 {
	flex-basis: 49%;
}
#bloqueFotoCliente {
    height: 93%;
}
/** MTO CLIENTES ──────────────────────────────────────────────────────────────────────────────────────────── */

/** FICHA CLIENTES ──────────────────────────────────────────────────────────────────────────────────────────── */
.fichaCliente {
	margin-bottom: 2rem;
}
.fichaCliente > h1 {
	margin: 0 0 .2rem 0;
	font-size: 1.6rem;
	line-height: 1.5rem;
	text-align: left;
}
.fichaCliente h1 span {
	font-size: .9rem;
	color: #265686;
	font-weight: normal;
	cursor: pointer;
}

.datosFichaCliente {
	margin-top: 2rem;
	
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.botoneraBloquesCliente {
	margin: 1.5rem auto;
	width: 100%;

	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.botoneraBloquesCliente > div {
	margin: 0 1.5rem;
	padding: .5rem;
	width: 125px;
	border: 2px dotted #ffffff;
}
.botoneraBloquesCliente > div img {
	margin: 0 auto;
	margin-bottom: .5rem;
	max-width: 50px;
	cursor: pointer;
}
.botoneraBloquesCliente > div p {
	text-align: center;
	font-size: .8rem;
	font-weight: 600;
	line-height: .9rem;
}
.botoneraBloquesCliente > div:hover {
	background-color: #f1f1f1;
    border: 2px dotted #e3e3e3;
}

.bloqueDatosFichaCliente {
	position: relative;
	margin: 0 1rem;
	padding: 1rem;
	border: 2px solid #d8d8d8;
}

.bloqueDatosFichaClienteProveedor {
	display: flex;
	position: relative;
	padding: 1rem;
	width: 98%;
	border: 2px solid #d8d8d8;
}
.bloqueDatosFichaCliente_1 {
	flex-basis: 30%;
}
.bloqueDatosFichaCliente_2 {
	flex-basis: 70%;
}
.bloqueDatosFichaCliente_3 {
	flex-basis: 100%;
}
.bloqueDatosFichaCliente_4 {
	flex-basis: 100%;
}

.bloqueDatosFichaCliente header {
	margin-bottom: .5rem;
}

.bloqueDatosFichaCliente img.iconoTitulo {
	margin-right: .5rem;
	float: left;
	max-width: 30px;
}
.bloqueDatosFichaClienteProveedor img.iconoTitulo {
	margin-right: .5rem;
	float: left;
	max-width: 30px;
}

.bloqueDatosVentanaMover{
	display: inline-flex;
    align-items: center;
	background-color: #ffffff;
	cursor: pointer;
}

.bloqueDatosVentanaMover:hover {
    background-color: #EEEEEE;
}

.nombreDocumentoVentana{
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 1rem;
    margin-bottom: 1rem;
}

.nombreDocumentoVentana img{
	width: 30px;
    margin: 0 0.5rem;
}
.bloqueDatosVentanaMover img.iconoTitulo {
	margin-right: .5rem;
	max-width: 30px;
}

#contenidoDocumentosCliente{
	display: flex;
    flex-direction: column;
}

.bloqueDatosFichaCliente header p {
	line-height: 30px;
    text-align: left;
}

#bloqueSeccionFichaClientes img.loadingFC {
	max-width: 150px;
    float: none;
	margin: 1rem auto;
	display: none;
}

.datosContactoCliente {
	margin-top: 1rem;
}
.datosContactoCliente > div {
	margin-top: .3rem;
}
.datosContactoCliente p {
	line-height: 30px;
	
}
.datosContactoCliente p a {
	text-decoration: underline;
}
.datosContactoCliente p.email, .datosContactoCliente p.web {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.flexDatosEmpresa {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.flexDatosEmpresa > div {
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 2px dashed #d8d8d8;

	flex-basis: 30%;
}
.flexDatosEmpresa > div:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;

	flex-basis: 70%;
}
.bloqueDatosFichaCliente_3 .flexDatosEmpresa > div:first-child {
	flex-basis: 30%;
}

.bloqueDatosClienteBaja {
    border: 2px solid #c20e0e;
    background: #e4abab;
}

.flexEstadoCliente{
	display: flex;
	width: 100%;
	align-items: center;
    justify-content: center;
	padding: 1rem;
}
.barraEstado{
	width: 90%;
}

.bloqueTecnicoDatos{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	align-content: flex-start;
}

.bloqueTecnicoOtrosDatos{
	width: 50%;
	padding-right: 1rem;
}

.bloqueTecnicoClientes{
	width: 50%;
	border-left: 3px solid #d2d2d2;
    padding-left: 1rem;
}

.bloqueTecnicoClientesAsociados{
	display: flex; 
	flex-direction: column; 
	align-items: flex-start;
}

#tablaDocumentos, #tablaFacturas {
    margin-top: 1.5rem;
}

.bloqueDatosFichaCliente .bloqueFichaRepositorio {
    margin-left: 0rem;
    max-width: 130px;
}

.bloqueDatosFichaCliente .iconoFichaRepositorio {
    position: relative;
}
.bloqueDatosFichaCliente .iconoFichaRepositorio img.iconoArchivoDocumento {
    margin-right: 0 !important;
    float: none;
    max-width: none;
    max-height: 85px;
    cursor: pointer;
}
.bloqueDatosFichaCliente .iconoFichaRepositorio img.estado {
    position: absolute;
    right: 2px;
    top: 63px;
    margin-right: 0;
    max-width: 20px;
}

.bNuevoDocumentoCliente {
    position: absolute; 
    top: 1rem; 
    right: 1rem;
}

.bNuevaCarpetaCliente {
    position: absolute; 
    top: 1rem; 
    right: 15rem;
}

.bOcultarDocumentacion {
	position: absolute; 
	top: 3.2rem;
	right: 4rem;
	background-image: url(../imagenes/oculto.svg);
	padding: 0px 10px 0px 28px;
}

.bMostrarDocumentacion {
	position: absolute; 
	top: 3.2rem;
	right: 1rem;
	padding: 0px 10px 0px 28px;
	background-image: url(../imagenes/ver.svg);
}

.bNuevoPresupuestoETT {
    position: absolute; 
    top: 1rem; 
    right: 15rem;
}

.contenedorSeccionesBuscadorActivo{
	background-color: var(--main-color-1)!important;
}
.contenedorSeccionesBuscador{
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    padding: 1rem;
}
.seccionBuscador{
	background-color: #ededed;
	padding: 0.5rem;
}
.seccionBuscador:hover{
	background-color: #bbbbbb;
	cursor: pointer;
}
.seccionBuscador p{
	font-weight: bold;
}

/******************************/
/* Centrar el texto de Google maps */
.gm-style-mot {
	text-align: center;
}

#map {
	max-height: 85vh;
	margin-inline: auto;
	aspect-ratio: 16/9;
}

.google-input {
	background: none rgb(255, 255, 255);
	border: 0px;
	margin: 10px;
	padding: 0px 10px;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	height: 40px;
	width: 50%;
	max-width: 350px;
}

/******************************/
.bloqueGrupoFormularioCampoBoton {
	display: flex;
	flex-direction: row;
	gap: .5rem;
	margin: 0;
}

.bloqueTituloSeccion{
	display: flex;
	align-items: flex-end;
}

.botonBorrar{
	cursor: pointer;
    margin-left: 1rem;
}
.botonEditar{
	cursor: pointer;
    margin-left: 1rem;
}
/** FICHA CLIENTES ──────────────────────────────────────────────────────────────────────────────────────────── */

/** FICHA PROVEEDORES ───────────────────────────────────────────────────────────────────────────────────────── */
.datosContactosProveedor{
	display: flex;
    flex-direction: column;
	border-left: 2px solid #d8d8d8;
    flex-wrap: wrap;
	margin-top: 10px;
	width: 50%;
}
.datosContactosProveedor > div {
	margin-left: 1rem;
	display: flex;
	align-items: center;
}

.botoneraBloquesProveedor {
	margin: 1.5rem auto;
	width: 100%;

	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.botoneraBloquesProveedor > div {
	margin: 0 1.5rem;
	padding: .5rem;
	width: 125px;
	border: 2px dotted #ffffff;
}
.botoneraBloquesProveedor > div img {
	margin: 0 auto;
	margin-bottom: .5rem;
	max-width: 50px;
	cursor: pointer;
}
.botoneraBloquesProveedor > div p {
	text-align: center;
	font-size: .8rem;
	font-weight: 600;
	line-height: .9rem;
}
.botoneraBloquesProveedor > div:hover {
	background-color: #f1f1f1;
    border: 2px dotted #e3e3e3;
}

.datosContactoProveedorFicha {
	display: flex;
	width: 50%;
	flex-direction: column;
    flex-wrap: wrap;
	padding-top: 10px;
}

.datosContactoProveedorFicha div{
	display: flex;
	align-items: center;
	width: 100%;
}

.bloqueDatosFichaProveedor {
	position: relative;
	margin: 0 1rem;
	padding: 1rem;
	border: 2px solid #d8d8d8;
}
.bloqueDatosFichaProveedor1 {
	flex-basis: 30%;
}
.bloqueDatosFichaProveedor2 {
	flex-basis: 70%;
}
.bloqueDatosFichaProveedor3 {
	flex-basis: 100%;
}
.bloqueDatosFichaProveedor4 {
	flex-basis: 100%;
}

.bloqueDatosFichaProveedor header {
	margin-bottom: .5rem;
}

.bloqueDatosFichaProveedor img.iconoTitulo {
	margin-right: .5rem;
	float: left;
	max-width: 30px;
}
.fichaProveedor {
	margin-bottom: 2rem;
}
.fichaProveedor > h1 {
	margin: 0 0 .2rem 0;
	font-size: 1.6rem;
	line-height: 1.5rem;
	text-align: left;
}
.fichaProveedor h1 span{
    font-size: .9rem;
    color: #265686;
    font-weight: normal;
    cursor: pointer;
}

.fichaProveedorSpan  {
    font-size: .9rem;
    color: #265686;
    font-weight: normal;
    cursor: pointer;
}

#totales {
    background-color: #999393;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    text-align: right;
    color: #000000;
    padding: 5px;
}
/** FICHA PROVEEDORES ───────────────────────────────────────────────────────────────────────────────────────── */

/** FACTURAS ---------───────────────────────────────────────────────────────────────────────────────────────── */
.bloqueTotalConcepto {
    margin-top: 1rem;
    padding: .5rem;
    width: 100%;
    border: 1px solid var(--main-color-2);
}
.bloqueTotalConcepto p {
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.bloqueTotalesFactura {
    margin: 1rem 0;
    padding: .5rem 0;
    float: right;
    border: 1px solid #BEBEBE;
    background-color: #f2f2f2;
}
.bloqueTotalesFactura .flex {
    justify-content: flex-end;
}
.bloqueTotalesFactura p {
    margin: .2rem 1rem;
}
.bloqueTotalesFactura p i {
    color: var(--main-color-1);
}

/******************************/

.bloqueCobro {
    margin: 0 1rem 1rem 1rem;
    padding: .5rem;
    border: 2px dashed #c0c0c0;

    flex-basis: 30%;
}
.bloqueCobro > img {
    margin-bottom: .5rem;
}

/******************** Aceptar facturas ************************/
.flexDatosFactura {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.filaAnulada {
    background-color: #f7b3b3;
}
.filaAnulada td {
	color: #484848 !important;
}
/** FACTURAS ---------───────────────────────────────────────────────────────────────────────────────────────── */

/** FACTURAS SOPORTADAS ─────────────────────────────────────────────────────────────────────────────────────── */
#totalFactura {
    margin-left: .5rem;
    padding: .5rem;
}
#totalFactura p {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    text-align: left;
    border-bottom: 1px dashed #c0c0c0;
}
#totalFactura p span {
    font-size: 1rem;
    font-weight: bold;
}
#totalFactura p:last-child span {
    font-size: 1.1rem;
    color: var(--main-color-1);
}

.bloqueTotalesFacturas {
    box-sizing: border-box;
    position: fixed;
    right: 3.5%;
    bottom: 3rem;
    margin: 0 auto;
    padding: 0.7rem 1rem;
    min-height: 2.5rem;
    background-color: rgb(221 228 235);
    border: 1px solid var(--main-color-1);
    z-index: 99;
}

.flexTotalesSoportadas {
	justify-content: flex-end !important;
}

.bloqueTotalesFacturas .flex p {
	margin-right: 1.5rem;
}

/**********************/

.flexEmpleadosMto {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

#bloqueFotoEmpleado {
	flex-basis: 25%;
}
#bloqueInformacionEmpleado {
	flex-basis: 73%;
}
.bloqueInformacionEmpleadoExtra {
	flex-basis: 100%;
}
#bloqueJornadaEmpleado {
	flex-basis: 25%;
}
#bloqueInformacionEmpresa {
	flex-basis: 73%;
}
	
/******************** Pagos facturas soportadaos ************************/
.bloquesPago {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.bloquePago {
    margin: 0 .5rem .5rem .5rem;
    padding: .5rem;
    border: 2px dashed #c0c0c0;
}
.bloquePago > img {
    margin-bottom: .5rem;
}

/******************** Aceptar facturas ************************/
.flexDatosFactura {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.facturaSoportadaInfo {
	margin-bottom: 10px;
	padding: .8rem 10px;

	border: 1px solid #333333;

	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.facturaSoportadaInfo p {
	margin: 0;

	text-align: start;
	text-wrap: balance;
	font-size: 1.15rem;
}
.facturaSoportadaInfo p span {
	font-weight: bold;
	color: #333;
}
/** FACTURAS SOPORTADAS ─────────────────────────────────────────────────────────────────────────────────────── */

/** INFORMES ──────────────────────────────────────────────────────────────────────────────────────────────────────── */

.botoneraInformes {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    width: 60%;
    
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

#numRegistrosInforme {
    margin:0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #BEBEBE;
    height: 20px;
}
#numRegistrosInforme p {
    margin: 0px;
    margin-left: 5px;
    margin-right: 20px;
    padding: 0px;
    color: #000000;
    float:left;
}
#numRegistrosInforme img {
    float: left;
    margin:0px;
    margin-top: 2px;
}

.columnaInforme {
    margin:0px;
    margin-bottom: 20px;
    width: 200px;
    float:left;
}
.columnaInforme input {
    margin: 0px;
    margin-right: 5px;
    float: left;
}
.columnaInforme p {
    margin: 0px;
    margin-top: -3px;
    float: left;
}

.botonInforme {
	margin: 0px auto;
	padding: 0px 15px 0px 17px;
	height: 30px;
	width: 300px;
	cursor: pointer;
	border: 1px solid #2e7d32;	
	background-color: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}
.botonInforme:hover {
	background-color: #2e7d32;	
}
.botonInforme:hover p{
	color:#ffffff;
}
.botonInforme img {
	margin-right: .5rem;
	margin-top: 1px;
	max-height: 25px;
	float: left;
}
.botonInforme:hover img {
	filter: grayscale(1);
}
.botonInforme p {
	margin: 0;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: .9rem;
	line-height: 30px;
	letter-spacing: 2px;
	color: #2e7d32;
	text-align: center;
	text-transform: uppercase;
}

.botonInformeRojo {
	margin: 0px auto;
	padding: 0px 15px 0px 17px;
	height: 30px;
	width: 300px;
	cursor: pointer;
	border: 1px solid #e24141;	
	background-color: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}
.botonInformeRojo:hover {
	background-color: #e24141;	
}
.botonInformeRojo img {
	margin-right: .5rem;
	margin-top: 1px;
	max-height: 25px;
	float: left;
}
.botonInformeRojo:hover img {
	filter: grayscale(1);
}
.botonInformeRojo p {
	margin: 0;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: .9rem;
	line-height: 30px;
	letter-spacing: 2px;
	color: #e24141;
	text-align: center;
	text-transform: uppercase;
}
.botonInformeRojo:hover p {
	color: #ffffff;
}

/** INFORMES ──────────────────────────────────────────────────────────────────────────────────────────────────────── */

/** ENVÍO MASIVO ───────────────────────────────────────────────────────────────────────────────────────────────────- */
.bloqueContadorSeleccionados {
    box-sizing: border-box;
    position: fixed;
    left: 30%;
    bottom: 2rem;
    margin: 0 auto;
    padding: 0.7rem 1.5rem;
    width: 65%;
    min-height: 2.5rem;
    background-color: rgb(221 228 235);
    border: 1px solid #d46301;
    z-index: 99;

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}
.bloqueContadorSeleccionados > p {
    margin: 0;
    font-size: .9rem;
    font-weight: bold;
}

.bloqueContadorSeleccionados > .botonera {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.bloqueContadorSeleccionados > .botonera .botonEnvioMasivo {
    margin-left: 1rem;
}

.bloqueContadorSeleccionados .bloqueCampoFormulario {
    margin-bottom: 0px;
}

.filaDatos:has(.cl-switch > input[type="checkbox"]:not([disabled])) {
    cursor: pointer;
}

.botonEnvioMasivo {
	height: 35px;
	margin: 0px auto;
	padding: 0px 10px 0px 12px;
	cursor: pointer;
	border: 1px solid var(--main-color-1);	
	border-radius: 3px;
	background-color: var(--main-color-1);	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.botonEnvioMasivo:hover {
	background-color: transparent;
}
.botonEnvioMasivo p {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: .9rem;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
.botonEnvioMasivo:hover p {
	color: var(--main-color-1);
}

/** ENVÍO MASIVO ───────────────────────────────────────────────────────────────────────────────────────────────────- */

/** ACCIONES FACTURAS ──────────────────────────────────────────────────────────────────────────────────────────────- */
.timeline {
	border-left: 6px solid var(--main-color-2);
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	color: #333;
	letter-spacing: 0.5px;
	position: relative;
	line-height: 1.4em;
	padding: 20px;
	list-style: none;
	text-align: left;
	margin: 2% 5%;
}

.timeline .event {
	border-bottom: 1px solid rgba(160, 160, 160, 0.2);
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.timeline .event:first-child h3 {
	margin-top: 0;
}
.timeline .event:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.timeline .event:before,
.timeline .event:after {
	position: absolute;
	display: block;
	top: 0;
}

.timeline .event:before {
	left: -177.5px;
	content: attr(data-date);
	text-align: right;

	min-width: 120px;
}

.timeline .event:after {
	box-shadow: 0 0 0 6px var(--main-color-2);
	left: -28.5px;
	background: white;
	border-radius: 50%;
	height: 11px;
	width: 11px;
	content: "";
	top: 5px;
}
/** ACCIONES FACTURAS ──────────────────────────────────────────────────────────────────────────────────────────────- */

/** EMPLEADOS ─────────────────────────────────────────────────────────────────────────────────────────────────────── */
.bloqueEmpleados {
	margin-top: 3rem;

	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.fichaEmpleado {
	position: relative;
	margin: 1rem;
	margin-bottom: 3rem;
	padding: 1rem;
	padding-bottom: 2rem;
	width: 23%;
	border: 1px solid #5F5F5F;
	border-radius: 3px;
	background-color: #f6f6f6;
	flex-basis: 23%;
}

.fichaEmpleado img.fotoEmpleado {
	position: absolute;
	top: -20%;
    left: calc(100% - 60%);
	margin: 0 auto;
	width: 20%;
	border: 1px solid #5F5F5F;
	border-radius: 100px;
}

.fichaEmpleado h1 {
	margin: 0;
	margin-top: 1.5rem;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2rem;
}

.fichaEmpleado p {
	margin-bottom: .4rem;
	text-align: left;
}

.fichaEmpleado p.cargo {
	margin-bottom: 1rem;
	text-align: center;
	font-style: italic;
	color: var(--main-color-2);
}

.fichaEmpleado p.usuarioEncargado {
    margin-bottom: 1rem;
    text-align: center;
    color: var(--main-color-2);
    font-weight: 200;
    margin-top: .5rem;
    position: absolute;
    top: 0;
    right: 1rem;
}

.fichaEmpleado p.email {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fichaEmpleado .botoneraEmpleado {
	position: absolute;
	bottom: .5rem;
	right: .5rem;
}
.fichaEmpleado .botoneraEmpleado i {
	margin-left: .3rem;
	color: #a0a0a0;
	cursor: pointer;
}
.fichaEmpleado .botoneraEmpleado i:hover {
	color: #000000;
}
.fichaEmpleado .botoneraEmpleado i.botonSubBotonera {
	display: none;
}
.fichaEmpleado .botoneraEmpleado i.botonCerrarSubMenu {
	color: var(--main-color-1);
}
.fichaEmpleado .botoneraEmpleado i.botonCerrarSubMenu:hover {
	color: var(--main-color-1);
}
/** EMPLEADOS ─────────────────────────────────────────────────────────────────────────────────────────────────────── */

/** AGENDA ────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.calendarioEventosDiarios {
	margin: 0 auto;
	width: 50%;
}

#leyendaAgenda {
	width: 100%;
	padding: 1rem;
	background-color: #eaeaea;
	border: 1px solid #dadada;
	border-radius: 3px;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;	
	align-items: stretch;
}
#leyendaAgenda p {
	margin: 0;
	margin-right: 2rem;
	padding-left: .3rem;
	line-height: 1.3rem;
	font-size: .8rem;
}

#leyendaAgendaTurno {
	padding: 1rem;
	background-color: #eaeaea;
	border: 1px solid #dadada;
	border-radius: 3px;
	margin-left: auto;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;	
	align-items: stretch;
}
#leyendaAgendaTurno p {
	margin: 0;
	margin-right: 2rem;
	padding-left: .3rem;
	line-height: 1.3rem;
	font-size: .8rem;
}



p.leyenda_festivos {
	border-left: 1.3rem solid var(--color-festivo);
}
p.leyenda_vacaciones {
	border-left: 1.3rem solid var(--color-ausencia-vacaciones);
}
p.leyenda_vacaciones_pendiente {
	border-left: 1.3rem solid var(--color-ausencia-vacaciones-ptes);
}
p.leyenda_enfermedad {
	border-left: 1.3rem solid var(--color-ausencia-enfermedad);
}
p.leyenda_paternidad {
	border-left: 1.3rem solid var(--color-ausencia-paternidad);
}
p.leyenda_permiso {
	border-left: 1.3rem solid var(--color-ausencia-permiso-retribuido);
}
p.leyenda_otros {
	border-left: 1.3rem solid var(--color-ausencia-otros);
}

/*****************************************************/
#bloqueInfoAgenda {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	align-items: center;
}

.bloqueSelectorAnio {
	padding: 1.5rem;

	display: flex;
	flex-wrap: nowrap;
	justify-content: center;	
	align-items: center;
}
.bloqueSelectorAnio p {
	margin: 0;
}
.bloqueSelectorAnio p:nth-child(odd) {
	font-size: 2.2rem;
	color: #666666;
	cursor: pointer;
}
.bloqueSelectorAnio p#anioCalendario {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
}

.bloqueInfoVacaciones {
	padding-left: 1rem;
	border: 1px solid var(--main-color-2);

	display: flex;
	flex-wrap: nowrap;
	justify-content: center;	
	align-items: center;
}

.diasVacaciones {
	margin: 0 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.diasVacaciones p i {
	color: var(--main-color-2);
}
.diasVacaciones span.contadorVacaciones {
	font-weight: bold;
	font-size: 1.2rem;
}

.botonResumenVacaciones {
    margin-left: 1.5rem;
    padding: 1.1rem;
    background-color: var(--main-color-2);
    cursor: pointer;
}
.botonResumenVacaciones p {
    color: #ffffff;
    font-size: 1.8rem;
}

/***/

#calendarioAnual {
	margin: 0 2rem; 

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	align-items: stretch;
}

#calendarioMensual {
	margin: 0 2rem; 
}

.calendario {
	margin-top: 2rem;

    flex-basis: 23%;
}

.barraCalendario {
	height: 3rem;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.barraCalendario2 {
	margin-bottom: .5rem;
	border-bottom: 1px solid #666666;
}

.barraCalendario img {
	cursor: pointer;
	margin: 0 .3rem 0 .3rem;
	height: 2rem;
}

.barraCalendario img.off {
	opacity: 0.3;
	cursor: auto;
	margin: 0 .3rem 0 .3rem;
	height: 2rem;
}

.barraCalendario p,.barraCalendario2 p {
    margin: 0px;
    padding: 0px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.barraDiasSemana {
	background-color: #cccccc;
	
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;	    
}

.barraDiasSemana .diaSemana {
	flex-grow: 1;
	flex-basis: 0;

	font-family: 'Open Sans', sans-serif;	
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #333333;
}

.barraSemana {
	background-color: #ffffff;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
}

.cal_dia, .cal_dia_vacio {
	margin: .2rem;
	/*height: 2rem;*/
	background-color: #f1f1f1;
	cursor: pointer;

	flex-grow: 1;
	flex-basis: 0;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;

    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;

    min-height: 50px;
    padding: .5rem;
}
.cal_dia_vacio {
	background-color: transparent;
	cursor: default;
}
.cal_dia:hover {
    background-color: #bcc1c5;
}
.cal_dia > p {
    font-family: 'Open Sans', sans-serif;	
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    color: #333333;
    
    width: 100%;
    margin: 0;
}

.cal_FinSemana {
	background-color: #ffd69a !important;
}

.cal_DiaMarcado {
    background-color: #49a0ae !important;
}
.cal_DiaMarcado p {
    color: #ffffff;
}

.cal_hoy {
    justify-content: center !important;
}
.cal_hoy > p {
    margin-bottom: 0.1rem !important;
    padding: 0.2rem;
    width: 25px !important;
    border-radius: 200px;
    background-color: var(--main-color-1);
    text-align: center !important;
    color: #ffffff;
}

.cal_hoy > p.descripcionEventoDiario {
	background-color: transparent;
}

.cal_DiaEsperando {
    background-color: #e9e051 !important;
}
.cal_DiaEsperando p.descripcionEventoDiario {
    font-size: .7rem;
    line-height: .8rem;
}

.cal_DiaFestivo {
    background-color: var(--color-festivo) !important;
}
.cal_DiaFestivo p {
	color: #FFFFFF;
}
.cal_DiaFestivo p.descripcionEventoDiario {
    font-size: .7rem;
    line-height: .8rem;
}

.cal_EventoDiario {
    background-color: var(--color-evento-diario) !important;
}
.cal_EventoDiario p {
	color: #FFFFFF;
}
.cal_EventoDiario p.descripcionEventoDiario {
    font-size: .7rem;
    line-height: .8rem;
}

/********************************************************/

.cal_DiaVacaciones {
	background-color: var(--color-ausencia-vacaciones) !important;
}
.cal_DiaVacaciones_Pendiente {
	background-color: var(--color-ausencia-vacaciones-ptes) !important;
}
.cal_DiaVacaciones p, .cal_DiaVacaciones_Pendiente p {
	color: #FFFFFF;
}
.cal_DiaEnfermedad {
	background-color: var(--color-ausencia-enfermedad) !important;
}
.cal_DiaEnfermedad p {
	color: #ffffff;
}
.cal_DiaPaternidad {
	background-color: var(--color-ausencia-paternidad) !important;
}
.cal_DiaPermiso {
	background-color: var(--color-ausencia-permiso-retribuido) !important;
}
.cal_DiaPermiso p {
	color: #ffffff;
}
.cal_DiaOtros {
	background-color: var(--color-ausencia-otros) !important;
}
.cal_DiaOtros p {
	color: #ffffff;
}
.cal_TareaPendiente {
	background-color: var(--color-tarea-pendiente) !important;
}
.cal_TareaPendiente p {
	color: #000000;
}
h1.cal_TareaPendiente{
	color: #000000 !important;
}
.cal_TareaCompletada {
	background-color: var(--color-tarea-completada) !important;
}
.cal_TareaCompletada p {
	color: #ffffff;
}
.cal_TareaNoCompletada {
	background-color: var(--color-tarea-no-completada) !important;
}
.cal_TareaNoCompletada p {
	color: #ffffff;
}
#calendarioMensual .cal_dia, #calendarioMensual .cal_dia_vacio {
	height: auto;
	min-height: 6rem;
	align-items: flex-start !important;
}
#calendarioMensual .cal_dia {
    position: relative;
}
#calendarioMensual .cal_dia > p {
    margin-bottom: .5rem;
	text-align: right;
    width: 95%;
}
#calendarioMensual .cal_dia .contenidoDiaCalendario {
	width: 95%;
}
#calendarioMensual .cal_hoy {
    justify-content: flex-end !important;
}

.pastillaEventoAgenda {
	position: relative;
	margin-bottom: .2rem;
	padding: .2rem;
	padding-right: 1rem;
	border-radius: 3px;
}
.pastillaEventoAgenda:hover {
	border: 2px solid #FFFFFF !important;
}
.cal_DiaFestivo .pastillaEventoAgenda:hover {
    border: 0 !important;
}
.pastillaEventoDiario:hover {
    border: 0 !important;
}
.pastillaEventoAgenda p {
	font-size: .7rem;
	line-height: .8rem;
	font-weight: 400 !important;
    text-align: left;
}
.pastillaEventoAgenda img {
	position: absolute;
	right: .1rem;
	top: .2rem;
	max-width: 12px;
}

.pastillaEventoAgenda.cal_DiaVacaciones {
	border: 2px solid var(--color-ausencia-vacaciones);
}
.pastillaEventoAgenda.cal_DiaVacaciones_Pendiente {
	border: 2px solid var(--color-ausencia-vacaciones-ptes) ;
}
.pastillaEventoAgenda.cal_DiaEnfermedad {
	border: 2px solid var(--color-ausencia-enfermedad) ;
}
.pastillaEventoAgenda.cal_DiaPaternidad {
	border: 2px solid var(--color-ausencia-paternidad) ;
}
.pastillaEventoAgenda.cal_DiaPermiso {
	border: 2px solid var(--color-ausencia-permiso-retribuido) ;
}
.pastillaEventoAgenda.cal_DiaOtros {
	border: 2px solid var(--color-ausencia-otros) ;
}

/***/

.pastillaRedondaEventoAgenda {
	margin: .2rem;
	border-radius: 100px;
    float: left;
}
.pastillaRedondaEventoAgenda:hover {
	border: 3px solid #FFFFFF !important;
}
.cal_DiaFestivo .pastillaRedondaEventoAgenda:hover {
    border: 0 !important;
}
.pastillaRedondaEventoAgenda img {
	max-width: 42px;
    border-radius: 100px;
}
.pastillaRedondaEventoAgenda.cal_DiaVacaciones {
	border: 3px solid var(--color-ausencia-vacaciones);
    background-color: transparent !important;
}
.pastillaRedondaEventoAgenda.cal_DiaVacaciones_Pendiente {
	border: 3px solid var(--color-ausencia-vacaciones-ptes);
    background-color: transparent !important;
}
.pastillaRedondaEventoAgenda.cal_DiaEnfermedad {
	border: 3px solid var(--color-ausencia-enfermedad);
    background-color: transparent !important;
}
.pastillaRedondaEventoAgenda.cal_DiaPaternidad {
	border: 3px solid var(--color-ausencia-paternidad);
    background-color: transparent !important;
}
.pastillaRedondaEventoAgenda.cal_DiaPermiso {
	border: 3px solid var(--color-ausencia-permiso-retribuido);
    background-color: transparent !important;
}
.pastillaRedondaEventoAgenda.cal_DiaOtros {
	border: 3px solid var(--color-ausencia-otros);
    background-color: transparent !important;
}

/***/

.bloquePinCumpleanios {
    position: absolute;
    top: .5rem;
    left: .5rem;

    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.pinCumpleanios {
    margin-right: .5rem;
}
.pinCumpleanios img {
    max-width: 1.3rem;
}

img.fotoCumpleanios {
    margin-right: 2rem;
    margin-bottom: 1rem;
    float: left;
    max-width: 100px;
    border-radius: 100px;
}

h1.tituloFichaCumpleanios {
    text-align: right;
}

/***/

.fichaEvento h1 {
	margin: 0 0 1rem 0;
    padding: 0.1rem 0.5rem;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 0.9rem;
}

.fichaEvento p {
	margin: .5rem 0;
}

.botonesFichaTarea{
	display: flex;
	justify-content: space-between;
}
.botonesFichaTarea img{
	width: 25px;
	margin-right: 1rem;
	cursor: pointer;
}
.botonesFichaTarea .boton{
	margin: 0px !important;
}

.bloqueTareaNoTerminada h1{
	color: var(--color-tarea-no-completada);
}
.bloqueTareaNoTerminada p{
	color: var(--color-tarea-no-completada);
}

.bloqueTodoDia input {
	margin-right: 0.35rem;
}
/** AGENDA ────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.pastillaTurnoD{
	background-color: var(--color-turno-diurno) !important;
}
.pastillaTurnoN{
	background-color: var(--color-turno-nocturno) !important;
}
p.leyendaTurnoD {
	border-left: 1.3rem solid var(--color-turno-diurno) !important;
}
p.leyendaTurnoN {
	border-left: 1.3rem solid var(--color-turno-nocturno) !important;
}


/** CONTROL HORARIO ───────────────────────────────────────────────────────────────────────────────────────────────── */
.buscadorControlHorario {
	justify-content: space-between !important;
}
.contenidoBuscadorControlHorario {
	flex-basis: 90%;

	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
img.reload {
    margin-top: 1rem;
    margin-left: 1rem;
    max-width: 30px;
    cursor: pointer;
}
.buscadorControlHorario > img.qrcode {
	max-width: 60px;
	float: right;
	cursor: pointer;

	flex-basis: 10%;
}

.celdaFestivo {
	background-color: var(--color-festivo) !important;
	color: #ffffff !important;
}

.celdaAusencia {
	background-color: var(--color-ausencia-otros) !important;
	color: #ffffff !important;
}

.celdaFinde {
	background-color: #ffd69a !important;
	color: #000000 !important;
}

/******************************/

.tablaControlHorario {
	margin: 0 auto;
}

.filaDia {
	margin: .5rem 0;
    border: 1px dashed #aeaeae;

	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.filaAusencia {
	background-color: var(--color-ausencia-otros) !important;
}
.filaAusencia p {
	color: #ffffff !important;
}

.filaFestivo,
.filaFestivo .celdaFinde {
	background-color: var(--color-festivo) !important;
}
.filaFestivo p {
	color: #ffffff !important;
}
.filaVacaciones {
	background-color: var(--color-ausencia-vacaciones) !important;
}
.filaVacaciones p {
	color: #ffffff !important;
}
.filaEnfermedad {
	background-color: var(--color-ausencia-enfermedad) !important;
}
.filaEnfermedad p {
	color: #ffffff !important;
}
.filaPaternidad {
	background-color: var(--color-ausencia-paternidad) !important;
}
.filaPaternidad p {
	color: #ffffff !important;
}
.filaPermiso {
	background-color: var(--color-ausencia-permiso-retribuido) !important;
}
.filaPermiso p {
	color: #ffffff !important;
}

.celdaControlHorario  {
	padding: .5rem;
}
.celdaControlHorario p {
	margin: 0;
	text-align: center;
}

.celdaDia {
	flex-basis: 15%;

	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.celdaFichajes {
	flex-basis: 60%;

	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.celdaFichajes p {
	width: 100%;
}
.celdaGeolocation {
    flex-basis: 5%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.celdaGeolocation img {
    cursor: pointer;
}
.celdaTotal {
	flex-basis: 20%;

	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.pastillaFichaje {
	margin: .2rem 1rem .2rem 0;
    padding: .3rem;
    border: 1px solid #aeaeae;
    border-radius: 8px;
}
.pastillaFichaje p img {
	margin: 0 .3rem;
	max-width: 16px;
	/* float: right; */
}

.pastillaIntervaloFichaje {
	position: relative;
	background-color: #f1f1f1;
}
.pastillaIntervaloFichaje:has(img):hover {
	background-color: #aeaeae;
}
.pastillaIntervaloFichaje p {
    color: var(--text-color) !important;
	display: flex;
}
.pastillaIntervaloFichaje:has(img):hover p {
	color: #aeaeae !important;
}
.pastillaIntervaloFichaje:hover p img {
	visibility: hidden;
}

.pastillaIntervaloFichaje > .botoneraPastillaFichaje {
	position: absolute;
	top: 3px;
	margin: 0 auto;
	width: 90%;
	display: none;
}
.pastillaIntervaloFichaje > .botoneraPastillaFichaje > .contenidoBotoneraPastillaFichaje {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.pastillaIntervaloFichaje > .botoneraPastillaFichaje > .contenidoBotoneraPastillaFichaje > img {
	max-width: 20px;;
}
.pastillaIntervaloFichaje:hover > .botoneraPastillaFichaje {
	display: block;
}
.pastillaIntervaloFichaje:hover > .botoneraPastillaFichaje > .contenidoBotoneraPastillaFichaje > img {
	cursor: pointer;
}

.pastillaAusencia {
	background-color: var(--color-ausencia-otros) !important;
}
.pastillaAusencia p {
	color: #ffffff;
}

.filaTotalesMes {
	margin: .5rem 0;
    background-color: #556180;
}
.filaTotalesMes .celdaTotalesMes p {
	text-align: right !important;
	color: #FFFFFF !important;
}
.filaTotalesMes .celdaTotalesMes p span {
	font-weight: 700;
	font-size: 1rem;
}

.filaTotalesSemana {
    background-color: #f1f1f1;
}
.celdaTotalesSemana p {
    font-size: 0.7rem;
    text-align: right;
    font-style: italic;
}

.diferenciaHorasNegativa {
	color: #e2696e !important;
}
.diferenciaHorasPositiva {
	color: #7fe077 !important;
}

/******************************/

#bocadilloGeolocation {
    position: absolute;
    top: 0;
    left: 665px;
    padding: 1rem;
    width: 150px;
    min-height: 100px;
    background-color: #999999;
    border-radius: 10px;
    display: none;
}

.contenidoBocadilloGeolocation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.contenidoBocadilloGeolocation:before {
    content:"";
    position: absolute;
    top: 10px;
    left: 145px;
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid #999999;
}

img.cerrarBocadillo {
    position: absolute;
    top: .4rem;
    left: .4rem;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

/******************************/

.fotoFichaje {
	margin: 2rem auto;
	max-width: 60%;
	overflow: hidden;
}
.fotoFichaje img {
	width: 100%;
    border: 1px solid #f1f1f1;
	border-radius: 200px;
}
.fotoFichaje p {
	margin: 1rem auto 0 auto;
	text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

p.ultimoFichaje {
	text-align: center;
}

.botoneraFichajes {
	margin-top: 2rem;
}
.botoneraFichajes > p {
	text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

.botoneraFichajes .contenidoBotoneraFichajes {
    margin-top: 1rem;
    
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.botoneraFichajes .contenidoBotoneraFichajes .boton {
	flex-basis: 45%;
}

.flexFichajeTrabajo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 3rem;
}

.flexFichajeTrabajo > h2 {
	margin: 0;
	color: var(--main-color-1);
}

/** CONTROL HORARIO ───────────────────────────────────────────────────────────────────────────────────────────────── */

/** EMPLEADOS ─────────────────────────────────────────────────────────────────────────────────────────────────────── */
.bloqueEmpleados {
	margin-top: 3rem;

	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.fichaEmpleado {
	position: relative;
	margin: 1rem;
	margin-bottom: 3rem;
	padding: 1rem;
	padding-bottom: 2rem;
	width: 23%;
	border: 1px solid #5F5F5F;
	border-radius: 3px;
	background-color: #f6f6f6;
	flex-basis: 23%;
}

.fichaEmpleado img.fotoEmpleado {
	position: absolute;
	top: -20%;
    left: calc(100% - 60%);
	margin: 0 auto;
	width: 20%;
	border: 1px solid #5F5F5F;
	border-radius: 100px;
}

.fichaEmpleado h1 {
	margin: 0;
	margin-top: 1.5rem;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2rem;
}

.fichaEmpleado p {
	margin-bottom: .4rem;
	text-align: left;
}

.fichaEmpleado p.cargo {
	margin-bottom: 1rem;
	text-align: center;
	font-style: italic;
	color: var(--main-color-2);
}

.fichaEmpleado p.usuarioEncargado {
    margin-bottom: 1rem;
    text-align: center;
    color: var(--main-color-2);
    font-weight: 200;
    margin-top: .5rem;
    position: absolute;
    top: 0;
    right: 1rem;
}

.fichaEmpleado p.email {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fichaEmpleado .botoneraEmpleado {
	position: absolute;
	bottom: .5rem;
	right: .5rem;
}
.fichaEmpleado .botoneraEmpleado i {
	margin-left: .3rem;
	color: #a0a0a0;
	cursor: pointer;
}
.fichaEmpleado .botoneraEmpleado i:hover {
	color: #000000;
}
.fichaEmpleado .botoneraEmpleado i.botonSubBotonera {
	display: none;
}
.fichaEmpleado .botoneraEmpleado i.botonCerrarSubMenu {
	color: var(--main-color-1);
}
.fichaEmpleado .botoneraEmpleado i.botonCerrarSubMenu:hover {
	color: var(--main-color-1);
}
/** EMPLEADOS ─────────────────────────────────────────────────────────────────────────────────────────────────────── */

/** AGENDA ────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.calendarioEventosDiarios {
	margin: 0 auto;
	width: 50%;
}

#leyendaAgenda {
	width: 100%;
	padding: 1rem;
	background-color: #eaeaea;
	border: 1px solid #dadada;
	border-radius: 3px;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;	
	align-items: stretch;
}
#leyendaAgenda p {
	margin: 0;
	margin-right: 2rem;
	padding-left: .3rem;
	line-height: 1.3rem;
	font-size: .8rem;
}

#leyendaAgendaTurno {
	padding: 1rem;
	background-color: #eaeaea;
	border: 1px solid #dadada;
	border-radius: 3px;
	margin-left: auto;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;	
	align-items: stretch;
}
#leyendaAgendaTurno p {
	margin: 0;
	margin-right: 2rem;
	padding-left: .3rem;
	line-height: 1.3rem;
	font-size: .8rem;
}



p.leyenda_festivos {
	border-left: 1.3rem solid var(--color-festivo);
}
p.leyenda_vacaciones {
	border-left: 1.3rem solid var(--color-ausencia-vacaciones);
}
p.leyenda_vacaciones_pendiente {
	border-left: 1.3rem solid var(--color-ausencia-vacaciones-ptes);
}
p.leyenda_enfermedad {
	border-left: 1.3rem solid var(--color-ausencia-enfermedad);
}
p.leyenda_paternidad {
	border-left: 1.3rem solid var(--color-ausencia-paternidad);
}
p.leyenda_permiso {
	border-left: 1.3rem solid var(--color-ausencia-permiso-retribuido);
}
p.leyenda_otros {
	border-left: 1.3rem solid var(--color-ausencia-otros);
}

/*****************************************************/
#bloqueInfoAgenda {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	align-items: center;
}

.bloqueSelectorAnio {
	padding: 1.5rem;

	display: flex;
	flex-wrap: nowrap;
	justify-content: center;	
	align-items: center;
}
.bloqueSelectorAnio p {
	margin: 0;
}
.bloqueSelectorAnio p:nth-child(odd) {
	font-size: 2.2rem;
	color: #666666;
	cursor: pointer;
}
.bloqueSelectorAnio p#anioCalendario {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
}

.bloqueInfoVacaciones {
	padding-left: 1rem;
	border: 1px solid var(--main-color-2);

	display: flex;
	flex-wrap: nowrap;
	justify-content: center;	
	align-items: center;
}

.diasVacaciones {
	margin: 0 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.diasVacaciones p i {
	color: var(--main-color-2);
}
.diasVacaciones span.contadorVacaciones {
	font-weight: bold;
	font-size: 1.2rem;
}

.botonResumenVacaciones {
    margin-left: 1.5rem;
    padding: 1.1rem;
    background-color: var(--main-color-2);
    cursor: pointer;
}
.botonResumenVacaciones p {
    color: #ffffff;
    font-size: 1.8rem;
}

/***/

#calendarioAnual {
	margin: 0 2rem; 

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	align-items: stretch;
}

#calendarioMensual {
	margin: 0 2rem; 
}

.calendario {
	margin-top: 2rem;

    flex-basis: 23%;
}

.barraCalendario {
	height: 3rem;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.barraCalendario2 {
	margin-bottom: .5rem;
	border-bottom: 1px solid #666666;
}

.barraCalendario img {
	cursor: pointer;
	margin: 0 .3rem 0 .3rem;
	height: 2rem;
}

.barraCalendario img.off {
	opacity: 0.3;
	cursor: auto;
	margin: 0 .3rem 0 .3rem;
	height: 2rem;
}

.barraCalendario p,.barraCalendario2 p {
    margin: 0px;
    padding: 0px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.barraDiasSemana {
	background-color: #cccccc;
	
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;	    
}

.barraDiasSemana .diaSemana {
	flex-grow: 1;
	flex-basis: 0;

	font-family: 'Open Sans', sans-serif;	
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #333333;
}

.barraSemana {
	background-color: #ffffff;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
}

.cal_dia, .cal_dia_vacio {
	margin: .2rem;
	/*height: 2rem;*/
	background-color: #f1f1f1;
	cursor: pointer;

	flex-grow: 1;
	flex-basis: 0;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;

    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;

    min-height: 50px;
    padding: .5rem;
}
.cal_dia_vacio {
	background-color: transparent;
	cursor: default;
}
.cal_dia:hover {
    background-color: #bcc1c5;
}
.cal_dia > p {
    font-family: 'Open Sans', sans-serif;	
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    color: #333333;
    
    width: 100%;
    margin: 0;
}

.cal_FinSemana {
	background-color: #ffd69a !important;
}

.cal_DiaMarcado {
    background-color: #49a0ae !important;
}
.cal_DiaMarcado p {
    color: #ffffff;
}

.cal_hoy {
    justify-content: center !important;
}
.cal_hoy > p {
    margin-bottom: 0.1rem !important;
    padding: 0.2rem;
    width: 25px !important;
    border-radius: 200px;
    background-color: var(--main-color-1);
    text-align: center !important;
    color: #ffffff;
}

.cal_hoy > p.descripcionEventoDiario {
	background-color: transparent;
}

.cal_DiaEsperando {
    background-color: #e9e051 !important;
}
.cal_DiaEsperando p.descripcionEventoDiario {
    font-size: .7rem;
    line-height: .8rem;
}

.cal_DiaFestivo {
    background-color: var(--color-festivo) !important;
}
.cal_DiaFestivo p {
	color: #FFFFFF;
}
.cal_DiaFestivo p.descripcionEventoDiario {
    font-size: .7rem;
    line-height: .8rem;
}

.cal_EventoDiario {
    background-color: var(--color-evento-diario) !important;
}
.cal_EventoDiario p {
	color: #FFFFFF;
}
.cal_EventoDiario p.descripcionEventoDiario {
    font-size: .7rem;
    line-height: .8rem;
}

/********************************************************/

.cal_DiaVacaciones {
	background-color: var(--color-ausencia-vacaciones) !important;
}
.cal_DiaVacaciones_Pendiente {
	background-color: var(--color-ausencia-vacaciones-ptes) !important;
}
.cal_DiaVacaciones p, .cal_DiaVacaciones_Pendiente p {
	color: #FFFFFF;
}
.cal_DiaEnfermedad {
	background-color: var(--color-ausencia-enfermedad) !important;
}
.cal_DiaEnfermedad p {
	color: #ffffff;
}
.cal_DiaPaternidad {
	background-color: var(--color-ausencia-paternidad) !important;
}
.cal_DiaPermiso {
	background-color: var(--color-ausencia-permiso-retribuido) !important;
}
.cal_DiaPermiso p {
	color: #ffffff;
}
.cal_DiaOtros {
	background-color: var(--color-ausencia-otros) !important;
}
.cal_DiaOtros p {
	color: #ffffff;
}
.cal_TareaPendiente {
	background-color: var(--color-tarea-pendiente) !important;
}
.cal_TareaPendiente p {
	color: #000000;
}
h1.cal_TareaPendiente{
	color: #000000 !important;
}
.cal_TareaCompletada {
	background-color: var(--color-tarea-completada) !important;
}
.cal_TareaCompletada p {
	color: #ffffff;
}
.cal_TareaNoCompletada {
	background-color: var(--color-tarea-no-completada) !important;
}
.cal_TareaNoCompletada p {
	color: #ffffff;
}
#calendarioMensual .cal_dia, #calendarioMensual .cal_dia_vacio {
	height: auto;
	min-height: 6rem;
	align-items: flex-start !important;
}
#calendarioMensual .cal_dia {
    position: relative;
}
#calendarioMensual .cal_dia > p {
    margin-bottom: .5rem;
	text-align: right;
    width: 95%;
}
#calendarioMensual .cal_dia .contenidoDiaCalendario {
	width: 95%;
}
#calendarioMensual .cal_hoy {
    justify-content: flex-end !important;
}

.pastillaEventoAgenda {
	position: relative;
	margin-bottom: .2rem;
	padding: .2rem;
	padding-right: 1rem;
	border-radius: 3px;
}
.pastillaEventoAgenda:hover {
	border: 2px solid #FFFFFF !important;
}
.cal_DiaFestivo .pastillaEventoAgenda:hover {
    border: 0 !important;
}
.pastillaEventoDiario:hover {
    border: 0 !important;
}
.pastillaEventoAgenda p {
	font-size: .7rem;
	line-height: .8rem;
	font-weight: 400 !important;
    text-align: left;
}
.pastillaEventoAgenda img {
	position: absolute;
	right: .1rem;
	top: .2rem;
	max-width: 12px;
}

.pastillaEventoAgenda.cal_DiaVacaciones {
	border: 2px solid var(--color-ausencia-vacaciones);
}
.pastillaEventoAgenda.cal_DiaVacaciones_Pendiente {
	border: 2px solid var(--color-ausencia-vacaciones-ptes) ;
}
.pastillaEventoAgenda.cal_DiaEnfermedad {
	border: 2px solid var(--color-ausencia-enfermedad) ;
}
.pastillaEventoAgenda.cal_DiaPaternidad {
	border: 2px solid var(--color-ausencia-paternidad) ;
}
.pastillaEventoAgenda.cal_DiaPermiso {
	border: 2px solid var(--color-ausencia-permiso-retribuido) ;
}
.pastillaEventoAgenda.cal_DiaOtros {
	border: 2px solid var(--color-ausencia-otros) ;
}

/***/

.pastillaRedondaEventoAgenda {
	margin: .2rem;
	border-radius: 100px;
    float: left;
}
.pastillaRedondaEventoAgenda:hover {
	border: 3px solid #FFFFFF !important;
}
.cal_DiaFestivo .pastillaRedondaEventoAgenda:hover {
    border: 0 !important;
}
.pastillaRedondaEventoAgenda img {
	max-width: 42px;
    border-radius: 100px;
}
.pastillaRedondaEventoAgenda.cal_DiaVacaciones {
	border: 3px solid var(--color-ausencia-vacaciones);
    background-color: transparent !important;
}
.pastillaRedondaEventoAgenda.cal_DiaVacaciones_Pendiente {
	border: 3px solid var(--color-ausencia-vacaciones-ptes);
    background-color: transparent !important;
}
.pastillaRedondaEventoAgenda.cal_DiaEnfermedad {
	border: 3px solid var(--color-ausencia-enfermedad);
    background-color: transparent !important;
}
.pastillaRedondaEventoAgenda.cal_DiaPaternidad {
	border: 3px solid var(--color-ausencia-paternidad);
    background-color: transparent !important;
}
.pastillaRedondaEventoAgenda.cal_DiaPermiso {
	border: 3px solid var(--color-ausencia-permiso-retribuido);
    background-color: transparent !important;
}
.pastillaRedondaEventoAgenda.cal_DiaOtros {
	border: 3px solid var(--color-ausencia-otros);
    background-color: transparent !important;
}

/***/

.bloquePinCumpleanios {
    position: absolute;
    top: .5rem;
    left: .5rem;

    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.pinCumpleanios {
    margin-right: .5rem;
}
.pinCumpleanios img {
    max-width: 1.3rem;
}

img.fotoCumpleanios {
    margin-right: 2rem;
    margin-bottom: 1rem;
    float: left;
    max-width: 100px;
    border-radius: 100px;
}

h1.tituloFichaCumpleanios {
    text-align: right;
}

/***/

.fichaEvento h1 {
	margin: 0 0 1rem 0;
    padding: 0.1rem 0.5rem;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 0.9rem;
}

.fichaEvento p {
	margin: .5rem 0;
}

.botonesFichaTarea{
	display: flex;
	justify-content: space-between;
}
.botonesFichaTarea img{
	width: 25px;
	margin-right: 1rem;
	cursor: pointer;
}
.botonesFichaTarea .boton{
	margin: 0px !important;
}

.bloqueTareaNoTerminada h1{
	color: var(--color-tarea-no-completada);
}
.bloqueTareaNoTerminada p{
	color: var(--color-tarea-no-completada);
}

.bloqueTodoDia input {
	margin-right: 0.35rem;
}
/** AGENDA ────────────────────────────────────────────────────────────────────────────────────────────────────────── */

/* ---------- LOGS DE ACCESOS ---------- */

#buscador-logs { margin-top: 1rem; }
#buscador-logs fieldset { padding-top: 10px; }
#buscador-logs .fs-wrap {
	width: 200px !important;
}

#log-container {
	width:100%; 
	display: flex;
	flex-direction: column;
	justify-content: start;
	background-color: #212121;
}

/* FILTROS ---------------------- */

#log-container .log-info { 
	width: 100%;
	min-height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 4px;
	background-color: #5e5e5e;
	padding: 4px 10px;
}

#log-container .log-pagination {
	display:flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	column-gap: 10px;
	margin-right: 20px;
}

#log-container .log-pagination .logs-loaded-total {
	height: 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #212121;
	padding: 2px 10px;
	border-radius: 4px;
}

#log-container .logs-estados {
	height: 22px;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	column-gap: 4px;
	background-color: #212121;
	padding: 2px 10px;
	border-radius: 4px;
}

#log-container .logs-estados .estado:not(.disabled) { cursor:pointer; }
#log-container .logs-estados .estado.disabled { opacity: .2; }

#log-container .logs-fechas {
	height: 22px;
	min-width: 260px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #212121;
	padding: 2px 10px;
	border-radius: 4px;
}

#log-container .logs-fechas p {
	color: white;
	font-size: 12px;
}

#logs-fecha-desde.disabled p { color: gray; }
#logs-fecha-hasta.disabled p { color: gray; }

#filtro-user:not(.disabled) { cursor: pointer; color: white; }
#filtro-user.disabled { color: gray; }
#filtro-ip:not(.disabled) { cursor: pointer; color: white; }
#filtro-ip.disabled { color: gray; }

/* ------------------------------ */

#log-container #log-list-wrapper{ 
	width: 100%; 
	min-height: calc(100vh - 240px);
	height: calc(100vh - 240px);
	max-height: calc(100vh - 240px);
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	overflow-y: auto;
}

#log-container .log-list {
	width: 100%;
	position: relative;
	padding: 10px;
}

.log-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: start;
	flex-wrap: nowrap;
	column-gap: 6px;
	padding: 4px;
	background-color: transparent;
	transition: background-color .2s ease;
}

.log-row:hover { background-color: #72727280; }

.log-row .info {
	display:flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 6px;
}



.log-row p {
	font-family:'Courier New', Courier, monospace; 
	color:white; 
	font-size: 12px;
	line-height: .9rem;
}

.log-row .log-device { 
	width: 24px !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.log-row .log-date { width: 140px; min-width: 140px; }
.log-row .log-ip p { color: #80ddff; }
.log-row .log-user { color: #ffb78a; }
.log-row .log-msg { color: #a2a2a2; text-align: left; }

i.as { color: #62ff62; }
i.afmd { color: orange; }
i.afpm { color: red; }
i.afsi { color: purple; }
i.afunf { color: blueviolet; }
i.afib { color: cornflowerblue; }

.fs-wrap.multiple:has(select.logger) .fs-dropdown { width: 500px !important; }

/* ---------- LOGS DE ACCESOS ---------- */

/** INVENTARIO ────────────────────────────────────────────────────────────────────────────────────────────────────────── */

.bloqueAlmacenStock {
	width: 100%;
	margin-bottom: 1rem;
	padding: 1rem 0;
	border-bottom: 1px lightgrey solid;
}

.width_100{
	width: 100%;
}
