/* This stylesheet is used to style the public-facing components of the plugin. */

.table_excel_wrap {
	width: 100%;
	height: 600px;
	margin-bottom: 40px;
	overflow: auto;
	-webkit-box-shadow: inset -4px -1px 10px -1px rgba(0,0,0,0.43);
	-moz-box-shadow: inset -4px -1px 10px -1px rgba(0,0,0,0.43);
	box-shadow: inset -4px -1px 10px -1px rgba(0,0,0,0.43);
}



.wp_excel_cms_table {
	table-layout: fixed;
	width: 100%;
    border: 1px solid #4c9be9;
    border-collapse:collapse;
	font: normal 12px/62.5% Arial, Helvetica, sans-serif;
}

.wp_excel_cms_table tbody {
	/*display: block;*/
    overflow: auto;
    width: 100%;
	height: 600px;
}

.wp_excel_cms_table td,
.wp_excel_cms_table th {
    width: 224px;
	border: 1px solid #4c9be9;  
	padding: 5px 8px;
	font-size: 12px;
	line-height: 150%;
}
.wp_excel_cms_table_historico_recomendaciones td,
.wp_excel_cms_table_historico_recomendaciones th {
    width: 120px;
	border: 1px solid #4c9be9;  
	padding: 5px 8px;
	font-size: 12px;
	line-height: 150%;
}
.wp_excel_cms_table th{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-color: #006db5;
	color: #fff;
	font-weight: normal;
}









.table_excel_wrap_estadistic {
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	
}

.wp_excel_cms_table_estadistic {
	table-layout: fixed;
	width: 100%;
    border: 1px solid #4c9be9;
    border-collapse:collapse;
	font: normal 12px/62.5% Arial, Helvetica, sans-serif;
}

.wp_excel_cms_table_estadistic tbody {
	/*display: block;*/
    overflow: auto;
    width: 100%;
	height: 600px;
}

.wp_excel_cms_table_estadistic td,
.wp_excel_cms_table_estadistic th {
    width: 100%;	 
	padding: 5px 8px;
	font-size: 12px;
	line-height: 150%;
}

.wp_excel_cms_table_estadistic th{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-color: #006db5;
	color: #fff;
	font-weight: normal;
}






