/* Colores */

:root {
	--blue: #0033a0;
	--primary: #0033a0;
	--yellow: #c70911;
	--warning: #c70911;
}

.text-primary {
	color: #0033a0 !important;
}

.bg-primary {
	background-color: #0033a0 !important;
}

.border-primary {
	border-color: #0033a0 !important;
}

.btn-primary {
	background-color: #0033a0;
	border-color: #0033a0;
}

.btn-primary:hover {
	background-color: #34759b;
	border-color: #316e92;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background-color: #316e92;
	border-color: #2e6789;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(61,137,182,.5);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(61,137,182,.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #0033a0;
	border-color: #0033a0;
}

.text-warning {
	color: #c70911 !important;
}

.bg-warning {
	background-color: #c70911 !important;
}

.border-warning {
	border-color: #c70911 !important;
}

.form-control:focus,
.custom-file-input:focus ~ .custom-file-label {
	border-color: #9dc4da;
	box-shadow: 0 0 0 .2rem rgba(61,137,182,.25)
}


/* Selector de fichero */

.custom-file-input:lang(es) ~ .custom-file-label::after {
	content: "Elegir";
}

.custom-file-label {
	white-space: nowrap;
}

.custom-file-label,
.custom-file-input {
	overflow: hidden;
}

/* Opciones de formulario ocultas por defecto */

#nombreDestinatario,
#correoElectronico,
#ficheroCsv,
#typefile,
#contenidoCsv,
#checkboxCodificacion,
#ficheroXlsxCorreos,
#ficheroXlsxReportes,
#textareaTextoAdicional,
#asuntoPlantilla,
#bloqueCampana,
#imagenPlantilla,
#textoAlternativoPlantilla,
#enlaceImagen,
#usuarioFromPlantilla,
#checkboxFallido,
#enviar {
	display: none;
}

#contenidoCsv {
	max-height: 16em;
	overflow: auto;
}

/* Logotipo */

#logotipo {
	max-width: 190px;
	max-height: 64px;
}

#logotipoccss {
	max-width: 190px;
	max-height: 190px;
}

#logotipoccss2 {
	max-width: 64px;
	max-height: 64px;
}

#uploadProgress {
	visibility: hidden;
}

/* Tabla de reportes */

#tablaReporte {
	width: 100% !important;
}

.dtr-details {
	white-space: normal;
}
