/*======================================================*/
/* Fonts */
/*======================================================*/
@font-face{
	font-family: 'Font1'; 
	src:url('../font/wheaton_capitals.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Font2';
	src: url('../font/print_clearly_tt.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Font3';
	src: url('../font/Differentiator_MS_Windows_1252_Western.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Font4';
	src: url('../font/Polentical_Neon_Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
/*======================================================*/
/* Gereral */
/*======================================================*/
.ScrollHiddenX{
	overflow-y: hidden; 
	overflow-x: scroll; 
	-ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
	scrollbar-width: none;     /* Hide scrollbar for Firefox */
}
.ScrollHiddenX::-webkit-scrollbar {
	/* Hide scrollbar for Chrome, Safari and Opera */
    display: none;
}
/*======================================================*/
/* Arbol */
/*======================================================*/
.ArbolX{
	display: block;
	position: relative;
	font-size: 12px;
	background: #A7AFB5;
	overflow-x:hidden;
	overflow-y: auto;
}
.ArbolX .LayerArbol{
	display: block;
	position: relative;
	overflow-x: auto;
	overflow-y: auto;
	width: 1000px;
	height: calc(100% - 33px);
	background-image: linear-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent);
	background-size: 58px 46px;
}
.ArbolX .LayerArbol .Item{
	display: block;
	position: relative;
	width: auto;
	height: 17px;
	overflow: hidden;
	cursor: pointer;
	padding-top: 4px;
	padding-left: 4px;
	border-left:1px dotted #222;
	text-align: left;
}
.ArbolX .LayerArbol .Conte{
	padding-left:15px;
	/*border-left:1px dotted #222;*/
}
.ArbolX .LayerArbol .right{
	display: inline-block;
	float: right;
	padding-right: 2px;
	padding-left: 2px;
	border-left:1px dotted #444;
	height: 19px;
}
.ArbolX .LayerArbol .right:hover{
	background: #AAA;
	border-radius: 8px;
	box-shadow: 1px 1px 1px 1px #333;
}
.ArbolX .LayerArbol .right:active{
	background: #AAA;
	border-radius: 8px;
	box-shadow: inset 1px 1px 1px 2px #333;
}
.ArbolX .LayerArbol .Name{
	display: inline-block;
	height: 13px;
	vertical-align: top;
}
.ArbolX .LayerArbol .Line{
	position: relative;
	display: inline-block;
	margin-left: -6px;
	width:5px;
	height: 5px;
	border-top:1px dotted #222;
}
.ArbolX .LayerArbol .Divisor{
	width: 100%;
	height: 2px;
	background: none;
	overflow: hidden;
}
.ArbolX .LayerArbol .More{
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #DDD;
	background: linear-gradient(#EEE,#BBB);
	border: 1px solid #333;
	border-radius: 8px;
	margin-bottom: 1px;
	line-height: 10px;
	text-align: center;
	overflow: hidden;
}
.ArbolX .LayerArbol .Loader{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 25px;
	width: 0%;
	border-top:1px solid #3B5F03;
	background-color: #AC0;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent),  linear-gradient(#AC0, #2B4500);
	background-size: 20px 20px;
}
.ArbolX .LayerArbol .buttonItem{
	color:#FFF;
	margin-left:3px;
	padding-left:3px;
	padding-right:3px;
	font-size:10px;
	font-weight: bold;
	border-radius:3px;
	border:1px solid #555;
}
.ArbolX .LayerArbol .buttonItem:hover{
	background: rgba(255,255,255,0.5);
}
.ArbolX .LayerArbol .buttonItem:active{
	background: rgba(0,0,0,0.7);
}
.ArbolX .ToolFilter{
	border: none;
	border-right: 1px solid #222;
	background: #67727B;
	box-shadow: inset 0px 1px 7px rgba(0,0,0,0.5);
	height: 33px;
	overflow: hidden;
}
.ArbolX .ToolFilter .titleFilter{
	position: relative;
	display: inline-block;
	background: #444;
	color:#FFF;
	border-right: 1px solid #222;
	width: 47px;
    height: 33px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABbElEQVQ4T6WTv0vVYRTGP88BJSiQi0JLayEtgoIOrY7R7FQtYYuUISaCSEoKl0jt11T9C1JbY00N0eZtEhd1MhpLwfPIC/fCzfuVa/Su7/t8znOec17xn0dd9NeBmxFxOTP3gA/AdrvmLEBPRLyyfQ84Bn4CA4AkPc/Mx0AWUCUgIt7bvmP7CbAOXAL6IuKu7VlJ9SakEjAi6ZvteWC1VImINdv3bd+OiFHb07avAjsdDiJi2fYj2/3An7Z+JyS9sz0s6YftB8DLKkB5dMP24OmAI+JZZtYlNSS9zcy5KsCK7ammg6OKKdUkHZQ2gBdVIY5J+mr7IbBR4eKp7Tnb18pIzwJ8KdmVxIE3wCFwEZiRtChpIzOLg44plOqfysiaAV4AfgP7wBWgV9LrzCzuyn78BWgX/7I9Xu4j4hZQNnEX2AS2qjZxSNLnZuWW+Pt5vkkrgwVJS8A/idtbqAGTwEegcZ7KrTfdfmNX1gnDMp0Rrv7vSQAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: center; 
}
.ArbolX .ToolFilter input{
	background: none;
	color:#FFF;
	border:none;
	outline: none;
	width: calc(100% - 62px);
	padding-top:4px;
	padding-left:5px;
	text-align: left;
}
.ArbolX .ToolFilter input::-webkit-input-placeholder { 
	color:#111; 
}
.ArbolX .ToolBottom{
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	padding-left: 4px;
	background: #BBB;
	border-top:1px solid #444;
}
.ArbolX .ToolBottom img{
	float:left;
	padding: 4px;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
}
.ArbolX .ToolBottom img:hover{
	background: rgba(255,255,255,0.3);
	box-shadow: inset 1px 1px 3px 0px #000;
}
.ArbolX .ToolBottom img:active{
	background: rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 2px 1px #000;
}
/*---------------------------------------------*/
.NavegadorX{
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 34px;
	background: #768188;
	background: linear-gradient(#688090,#688090);
	border-bottom: 1px solid #444;
	box-shadow: 1px 1px 7px 0px #111;
	padding-left:60px; 
}
.NavegadorX .Item{
	display: inline-block;
	position: absolute;
	overflow: hidden;
	vertical-align: top;
	margin-top: 3px;
	background: #96A1A8;
	border: 1px solid #33546C;
	padding: 6px 12px 4px 14px;
	border-radius: 0px 15px 15px 0px;
	cursor: pointer;
}
.NavegadorX .Item:hover{
	box-shadow: 1px 1px 3px 0px #222;
	background: #CCC;
}
.NavegadorX .Item:active{
	box-shadow: inset 1px 1px 6px 0px #263743;
	background: #758086;
}
.NavegadorX .Item .name{
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-left: 3px;
}
/*======================================================*/
/*  Form */
/*======================================================*/
.FormX {
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
	box-shadow: 0px 0px 0px 1px rgba(130,130,130, 1.0);
	border-radius:2px;
	background: #DDD;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
}
.FormX input, .FormX select, .FormX textarea{
	border: none;
	height: 20px;
	width: 230px;
	font-size: 11px;
	outline: none;
	color: #000;
	padding-left: 5px;
	resize:none;
	background: none;
}
.FormX .slider {
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	background: #111;
	border: 1px solid #555;
	transition: opacity .2s;
	border-radius: 5px;
	margin-top: 6px;
}
.FormX .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	background: #111;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #777;
}
.FormX .slider::-moz-range-thumb {
	width: 15px;
	height: 15px;
	background: #111;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #777;
}
.FormX .formComponente{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 23px;
	overflow: hidden;
	vertical-align: top;
	text-align: left;
}
.FormX .infoForm{
	background: #FFF;
	text-align: left;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	background: #a73939;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.4);
	text-align: center;
}
.FormX .formValue{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 14px;
	overflow: hidden;
}
.FormX .formName{
	color:#FFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	float:left;
	height: 23px;
	border-right:1px solid #222;
	line-height: 17px;
}
.FormX .formNameInfo{
	color:#000;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	float:left;
	height: 16px;
	text-shadow: none;
	border-right:1px solid #555;
	background: linear-gradient(#CCC,#AAA);
	overflow: hidden;
}
.FormX .formTitle{
	display: inline-block;
	width: 100%;
	color: #000;
	font-weight: bold;
	text-align: center;
	background: none;
}
.FormX .select {
	display: inline-block;
	height: 16px;
	padding-top: 3px;
	padding-left: 3px;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
}
.FormX .select:hover {
	background: #999;
}
.FormX .right {
	display: inline-block;
	float: right;
	height: 22px;
	width: 18px;
	line-height: 24px;
	border-left: 1px solid #777;
	font-size: 15px;
	background: linear-gradient(#BBB,#CCC);
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}
.FormX .right:hover {
	background: #999;
}
.FormX .right:active {
	background: #FFF;
}
.FormX .switchBtn{
	display:inline-block;
	padding-top: 2px;
	padding-left:5px;
	padding-right:5px;
	margin-top:2px;
	margin-left:2px;
	border:1px solid #555;
	border-radius:4px;
	color:#000;
	background:#FFF;
	cursor: pointer;
	font-size: 10px;
}
.FormX .switchBtn:hover{
	background:#999;
}
.FormX .switchBtn:active{
	background:#798D96;
	color: #FFF;
}
.FormX .switchBtnSelect{
	display:inline-block;
	padding-top: 2px;
	padding-left:5px;
	padding-right:5px;
	margin-top:2px;
	margin-left:2px;
	border:1px solid #555;
	border-radius:4px;
	background:#798D96;
	color: #FFF;
	cursor: pointer;
	font-size: 9px;
}
.FormX .button{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	/* box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,0.5); */
}	
.FormX .button:hover{
	box-shadow: inset 1px 1px 5px 0px #000;
	background: #00000080;
	color:#FFF;
}
.FormX .button:active{
	box-shadow: inset 1px 1px 2px 0px #333, 1px 1px 0px 0px #FFF;
	background: #92AEBD;
	color:#000;
}
.FormX .buttonName{
	display:inline-block;
	height:14px;
	float:left;
	padding-top:1px;
	padding-left:4px;
	color:#000;
	text-shadow:none;
}
/*---------------------------------------------*/
.FormFloatX{
	display: block;
	position: fixed;
	background: #FFF;
	padding: 5px;
	border-radius: 0px;
	box-shadow: 0px 0px 7px 0px #000;
	z-index: 99999;
}
@keyframes AnimatioFormStaticX{
	from {top: 0%;}
	to {top: 40%;}
}
/*---------------------------------------------*/
.FormStaticX{
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;	
	z-index: 100000;
	overflow: auto;
	text-align: center;
	/*
	background: radial-gradient(rgba(0,0,0,0.5) 15%, transparent 16%) 0 0,
	  radial-gradient(rgba(0,0,0,0.5) 15%, transparent 16%) 8px 8px,
	  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:rgba(0,0,0,0.4);
	background-size:16px 16px;
	*/
	background-color: rgba(0,0,0,0.3);
	background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2) 4px, rgba(0,0,0,0.4) 4px, rgba(0,0,0,0.4) 8px);
}
.FormStaticX .formConte{
	display: inline-block;
	background: #FFF;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0px 0px 7px 0px #000;
	z-index: 99999;
	animation-name: AnimatioFormStaticX;
	animation-duration: 0.3s;
   	animation-timing-function: ease-in-out;
   	vertical-align: middle;
}
.FormStaticX .Btn, .FormX .Btn{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 7px 30px;
	border:1px solid #000;
	border-radius: 3px;
	background: rgba(87,157,56,1);
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,0.4), 1px 1px 1px 0px rgba(0,0,0,0.6);
	color: #000;
	cursor: pointer;
	font-size: 13px;
}
.FormStaticX .Btn:hover, .FormX .Btn:hover{
	background: linear-gradient(rgba(87,157,56,1),rgba(75,130,56,1));
	box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.6);
}
.FormStaticX .Btn:active, .FormX .Btn:active{
	background: #333;
}
.FormStaticX .Btn2, .FormX .Btn2{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 6px 14px 6px 14px;
	border:1px solid #000;
	border-radius: 3px;
	background: linear-gradient(rgba(75,130,56,1),rgba(87,157,56,1));
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,0.4), 1px 1px 1px 0px rgba(0,0,0,0.6);
	color:#FFF;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	font-size: 13px;
}
.FormStaticX .Btn2:hover, .FormX .Btn2:hover{
	background: linear-gradient(rgba(87,157,56,1),rgba(75,130,56,1));
	box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.6);
}
.FormStaticX .Btn2:active, .FormX .Btn2:active{
	background: #333;
}
/*---------------------------------------------*/
@keyframes AnimatioxNotificationOpen{
	from { opacity:0; left:300px;}
	to { opacity:1; left:0px;}
}
@keyframes AnimatioxNotificationClose{
	from { opacity:1; left:0px;}
	to { opacity:0; left:300px;}
}
.xNotificationOpen{
	animation-name: AnimatioxNotificationOpen;
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
}
.xNotificationClose{
	animation-name: AnimatioxNotificationClose;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
}
.xNotification{
	position:relative;
	background:rgba(0,0,0,0.7);
	margin-top:3px;
	padding:15px 7px 15px 7px;
	border-radius:5px;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	color:#FFF;
	left:0px;
}
.xNotification .progreso{
	position: relative;
	display: inline-block;
	width: 90%;
	height: 15px;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	text-align: left;
	margin-top: 5px;
	padding: 3px;
	font-size:9px;
}
.xNotification .progreso .barra{
	position: relative;
	display: inline-block;
	width: 0%;
	height: 15px;
	background:#125970;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.3) 5px, rgba(255,255,255,.3) 10px);
}
/*======================================================*/
/*  Table */
/*======================================================*/
@keyframes AnimationTR{
	from {background: rgba(200, 200, 200, 0.5);}
	to {background: rgba(200, 200, 200, 0.1);}
}
.xTable{
}
.xTable .trAnimation{
	/*
	animation-name: AnimationTR;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	*/
}
.xTable table{
	width: 100%;
	width: calc(100% - 0px);
}
.xTable td{
	height: 21px;
	text-align:center;
	font-size:11px;
	border-right:1px solid rgba(0,0,0,0.1);
	padding-top: 4px;
	padding-bottom: 4px;
	padding: 4px;
}
.xTable thead {
}
.xTable thead tr td{
	background: linear-gradient(#666, #444);
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	overflow: hidden;
}
.xTable thead tr td:hover{
	background: linear-gradient(#444, #333);
}
.xTable thead tr td:active{
	background: #444;
}
.xTable thead tr .tdFilter{
	border: none;
	border-right: 1px solid #222;
	background: linear-gradient(#444, #333);
	box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.5);
	height: 10px;
	color:#FFF;
}
.xTable thead tr .tdFilter input{
	background: none;
	border:none;
	outline: none;
}
.xTable thead tr .tdFilter input::-webkit-input-placeholder { 
	color:#333; 
}
.xTable tbody {
}
.xTable tbody tr:nth-child(odd) {
	background:#222;
	background:rgba(255, 255, 255, 0.0);
	cursor: pointer;
}
.xTable tbody tr:nth-child(even) {
	background:#555;
	background:rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.xTable tbody tr:hover{
	background:rgba(199, 146, 77, 0.7);
}
.xTable tbody .trGrupo{
	background: #a5a5a5;
	color: #dedede;
	font-weight: bold;
	height:10px;
	text-align: left;
	padding-left: 10px;
}
.xTable tbody .tdGrupoFoot{
	background: linear-gradient(rgba(163,163,163,0.5), rgba(139,139,139,0.9));
	color:#FFF;
	height:10px;
}
.xTable tfoot{
}
.xTable tfoot tr td{
	background: linear-gradient(#666, #444);
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	overflow: hidden;
}
.xTable tfoot .BtnPaginado{
	display: inline-block;
	width: 21px;
	border:1px solid #888;
	margin:2px;
	border-radius: 3px;
	text-align: center;
	padding-top:2px;
	padding-bottom:2px;
}
.xTable tfoot .BtnPaginado:hover{
	background: #222;
	color:#FFF;
}
.xTable tfoot .BtnPaginadoSelect{
	display: inline-block;
	width: 21px;
	border:1px solid #888;
	margin:2px;
	border-radius: 3px;
	background: #222;
	color:#FFF;
	text-align: center;
	padding-top:2px;
	padding-bottom:2px;
}
.xTable input{
	width: 100%;
	border:none;
	outline: none;
	text-align: center;
	background: rgba(255,255,255,0.4);
}
.xTable .btn{
	display: inline-block;
	background: rgba(40,137,156,0.1);
	border:1px solid #03272E;
	border-radius: 4px;
	font-size: 10px;
	text-shadow:none;
	padding: 2px;
	padding-left:7px;
	padding-right:7px;
}
.xTable .btn:hover{
	background: rgba(0,0,0,0.5);
}
.xTable .btn:active{
	background: rgba(0,0,0,0.2);
	color:#FFF;
}
.xTable .switch{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 15px;
	background: rgba(0,0,0,0.3);
	border:1px solid #03272E;
	border-radius: 4px;
	font-size: 10px;
	text-shadow:none;
}
.xTable .switch:hover{
	border:1px solid #810B03;
}
.xTable .switchbtn{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background: rgba(255,255,255,0.6);
	border:1px solid #03272E;
	border-radius: 15px;
	float: left;
}
.xTable .btnTool{
	display: inline-block;
	font-size:12px;	
	color:#AAA;
	width:auto;
	height:auto;
	padding: 4px;
	cursor:pointer;
	background: rgba(0,0,0,0.3);
	border:1px solid #222;
	border-radius:5px;
	margin-right: 3px;
	margin-bottom: 2px;
}
.xTable .btnTool:hover{
	color: #FFF;
	text-shadow: none;
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.5),1px 1px 0px -2px rgba(255,255,255,0.50);
}
.xTable .btnTool:active{
	color:#fff;
	background:#555;
}
.xTable .btnTool img{
	vertical-align: top; 
	margin-right:5px;
	height: 13px;
}
.xTable .orderDown{
	display: inline-block;
	position: relative;
	width: 15px;
	height: 8px;
	font-size:25px;
	font-weight:normal;
	overflow: hidden;
	line-height:12px;
}
.xTable .orderUp{
	display: inline-block;
	position: relative;
	width: 15px;
	height: 8px;
	font-size:25px;
	font-weight:normal;
	overflow: hidden;
	line-height:8px;
}
/*======================================================*/
/* Graph - graficas */
/*======================================================*/
.xGraph{
	display: block;
	position: relative;
	overflow: hidden;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%; /*
	background-color:#354A5A;
	background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
	background-image: linear-gradient( rgba(100,100,100,0.1) 2px, transparent 2px),linear-gradient(90deg, rgba(100,100,100,0.1) 2px, transparent 2px), linear-gradient(rgba(100,100,100,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(100,100,100,0.1) 1px, transparent 1px);  
	*/
	background-color: #0e0e0e;
	background-image: radial-gradient(#313131 5%, transparent 5%), radial-gradient(#313131 5%, transparent 5%);
	background-size: 20px 20px;
	background-position: 0 0, 20px 20px;
}
.xGraph canvas{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.xGraph .panelTools{
	display: inline-block;
    position: relative;
    width: calc(100% - 20px);
    top: 0px;
    left: 0px;
	height: auto;
	padding: 10px;
	margin-bottom: 5px;
	background: #222;
	border-bottom: 1px solid #333;
	text-align: left;
}
.xGraph .panelTools .textMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid rgba(0,0,0,0.0);
	border-radius: 50px;
	background:rgba(0,0,0,0.7);
	padding: 11px;
	margin: 2px;
	cursor: pointer;
	color:#FFF;
}
.xGraph .panelTools .buttonMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid #444;
	border-radius: 50px;
	background:rgba(0,0,0,0.8);
	padding: 9px;
	margin: 2px;
	cursor: pointer;
	height: 17px;
}
.xGraph .panelTools .buttonMenu:hover{
	border:1px solid #888;
	background:rgba(0,0,0,0.6);
}
.xGraph .panelTools .buttonMenu:active{
	border:1px solid rgba(255,255,255,0.7);
	background:#000;
}
.xGraph .panelTools .buttonMenu img{
	filter: invert(100%);
}
.xGraph .panelTools .buttonMenu .tooltiptext{
	visibility: hidden;
	width: 120px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
.xGraph .panelTools .buttonMenu .tooltiptext::after{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color:  transparent transparent rgba(0,0,0,0.8) transparent;
}
.xGraph .panelTools .buttonMenu:hover .tooltiptext{
	visibility: visible;
	opacity: 1;
}
.xGraph .popup{
	position: absolute;
	width: 264px;
	top: 55px;
	right: 5px;
	border: 1px solid #444;
	padding: 10px;
	background: #FFF;
	box-shadow: 1px 1px 5px 1px #000;
	text-align: left;
	z-index: 11;
}
.xGraph .popup .Title{
	display: block;
	font-weight: bold;
	text-align: left;
	color:#000;
}
.xGraph .popup .Conte{
	padding:3px;
	padding-left:0px;
}
.xGraph .popup .Item{
	display: inline-block;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 2px;
	margin-left: 0px;
	border:1px solid #444;
	border-radius: 3px;
	background: linear-gradient(#EEE,#CCC);
	cursor: pointer;
	color: #000;
}
.xGraph .popup .Item:hover{
	background:#BBB;
	box-shadow:inset 1px 1px 1px #555;
}
.xGraph .popup .Item:active{
	background:#888;
}
/*======================================================*/
/* TabpleteHhtml - graficas */
/*======================================================*/
.xTemplate{
	display: block;
	position: relative;
	overflow: hidden;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%; /*
	background-color:#354A5A;
	background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
	background-image: linear-gradient( rgba(100,100,100,0.1) 2px, transparent 2px),linear-gradient(90deg, rgba(100,100,100,0.1) 2px, transparent 2px), linear-gradient(rgba(100,100,100,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(100,100,100,0.1) 1px, transparent 1px);  
	*/
	background-color: #0e0e0e;
	background-image: radial-gradient(#313131 5%, transparent 5%), radial-gradient(#313131 5%, transparent 5%);
	background-size: 20px 20px;
	background-position: 0 0, 20px 20px;
}
.xTemplate .panelTools{
	display: inline-block;
    position: relative;
    width: calc(100% - 20px);
    top: 0px;
    left: 0px;
	height: auto;
	padding: 10px;
	margin-bottom: 5px;
	background: #222;
	border-bottom: 1px solid #333;
	text-align: left;
}
.xTemplate .panelTools .textMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid rgba(0,0,0,0.0);
	border-radius: 50px;
	background:rgba(0,0,0,0.7);
	padding: 11px;
	margin: 2px;
	cursor: pointer;
	color:#FFF;
}
.xTemplate .panelTools .buttonMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid #444;
	border-radius: 50px;
	background:rgba(0,0,0,0.8);
	padding: 9px;
	margin: 2px;
	cursor: pointer;
	height: 17px;
}
.xTemplate .panelTools .buttonMenu:hover{
	border:1px solid #888;
	background:rgba(0,0,0,0.6);
}
.xTemplate .panelTools .buttonMenu:active{
	border:1px solid rgba(255,255,255,0.7);
	background:#000;
}
.xTemplate .panelTools .buttonMenu img{
	filter: invert(100%);
}
.xTemplate .panelTools .buttonMenu .tooltiptext{
	visibility: hidden;
	width: 120px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
.xTemplate .panelTools .buttonMenu .tooltiptext::after{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color:  transparent transparent rgba(0,0,0,0.8) transparent;
}
.xTemplate .panelTools .buttonMenu:hover .tooltiptext{
	visibility: visible;
	opacity: 1;
}
.xTemplate .popup{
	position: absolute;
	width: 264px;
	top: 55px;
	right: 5px;
	border: 1px solid #444;
	padding: 10px;
	background: #FFF;
	box-shadow: 1px 1px 5px 1px #000;
	text-align: left;
	z-index: 11;
}
.xTemplate .popup .Title{
	display: block;
	font-weight: bold;
	text-align: left;
	color:#000;
}
.xTemplate .popup .Conte{
	padding:3px;
	padding-left:0px;
}
.xTemplate .popup .Item{
	display: inline-block;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 2px;
	margin-left: 0px;
	border:1px solid #444;
	border-radius: 3px;
	background: linear-gradient(#EEE,#CCC);
	cursor: pointer;
	color: #000;
}
.xTemplate .popup .Item:hover{
	background:#BBB;
	box-shadow:inset 1px 1px 1px #555;
}
.xTemplate .popup .Item:active{
	background:#888;
}
/*======================================================*/
/* Layout */
/*======================================================*/
.PestanaX{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom:0px;
	background: #222;
}
.PestanaX .Resize{
	position: absolute;
	width: 100%;
	height: 3px;
	background: linear-gradient(#222,#111);
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	cursor: row-resize;
}
.PestanaX .Top{
	position: absolute;
	width: 100%;
	height: 25px;
	top:5px;
	background: linear-gradient(#333,#222);
	border-bottom: 1px solid #000;
	overflow: hidden;
	text-align: left;
}
.PestanaX .Top .ContePestana .Pestana{
	display: inline-block;
	height: 22px;
	margin-top: 3px;
	padding: 0px 7px 5px 15px;
	color:#000;
	background: #666;
	background: linear-gradient(#666,#222);
	border:1px solid #000;
	border-radius: 5px 10px 0px 0px;
	line-height: 21px;
	cursor: pointer;
}
.PestanaX .Top .ContePestana .Pestana:hover{
	background: #888;
	background: linear-gradient(#444,#222);
}
.PestanaX .Top .ContePestana .Pestana .btn{
	display: inline-block;
	padding-right: 7px;
	font-size: 16px;
	color:#000;
	float:right;
}
.PestanaX .Top .ContePestana .Pestana .btn:hover{
	color:#FFF;
	text-shadow:1px 1px 1px #000;
}
.PestanaX .Top .ContePestana .Pestana .title{
	margin-right: 4px;
}
.PestanaX .Top .ContePestana .Pestana .notification{
	position: relative;
	border-radius: 15px;
	border:1px solid #47140D;
	background: #B52A18;
	color: #FFF;
	font-size: 8px;
	vertical-align: top;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 4px;
}
.PestanaX .Center .Contenedor{
	position: absolute;
	display: inline-block;
	width: 100%;
	height: calc(100% - 30px);
	top:30px;
	left: 0px;
	color:#FFF;
	background: #999;
}
.LayoutX{

}
.LayoutX .ButtonFloat{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: 1px solid #AAA;
	background: #EEE;
	border-radius: 50px;
	margin: 5px;
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.5);
	line-height: 4;
}
.LayoutX .ButtonFloat:hover{
	background: #AAA;
}
/*======================================================*/
/* Visual Logic Programming */
/*======================================================*/
.VisualLogicX{
	background-color: #263336;
	background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
	background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
	background-image: linear-gradient( rgba(100,100,100,0.1) 2px, transparent 2px),linear-gradient(90deg, rgba(100,100,100,0.1) 2px, transparent 2px),
	linear-gradient(rgba(100,100,100,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(100,100,100,0.1) 1px, transparent 1px); 
}
.VisualLogicX canvas{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.VisualLogicX .canvasOffScreen{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	left: 0px;
    top: 0px;
	background:transparent;
}
.VisualLogicX .canvaNavegador{
	position: absolute;
	padding: 0px;
	margin: 0px;
	background:transparent;
	width: 150px;
	height: 100px;
	top: 5px;
	right: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	background: rgba(75,75,75,0.8);
}
.VisualLogicX .dropZone{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(80, 80, 80, 0.9);
	text-align: center;
}
.VisualLogicX .dropZone .zone_panel{
	display: inline-block;
	width: 100%;
}
.VisualLogicX .dropZone .zone{
	display: inline-block;
	width: 70%;
	font-size: 30px;
	font-weight: bold;
	padding: 30px;
	margin-bottom: 20px;
	background: transparent;
	border: 3px dashed #2b2727;
	border-radius: 20px;
}
.VisualLogicX .dropZone .zonedrop_item{
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
	color: #d0b390;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
	background: #00000047;
}
.VisualLogicX .dropZone .zonedrop_item_remove{
	position: relative;
	display: inline-block;
	color: #000000;
	padding-left: 10px;
	cursor: pointer;
}
.VisualLogicX .dropZone .zonedrop_item_remove:hover{
	color: #FFF;
}
.VisualLogicX .dropZone .zonedrop_item_loader{
	position: absolute;
	left: 0;
	top: 0;
	background: #566e76;
	height: 40px;
	width: 0%;
}
.VisualLogicX .dropZone .zone_close{
	display: inline-block;
	background: #2b2727;
	width: 25px;
	color:#FFF;
	font-weight: bold;
	padding: 20px;
	margin: 5px;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #000;
}
.VisualLogicX .dropZone .zone_close:hover{
	background: transparent;
}
.VisualLogicX .dropZone .zone_ok{
	display: inline-block;
	width: 25px;
	background: #769179;
	color:#FFF;
	font-weight: bold;
	padding: 20px;
	margin: 5px;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #000;
}
.VisualLogicX .dropZone .zone_ok:hover{
	background: transparent;
}
.VisualLogicX .panelTools{
	position:absolute;
	width:auto;
	height:25px;
	left:5px;
	top:5px;
	text-align: center;
	background-size: 16px 48px;
}
.VisualLogicX .panelTools .textMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid rgba(0,0,0,0.0);
	border-radius: 50px;
	background:rgba(0,0,0,0.7);
	padding: 11px;
	margin: 2px;
	cursor: pointer;
	color:#FFF;
}
.VisualLogicX .panelTools .buttonMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid #444;
	border-radius: 50px;
	background:rgba(0,0,0,0.8);
	padding: 9px;
	margin: 2px;
	cursor: pointer;
	height: 17px;
	line-height: 24px;
}
.VisualLogicX .panelTools .separatorMenu{
	position:relative;
	display:inline-block;
	height:36px;
	width:0px;
	border-left:1px dotted #777;
	margin:2px 5px;
}
.VisualLogicX .panelTools .buttonMenu:hover{
	border:1px solid #888;
	background:rgba(0,0,0,0.6);
}
.VisualLogicX .panelTools .buttonMenu:active{
	border:1px solid rgba(255,255,255,0.7);
	background:#000;
}
.VisualLogicX .panelTools .buttonMenu img{
	filter: invert(100%);
}
.VisualLogicX .panelTools .buttonMenu .tooltiptext{
	visibility: hidden;
	width: 120px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
.VisualLogicX .panelTools .buttonMenu .tooltiptext::after{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color:  transparent transparent rgba(0,0,0,0.8) transparent;
}
.VisualLogicX .panelTools .buttonMenu:hover .tooltiptext{
	visibility: visible;
	opacity: 1;
}
/*----------------------------*/
.VisualLogicX .popup{
	position: absolute;
	width: 380px;
	border: 1px solid #444;
	padding: 10px;
	padding-top: 0px;
	background: #FFF;
	box-shadow: 1px 1px 5px 1px #000;
	text-align: left;
}
.VisualLogicX .popup .Title{
	display: block;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#222;
}
.VisualLogicX .popup .Conte{
	padding:3px;
	padding-left:0px;
}
.VisualLogicX .popup .Conte .return{
	font-weight: 900;
	font-size: 9px;
	color: #1c5962;
}
.VisualLogicX .popup .Item{
	display: inline-block;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 2px;
	margin-left: 0px;
	border:1px solid #444;
	border-radius: 3px;
	background: linear-gradient(#EEE,#CCC);
	cursor: pointer;
	color: #000;
	overflow: hidden;
	height: 12px;
}
.VisualLogicX .popup .Item:hover{
	background:#BBB;
	box-shadow:inset 1px 1px 1px #555;
}
.VisualLogicX .popup .Item:active{
	background:#888;
}
.VisualLogicX .popup .Item img{
	height: 10px;
    margin-top: -5px;
    margin-bottom: -7px;
    margin-right: -5px;
    padding: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 31px;
    filter: opacity(30%);
}
.VisualLogicX .popup .Item img:hover{
	background: #4b91cc;
	filter: opacity(100%);
}
.VisualLogicX .popup .Item .typefile{
	color: #111;
    font-weight: 800;
    font-family: Arial;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
}
.VisualLogicX .popup .Button{
	display: inline-block;
    background: #none;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 2px;
    text-align: center;
    color: #212020;
    border: 1px solid #404040;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
.VisualLogicX .popup .Button img{
	height: 10px;
    margin-bottom: -1px;
}
.VisualLogicX .popup .Button:hover{
	background:#EEE;
}
.VisualLogicX .popup .Button:active{
	background:#888;
}
.VisualLogicX .popup .Button2{
	display: inline-block;
    background: none;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 2px;
    text-align: center;
    color: #212020;
    border: 1px solid #404040;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}
.VisualLogicX .popup .Button2:hover{
	background:#888;
}
.VisualLogicX .popup .Button2:active{
	background:#555;
	color: #CCC;
}
.VisualLogicX .popup .ConteTool{
	background: #688090;
    padding: 7px;
    margin-left: -10px;
    margin-right: -10px;
}
/*======================================================*/
/*  xMenu  */ 
/*======================================================*/
@keyframes AnimatioMenuXOpen{
	from { opacity: 0.0;}
	to { opacity: 1.0;}
}
@keyframes AnimatioMenuXClose{
	from { opacity: 1.0;}
	to { opacity: 0.0;}
}
.xMenuAnimationOpen{
	animation-name: AnimatioMenuXOpen;
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
}
.xMenuAnimationClose{
	animation-name: AnimatioMenuXClose;
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
}
.xMenu{
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.6);
	padding: 10px;
	border-radius: 5px;
	z-index: 99999;
}
.xMenu .textMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid rgba(0,0,0,0.0);
	border-radius: 50px;
	background:rgba(0,0,0,0.7);
	padding: 12px;
	margin: 2px;
	color: #FFFFFF;
	height: 11px;
	line-height: 11px;
}
.xMenu .buttonMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid rgba(0,0,0,0.0);
	border-radius: 50px;
	background:rgba(0,0,0,0.8);
	padding: 9px;
	margin: 2px;
	cursor: pointer;
	height: 17px;
}
.xMenu .buttonMenu:hover{
	border:1px solid #888;
	background:rgba(0,0,0,0.6);
}
.xMenu .buttonMenu:active{
	border:1px solid rgba(255,255,255,0.7);
	background:#000;
}
.xMenu .buttonMenu img{
	filter: invert(100%);
}
.xMenu .buttonMenu .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
.xMenu .buttonMenu .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}
.xMenu .buttonMenu:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/*======================================================*/
/*  ReportX  */ 
/*======================================================*/
.ReportX{
	text-align: center;
}
.ReportX .bg{
	position:relative;
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.ReportX .sheet{
	position: relative;
	display: inline-block;
	background: #FFF;
	width: 750px;
	height: 900px;
	margin: 0px;
	margin-top:60px;
	padding-top: 20px;
	box-shadow: 4px 3px 5px 0px #000;
	overflow: hidden;
}
/*--------------------------*/
.ReportX .panelTools{
	position:absolute;
	width:auto;
	height:25px;
	left:5px;
	top:5px;
	text-align: center;
	background-size: 16px 48px;
}
.ReportX .panelTools .textMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid rgba(0,0,0,0.0);
	border-radius: 50px;
	background:rgba(0,0,0,0.7);
	padding: 11px;
	margin: 2px;
	cursor: pointer;
	color:#FFF;
}
.ReportX .panelTools .buttonMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border: 1px solid #555;
	border-radius: 50px;
	background: rgba(0,0,0,0.9);
	padding: 9px;
	margin: 2px;
	cursor: pointer;
	height: 17px;
}
.ReportX .panelTools .buttonMenu:hover{
	border: 1px solid #AAA;
	background:rgba(0,0,0,0.6);
}
.ReportX .panelTools .buttonMenu:active{
	border:1px solid rgba(255,255,255,0.7);
	background:#000;
}
.ReportX .panelTools .buttonMenu img{
	filter: invert(100%);
}
.ReportX .panelTools .buttonMenu .tooltiptext{
	visibility: hidden;
	width: 120px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
.ReportX .panelTools .buttonMenu .tooltiptext::after{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color:  transparent transparent rgba(0,0,0,0.8) transparent;
}
.ReportX .panelTools .buttonMenu:hover .tooltiptext{
	visibility: visible;
	opacity: 1;
}
/*--------------------------*/
.ReportX .dropZone{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(80, 80, 80, 0.9);
	text-align: center;
}
.ReportX .dropZone .zone_panel{
	display: inline-block;
	width: 100%;
}
.ReportX .dropZone .zone{
	display: inline-block;
	width: 70%;
	font-size: 30px;
	font-weight: bold;
	padding: 30px;
	margin-bottom: 20px;
	background: transparent;
	border: 3px dashed #2b2727;
	border-radius: 20px;
}
.ReportX .dropZone .zonedrop_item{
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
	color: #d0b390;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
	background: #00000047;
}
.ReportX .dropZone .zonedrop_item_remove{
	position: relative;
	display: inline-block;
	color: #000000;
	padding-left: 10px;
	cursor: pointer;
}
.ReportX .dropZone .zonedrop_item_remove:hover{
	color: #FFF;
}
.ReportX .dropZone .zonedrop_item_loader{
	position: absolute;
	left: 0;
	top: 0;
	background: #566e76;
	height: 40px;
	width: 0%;
}
.ReportX .dropZone .zone_close{
	display: inline-block;
	background: #2b2727;
	width: 25px;
	color:#FFF;
	font-weight: bold;
	padding: 20px;
	margin: 5px;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #000;
}
.ReportX .dropZone .zone_close:hover{
	background: transparent;
}
.ReportX .dropZone .zone_ok{
	display: inline-block;
	width: 25px;
	background: #769179;
	color:#FFF;
	font-weight: bold;
	padding: 20px;
	margin: 5px;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #000;
}
.ReportX .dropZone .zone_ok:hover{
	background: transparent;
}
/*--------------------------*/
.ReportX .popup{
	position: absolute;
	width: 339px;
	border: 1px solid #444;
	padding: 10px;
	padding-top: 0px;
	background: #FFF;
	box-shadow: 1px 1px 5px 1px #000;
	text-align: left;
}
.ReportX .popup .Title{
	display: block;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#222;
}
.ReportX .popup .Conte{
	padding:3px;
	padding-left:0px;
}
.ReportX .popup .Item{
	display: inline-block;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 2px;
	margin-left: 0px;
	border:1px solid #444;
	border-radius: 3px;
	background: linear-gradient(#EEE,#CCC);
	cursor: pointer;
	color: #000;
	overflow: hidden;
}
.ReportX .popup .Item:hover{
	background:#BBB;
	box-shadow:inset 1px 1px 1px #555;
}
.ReportX .popup .Item:active{
	background:#888;
}
.ReportX .popup .Item .typefile{
	color: #111;
    font-weight: 800;
    font-family: Arial;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
}
.ReportX .popup .Button{
	display: inline-block;
    background: #none;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 2px;
    text-align: center;
    color: #212020;
    border: 1px solid #404040;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
.ReportX .popup .Button img{
	height: 10px;
    margin-bottom: -1px;
}
.ReportX .popup .Button:hover{
	background:#EEE;
}
.ReportX .popup .Button:active{
	background:#888;
}
.ReportX .popup .Button2{
	display: inline-block;
    background: none;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 2px;
    text-align: center;
    color: #212020;
    border: 1px solid #404040;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}
.ReportX .popup .Button2:hover{
	background:#888;
}
.ReportX .popup .Button2:active{
	background:#555;
	color: #CCC;
}
.ReportX .popup .ConteTool{
	background: #688090;
    padding: 7px;
    margin-left: -10px;
    margin-right: -10px;
}
/*======================================================*/
/*  panelTools  */ 
/*======================================================*/
.panelTools{
	position:absolute;
	width:auto;
	height:25px;
	left:5px;
	top:5px;
	text-align: center;
	background-size: 16px 48px;
}
.panelTools .textMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid rgba(0,0,0,0.0);
	border-radius: 50px;
	background:rgba(0,0,0,0.7);
	padding: 11px;
	margin: 2px;
	cursor: pointer;
	color:#FFF;
}
.panelTools .buttonMenu{
	display: inline-block;
	position: relative;
	vertical-align: top;
	border:1px solid #555;
	border-radius: 50px;
	background:rgba(0,0,0,0.8);
	padding: 9px;
	margin: 2px;
	cursor: pointer;
	height: 17px;
}
.panelTools .buttonMenu:hover{
	border:1px solid #888;
	background:rgba(0,0,0,0.6);
}
.panelTools .buttonMenu:active{
	border:1px solid rgba(255,255,255,0.7);
	background:#000;
}
.panelTools .buttonMenu img{
	filter: invert(100%);
}
.panelTools .buttonMenu .tooltiptext{
	visibility: hidden;
	width: 120px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
.panelTools .buttonMenu .tooltiptext::after{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color:  transparent transparent rgba(0,0,0,0.8) transparent;
}
.panelTools .buttonMenu:hover .tooltiptext{
	visibility: visible;
	opacity: 1;
}

/*======================================================*/
/*  xCodeEditor */
/*======================================================*/
.codeEditorX{
}
.codeEditorX .textarea{
	position: absolute;
	left: 0px;
	top: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px;
	margin: 0px;
	font-family: monospace;
	font-size: 13px;
	color: rgba(255,255,255,0.25);
	overflow-y: auto;
	overflow-x: hidden;
}
.codeEditorX .codepanel{
	position :absolute;
	left: 0px;
	top: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px;
	margin: 0px;
	font-family: monospace;
	font-size: 13px;
	color: #FFF;
	overflow: hidden;
	background: #444;
}
.codeEditorX .popup{
	position: fixed;
	left: 20px;
	top: 20px;
	width: auto;
	height: auto;
	font-family: monospace;
	font-size: 13px;
	color: #FFF;
	background: #444;
	box-shadow: 1px 1px 8px #111;
	overflow: auto;
	max-height: 70%;
	z-index: 2;
}
.codeEditorX .popup .popupWords{
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}
.codeEditorX .popup .popupWords:hover{
	background: #666;
}
.codeEditorX .popup .popupWords .more{
	top: 0;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 28px;
    margin-top: -7px;
    margin-right: -15px;
    float: right;
    font-size: 22px;
    color: #cfcfcf;
    cursor: pointer;
    text-align: center;
}
.codeEditorX .popup .popupWords .more:hover{
	color: #000;
	background: #888;
}