/**
Estilos generales de la aplicación de usuarios
 */
body a {
	color: #C62D3E;
}

body a:hover {
	color: #000000;
	text-decoration: underline;
}

.dataTable button.btn, .dataTable a.btn, .btn-outline-smc {
	color: #C62D3E;
	border-color: #C62D3E;
}

.dataTable button.btn:hover, .dataTable a.btn:hover, .btn-outline-smc:hover {
	background: #C62D3E;
	color: white;
}

.dataTable button.btn:active, .dataTable a.btn:active, .btn-outline-smc:active {
	color: #FFFFFF;
	background-color: #C62D3E;
	border-color: #C62D3E;
}

.smc-table-clave, td.smc-table-clave, th.smc-table-clave {
	background: linear-gradient(to left bottom, #DC3545, #C62D3E);
	color: white;
	border: solid #F9D5D5;
}

.smc-titulo-grupo {
	text-shadow: none;
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#DC3545), to(#C62D3E));
	background: linear-gradient(to left bottom, #DC3545, #C62D3E);
}

.dataTable tr.dtrg-group td {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#DC3545), to(#C62D3E));
	background: linear-gradient(to left bottom, #DC3545, #C62D3E);
}

.simbolo-cargador .barra {
	background-color: #C62D3E !important;
}

.border-tema {
	border-color: #C62D3E !important;
}

.text-tema {
	color: #C62D3E;
}

p.titulo {
	color: #C62D3E;
}