.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

body
{
	margin:0;
}

.info{
	color:#c0c0c0;
	font-size:12px;
}

#banner
{
	font-family:'Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif;
	background-color:#831c87;
	line-height:30px;
	overflow:auto;
}

#banner,
#banner a,
#banner a:hover,
#banner a:active 
{
	color:white;
	text-decoration:none;
}

#banner .logo
{
	font-size:18px;
	float:left;
	font-weight:100;
}

#banner .logo span.fa
{
	font-size:26px;
	margin-right:10px;
	vertical-align: text-bottom;
}

#banner .menu
{
	float:right;
}

#banner .menu-button
{
	display:none;
	float:right;
}

#banner ul.menu {
	padding:0;
	margin:0;
}

#banner ul.menu  li
{
	display:inline-block;
    list-style:none;
	padding:0 15px;
	cursor:pointer;
	font-size:14px;
	position:relative;
}

#banner ul.menu  li:hover
{
	background-color:#2180C4;
}

#banner ul.menu  li.selected {
	box-shadow: inset 0 -3px 0 white;
}

#banner ul.menu  li span {
	margin-top: 21px;
    margin-bottom: 21px;
	font-size: 17px;
}

#title
{
	background-color:#303030;
	height:200px;
	color:#ccc;
	text-align:center;
}

#main > .site-content > span.fa-spinner
{
	font-size:60px;
	margin: 40px auto;
	display:block;
	width: 60px;
    height: 60px;
}

#main .site-content img {
	width:100%;
}

#footer
{
	background-color:#E5E5E5;
	clear:both;
}

.site-content
{
	width:800px;
	margin:auto;
}

#main > .site-content.full
{
	padding-top:0;
	width:100%;
	display:table-row;
}

.left-menu {
	display:table-cell;
	background-color: #eee;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	min-height:400px;
}

.site-content.full > .left-menu {
	border-left:0;
}

.left-menu ul {
	margin:0;
	padding:0;
	min-height: 200px;
}

.left-menu ul li {
	list-style: none;
    padding: 6px 25px 6px 15px;
    cursor: pointer;
	white-space:nowrap;
}

.left-menu ul li:hover {
	background-color:#ddd;
}

.left-menu ul li.selected {
	border-right:3px solid #aaa;
}

.sub-content-container 
{
	display:table-cell;
	padding-left:20px;
	width:100%;
}

.sub-content  > span.fa-spinner
{
	font-size:40px;
	margin: 40px auto;
	display:block;
	width: 40px;
    height: 40px;
}

.center {
	text-align:center;
}

.underline-title {
	border-bottom:1px solid #ccc;
}

.new-version {
	display:inline-block;
	position: absolute;
	font-size: 12px;
	padding: 5px;
	background-color: green;
	color: white;
	border-radius: 4px;
	box-shadow: #222 0 0 10px;
	margin-top:20px;
	margin-left:5px;
}

.parameter,
.default-value,
.returns,
.related-methods {
	font-size: 15px;
    font-family: consolas;
}

.parameter {
    color: #006696;
}

.default-value,
.returns {
	color: #3C7202;
}

.related-methods {
	color:#7C0000;
}

span.link {
	font-family: consolas;
	font-size:13px;
	color: blue;
}

.parameter > ul > li{
	font-size: 12px;
}

code {
	display:block;
	margin:5px 0;
	padding: 12px;
}

code.inline {
	display:inline;
	padding: 0;
	background-color: none;
}

h1,
h2,
h3,
h4,
h5
{
	font-family:'Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif;
	
}

h1,
h2
{
	font-weight:100;
}

h1
{
	padding: 30px 0 15px 0;
    margin: 0;
	font-size:60px;
	display:inline-block;
}

h4 {
	font-size:16px;
	font-weight:bold;
}

p {
	margin: 15px 0;
}

li {
	list-style-type:square;
}

hr {
	margin:20px 80px;
}

@media (min-width: 1024px) {
	.site-content
	{
		width:800px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.site-content
	{
		width:650px;
	}
	
	#banner ul.menu  li
	{
		padding:0 7px;
	}
	
	#title {
		height:160px;
	}
	
	h1 {
		padding: 20px 0 10px 0;
		font-size:50px;
	}
	
	h2 {
		font-size:25px;
	}
}


@media (max-width: 768px) {
	.site-content
	{
		width:100%;
		min-width:200px;
		padding:0 5px;
	}
	
	#banner .menu-button
	{
		display:inline-block;
		cursor:pointer;
		font-size:21px;
		padding:18px;
	}
	
	#banner ul.menu  {
		display:none;
		float:none;
		clear:both;
		left:0;
	}
	
	#banner ul.menu  li {
		display:block;
		width:100%;
	}
	
	#banner ul.menu  li.selected {
		box-shadow: inset 3px 0 0 white;
	}
	
	#title {
		height:120px;
	}
	
	h1 {
		padding: 15px 0 0 0;
		font-size:30px;
	}
	
	h2 {
		font-size:17px;
	}
	
	.new-version {
		right:5px;
		margin-top: -10px;
	}
}


.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
   position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.lds-hourglass2 {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
   position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.lds-hourglass:after {
  content:"";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.fullscreenDiv {
    background-color: #670B67;
	opacity: 0.5;
    width: 100%;
    height: 4000px;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
	z-index:999999999;
}

.fullscreenDivok {
   	background-color: #ffffff;
	opacity: 0.9;
    width: 100%;
    height: 4000px;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
	z-index:999999999;
}

.btn2{/*dent around button*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: rgba(3, 169, 244, 0.54);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #f7f7f7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
}
.btn2 .fa {/*Button itself*/
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    line-height: 32px;
    vertical-align: middle; 
    left: 5px;
    top: 4px;
    border-radius: 50%;
    font-size: 40px;
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
  }
  
.btn2 .fa:active{
    background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #d8d8d8;
}


.btn3{/*dent around button*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: rgba(3, 169, 244, 0.54);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    background: #c75582;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
}
.btn3 .fa {/*Button itself*/
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle; 
    left: 5px;
    top: 4px;
    border-radius: 50%;
    font-size: 40px;
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
  }
  
.btn3 .fa:active{
    background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #d8d8d8;
}
/********************* CSS PARA GALERIA *************/
div.closify-cursor{cursor:pointer}.output-class{color:#01a9db}.lobster{font-family:'Lobster',cursive;font-size:20px;display:inline-block;height:100%;padding-top:40px;color:gray}div.closify-container{background-position:center;background-repeat:no-repeat;background-color:#fff;background-size:12%;height:100%;width:100%;text-align:center;border:solid 2px #dbdbdb;float:left;overflow:hidden;position:relative;top:0;bottom:0;left:0;right:0;margin:5px;text-align:center}.closify-container:before{content:' ';display:inline-block;vertical-align:middle;height:100%}.closify-container img{vertical-align:middle;display:inline-block}ul.closify-output-bar{z-index:9999999;background-color:#000;padding:10px;margin-left:4px;list-style-type:none;text-align:center;position:absolute;bottom:5px;left:10;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}ul.closify-output-bar li{display:bloak;color:#000;padding-left:6px}ul.closify-side-bar{z-index:9999999;float:center;margin:0;padding:1px!important;list-style-type:none;text-align:center;position:relative;top:255px;right:-8px!important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}ul.closify-side-bar li{display:inline;color:#fff;padding-left:3px;padding-right:3px}li.closify-output{color:#fff;font-size:10px;font-family:tahoma}.dragncrop{position:relative;overflow:hidden}.dragncrop img{display:block}.ui-draggable,.dragncrop-overlay{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.ui-draggable-dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.dragncrop-horizontal{max-width:none;height:100%}.dragncrop-vertical{width:100%;max-height:none}.dragncrop-containment{position:absolute}.dragncrop-dragging.dragncrop-overflow{overflow:visible}.dragncrop-overlay{position:absolute;opacity:.5;top:0;left:0;bottom:0;right:0;border-style:solid;border-color:#000;border-width:0}.dragncrop-dragging .dragncrop-overlay{z-index:1}.dragncrop-instruction{position:absolute;top:40%;opacity:.7;background:#000;color:#ddd;text-align:center;border-radius:6px;line-height:1;box-sizing:border-box;font-family:sans-serif;z-index:1;font-size:.875em;right:15%;left:15%;padding:10px 12px}.dragncrop-instruction-text{color:#ddd;text-align:center;line-height:1;font-family:sans-serif;font-size:.875em;background-repeat:no-repeat;background-position:0 50%;display:block;padding-left:20px}.dragncrop-horizontal+.dragncrop-instruction .dragncrop-instruction-text{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAqklEQVQ4T2NkoDJgpLJ5DKMGUh6i8DD8//+/ANC4XCCezMjI+IEYo7HpARsIldgNZJoAsSPQwANEGugAVLcfiM8BsTPIIYxohoHMWQDED4gxEKhGAYgToGohhgINBLnMhUgDCCnbCzLwFFCVKSGVRMrvg3l5D1CDMVTTQhK9HA/Vdx5IOyFHCsxQciIFYhgoUmBegUZOHpA/icRkg6JnNC8TmTjwKBv8YQgAitFBotB3lzcAAAAASUVORK5CYII=)}.dragncrop-vertical+.dragncrop-instruction .dragncrop-instruction-text{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAv0lEQVQ4T2NkQAL////vAXKDgDiQkZHxIrIcsWxGmEKgYXOA7GQo/z2QdiTHULCBaIbB7CDLUEagYQZAE84CMRMWb+0FutKFWO+C1MFcaAdkGwFxP1TzOSBdDMT3gQY+JNlAqLcdgPR+qGaSXQazFDlSRg0kLXZHwxCc/QZxsgG6DpT1DIF4AjS2QHkblPUekJz1oIUDKO/Ccw1S3iU5C+Irvj4ADXYgtUzEVcCSZRi8+IJ5EVoFgEptkl0GMwMA7BJsFXeMXW4AAAAASUVORK5CYII=)}.dragncrop:hover .dragncrop-instruction-autohide,.dragncrop-dragging .dragncrop-instruction-autohide{display:none}@font-face {
	font-family: 'target';
	src:url('../fonts/target.eot?h3fbej');
	src:url('../fonts/target.eot?#iefixh3fbej') format('embedded-opentype'),
		url('../fonts/target.woff?h3fbej') format('woff'),
		url('../fonts/target.ttf?h3fbej') format('truetype'),
		url('../fonts/target.svg?h3fbej#target') format('svg');
	font-weight: normal;
	font-style: normal;
}.icon{font-family:'target';font-size:20px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;text-decoration:none;display:inline-block;text-decoration:none;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-plus:before{content:"\61"}.icon-plus2:before{content:"\62"}.icon-picture:before{content:"\63"}.icon-pictures:before{content:"\65"}.icon-pictures2:before{content:"\66"}.icon-checkmark3:before{content:"\67"}.icon-trashcan:before{content:"\68"}.icon-pictures3:before{content:"\69"}.icon-move-alt1:before{content:"\6a"}.meter{height:9px;position:relative;margin:20px 0 20px 0;position:relative;background:#c5c5c5;-moz-border-radius:25px;-webkit-border-radius:25px;border-radius:25px;padding:10px;-webkit-box-shadow:inset 0 -1px 1px rgba(255,255,255,.3);-moz-box-shadow:inset 0 -1px 1px rgba(255,255,255,.3);box-shadow:inset 0 -1px 1px rgba(255,255,255,.3)}.meter>span{display:block;height:100%;float:left;-webkit-border-top-right-radius:8px;-webkit-border-bottom-right-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomright:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;-webkit-border-top-left-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-topleft:20px;-moz-border-radius-bottomleft:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;background-color:#2bc253;background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(43,194,83)),
	  color-stop(1, rgb(84,240,84))
	 );background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(43,194,83) 37%,
	  rgb(84,240,84) 69%
	 );-webkit-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);-moz-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);position:relative;overflow:hidden}.meter>span:after,.animate>span>span{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
		  color-stop(.25, rgba(255, 255, 255, .2)), 
		  color-stop(.25, transparent), color-stop(.5, transparent), 
		  color-stop(.5, rgba(255, 255, 255, .2)), 
		  color-stop(.75, rgba(255, 255, 255, .2)), 
		  color-stop(.75, transparent), to(transparent)
	   );background-image: 
		-moz-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
	   );z-index:1;-webkit-background-size:50px 50px;-moz-background-size:50px 50px;-webkit-animation:move 2s linear infinite;-webkit-border-top-right-radius:8px;-webkit-border-bottom-right-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomright:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;-webkit-border-top-left-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-topleft:20px;-moz-border-radius-bottomleft:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;overflow:hidden}.animate>span:after{display:none}@-webkit-keyframes move {
	0% {
	   background-position: 0 0;
	}
	100% {
	   background-position: 50px 50px;
	}
}.orange>span{background-color:#f1a165;background-image:-moz-linear-gradient(top,#f1a165,#f36d0a);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f1a165),color-stop(1,#f36d0a));background-image:-webkit-linear-gradient(#f1a165,#f36d0a)}.red>span{background-color:#f0a3a3;background-image:-moz-linear-gradient(top,#f0a3a3,#f42323);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0a3a3),color-stop(1,#f42323));background-image:-webkit-linear-gradient(#f0a3a3,#f42323)}.nostripes>span>span,.nostripes>span:after{-webkit-animation:none;background-image:none}
