

/***************************************/
/*******Estilos del organigrama*********/
/***************************************/
/**Chart**/
.nodo {
   /* background: #f1ede4; */
    border-radius: 1em 1em 1em / 1em 1em;
    /* vertical-align: top; */
    box-shadow: inset 0 0 8px grey;
  
}

.google-visualization-orgchart-lineleft,
.google-visualization-orgchart-linebottom,
.google-visualization-orgchart-lineright{
	border-color: #D5007f;
}
.google-visualization-orgchart-nodesel{
	border: 1px solid rgba(226, 176, 136, 0);
}
table{
	max-width: none !important;
}
.google-visualization-orgchart-table {
	border: 0;
	text-align: center;
	width: 100%;
	padding: none;
}


.ligas{
	text-align: center;
}
.employeList{
	list-style-type: none;
}
.employeLink{
	line-height: 13px;
}
.titleNode{
	margin-bottom: 6px;
}
.chartJer{
	height: 720px;
}
.activeScroll{
	overflow-x:auto;
	/***height: 666px;*/
}
.mapaOrganigrama{
	text-align: center;
	line-height: normal;
}
/**Título**/
.nombreArea{
	text-align: left;	
}
.tituloOrganigrama{
	height: 130px;
}
.drawChart{
	/*height: 666px;*/
}
/**********************************/
/*******Estilos del Índice*********/
/**********************************/
/**Widget**/
#jqxWidget {
    width: 600px !important;
    /* overflow-y: scroll; */
    height: 690px !important;
    background-color: white;
    font-size: 12px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: white;
    border-left-width: 1px;
    border-right-width: 0px;
    border-top-color: #ededed;
    border-top-width: 1px;
}

#jqxWidget .jqx-widget-content{
    background-color: #fff;   
    font-size: 12px;
}

#paneljqxWidget{
	background-color: #f2eee3 !important;
	font-size: 12px;
	width: 100% !important;
}
/**Pestaña**/
.titIndice {
    background: white;
    width: 600px;
    text-align: left;
    font-size: 22px;
    /* border-top-style: solid; */
    /* border-top-color: #D5007f; */
    border-radius: 1em 1em 0em / 1em 0em;
    color: black;
    padding-bottom: 11px;
}

.padre{
	position:absolute;
	width: 40px;
	left: 0;
}

.hijo{
	position:relative;
	height: 600px;	
}
.pollSlider{
	position:relative;
	height:713px;		
	width:600px;	
	margin-left: -600px;
}
#pollSlider-button{
	position:absolute;
	width:50px;	
	top:0px;
	border-right-color: #c7c7c7 ;
	border-right-width: 10px;
	cursor: pointer;	
}



#arbol{
	/*background-color: #c7c7c7;	*/
	margin-top: 35px;
	width:35px;	
	height: 110px;
	border-radius: 0em 0em 0.5em / 0.5em 0.5em;
	box-shadow: inset 0 0 5px grey; 
}

.pestaniaAreas{
	display: -webkit-inline-box;
	-webkit-transform: rotate(270deg);
	-ms-transform:rotate(270deg);
	font-size: 17px;
	margin-top: 20px;
	color: #c7c7c7;
}
.iconoArbol{
	padding-top: 5px;
	font-size: 23px;
	color: white;
}
.iconoArbol i{
	margin: 6px;
}
.abrir{
	position:absolute;
	width:35px;	
	height: 35px;
	top:0px;
	background-color: #D5007f;
		
	background-image:url('../images/ico_flechas_abrir_b.png');
	border-radius: 0em 0.5em 0em 0em / 0.5em 0.5em;
	box-shadow: inset 0 0 5px grey;
}
.cerrar{
	position:absolute;
	width:35px;	
	height: 35px;
	top:0px;
	background-color: #D5007f;	
	background-image:url('../images/ico_flechas_cerrar_b.png');
	border-radius: 0em 0.5em 0em 0em / 0.5em 0.5em;
	box-shadow: inset 0 0 5px grey;
}


.desbloqueado{	
	display: table-row-group !important;
}

.bloqueado{	
	display: block;
}

.bordeSlide {
    background-color: #f2eee3;
    width: 2px;
    height: 717px;
    position: absolute;
}

