/*
Theme Name:   DiputacionAlicanteChild
Description:  Tema hijo generado por el Dpto. de Sistemas de la Diputación de Alicante.
Author:       Miguel Pérez
Author URL:   Escribe aquí la URL del blog o la web del autor
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  DiputacionAlicanteChild
*/

/* Escribe aquí tu propia hoja de estilos personal */

/*@import url("../../../funciones/custom.css");   /* El path parte del path del archivo style.css */

/*

/************************************** VISOR PRESUPUESTOS (INF. DIPUTACION)******************************************************/
text {
	pointer-events: none;
}

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

rect {
	stroke: #fff;
	stroke-width: 1px;
}

rect.parent {
	stroke-width: 2px;
}

.treemapHeader rect {
	stroke-width: 2px;
	fill: lightgrey;
}

.treemapHeader:hover rect {
	fill: darkgrey;
}

.treemapChildren rect.parent,
.treemapHeader rect {
	cursor: pointer;
}

.treemapChildren rect.child {
	opacity: 0;
}

.textElem {
	font-family: sans-serif !important;
	font-size: 14px;
	padding: 7px;
	cursor: pointer;
	overflow:none;
	color: white !important;
}

.textElem .title {
	font-size: 102%;
	font-weight: bold;
	margin-top: 8px;
	font-size:12px !important;
}

.textElem p {
	line-height: 13px;
	margin:0 0 4px !important;
	padding:0px;
	font-size:11px !important;
}

.treemapToolTip {
	position: absolute;
	display: none;
	width: auto;
	height: auto;
	background: none repeat scroll 0 0 white;
	border: 0 none;
	border-radius: 8px 8px 8px 8px;
	box-shadow: -3px 3px 15px #888888;
	color: black;
	font: 12px sans-serif;
	padding: 5px;
	text-align: center;
}

#tblPresupuestos tr {
	cursor: pointer;
}

.btn-success {
	color: #fff;
	background-color: #1e7e34 !important;
	border-color: #1c7430 !important;
}

.btn-primary {
	color: #fff;
	background-color: #007bff !important;
	border-color: #007bff !important;
}

.btn-secondary {
	color: #fff;
	background-color: #545b62 !important;
	border-color: #545b62 !important;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
	padding: 4px !important;
}
/**********************************************************************************************************/

/************************************** PROVEEDORES (INF. DIPUTACION)******************************************************/


#tblDatos td.toggleDetails {
	background: url('http://abierta.diputacionalicante.es/detalle_open.png') no-repeat center center !important;
	cursor: pointer;
}

#tblDatos tr.shown td.toggleDetails {
	background: url('http://abierta.diputacionalicante.es/detalle_close.png') no-repeat center center !important;
}

#tblDatos tr {
	cursor: pointer
}

/**********************************************************************************************************/
