body .container.body .right_col {
    background: white;
}

.tituloLogin {
	font-size: 30px;
	margin-bottom: 35px;
}

.mapa {
	height: 400px !important;
/* 	padding: 20px; */
}

.jvectormap-container {
	padding: 20px;
}

table td {
	max-width: 700px;
	
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: normal;
	line-break: strict;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
}

.dataTables_filter {
	float: left;
	text-align: right;
}

.dataTables_filter input {
	box-sizing : border-box;
}

a {
	text-decoration: underline;
}

div#sidebar-menu a,
ul.nav a,
div.count a,
div.navbar a {
	text-decoration: none;
}

.x_panel, .x_content, .table-bordered {
	border: none;
}

.x_title {
	border-bottom: none;
}

table.table th {
	background-color: RGB(221,221,221);
}

table.table td {
	vertical-align: middle !important;
}

.tile.grado table.table,
.tile.grado table.table th,
.tile.posgrado table.table,
.tile.posgrado table.table th
{
	border: none !important;
	vertical-align: middle;
}


.tile.grado table.table td,
.tile.posgrado table.table td {
	vertical-align: middle;
}

.tile.grado table.table th {
	font-size: 15px;
	font-weight: 300;
	background-color: RGB(245,162,51);
}

.tile.posgrado table.table th {
	font-size: 15px;
	font-weight: 300;
	background-color: RGB(146,19,14);
}


.tile.grado {
	background-color: #F5BD48;
}

.tile.grado h2,
.tile.posgrado h2 {
	font-size: 22px;
}

.tile.grado h2,
.tile.grado label,
.tile.grado .dataTables_info,
.tile.grado th,
.tile.grado i {
	color: white;
}

.grado h2,
.grado .count_top,
.grado .count {
	color: #F5BD48;
}





.tile.posgrado {
	background-color: #9D3D42;
	color: white;
}

.tile.posgrado h2,
.tile.posgrado label,
.tile.posgrado .dataTables_info,
.tile.posgrado th,
.tile.posgrado i {
	color: white;
}

.posgrado h2,
.posgrado .count_top,
.posgrado .count {
	color: #9D3D42;
}



/* ---------------------------------------------  Colores para los estados del candidato */

.candidatoNuevo,
.candidatoNuevo + tr.child {
	background-color: #FFCCCC !important;
}

.candidatoLocalizado,
.candidatoLocalizado + tr.child {
	background-color: #FFFFCC !important;
	color: black;
}

.candidatoHaHechoVisita,
.candidatoHaHechoVisita + tr.child {
	background-color: #CCFFCC !important;
}

.candidatoNoLocalizado,
.candidatoNoLocalizado a,
.candidatoNoLocalizado + tr.child,
.candidatoNoLocalizado + tr.child a {
	background-color: red !important;
	color: white;
}

.candidatoNoHizoVisita,
.candidatoNoHizoVisita a,
.candidatoNoHizoVisita + tr.child,
.candidatoNoHizoVisita + tr.child a {
	background-color: darkgray !important;
	color: white;
}

table tbody tr:hover td {
/*   background-color: RGB(210,210,210); */
}
