﻿@import url(log.css);
@import url(usr.css);
@import url(themes/redmond/jquery-ui-1.7.2.custom.css);
@import url(menuSuperior.css);
@import url(icones.css);
@import url(janelas.css);
@import url(../../inc/js/plugin/jeegoocontext/skins/cm_default/style.css);
@import url(../../inc/js/plugin/nyroModal-1.6.2/styles/nyroModal.full.css);
@import url(../../inc/css/switchStyle.css);

@font-face { 
  font-family: 'Junction'; 
  src: url(/Junction02.otf); 
}
@font-face { 
  font-family: 'LeagueGothic'; 
  src: url(/LeagueGothic.otf); 
}
@font-face { 
  font-family: 'GG250'; 
  src: url(/General250.otf); 
}

@font-face {
    font-family: 'SegoeSemibold';
    src: url('../font/segoesemibold-webfont.eot');
    src: local('☺'), url('../font/segoesemibold-webfont.woff') format('woff'), url('../font/segoesemibold-webfont.ttf') format('truetype'), url('../font/segoesemibold-webfont.svg#webfontqPqbKqqZ') format('svg');
    font-weight: normal;
    font-style: normal;
}


@media only screen and (min-width: 290px) {

}


@media only screen and (min-width: 544px) {

}


@media only screen and (min-width: 960px) {
    
}



/* CORPO DO DOCUMENTO */
body {
	font-family:arial;
	font-size:12px;
	overflow: hidden;
	height:100%;
	width:100%;
	display:block;
	overflow:hidden;
	background-color:#ccc;
}

/* CARREGANDO */
#l {
	width:100px;
	padding-top:10px;
	padding-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFF;
	opacity:0.5;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-10px;
	text-align:center;
	background-color:#000;
	position:absolute;
	font-weight:bold;
	z-index:9999;
	cursor:wait;
	display:none;
}


/* SANDBOX */
#box {
	height:100%;
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/* SANDBOX 2 */
#box2 {
	height:100%;
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
}

#myCanvas {
	z-index:1;
}

 #graph {
	margin:0px auto;
	width:90%;
	height:350px;
	position:relative;
	top:30px;
	border:0px solid #F00;
}


#splashScreen {
	-webkit-box-shadow: 1px 1px 5px #fff;
	-moz-box-shadow: 1px 1px 5px 0 #fff;
	/*
	-webkit-transform: translateY(150px) scale(1) rotateX(19deg);        
	-moz-transform: translateY(150px) scale(0.8) rotateX(10deg);   
	*/
	display:none;
	position:relative;
	padding:10px;
	margin-left:-178px;
	margin-top:-231px;
	top:50%;
	left:50%;
	border:1px solid #8b8b8b;
	height:442px;
	width:333px;
	background:#fff url(/inc/img/splashScreen/splashScreen.png) top center no-repeat;
	border-radius:7px;
	z-index:9999;
  /*
  -webkit-transform: rotateZ(5deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  */
}
#splashScreen:hover {
	/*
  -webkit-transform: rotateZ(-20deg);
  -webkit-transform: rotatey(-160deg);
  */
	-webkit-box-shadow: 1px 1px 9px #000;
	-moz-box-shadow: 1px 1px 9px 0 #000;
}


#splashScreen h1{
	font-family:arial;
	font-size:2.5em;
	top:30px;
	position:relative;
	font-weight:bold;
	padding:0px;
	margin:0px;
	font-family: 'Junction';
	text-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
}
#splashScreen h2{
	top:20px;
	left:29px;
	font-size:0.71em;
	position:relative;
	color:#000;
	padding:0px;
	margin:0px;
	font-family: 'Junction';
	text-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
}
#splashScreen ul{
	border:1px solid #F00;
	position:relative;
	top:35px;
	margin:0px;
	list-style:none;
	padding:0px;
}
#splashScreen ul li {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
	padding-left:25px;
	cursor:pointer;
}
#splashScreen ul li:hover {
	background-color:#CCC;
}


header {
	border:1px solid #F00;
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:#F00;
	height:40px;
	width:500px;
	top:0px;
	left:0px;
	z-index:100;
}


footer {
	border:1px solid #F00;
	margin:0px;
	padding:0px;
	position:absolute;
	background-color:#F00;
	height:40px;
	width:500px;
	bottom:0px;
	right:0px;
	z-index:100;
}


canvas {
	background: rgba(0, 0, 255, 0.0);
	bottom:0px;
	left:0px;
	position:absolute;
	z-index:99;
}


#canvasphoto {
	z-index:9999;
	margin-top:-8px;
	margin-left:-8px;
	border-radius:0px;
}


#local {
    position:absolute;
	top:10px;
	left:10px;
	
	font-family: 'Geo', serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	text-shadow: #000 0px 0px 8px;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#FFF;
}

