﻿@charset "utf-8";
/* CSS Document */

/* Reglas para el control asistant */




/*Reglas generales del asistant*/

.wk-l-asistant{
	position:relative;
	
	width:800px;
	margin:10px auto;
	
		
}


.wk-asistant
{
    clear: both;
	background-color:#fff;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ccc;
	/*-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);*/
	
	font-size:0.9em;
	

	
}



/*Modificación del link collapse*/

.wk-asistant--link-collapse{ 
	float:left;
	margin:5px;
}


/* Título asistente*/

.wk-asistant-title{
	display:block;
	float:left;
	margin:5px;
	
	
	color:#666;
	font-size:1.2em;
}

/* cabecera asistente */

.wk-asistant .wk-asistant-header{
	overflow: hidden;
    position: relative;
    width: 100%;
	min-height: 32px;
	
	/*background-color:#eaeaea;*/
	border-radius: 5px 5px 0 0;
	
	background: rgb(#fff); /* Old browsers */
	background: -moz-linear-gradient(#fff, #e6e6e6); /* FF3.6+ */
	background: -webkit-gradient(#fff, #e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(#fff, #e6e6e6); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#fff, #e6e6e6); /* Opera 11.10+ */
	background: -ms-linear-gradient(#fff, #e6e6e6); /* IE10+ */
	background: linear-gradient(#fff, #e6e6e6); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

}

.wk-asistant-active .wk-asistant-header{
	background: #C2D2E2;

}

.wk-asistant-content{
	position:relative;
	
	background-color:#eaeaea;
	border-top:1px solid #9bb6c5;	
}

/* loading */

.wk-asistant--link-loading{
	float:right;
	margin: 5px;
}

.wk-asistant-loading{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
	
	background:url("../../img/loading51.gif") center no-repeat #666;
	
	-moz-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}

.js-wk-waiting .wk-asistant-loading{
	display:block;
}
/* Cuerpo del control asistant */

.wk--asistant-searchcontrol .wk-searchcontrol-input{
	border-radius:5px 0 0 5px;	
}

.wk-btn--asistant-search{
	padding:0;
	background:none;
	border-radius:0 5px 5px 0;
	
}
.wk-btn--asistant-search:hover{
	background:none;
	cursor:default;
}

.wk-btn--asistant-search .wk-text-search{
	display:none;
}
.wk-btn--asistant-search .wk-icon-search{
	background-position:-357px -34px;
	position:static;
	width:22px;
	
	
}
.wk-asistant-btn-active .wk-icon-search{
	background-position:-5px -34px;
	width:22px;
	padding-right:1px;
	background-color:#004a9f;
	border-color: #069;
}
.wk-asistant-btn-active .wk-icon-search:hover{
	cursor:pointer;
}

.wk-asistant-btn-disable{
	display:none;
}

.wk-asistant-btn-enable{

}

.wk-btn--asistant-restaurar{
	padding:0;
	background:none;
	border-radius:0 4px 4px 0;
}

.wk-btn--asistant-restaurar .wk-text-restaurar{
	display:none;
}

.wk-btn--asistant-restaurar .wk-icon-restaurar{
  background: url("../../Img/wk-sprite.png") no-repeat scroll -132px -2px #FFFFFF;
  position:static;
  width:22px;
  float:left;
  padding-right:1px;
}


.wk-asistant-main{
	margin:5px;
	max-height:300px;
	overflow:auto;
	clear:both;
	
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color:#FFF;
}

/* Arbol asistentes  */

.wk-tree{
}

.wk-tree ul{
	list-style-type:none;
}

.wk-tree input[type="checkbox"]{
	margin-top:-6px;
}
.wk-tree input[type="text"]{
	height:12px;
	width:80px;
	margin-bottom:0;
	
	font-size:10px;
}

.wk-tree input[type="textox"]{
	margin-left:10px;
}

.wk-tree li{
	padding:2px 0px;
}
.wk-tree-text{
	
	padding-top:4px;
	line-height:18px;
    margin-left: 5px;
}

.wk-tree .wk-icon-folderOpen,
.wk-tree .wk-icon-folderClose,
.wk-tree .wk-icon-doc{
	display:inline-block;
	margin-top:4px;
	
	cursor:pointer;
}

.wk-tree .wk-icon-folderOpen + .wk-tree-text,
.wk-tree .wk-icon-folderClose + .wk-tree-text
{
    cursor: pointer;
}

/*Árbol asociados*/


.wk-tree-list{
	margin:15px;

}

/*Árbol jerarquico*/


.wk-tree-list-j{
	
}


.wk-tree-list-j > ul{
	margin-left:20px;
}

.wk-tree-list-j > ul ul{
	margin-left:20px;
}





/* Pie del control asistant */

.wk-asistant-footer{
	
	margin:5px;
	overflow:auto;
	
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color:#FFF;
}

/* Control de añadir términos seleccionados */

.wk-addsElements{
	position:relative;
		
}

.wk-addsElements-list{
	margin:0 10px;	
    min-height: 40px;
    
}

.wk-addsElements-list ul{
	list-style-type:none;	
}

.wk-addsElements-list li{
	display:inline-block;
	position:relative;
	padding:3px;
	margin:5px;
	min-height: 22px;
	padding-right:25px;

	border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
	
	background: rgb(237,244,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VkZjRmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2Q2ZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(237,244,249,1) 1%, rgba(204,214,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,244,249,1)), color-stop(100%,rgba(204,214,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,244,249,1) 1%,rgba(204,214,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,244,249,1) 1%,rgba(204,214,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,244,249,1) 1%,rgba(204,214,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,244,249,1) 1%,rgba(204,214,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4f9', endColorstr='#ccd6e0',GradientType=0 ); /* IE6-8 */	
}

.wk-addsElements-arrow-l{
	position:absolute;
	left:0;
	top:0;
	width:40px;
	height:100%;
	border-radius: 3px 0px 0px 3px;
	display:none;
}
.wk-addsElements-arrow-r{
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:100%;
	
	
	border-radius: 0px 3px 3px 0px;
	display:none;
}

.wk-asistant--link-arrow-l{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-18px;
	margin-left:-16px;
}

.wk-asistant--link-arrow-r{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-18px;
	margin-left:-22px;
}

.wk-asistant--link-close{
	position:absolute;
	top:1px;
	right:0;
	margin:0 2px 0 8px;	
}

.wk-asistant-highlight{
    background-color:#d6d494;
	font-weight:bold;
}