/**
	Incluir aquí las reglas css propias de este proyecto

.ei-form-etiq-arriba-sq, .ei-form-etiq-oblig-arriba-sq {
    float: left; --esto no--
    display: block;
    margin-right: 4px;
    line-height: 23px;
}
.ei-form-etiq-oblig-arriba-sq {
    font-weight: bold;
}
*/

/* no es necesario
:root {
    --main-color: #73122e;
}*/

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
	border: none;
}

.table-achicada > thead > tr > th,
.table-achicada > tbody > tr > th,
.table-achicada > tfoot > tr > th,
.table-achicada > thead > tr > td,
.table-achicada > tbody > tr > td,
.table-achicada > tfoot > tr > td {
	padding: 1px;
}

/*.table-achicada > tbody > tr:first-child {
    display: none;
}*/

/*------------------------------------------------------------*/
/*                PANTALLA LOGIN                              */
/*------------------------------------------------------------*/

.footer {
	height: 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.push {
	padding-bottom: 170px;
}

.login-titulo {
	margin-top: 7%;
	margin-bottom: 50px;
}

.barra-divisora {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.fix-btn-login {
	margin: 5px;
}

/*------------------------------------------------------------*/
/*         MEJORAS ESTILOS INPUTS COMO KOLLA                  */
/*------------------------------------------------------------*/

.ef-input, .ef-numero, .ef-textarea, .ef-combo {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ef-input-mascara {
}

.ef-input-mascara-fecha-hora {
	display: inline;
	width: 22%;
}

/* Grisado para cuando el input se encuentra en solo lectura/deshabilitado. */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .ef-input-solo-lectura {
	background-color: #ebebe4;
	opacity: 1;
}

/* Al combo de UG le hago una tratamiento levemente distinto */
.ef-combo-ug {
	display: inline;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Mejora a los botones de mes y año del date picker */
.ui-datepicker-month, .ui-datepicker-year {
	padding: 0px !important;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Mejora al componente de fecha. */
.fix-input-fecha {
	display: inline;
	width: 100px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Mejora al ícono para el date picker del componente fecha. */
.ui-datepicker-trigger {
	margin-left: 5px;
}

/* Mejora para los botones correspondientes a eventos. */
.ei-boton {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd;
}

/* Mejora para los botones correspondientes a eventos. */
.ei-boton:hover {
	/*background-color: #e7e7e7;*/
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/* Mejora para los botones correspondientes a eventos. */
.ei-boton:focus {
	outline: none;
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

/* Mejora para los botones correspondientes a eventos. */
.ei-boton:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*------------------------------------------------------------*/
/*                    HEADER Y FOOTER                         */
/*------------------------------------------------------------*/

/* Fix para que no se vea la línea de la habmburgesa cdo esta activa, hover o con foco. */
.fix-burger, .fix-burger:hover, .fix-burger:active, .fix-burger:focus {
	text-decoration: none;
	outline: 0;
}

.header-salir {
	text-align: right;
	float: right;
	margin-top: 5px;
}

.header-salir > a {
	color: #73122e !important;
}

.header-etiqueta {
	text-align: right;
	margin-top: 5px;
}

.header-half-right {
	padding-right: 25px;
}

.header-row {
	padding-top: 10px;
}

.header-combo-ug {
	padding-left: 10px;
}

/*------------------------------------------------------------*/
/*                    COMPONENTES (EFs)                       */
/*------------------------------------------------------------*/

/* Mejora para el ícono bootstrap de los botones correspondientes a un evento. */
.fix-left-btn {
	white-space: unset !important;
}

/* Mejora para el ícono bootstrap de los botones correspondientes a un evento. */
/* Es lo mismo que el anterior pero por limitaciones del TOBI necesitaba menos caracteres. */
.fix2 {
	white-space: unset !important;
}

/* Mejora para el ícono bootstrap de los botones correspondientes a un evento. */
.fix-right-btn {
	white-space: pre-wrap !important;
}

/* Es lo mismo que el anterior pero por limitaciones del TOBI necesitaba menos caracteres. */
.fix2r {
	white-space: pre-wrap !important;
}

/* CUADRO - Regla para mejorar la separación de íconos ORDENAMIENTO, XLS, PDF. */
div > div.zona-colapzable > div.panel-body.custom > div.pull-left > a {
	margin-right: 3px;
	margin-left: 3px;
}

/* FORMULARIO MULTILINEA - Regla para mejorar la sepaaración de los íconos que afectan las filas. */
div.panel.panel-default > div.form-horizontal > div.btn-group > button {
	margin: 10px 2px;
}

/* Mejora para el ícono bootstrap del evento cancelar. */
button > span > span.glyphicon.pull-left.glyphicon-remove {
	margin-top: 2px;
	margin-right: 2px;
}


.icono-grisado {
	color: #97a0b3 !important;
}

/*  PERSONALIZACIONES SYNOPSIS  */

.container-synopsis {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(115, 18, 46, 0.2);
}

.filas-synopsis {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

td.indicador_warning {
	background-color: #FFDD30 !important;
	color: #FFDD30;
	width: 40px;
}

td.indicador_error {
	background-color: #C70009 !important;
	color: #C70009;
	width: 40px;
}

#editor_previsualizacion {
	float: right;
}

/*-------------------------------------------------------------*/
/*                    Dashboard Clientes                       */
/*-------------------------------------------------------------*/

td.enlace > a {
	text-decoration: underline;
	font-weight: bold;
	color: #73122e;
}

td.enlace {
	text-align: center;
}

.enc-ventas-offline {
	color: black;
	margin-left:90px;
}
  
.enc-ventas-offline :not(a) {
	color: inherit;
}


.enc-carga-masiva-beneficiario {
	margin-left: 20px;
}

.strong1 {
	font-weight: bold;
	font-size: 14px;
}

