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

@charset "UTF-8";

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

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;700&family=Rubik:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


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

:root {
	--main-color-1: #c3b413;
	--main-color-2: #c3b413;
	--main-color-3: #d8ce63;
	--text-color: #7e7c7c;
	--color-interfaz: #16222E;
	--color-menu: #ffff;
	--color-contenedor: #eaeaea;
	--color-boton: #a0a09f;
}


/** 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;
	opacity: 0.5;
}

textarea:disabled {
	color: #666666 !important;
	opacity: 0.5;
}

label {
	text-wrap: nowrap;
}

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

i.disabled {
	opacity: 0.5;
}

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

/** VM ────────────────────────────────────────────────────────────────────────────────────────────────────────────── */

#ovm {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100000;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.5);
}

#vm {
	width: 500px;
	min-height: 150px;
	max-width: 95%;
	max-height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);*/
	overflow: auto;
}

#vm img {
	width: 64px;
	height: 64px;
	display: block;
	margin: 0px auto 15px auto;
	clear: both;
}

#vm p {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	text-align: justify;
	color: #333333;
}

#vm h2.cont {
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	color: #333333;
}

.bCerrar {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px !important;
	height: 10px !important;
	margin: 0px !important;
	cursor: pointer;
}

.bVM {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}

.bSI {
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: .8rem;
	font-weight: 400;
	background-color: #3083c9;
	color: #ffffff;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

.bSI:hover {
	color: #cccccc;
}

.bNO {
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: .8rem;
	font-weight: 400;
	background-color: #3083c9;
	color: #ffffff;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

.bNO:hover {
	color: #cccccc;
}

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

#ovm .loading {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

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

.cabeceraVM p {
	color: #fff;
}

.contenidoVM {
	padding: 1.5rem;
	overflow: auto;
	max-height: 90vh;
}

.contenidoVM>p {
	margin-bottom: 1rem;
}

.contenidoVM .uploadifive-button {
	width: 100% !important;
}

/** CKEDITOR 4.22 ─────────────────────────────────────────────────────────────────────────────────────────────────────── */
.cke_notifications_area {
	display: none;
}

/** 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;
}


/** 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: "";
	padding-left: 12px;
	background-color: #EFEFEF;
	color: #000000;
	text-align: left;
}

.onoffswitch-inner:after {
	content: "";
	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;
}


/** TOGGLE ────────────────────────────────────────────────────────────────────────────────────────────────────────── */

.toggle {
	box-sizing: border-box;
	margin: 0 0 1.5rem;
	font-size: 0;

	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
}

.toggle input {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
}

.toggle input+label {
	box-sizing: border-box;
	position: relative;
	margin: 0;
	padding: .75rem 2rem;
	display: inline-block;
	border: solid 1px var(--main-color-1);
	background-color: #FFFFFF;
	font-family: 'Roboto', Arial, Helvetica;
	font-size: .9rem;
	line-height: 140%;
	text-align: center;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	cursor: pointer;
	transition: border-color .15s ease-out,
		color .25s ease-out,
		background-color .15s ease-out,
		box-shadow .15s ease-out;
}

.toggle input:first-of-type+label {
	border-radius: .5rem 0 0 .5rem;
	border-right: none;
}

.toggle input:last-of-type+label {
	border-radius: 0 .5rem .5rem 0;
	border-left: none;
}

.toggle input:hover+label {
	border-color: var(--main-color-1);
}

.toggle input:checked+label {
	background-color: var(--main-color-1);
	color: #FFFFFF;
	box-shadow: 0 0 10px rgba(#a8a8a8, .5);
	border-color: var(--main-color-1);
	z-index: 1;
}

.toggle input:focus+label {
	outline: none;
	outline-offset: .45rem;
}


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

body {
	margin: 0px;
	padding: 0px;
	background-color: var(--color-interfaz);
	overflow-x: hidden;
}

body#body_login {
	background-color: var(--color-interfaz);
}

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

.formMTO {
	margin-bottom: 2rem;
}

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

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

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

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

h1 {
	color: var(--text-color);
	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);
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
}

a {
	color: var(--text-color);
	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;
}

#rutaSeccion {
	min-height: 30px;
	/*margin-top: 10px;*/
	background-color: var(--color-interfaz);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	border-radius: 5px 5px 0px 0px;
}

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

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

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

/* #rutaSeccion h1 {
	margin-left: 10px;
} */

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

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

textarea {
	resize: none;
}

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;
	/*padding-top: 4rem;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: var(--color-menu);
	border: 0;
	transition: show 2s, hide 2s;
}

fieldset.contenedorBuscador {
	background-color: var(--color-menu);
	border: 0 !important;
	padding: 2rem !important;
}

legend {
	float: left;
	display: flex;
	width: 100%;
	margin: 0.4rem 0 1rem 0;
	color: var(--text-color-1);
	font-family: 'Rubik', sans-serif;
	font-size: .8rem;
	line-height: 2rem;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}

fieldset :not(.bInsertarConcepto) {
	clear: left;
}

legend img {
	margin-right: .5rem;
	max-width: 2rem;
}

legend i {
	font-size: 2rem;
	display: flex !important;
	align-items: center;
	margin-right: .5rem;
}

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

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

#html {
	height: 100%;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #e5e5e5;
	color: var(--text-color);
	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;
}

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

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

.flex4 img {
	cursor: pointer;
	width: 24px;
	height: auto;
}

.flexCharts {
	margin-bottom: 2rem;

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

.flexChartsReporting {
	justify-content: center !important;
}

.flexCharts>div {
	width: 30%;
}

.flexCharts .grafico {
	width: 30%;
}

.flexCharts .rueda {
	width: 20%;
	max-width: 400px;
}

.bloqueCharts {
	background: #ededed;
	padding: 1.5rem;
	margin: 0 2rem;
}

.bloqueCharts .tituloChart {
	text-align: center;
}

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

img.no-drag {
	user-select: none;
	-webkit-user-drag: none;
	/* Para Safari/Chrome */
	-khtml-user-drag: none;
	/* Para compatibilidad antigua */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
}


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

.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: 400px;
}

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

#contenedor {
	position: relative;
	min-height: 100vh;
	clear: both;
	background-color: var(--color-contenedor);
	width: 100vw;
	padding: 45px 10px 100px 50px;
	overflow-x: hidden;
	margin-top: 20px;
}

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

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

#cabecera img {
	width: 100%;
}

#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);
	font-family: 'Open Sans', sans-serif;
	font-size: .7rem;
}

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

#contenido {
	margin: 10px 10px 10px 10px;
	transition: all 0.3s ease;
}

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

#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: wrap;
	justify-content: flex-end;
	align-items: stretch;
}

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

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

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

.tag3 {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin-inline: 5px 0;
	margin-block: 5px;
	position: relative;
	z-index: 1;
	outline: 0;
	line-height: normal;
	cursor: default;
	transition: .13s ease-out;
	background-color: var(--main-color-1);
	color: white;
	padding: 0.3rem 0.5rem;
	border-radius: 3px;
	white-space: nowrap;
}


.tagNoEdit {
	margin: .2rem .5rem 0 0;
	cursor: default !important;
}

.tagNoEdit:hover {
	color: #ffffff !important;
	background-image: none !important;
}

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

.tagTecnicoPrevencion {
	background-color: #c3c326 !important;
}

/* DESTACADAS */
#tablaDestacadas tr.destacada>td:nth-of-type(2),
#tablaDestacadas tr.destacada>td:nth-of-type(3) {
	animation: bkg-animation 1s infinite alternate-reverse;
}

#tablaDestacadas tr.destacada img {
	user-select: none;
}

#tablaDestacadas tr.destacada img.off {
	pointer-events: none;
	opacity: 1;
}

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

.botonera>div {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
}


/** PANTALLA LOGIN ────────────────────────────────────────────────────────────────────────────────────────────────── */
.cabeceraLogin {
	width: 100% !important;
	height: 100px !important;
	background-color: #e1e1e138;
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 5px solid var(--main-color-2);
}

.cabeceraLogin img {
	width: auto;
	height: 70px;
}

#formularioLogin {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60%;
	padding: 1rem;
}

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

#formularioLogin input {
	width: 100%;
	margin-bottom: 20px;
	height: 35px;
	padding: 5px;
	color: var(--text-color);
	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;
}

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

.contenidoLogin {
	background-color: #b7b7b7;
	width: 60%;
	height: 60%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bloqueImagenesLogin {
	height: 100%;
	width: 40%;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}

#fondoTransparente {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(220 102 0 / 73%);
}

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

.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 ───────────────────────────────────────────────────────────────────────────────────────────────────── */

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

.cabeceraFildset2 {
	width: 100%;
	background-color: var(--color-boton);
	border-radius: 5px;
	padding: .5rem 0;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cabeceraFildset {
	width: 100%;
	background-color: var(--color-boton);
	border-radius: 5px;
	padding: .5rem 0;
	margin-top: 1.5rem;
	margin-bottom: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cabeceraFildset:hover {
	cursor: pointer;
	background-color: var(--color-interfaz);
}

.cabeceraFildset.disabled {
	cursor: default;
}

.flechaAbajo {
	margin-right: 1rem;
	width: 20px;
	rotate: 180deg;
}

.flexCabecera {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.flexCabecera img,
.flexCabecera i {
	padding: 0 0.7rem 0 1rem;
	font-size: 1.5rem;
	color: #ffffff;
}

.flexCabecera p {
	font-family: 'Rubik', sans-serif;
	color: #ffffff;
	font-size: .9rem;
	text-align: start;
}

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

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

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

.ent,
.lnk {
	display: none;
}

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

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

.bloqueCampoFormulario p,
.checklist-p {
	margin: 0px;
	font-size: .8rem;
	color: var(--text-color);
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}

.bloqueCampoFormulario>input,
#contenedor-prefijos>input {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 5px;
	color: var(--text-color);
	border: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: .9rem;
	background-color: var(--color-contenedor);
	float: left;
	border-radius: 5px;
}

.bloqueCampoFormulario>select {
	height: 30px;
	margin: 0px;
	padding: 4px;
	color: var(--text-color);
	border: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: .9rem;
	background-color: var(--color-contenedor);
	border-radius: 5px;
}

.bloqueCampoFormulario>textarea {
	width: 100%;
	margin: 0px;
	padding: 5px;
	color: var(--text-color);
	border: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: .9rem;
	background-color: var(--color-contenedor);
	border-radius: 5px;
	resize: none;
}

.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-left: 5px;
	max-width: 100%;
	max-height: 50vh;
}

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_45 {
	width: calc(45% - 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);
}

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

#bloqueFoto {
	width: 350px;
}

#previo_foto {
	position: relative;
	width: 100%;
	height: 100%;
}

#logo_form {
	position: relative;
	display: flex;
	max-width: 70%;
	max-height: 100%;
	margin: 0 auto;
}

.cerrar_logo {
	position: relative;
	right: 3rem;
	width: 20px;
	cursor: pointer;
}

#bloque_uploadifive {
	display: flex;
	justify-content: center;
}

/**********************************************************/
#bloque_uploadifive input {
	cursor: pointer;
}

.uploadifive-button {
	cursor: pointer;
}


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

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

#bloqueCampoActividad .fs-dropdown {
	width: 450px !important;
}

#bloqueCampoCNAE .fs-dropdown {
	width: 450px !important;
}

#bloqueCampoIAE .fs-dropdown {
	width: 450px !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;
}

/** MTOs ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

form table {
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: .9rem;
	line-height: 1.1rem;
	text-align: justify;
	color: var(--text-color);
}

form table thead tr {
	border-bottom: 2px #8a7e7e63 solid;
}

form table thead th:not(:first-child):not(:last-child) {
	border-right: 2px #8a7e7e63 solid;
}

form table tbody tr {
	border-bottom: 1px solid #fff;
}

form table:not(.nopointer) tbody tr {
	cursor: pointer;
}

form table:not(.nohover) tbody tr:hover {
	background-color: var(--color-boton);
	color: #fff;
}

form table tbody i {
	cursor: pointer;
	font-size: 1.2rem;
}

form table th {
	padding: .2rem .5rem;
}

form table td {
	padding: .8rem .5rem;
}

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

.boton {
	display: flex;
	height: 29px;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
	font-family: 'Rubik', sans-serif;
	font-size: .8rem;
	line-height: 33px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid var(--color-boton);
	border-radius: 3px;
	background-color: var(--color-boton);
	-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;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	width: 120px;
}

.boton p {
	color: inherit;
}

.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(--color-boton);
	color: #ffffff;
	background-color: var(--color-boton);
	-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;
}

.botonOff2 {
	opacity: 0.2;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.botonOff2:hover {
	background-color: var(--color-boton);
	color: #FFFFFF;
}

#botonAccionOff {
	display: none;
}

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

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

.botonRemesa:hover {
	background-color: transparent;
}

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

.botonRemesa:hover p {
	color: var(--main-color-1);
}

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

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

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

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

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

.navRecortar {
	display: none;
}

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

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

.bInicio {
	margin: 1rem auto;
	padding: 0px 10px 0px 35px;
	height: 25px;
	font-size: .8rem !important;
	line-height: 25px;
	color: var(--main-color-1) !important;
	background-color: transparent !important;
	background-image: url("../imagenes/up-chevron.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: .9rem;
}

.bInicio:hover {
	color: #ffffff !important;
	background-color: var(--main-color-1) !important;
}

.bNuevo {
	width: 30px;
}

.bNuevo i {
	font-size: 20px;
	width: 20px;
	display: inline-block;
	text-align: center;
}

.bScrollup {
	cursor: pointer;
	position: fixed;
	right: 0.9%;
	bottom: 3.2rem;
	margin: 0px auto;
	padding: 0px 10px 0px 35px;
	height: 35px;
	background-image: url("../imagenes/scrollUp.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 2rem;
	z-index: 99;

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

.bScrollup:hover {
	background-image: url("../imagenes/scrollUp_hover.svg");
}

.bTablaResultados {
	display: flex;
	margin: 0;
	margin-left: 1rem;
	padding: 0px 10px 0px 10px;
	height: 25px;
	font-size: .8rem !important;
	line-height: 25px;
}

.bInsertar {
	padding: 0px 10px 0px 10px;
}

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

.bConfirmar {
	margin-top: 2rem;
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/ok.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;
}

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

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

.bSiguiente {
	position: fixed;
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/der.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.bAtras {
	position: fixed;
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/izq.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}

.botonesEV {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: start;
}

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

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

.bInsertarConcepto p {
	margin-top: 0.2rem;
}

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

.bInsertarGasto {
	margin-bottom: 1.5rem;
	float: right;
}

.bInsertarGasto p {
	margin-top: 0.2rem;
}

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

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

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

/**********************************************/
.bMapaAñadir {
	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;
}

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

.flexMapa {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	margin: 0.5rem;
}


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

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

.filaResultados {
	width: 100%;
	background-color: white;
	padding: 1rem 0rem;
	border-radius: 5px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

#numResultadosPaginacion {
	margin: 5px;
	padding: 0 5px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	border-radius: 6px;
	background-color: var(--color-boton);
	font-family: 'Rubik', 'sans-serif';
}

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

#numResultadosPaginacion select {
	padding: 0px 2px;
	height: 25px;
	border: 0px;
	font-size: .8rem;
	color: #ffffff;
	background-color: var(--color-boton);
}

.resultadosBusqueda {
	margin: 0 auto;
}

.resultadosBusqueda p {
	padding: 0 .5rem;
	font-weight: bold;
	color: var(--main-color-2);
}

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


/********* PAGINACIÓN NUEVA *********/
.paginacion {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	min-height: 2vh;
	min-width: 6vw;
	border-radius: 5px;
	padding: 10px;
}

.paginacion>p {
	font-family: 'Rubik', sans-serif;
	font-size: .8rem;
	color: var(--text-color);
	margin: 0 auto;
	font-weight: bold;
}

.div-paginacion {
	display: flex;
	flex-direction: row;
}

.numeros-paginacion {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-boton);
	color: #FFF;
	padding: 0.7rem;
	font-family: 'Rubik', sans-serif;
	cursor: pointer;
}

#numero-activo {
	background-color: var(--main-color-2);
	color: #FFF;
}


/** 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**********************************/
.tabla-divs {
	width: 100%;
	margin: 0 auto;
	font-family: 'Rubik', sans-serif;
}

.tabla-contenedor {
	border-bottom: 2px #8a7e7e63 solid;
	display: flex;
	align-items: center;
}

.tabla-td-boton {
	width: 10%;
	margin-right: 1rem;
}

.tabla-head {
	height: 4.7vh;
	font-family: 'Rubik', sans-serif;
	font-size: .9rem;
	font-weight: bold;
	background-color: transparent !important;
}

.tabla-head>.tabla-head-th {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00000098;
	border-right: 2px #8a7e7e63 solid;
	padding: 0 1rem;
}

.tabla-head>.tabla-head-th:last-child {
	border: none;
}

.tabla-head-th-left {
	text-align: left;
	justify-content: flex-start !important;
}

.tabla-head-th-right {
	text-align: right;
	justify-content: flex-end !important;
}

.tabla-body {
	width: 100%;
	font-family: 'Rubik', sans-serif;
	font-size: .9rem;
}

.tabla-tr {
	display: flex;
	width: 100%;
	justify-content: space-between;
	min-height: 6vh;
	margin-top: 1rem;
}

.tabla-tr-extra {
	display: flex;
	width: 100%;
	justify-content: space-between;
	min-height: 6vh;
	margin-top: 1rem;
}

.tabla-tr-noHover {
	display: flex;
	width: 100%;
	justify-content: space-between;
	min-height: 6vh;
	margin-top: 1rem;
}

.tabla-tr:hover>.tabla-td-top,
.tabla-tr:hover>.tabla-td-mid,
.tabla-tr:hover>.tabla-td-bot {
	background-color: var(--color-interfaz) !important;
	color: white;
}

.tabla-tr:hover>div i {
	color: #FFF;
}

.tabla-tr:hover>div p {
	color: #FFF;
}


.tabla-tr:hover>.tabla-td-mid {
	box-shadow: inset 6px 0 0 0 var(--main-color-2);
}

.tabla-td-top-movil {
	background-color: #fff;
	width: 15%;
	justify-content: center;
	align-items: center;
	border-radius: 5px 0px 0px 5px;
	position: relative;
}

.tabla-td-bloqueo {
	background-color: rgb(224, 157, 157) !important;
}

.sub-tabla {
	padding-left: calc(10% + 1rem);
	padding-right: 1rem;
	margin-bottom: 3rem;
	width: 100%;
	min-height: 6vh;
}

.sub-tabla-title {
	font-size: 1.2rem;
	color: #00000098;
	font-weight: bold;
	padding: 1rem 0 0 0;
}

.sub-tabla .tabla-contenedor {
	margin-bottom: 0;
}

.sub-tabla .tabla-tr {
	margin-top: .5rem;
}

.botones-movil {
	display: flex;
	flex-direction: row;
	background-color: #4d4c4c;
	position: absolute;
	left: 40px;
	top: 2px;
	gap: 1rem;
	padding: .4rem;
	border-radius: 5px;
	align-items: center;
}

.botones-movil>i {
	color: white;
}

.botones-movil>img {
	width: 2em;
}

.tabla-td-top {
	display: flex;
	width: 10%;
	background-color: white;
	border-radius: 5px;
	justify-content: space-evenly;
	margin-right: 1rem;
	align-items: center;
	font-size: 0.7rem;

}

.tabla-td-top img,
.ficha-mobil-botonera img {
	max-width: 25px;
	padding: 0.5rem;
	cursor: pointer;
}

.tabla-td-top i {
	color: var(--color-interfaz);
}

.tabla-td-top i:hover {
	cursor: pointer;
}

.tabla-td-mid {
	background-color: white;
	border-radius: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
}

.tabla-td-mid-extra {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.tabla-td-mid-noHover-black {
	border-radius: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
	background-color: var(--color-interfaz) !important;
	color: white;
}

.tabla-tr:hover>.tabla-td-mid>.tabla-td-mid-p>img {
	/* position: absolute; */
	/* background-image: url("../imagenes/solucionar_w.svg"); */
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 1.6rem;
}

.tabla-img>img {
	width: 25px;
}

.tabla-td-mid-p {
	align-items: center;
	width: 100%;
	height: 95%;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 1rem;
	word-break: break-word;
	text-align: start;
}

.tabla-td-mid-p-left {
	text-align: left;
	justify-content: flex-start;
}


.tabla-td-mid-p-left-resumen-cabecera {
	width: 80%;
	padding-left: 1rem !important;
	text-align: left;
	justify-content: flex-start;
}

.tabla-td-mid-p-left-resumen-contenido {
	width: 80%;
	padding-left: 5rem !important;
	padding-top: 0.1rem !important;
	text-align: left;
	justify-content: flex-start;
}

.p_con_punto::before {
	content: "•";
	color: black;
	margin-right: 8px;
	font-weight: bold;
}

.tabla-td-mid-p-right {
	text-align: right;
	justify-content: flex-end;
}

.tabla-td-bot {
	display: flex;
	background-color: white;
	border-radius: 5px;
	width: 5%;
	justify-content: space-evenly;
	align-items: center;
}

.tabla-td-bot i {
	color: var(--color-interfaz);
}

.tabla-td-bot i:hover {
	cursor: pointer;
	color: #FFF;
}

.tabla-td-mid-p img {
	max-width: 25px;
	min-width: 20px;
	padding: 0.5rem;
	cursor: pointer;
}

.tabla-td-mid-facturas {
	padding: 1rem 0.2rem;
	font-size: 0.9rem;
}

.tabla-td-mid-facturas {
	padding: 1rem 0.2rem;
	font-size: 0.9rem;
}

.tabla-td-head-facturas {
	padding: 0rem 0.2rem !important;
}

.tabla-head-facturas {
	margin-right: 0.5rem;
	padding: 0 0.2rem;
	font-size: 0.9rem;
}

.tabla-boton {
	justify-content: center;
	text-align: center;
	padding-left: 0 !important;
	border: 1px solid var(--color-interfaz);
	border-radius: 3px;
	background-color: var(--color-interfaz);
	color: #ffffff;
	cursor: pointer;
	width: 70%;
	padding: 0rem;
}

.tabla-boton:hover {
	color: var(--main-color-1);
	background-color: #ffffff;
}

.fecha-factura-cobrada {
	font-size: 0.8rem;
}

.noResultados {
	width: 100%;
	text-align: center;
	font-size: 1rem;
}

.subtabla {
	width: 80%;
	margin: 1.5rem auto;
}

.subTabla-extra {
	display: flex;
}

.subtabla-resumen {
	width: 70%;
}

.subtabla-resumen2 {
	width: 85%;
}

.ficha-mobil {
	width: 100%;
	background-color: white;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.ficha-mobil-datos {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 0.5rem 0.3rem;
}

.ficha-mobil-datos>p {
	text-align: start;
}

.ficha-mobil-botonera {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-top: 1rem;
	margin-bottom: .5rem;
}


/** 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;
}

.moduloPanel {
	width: 35%;
}

.contenidoModulo {
	height: 450px;
}

#gridHome_Calendario {
	width: 40%;
}

#gridHome_Calendario .calendario {
	margin-top: 0;
}

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

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

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

img.imgNoDocs {
	margin: 0 auto 2rem auto;
	max-width: 150px;
}

p.msgNoDocs {
	margin-bottom: 2rem;
	text-align: center;
}

/*#gridHome_QR_Control {
	margin: 1rem;
	padding: .5rem;
	width: 20%;
	border: 1px solid #5f5f5f;
	border-radius: 3px;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
  	align-items: stretch;
}
#gridHome_QR_Control img {
	max-width: 200px;
}
#gridHome_QR_Control .ultimoFichaje {
	padding-top: 2rem;
    padding-left: 1rem;
    border-left: 1px dotted #5f5f5f;
}
#gridHome_QR_Control .ultimoFichaje p {
	text-align: left;
}*/

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

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

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

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


/** SELECCIÓN / SUBIDA DE FOTOS ───────────────────────────────────────────────────────────────────────────────────── */

#bloqueSubidaArchivos {
	margin-left: 10px;
	margin-right: 10px;
}

#bloqueSelectorArchivos {
	margin: 10px;
}

.fotoSeleccion {
	width: 12%;
	margin: 1%;
	float: left;
	overflow: hidden;
}

.fotoSeleccion img {
	display: block;
	margin: 0px;
	width: 100%;
	cursor: pointer;
}

.fotoSeleccion p {
	margin: 0px;
	padding: 2px;
	font-size: 0.7rem;
	line-height: 1.2rem;
	background-color: #cccccc;
}



/***/

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

.bloqueTodoDia {
	display: flex;
	align-items: center;
}

.bloqueTodoDia #chkTodoDia {
	margin-right: 0.5rem;
}

.filaTareas {
	cursor: default;
	margin-bottom: 0;
}

.filaTareas h1:hover {
	cursor: pointer;
	color: #a50b0b;
}

.filaTareas .clienteTareas:hover {
	cursor: pointer;
	color: #a50b0b;
	font-weight: bold;
}

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

input[name="txtTag"],
input[name="txtEmail"] {
	text-transform: lowercase;
}

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

.tag.tagAddable:hover {
	color: transparent;
	background-image: url("../imagenes/add.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;
}

.mas {
	cursor: pointer;
	height: 26px;
	margin-bottom: 10px;
}

.mas:hover {
	opacity: 0.6;
}

.buscadorCalendario {
	width: 25%;
	margin-right: 1rem;
	/* margin-bottom: 25px; */
	padding: 10px;
	border: 2px solid #d8d8d8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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


/** 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%;
}

/** BLOQUES ─────────────────────────────────────────────────────────────────────────────────────────────────────── */

#bIdBloque {
	width: 100px;
}

#bBSBloque {
	width: 200px;
}

#bBSBloque select {
	width: 100%;
}

#bNombreBloque {
	width: 80%;
}

#bIconoBloque {
	width: 80%;
}

.bloqueResultadoBloques {
	margin-bottom: 1rem;
}

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

#bIdSeccion {
	width: 100px;
}

#bBSSeciones {
	width: 200px;
}

#bBSSeciones select {
	width: 100%;
}

#bNombreSeccion {
	width: 80%;
}

.bloqueResultadoSecciones {
	margin-bottom: 1rem;
}

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

#estadoSubidaMasiva {
	margin: 0 auto;
	width: 95%;
	height: 200px;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	overflow-y: scroll;
	display: none;
}

/** MENU NUEVO ──────────────────────────────────────────────────────────────────────────────────────────── */
#bloqueMenuNuevo {
	position: fixed;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 200px;
	height: calc(100vh - 55px);
	background-color: var(--color-interfaz);
	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 {
	margin-inline: 2rem;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

/** PANEL ──────────────────────────────────────────────────────────────────────────────────────────── */
#bodyDashboard {
	background-color: #ededed;
}

#bodyDashboard #contenedor {
	background-color: #ededed;
}

.moduloPanel {
	display: flex;
	background-color: #fff;
	align-items: flex-start;
	justify-content: center;
	border-radius: 5px;
	width: 100%;
	flex-wrap: wrap;
}

.moduloPanel .contenidoPanel {
	width: 100%;
	height: 100%;
	padding: 1rem;
	max-height: 400px
}

.moduloPanel .contenidoPanel .calendario {
	margin: 0;
}

.moduloPanel .contenidoPanel .barraSemana {
	background-color: #ededed;
}

.moduloPanel .contenidoPanel .barraSemana .cal_dia {
	background-color: #fff;
}

.tituloModuloPanel {
	position: relative;
	width: 100%;
	padding: 0.5rem;
	margin: 0.5rem;
	top: 0;
	border-bottom: 1px solid #666666;
}

.tituloModuloPanel h1 {
	margin: 0px;
	padding: 0px;
	font-size: 0.8rem;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}

.contenedorPanel {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 0.5fr 0.5fr;
	grid-template-rows: repeat(4, 200px);
	gap: 1rem;
}

.contenedorPanel #calendarioPanel {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}

.contenedorPanel #tareasPanel {
	grid-column-start: 4;
	grid-column-end: 6;
	grid-row-start: 2;
	grid-row-end: 5;
}

.contenedorPanel #graficoTareasPanel {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 3;
	grid-row-end: 5;
}

.contenedorPanel #qrPanel {
	grid-column-start: 5;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: 1;
}

.contenedorPanel #repositorioPanel {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 5;
}

.contenedorPanel #turnoDesayunoPanel {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 5;
	width: full;
}

.contenedorPanel #imputacionesProyectosIt {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 5;
}

.contenedorPanel #bolsaHorasPanel {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.contenedorPanel #incidenciasPanel {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
}

.contenedorPanel #logoPanel {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 4;
	grid-row-end: 5;
}

.contenedorPanel #gifPanel {
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 1;
}

.moduloPanel #uploadifive-file_upload {
	width: 100% !important;
}

#tareasPanel .contenidoPanel {
	overflow: scroll;
	overflow-x: hidden;
	max-height: 600px !important;
	height: calc(100% - 70px) !important;
}

#repositorioPanel .bloqueFichaRepositorioInicio {
	gap: 1rem;
}

#repositorioPanel .bloqueFichaRepositorioInicio p.rutaCarpeta {
	text-align: left;
}

#qrPanel .contenidoPanel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#logoPanel .contenidoPanel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#logoPanel img {
	width: 350px;
}

#bolsaHorasPanel .contenidoPanel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#bolsaHorasPanel .contenidoPanel .bloqueSumaHoras {
	flex-basis: 100% !important;
	background-color: #ededed !important;
}

.contenedorReloj {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contenedorReloj .bloqueFecha {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 0.5px solid #ededed;
}

.contenedorReloj .bloqueFecha #mes {
	padding: 5px 10px;
	background-color: var(--main-color-1);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contenedorReloj .bloqueFecha #mes p {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
}

.contenedorReloj .bloqueFecha #dia {
	margin-top: 5px;
}

.contenedorReloj .bloqueFecha #dia p {
	font-size: 12px;
	font-weight: 300;
	color: #999;
	text-transform: capitalize;
}

.contenedorReloj .bloqueFecha #numeroDia p {
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
	color: #333;
}

.contenedorReloj .bloqueFecha #anio {
	margin-bottom: 5px;
}

.contenedorReloj .bloqueFecha #anio p {
	font-size: 12px;
	font-weight: 500;
	color: #999;
}

.contenedorReloj .reloj {
	width: 100%;
	padding: 10px;
	font-size: 4em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.5px solid #ededed;
	border-radius: 8px;
	margin-top: 1rem;
}

.contenedorReloj .reloj p {
	font-weight: bold;
	font-size: 20px;
}

.loadingFCPanel {
	max-width: 150px;
	float: none;
	margin: 1rem auto;
	display: none;
}

.ayudaModuloPanel {
	padding: 0.5rem;
	margin: 0 0.5rem;
	border-bottom: 1px solid #666666;
}

/***************HPLAYLISTS***************/
.onoffswitch-inner.destacadas:after {
	content: '';
}

.onoffswitch-checkbox.empty+label .onoffswitch-inner:after {
	content: '';
}

img.destacada.off {
	opacity: .2;
}

/*******SECCIONES usuario ********/
#barra-superior {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#cabecera-usuario {
	position: relative;
	width: 90%;
	background-color: white;
	font-family: 'Rubik', sans-serif;
	border-radius: 5px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#nav-usuario {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#info-usuario {
	width: 100%;
	display: flex;
	padding: 1rem 1.2rem;
}

#datos-usuario {
	width: 50%;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
}

#config-usuario {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#config-usuario>div {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#nav-usuario {
	padding: 1.7rem 2rem;
}

#label-usuario {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#nombre-usuario {
	color: #000000;
	font-weight: bold;
	font-size: 2rem;
	width: 95%;
	text-align: start;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#datos-fisicos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 1rem 1.2rem;
}

#datos-fisicos>.contenedor-datos {
	width: 20%;
}

#datos-fisicos>.contenedor-datos:nth-child(n+6) {
	margin-top: 1rem;
}

#datos-fisicos>.contenedor-datos:last-child {
	width: 30%;
}

#datos-fisicos>p,
#otros-datos>p {
	color: black;
	font-size: 1rem;
}

.contenedor-datos {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contenedor-datos>img {
	width: 30px;
	padding-right: .4rem;
}

.contenedor-datos>i {
	padding-right: .4rem;
}

.contenedor-datos>i::before {
	width: 30px;
}

.contenedor-datos>p {
	color: #333333;
	font-size: 1rem;
	font-family: 'Rubik', sans-serif;
	text-align: start;
	word-break: break-word;
	margin-right: 0rem !important;
}

#botonera-usuario {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

#botonera-usuario>i {
	cursor: pointer;
}

#botonera-usuario>i:hover {
	color: var(--main-color-2);
}

.menu-usuario {
	width: 16rem;
	background: white;
	height: 100%;
	position: fixed;
	top: 68px;
	left: 2.4rem;
	/* transition: all 0.3s ease; */
}

.menu-usuario-boton-desplegar {
	width: 16rem;
	background: white;
	height: 10%;
	position: fixed;
	top: 1rem;
	left: 2.6rem;
	/* transition: all 0.3s ease; */
}

.menu-usuario ul {
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	color: var(--text-color-menu);
	font-size: 1rem;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	padding: 1rem;
	transition: all .5s;
	/* opacity: 0; */
}

.menu-usuario li {
	padding: 0.2rem 1rem;
	width: 90%;
	margin-top: 2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .5rem;
}

.menu-usuario li:hover {
	cursor: pointer;
	background-color: var(--color-agencia);
	border-radius: 5px;
	box-shadow: inset 6px 0 0 0 var(--color-barra);
}

.menu-usuario li img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	object-position: top;
	border-radius: 100%;
}

.bloqueResultadosusuario {
	position: relative;
	margin-left: 16rem;
}

.bloqueResultadosProyecto {
	position: relative;
	margin-left: 16rem;
}


#div-general {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bloqueInferior {
	position: relative;
	background-color: white;
	width: 90%;
	margin: 1rem;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	border-radius: 5px;
}

.bloqueInferior>p {
	color: black;
	font-size: 1rem;
	font-family: 'Rubik', sans-serif;
}

.bloqueInferior>legend {
	left: 3rem;
	top: 2rem;
}

.bloqueObservaciones {
	position: relative;
	background-color: white;
	width: 90%;
	margin: 1rem;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	border-radius: 5px;
}

.bloqueObservaciones>div>p {
	color: black;
	font-size: 1rem;
	font-family: 'Rubik', sans-serif;
	margin-left: 1rem;
}

#secciones-usuarios {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	margin-top: 0rem;
	border-bottom: 1px solid #666666;
	/*padding-bottom: 1.5rem;*/
	padding: 1.5rem 1rem;
	/*margin-left: 1.5rem;*/
}

.secciones-usuarios-li {
	font-weight: bold;
	list-style: none;
	color: #4d4c4c;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.secciones-usuarios-li.selected>* {
	color: var(--main-color-1);
}

.secciones-usuarios-li>i {
	margin-right: 10px;
}

.secciones-usuarios-li>p {
	font-size: 1rem;
	font-family: 'Rubik', sans-serif;
	color: #4d4c4c;
	word-break: break-word;
}

.secciones-usuarios-li-cierre {
	height: 3rem;
	width: 49%;
	text-align: center;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	background-color: #9b9898;
}

.secciones-usuarios-li-cierre>p {
	font-size: 1rem;
	color: #ffffff;
}

#contenedorFicha {
	width: 100%;
	min-height: 22vh;
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
	gap: 2%;
}

#foto-ficha {
	max-width: 30%;
	/*max-height: 35vh;*/
	max-height: 330px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#foto-ficha>img {
	width: 250px;
	height: 375px;
	display: block;
}

#bloque-derecha {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	gap: 5%;
	width: 65%;
	background-color: white;
	min-height: 20vh;
}

#bloque-derecha>div>p,
.bloque-datos>div>p {
	color: #333333;
	line-height: 1.7rem;
	font-size: 1rem;
	font-family: 'Rubik', sans-serif;
}

.bloque-datos-usuario {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.bloque-datos {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
}

.cabecera-ficha {
	width: 90%;
	background-color: var(--color-boton);
	border-radius: 5px;
	padding: .5rem 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pastillaDatos {
	width: 100%;
	max-width: 24vw;
	background-color: #efefef;
	padding: 0.8rem;
	border-radius: 5px;
	margin-bottom: 1rem;
}

.pastillaDatos>p {
	text-align: start;
	color: #333333;
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	word-break: break-word;
	margin-right: 0rem !important;
}

.checklist-p {
	color: var(--text-color);
}

.select-options {
	border-radius: 5px;
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	width: 120px;
}

.option {
	padding: 5px;
	cursor: pointer;
	font-family: 'Rubik', sans-serif;
	font-size: .9rem;
}

.option:hover {
	background-color: #f0f0f0;
}

#tags-usuario {
	width: 95%;
	padding-left: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.tag-oculto {
	display: none;
}

#select-tags {
	border-radius: 5px;
	display: none;
	background-color: white;
	border: 1px solid #ccc;
	margin-top: 2rem;
	max-height: 150px;
	overflow-y: auto;
}

.tag-ficha {
	color: var(--color-agencia);
	font-size: 1rem;
}

.div-tags {
	margin: 0 0.5rem 10px 0.5rem;
}

#idiomas-usuario,
#contenedor-acentos {
	display: flex;
	flex-direction: column;
}

.i-idiomas {
	cursor: pointer;
	margin-left: .4rem;
}

.i-fobias {
	cursor: pointer;
	margin-left: .4rem;
}

.i-acentos {
	cursor: pointer;
	margin-left: .4rem;
}

.i-habilidades {
	cursor: pointer;
	margin-left: .4rem;
}

.i-alergias {
	cursor: pointer;
	margin-left: .4rem;
}

.i-intolerancias {
	cursor: pointer;
	margin-left: .4rem;
}

.i-profesiones {
	cursor: pointer;
	margin-left: .4rem;
}

.i-curriculum {
	cursor: pointer;
	margin-left: 4rem;
}

.i-menos-habilidades {
	max-width: 10%;
	color: var(--text-color);
	cursor: pointer;
}

.i-menos-habilidades:hover {
	color: var(--color-agencia);
}

.fila-contenedor-acentos {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	width: 33%;
	position: relative;
	align-items: center;
}

.fila-contenedor-idiomas {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	width: 50%;
	position: relative;
	align-items: center;
}

.fila-contenedor-idiomas>i,
.fila-contenedor-acentos>i {
	max-width: 10%;
	color: var(--text-color);
	cursor: pointer;
}

.fila-contenedor-idiomas>i:hover,
.fila-contenedor-acentos>i:hover {
	color: var(--color-agencia);
}

.cabecera-habilidad {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin: 0.5rem 0rem 0.7rem 0.3rem;
}

.cabecera-habilidad>img {
	width: 35px;
	height: 35px;
	margin-right: 5px;
}

.cabecera-habilidad>p {
	font-weight: bold;
}

/* OCULTAR LÍNEA TEXTO */
.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.albumFoto {
	width: 70px !important;
	height: 70px !important;
	max-height: none !important;
}

.note-editable {
	background-color: #fff;
}

.note-editable>p {
	margin-bottom: 15px;
}

.tablaResultados {
	width: 100%;
}

.tablaResultados a:link,
.tablaResultados a:active,
.tablaResultados a:visited {
	text-decoration: none;
	color: white;
}

.tablaResultados a:hover {
	text-decoration: none;
}

.tablaResultados table {
	width: 100%;
}

.tablaResultados thead th {
	background-color: #333333;
	font-family: 'Rubik', sans-serif;
	font-size: .9rem;
	font-weight: 700;
	text-align: center;
	color: white;
	padding: 5px;
}

.tablaResultados thead th a {
	color: white !important;
	text-decoration: underline !important;
}

.tablaResultados thead th.celdaCabecera2 {
	background-color: #666666;
	font-family: 'Rubik', sans-serif;
	font-size: .8rem;
	font-weight: 700;
	text-align: center;
	color: var(--main-color-3);
	padding: 3px;
}

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

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

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

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

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

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

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

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

.filaDatos {
	background-color: var(--color-agencia);
	margin-right: 15px;
	border-radius: 5px;
}


.filaDatos>p {
	margin-top: 10px;
	padding: 7px;
	text-align: left;
	color: white;
}

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

.filaDatosNoHover:hover {
	background-color: var(--color-agencia);
}

.filaDatosBaja {
	background-color: #ffd3d3;
}

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

.filaBaja {
	background-color: #e9a4a4;
}

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

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


/* Portadas */

.imagen-miniature {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.cancion-miniatura-container {
	position: relative;
	cursor: pointer;
}

.cancion-miniatura-container .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 25px;
}

.cancion-miniatura-container .play-disabled {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 25px;
}

.cancion-miniatura-container:hover .btn-play {
	color: var(--main-color-1);
}

.cancion-miniatura-container .spinner-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--main-color-1);
	fill: var(--main-color-1);
}

.icon-canciones-versiones {
	position: relative;
}

.icon-canciones-versiones>p {
	position: absolute;
	bottom: -12px;
	right: -7px;
	font-size: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--main-color-1);
	display: flex;
	align-items: center;
	justify-content: center;
}