@import url(http://fonts.googleapis.com/css?family=Orbitron);

/* CSS Reset */
html, body, div, span, table, tr, td, font, img, strong, p, a, ul, li, form, label {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: none;
	font-size: 100%;
	outline: none;
	padding: 0;
	margin: 0;
	border: none;
}

:focus { outline: 0; }

body { line-height: 1; }

ol, ul { list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

/* Estilos Pré-definidos */

a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.t00 {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

.t02 {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.t03 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.t05 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

::-webkit-scrollbar {
 	width: 8px;
}

::-webkit-scrollbar-track-piece {
 	background: #EEE;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
 	height: 5px;
	background: #AAA;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Elementos */

html {
	font-family: 'Segoe UI', Tahoma, Verdana, Arial;
	
	height: 100%;
	
	font-size: 12px;
	color: #000;
	
	background: #F5F5F5;
}

body { 
	margin-top: 80px;
	
	height: 100%;
}

#bkgLoad {
	position: absolute;
	
	top: 50%;
	left: 50%;
	
	margin-top: -15px;
	margin-left: -15px;
	
	width: 30px;
	height: 30px;
	
	background: url(../img/loader/cLoad.gif) no-repeat center;
	
	z-index: 999998;
	
	display: none;
}

#bkg {
	position: fixed;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background: rgba(255, 255, 255, 0.8);
	
	z-index: 999997;
	
	display: none;
}

#editItem {
	position: absolute;
	
	top: 120px;
	left: 50%;
	
	margin-left: -351px;
	
	width: 700px;
	
	background: #FFF;
	
	border: 1px solid #DDD;
	border-radius: 3px;
	
	z-index: 999999;
	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	
	display: none;
	
	-webkit-transition: top .4s ease-in-out, -webkit-transform .4s ease-out;
	-moz-transition: top .4s ease-in-out, -moz-transform .4s ease-in-out;
	-khtml-transition: top .4s ease-in-out, -khtml-transform .4s ease-in-out;
	transition: top .4s ease-in-out, transform .4s ease-out;	
}	

.uAlert {
	position: absolute;
	
	top: 50%;
	left: 50%;
	
	margin-left: -236px;
	margin-top: -65px;
	
	padding: 10px;
	
	width: 450px;
	height: 100px;
	
	background: #FFF;
	
	border: 1px solid #DDD;
	border-radius: 3px;
	
	z-index: 999999;
	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	
	display: none;
		
	-webkit-transition: margin-top .4s ease-in-out, -webkit-transform .4s ease-out;
	-moz-transition: margin-top .4s ease-in-out, -moz-transform .4s ease-in-out;
	-khtml-transition: margin-top .4s ease-in-out, -khtml-transform .4s ease-in-out;
	transition: margin-top .4s ease-in-out, transform .4s ease-out;	
	
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-khtml-transform: scale(0.9);
	transform: scale(0.9);
}

.uAlert span.title {
	position: relative;
	float: left;
	
	width: 100%;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 25px;
	color: #888;	
}

.uAlert span.title img {
	float: left;
	
	width: 35px;
	
	margin-right: 10px;	
}

.uAlert span.title p {
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 12px;
	color: #AAA;	
}

.uAlert span.title span.cancel {
	position: absolute;
	
	top: 0;
	right: 0;
	
	width: 26px;
	height: 26px;
	
	background: url(../img/icon/close.png) no-repeat center;
		
	cursor: pointer;
}

.uAlert .buttons {
	float: left;
	
	width: 100%;
	height: 50px;
		
	margin-top: 25px;
}

.uAlert .buttons .but, .but:visited {
	float: right;
	
	padding: 10px 30px 10px;
	
	background: #EEE;
	
	margin-left: 10px;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 14px;
	color: #888;
	
	border: 1px solid #CCC;
	
	cursor: pointer;
}

.uAlert .buttons .but:hover {
	background: #DDD;
}

#browser {
	position: absolute;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background: #FFF;
	
	border-radius: 3px;
	
	z-index: 999999;
}

#browser .case {
	position: absolute;
	
	top: 50%;
	left: 50%;
	
	margin-left: -300px;
	margin-top: -150px;
	
	width: 600px;
	height: 300px;
	
	background: #EEE;
	
	border: 1px solid #CCC;
}

#login-case {
	position: absolute;
	
	width: 450px;
	height: 250px;
	
	left: 50%;
	top: 50%;
	
	margin-left: -225px;
	margin-top: -125px;
	
	background: #FFF;
	
	border: 1px solid #EEE;
	border-radius: 10px;
}

#login-case:after {
  content: '';
  position: absolute;
  
  top: 80%;
  left: 10px;
  bottom: 15px;
 
  width: 50%;
  max-width:300px;  
 
  background: #777;
  
  box-shadow: 0 15px 10px #777;
  
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -khtml-transform: rotate(-3deg);
  transform: rotate(-3deg);
  
  z-index: -1;
}
#login-case:after {
  left: auto;
  right: 10px;
  
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -khtml-transform: rotate(3deg);
  transform: rotate(3deg);  
}

#login-case .case {
	padding: 10px;
}

#login-case .case .head {
	float: left;
	
	width: 100%;
	height: 50px;
		
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 19px;
	color: #959699;
	
	line-height: 48px;
	
	margin-bottom: 10px;
}

#login-case .case .head img {
	float: left;
	
	height: 50px;
	
	padding-right: 10px;
	margin-right: 10px;
	
	border-right: 1px solid #EEE;
}

#login-case .case label {
	float: left;
	
	width: 100%;
	
	font-size: 12px;
	font-weight: bold;
	color: #888;
	
	margin-bottom: 10px;
	
	cursor: pointer;
}

#login-case .case input.textField {
	float: left;

	width: 418px;
	
	padding: 5px;
	
	border: 1px solid #DDD;
	
	font-family: 'Segoe UI', Tahoma, Verdana;
	
	margin-bottom: 10px;
	
	border-radius: 2px;
}

#login-case .case input.textField:hover { border: 1px solid #AAA; }

#login-case .case input.textField:focus { 
	border: 1px solid #286eb7;
	box-shadow: 0px 0px 10px rgba(40, 110, 183, 0.5);
}

#login-case .case input[type=submit] {
	float: right;
	
	background: #39f;
	background: -moz-linear-gradient(top, #02d8e7 0%, #319cfe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #02d8e7), color-stop(100%, #319cfe));
	background: -webkit-linear-gradient(top, #02d8e7 0%, #319cf1 100%);
	background: -o-linear-gradient(top, #02d8e7 0%, #319cfe 100%);
	background: -ms-linear-gradient(top, #02d8e7 0%, #319cfe 100%);
	background: linear-gradient(to bottom, #02d8e7 0%, #319cfe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02d8e7', endColorstr='#319cfe', GradientType=0 );
	
	color: #FFF;
	
	padding: 10px 20px 10px;
	
	font-family: 'Segoe UI', Tahoma, Verdana;
	font-weight: bold;
	
	border: 1px solid #319cfe;

	border-radius: 3px;
	
	margin-bottom: 10px;
	
	text-shadow: -1px -1px 0px #319cfe;
	
	cursor: pointer;
}

#login-case .case input[type=submit]:hover {
	background: #39f;
	background: -moz-linear-gradient(top, #03e7e3 0%, #31acfe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03e7e3), color-stop(100%, #31acfe));
	background: -webkit-linear-gradient(top, #03e7e3 0%, #31acfe 100%);
	background: -o-linear-gradient(top, #03e7e3 0%, #31acfe 100%);
	background: -ms-linear-gradient(top, #03e7e3 0%, #31acfe 100%);
	background: linear-gradient(to bottom, #03e7e3 0%, #31acfe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03e7e3', endColorstr='#31acfe', GradientType=0 );
	
	border: 1px solid #319cfe;
	
	cursor: pointer;
}

#login-case .case .uFail {
	font-size: 11px;
	font-weight: bold;
	color: #900;
}

#login-case .case a.cadastro, #login-case .case a.cadastro:visited {
	float: left;
	font-size: 11px;
	color: #555;
}

#login-case .case a.cadastro:hover {
	text-decoration: underline;
}

.arco {
	position: absolute;
	
	bottom: 10px;
	right: 10px;
	
	width: 125px;
	height: 30px;
	
	line-height: 30px;
	color: #AAA;
	
	background: url(../../../trajano/img/logo/arco.png) no-repeat right;
	
	background-size: 22%;
}

.arco p {
	opacity: 0;
}

.arco:hover p {
	opacity: 1;
}


header {
	position: fixed;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 60px;
	
	background: #FFF;
	
	border-bottom: 1px solid #DDD;
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

header .case {
	width: 980px;
	
	width: -webkit-calc(100%);
	width: -moz-calc(100%);
	width: calc(100%);
	
	height: 60px;
	
	margin: 0 auto;
}

header .case .logo {
	float: left;
	
	height: 40px;
	
	padding: 10px;
}

header .case .logo img {
	float: left;
	
	height: 40px;
	
	padding-right: 10px;
		
	border-right: 1px solid #DDD;
}

header .case .logo span {
	float: left;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 30px;
	color: #AAA;
	
	margin: 3px 0 0 10px;
}

header .case .nav-icon {
	float: left;
	
	height: 60px;
}

header .case .icon, header .case .icon:visited {
	float: left;
	
	width: 60px;
	height: 60px;
	
	background: #FFF;
	
	border-right: 1px solid #DDD;
}

header .case .nav-icon .home.icon {
	background: url(../img/icon/home.png) no-repeat center;
}

header .case .nav-icon .home.icon:hover {
	background: #EEE url(../img/icon/home.png) no-repeat center;
}

header .case .nav-icon .site.icon {
	background: url(../img/icon/site.png) no-repeat center;
}

header .case .nav-icon .site.icon:hover {
	background: #EEE url(../img/icon/site.png) no-repeat center;
}

header .case .nav-icon .reload.icon {
	background: url(../img/icon/reload.png) no-repeat center;
}

header .case .nav-icon .reload.icon:hover {
	background: #EEE url(../img/icon/reload.png) no-repeat center;
}

header .case .user {
	float: right;
	
	padding: 10px 0 10px 0;
	
	width: 190px;
	height: 40px;
	
	-webkit-transition: margin-right .4s ease-in-out;
	-moz-transition: margin-right .4s ease-in-out;
	-o-transition: margin-right .4s ease-in-out;
	-ms-transition: margin-right .4s ease-in-out;
}

header .case .user img {
	float: left;
	
	height: 40px;
	
	margin-right: 10px;
}

header .case .user span.name {
	float: left;
	
	width: 140px;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 14px;
	color: #888;
	
	margin-top: 5px;
}

header .case .engine.icon {
	float: right;
	
	background: url(../img/icon/engine.png) no-repeat center;
	
	border-left: 1px solid #DDD;
	
	margin-right: -1px;
	
	cursor: pointer;
}

header .case .engine.icon:hover {
	background: #EDEDED url(../img/icon/engine.png) no-repeat center;
}

header .case .active.engine.icon {
	margin-top: -3px;
	padding-bottom: 3px;
	
	background: #EDEDED url(../img/icon/close.png) no-repeat center;
}

#alert {
	position: fixed;
	
	bottom: 0;
	right: 0;
	
	margin: 0 auto;
	
	background: #f9edbe;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 14px;
	color: #888;
	
	padding: 10px;
	
	border-top: 1px solid #f0c36d;
	border-left: 1px solid #f0c36d;
	border-top-left-radius: 3px;
	
	z-index: 999999;
	
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.error#alert {
	background: #ffc0cb;
	
	border-top: 1px solid #800;
	border-left: 1px solid #800;
}

#alert p {
	float: left;
}

#alert .load-alert {
	float: left;
	
	width: 23px;
	height: 15px;
	
	margin-right: 10px;
	
	background: url(../img/loader/aLoad.gif) no-repeat center left;
	
	border-right: 1px solid #f0c36d;
		
	display: none;
}

#alert .close-alert {
	float: right;
	
	width: 20px;
	height: 15px;
	
	margin-left: 10px;
	
	background: url(../img/icon/close2.png) no-repeat center right;
	
	border-left: 1px solid #f0c36d;
	
	cursor: pointer;
	
	display: none;
}

#load {
	position: absolute;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background: #FFF url(../img/loader/cLoad.gif) no-repeat center;
	
	border-radius: 3px;
	
	z-index: 999998;
}

#wrapper {	
	width: 980px;
 	width: -webkit-calc(100% - 31px);
 	width: -moz-calc(100% - 31px);
	width: calc(100% - 31px);
	
	height: -webkit-calc(100% - 95px);
	height: -moz-calc(100% - 95px);
	height: calc(100% - 95px);
	
	margin: 0 auto;
}

#wrapper aside {
	float: left;
	
	width: 250px;
 	width: -webkit-calc(25% - 20px);
	width: -moz-calc(25% - 20px);
	width: calc(25% - 20px);
}

#wrapper span.nav-title {
	position: relative;
	float: left;
	
	width: 100%;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 25px;
	color: #888;
	
	padding: 10px 0 11px 0;
}

#wrapper span.nav-title span.short-menu {
	position: absolute;
	
	top: 0;
	right: 0;
	
	width: 35px;
	height: 35px;
	
	background: #FFF url(../img/icon/short.png) no-repeat 10px 50%;
	
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	
	border: 1px solid #DDD;
	border-radius: 3px;
	
	cursor: pointer;
	
	-webkit-transition: right .2s ease-in-out;
}

#wrapper span.nav-title span.active.short-menu {
	right: 100%;
	margin-right: -36px;
	
	background: #FFF url(../img/icon/long.png) no-repeat 13px 50%;
}

#wrapper span.nav-title p {
	float: left;
}

#wrapper nav {	
	float: left;
	
	width: 100%;
	
	border: 1px solid #DDD;
	border-radius: 3px;
	
	margin: 0 20px 20px 0;
	
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

#wrapper nav a.link-nav, a.link-nav:visited {	
	float: left;
	
	width: 230px;
 	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	
	padding: 10px;
	
	background: #FFF;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #888;
	
	border-bottom: 1px solid #DDD;
}

#wrapper nav a.link-nav:hover {	
	background: #FAFAFA;
}

#wrapper nav a.link-nav:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#wrapper nav a.link-nav:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	
	border-bottom: none;
}

#wrapper nav a.link-nav p {
	float: left;
	
	margin-right: 10px;
}

#wrapper nav a.link-nav span.mensagens {
	float: left;
	
	padding: 2px;
	
	background: #dc853d;
	
	border-radius: 10px;
	
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif;
}

#wrapper nav #blocked {	
	float: left;
	
	width: 230px;
 	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	
	padding: 10px;
	
	background: #FFF;
	
	
	text-align: center;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #888;
	
	border-bottom: 1px solid #DDD;
}

#wrapper nav #blocked .title {
	float: left;
	
	width: 100%;
	
	font-size: 18px;
}

#wrapper #principal {
	position: relative;
	float: right;
	
	width: 706px;
 	width: -webkit-calc(75% - 10px);
	width: -moz-calc(75% - 10px);
	width: calc(75% - 10px);
	
	height: -webkit-calc(100% - 2px);
	height: -moz-calc(100% - 2px);
	height: calc(100% - 2px);
	
	background: #FFF;
	
	overflow: hidden;
	
	border: 1px solid #DDD;
	border-radius: 3px;
	
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

#wrapper #principal #waiting {
	position: absolute;
	
	top: 47px;
	
	width: 100%;
	height: 100%;
	
	background: rgba(255, 255, 255, 0.7);
	
	z-index: 999998;
	
	display: none;
}

#wrapper #principal #navigation {
	float: left;
	
	width: 100%;
	height: 100%;
}

#UIBox {
	float: left;
	
	width: 100%;
	height: 100%;
	
	overflow: hidden;
}

#UIBox .UITitle {
	position: relative;
	float: left;
	
	width: 100%;
	height: 26px;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 25px;
	color: #888;
	
	padding: 10px 0 10px 0;
	
	border-bottom: 1px solid #DDD;
	
	background: #EEE;
	
	z-index: 100;
}

#UIBox .UITitle p {
	float: left;
}

#UIBox .UITitle p b {	
	font-weight: normal;
	font-size: 17px;
	color: #AAA;
}

#UIBox .UITitle span.cancel {
	position: absolute;
	
	top: 10px;
	right: 10px;
	
	width: 26px;
	height: 26px;
	
	background: url(../img/icon/close.png) no-repeat center;
	
	border-radius: 3px;
	
	cursor: pointer;
}

.contTitle {
	margin-left: -5px;
		
	display: none;
	
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-khtml-transform: scale(0.9);
	transform: scale(0.9);
	
	-webkit-transition: margin-left .4s ease-in-out, -webkit-transform .4s ease-out;
	-moz-transition: margin-left .4s ease-in-out, -moz-transform .4s ease-in-out;
	-khtml-transition: margin-left .4s ease-in-out, -khtml-transform .4s ease-in-out;
	transition: margin-left .4s ease-in-out, transform .4s ease-out;
}

.contFade {
	margin-left: -50px;
	
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-khtml-transform: scale(0.9);
	transform: scale(0.9);
	
	-webkit-transition: margin-left .5s ease-in-out, -webkit-transform .5s ease-out;
	-moz-transition: margin-left .5s ease-in-out, -moz-transform .5s ease-in-out;
	-khtml-transition: margin-left .5s ease-in-out, -khtml-transform .5s ease-in-out;
	transition: margin-left .5s ease-in-out, transform .5s ease-out;	
		
	display: none;
}

#UIBox #UItens {
	position: relative;
	float: left;
	
	width: 100%;
	
	height: -webkit-calc(100% - 47px);
	height: -moz-calc(100% - 47px);
	height: calc(100% - 47px);
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
	z-index: 100;
}

#UIBox .active#UItens {	
	width: 35%;
	
	border-right: 1px solid #DDD;
}

#UIBox .scroll {
	position: relative;
}

#UIBox  #UItens .arrows {
	display: none;
}

#UIBox .viewer {
	position: relative;
	float: left;
		
	width: 64%;
	width: -webkit-calc(65% - 1px);
	width: -moz-calc(65% - 1px);
	width: calc(65% - 1px);
	
	height: 100%;
	height: -webkit-calc(100% - 47px);
	height: -moz-calc(100% - 47px);
	height: calc(100% - 47px);
}

#UIBox .viewer #load {
	display: none;
}

#UIBox .viewer .case {
	padding: 10px;
}

#UIBox .viewer .case span.title {
	float: left;
	
	width: 100%;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 16px;
	color: #000;
	
	border-bottom: 1px dotted #EEE;
	
	padding-bottom: 10px;
	margin-bottom: 10px;
	
	margin-left: -25px;
		
	display: none;
	
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-khtml-transform: scale(0.9);
	transform: scale(0.9);
	
	-webkit-transition: margin-left .4s ease-in-out, -webkit-transform .4s ease-out;
	-moz-transition: margin-left .4s ease-in-out, -moz-transform .4s ease-in-out;
	-khtml-transition: margin-left .4s ease-in-out, -khtml-transform .4s ease-in-out;
	transition: margin-left .4s ease-in-out, transform .4s ease-out;
}

#UIBox .viewer .case span.title p {	
	font-size: 13px;
	color: #888;
}

#UIBox .viewer .case span.title2 {
	float: left;
	
	width: 100%;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 16px;
	color: #000;
	
	border-bottom: 1px dotted #EEE;
	
	padding-bottom: 10px;
	margin-bottom: 10px;
	
	margin-left: -25px;
		
	display: none;
	
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-khtml-transform: scale(0.9);
	transform: scale(0.9);
	
	-webkit-transition: margin-left .4s ease-in-out, -webkit-transform .4s ease-out;
	-moz-transition: margin-left .4s ease-in-out, -moz-transform .4s ease-in-out;
	-khtml-transition: margin-left .4s ease-in-out, -khtml-transform .4s ease-in-out;
	transition: margin-left .4s ease-in-out, transform .4s ease-out;
}

#UIBox .viewer .case .texto {
	float: left;
	
	width: 100%;
	
	text-align: justify;
	font-size: 14px;
	
	padding-bottom: 10px;
	
	margin-left: -25px;
	
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-khtml-transform: scale(0.9);
	transform: scale(0.9);
	
	-webkit-transition: margin-left .5s ease-in-out, -webkit-transform .5s ease-out;
	-moz-transition: margin-left .5s ease-in-out, -moz-transform .5s ease-in-out;
	-khtml-transition: margin-left .5s ease-in-out, -khtml-transform .5s ease-in-out;
	transition: margin-left .5s ease-in-out, transform .5s ease-out;	
		
	display: none;
}

#UIBox #UItens .head_opts {
	position: relative;
	float: left;
	
	width: 100%;
	
	z-index: 100;
}

#UIBox #UItens .head_opts:after{
   	content: '';
	position: absolute;
		
	bottom: 0;
	left: 0;

	width: 100%;
	height: 50%;
	
	border-radius: 100%;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	
	z-index: -1;
}

#UIBox #UItens .mSearch {
	position:relative;
	float: left;
	
	width: 100%;
	
	background: #FAFAFA;
	
	border-bottom: 1px solid #DDD;
}

#UIBox #UItens .mSearch .case {
	position: relative;
	padding: 10px;
	
	color: #DDD;
}

#UIBox #UItens .mSearch .case .comboBox {
	float: left;

	width: 186px;
	padding: 5px;

	border: 1px solid #DDD;
	outline: none;

	font-family: 'Segoe UI', sans-serif;
	font-size: 12px;

	margin-right: 10px;
}

#UIBox #UItens .mSearch .case input.sendButton {
	padding: 6px 10px 6px;
	
	font-family: 'Segoe UI Light', 'Segoe UI', sans-serif;
	font-size: 12px;
	color: #FFF;
	
	border: none;

	background: #036;

	cursor: pointer;
}

#UIBox #UItens .mSearch .case input.sendButton:hover {
	background: #06C;
}

#UIBox #UItens .mMenu {
	position:relative;
	float: left;
	
	width: 100%;
	height: 30px;
	
	background: #FAFAFA;
	
	border-bottom: 1px solid #DDD;
}

#UIBox #UItens .mMenu .case {
	position: relative;
	padding: 10px;
	
	color: #DDD;
}

#UIBox #UItens .mMenu .case a, #UIBox #UItens .mMenu .case a:visited {
	position: relative;
	
	padding-left: 20px;
	margin-right: 10px;
	
	font-family: 'Segoe UI Light', sans-serif;
	
	color: #888;
	
	cursor: pointer;
}

#UIBox #UItens .mMenu .case a.mL {	
	margin-left: 10px;
}

#UIBox #UItens .mMenu .case a.delete {
	color: #900;
}

#UIBox #UItens .mMenu .case a.delete:hover {
	color: #600;
}


#UIBox #UItens .mMenu .case a:hover {	
	color: #AAA;
}

#UIBox #UItens .mMenu .case a span {
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	width: 15px;
	height: 15px;
}

/* Animações Botões */

/* < BOTÃO VOLTAR */
@-webkit-keyframes back {
	0% {-webkit-transform: translate(0px, 0px);}
	50% {-webkit-transform: translate(-5px, 0px);}
	100% {-webkit-transform: translate(0px, 0px);}
}

@keyframes back {
	0% {
		-moz-transform: translate(0px, 0px);
		-khtml-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	50% {
		-moz-transform: translate(-5px, 0px);
		-khtml-transform: translate(-5px, 0px);
		transform: translate(-5px, 0px);
	}
	100% {
		-moz-transform: translate(0px, 0px);
		-khtml-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

#UIBox #UItens .mMenu .case a:hover span.back {	
	-webkit-animation: back 1s linear infinite;
	-moz-animation: back 1s linear infinite;
	-khtml-animation: back 1s linear infinite;
	animation: back 1s linear infinite;
}

#UIBox #UItens .mMenu .case a span.back {
	background: url(../img/icon/back.png) no-repeat;
}
/* > BOTÃO VOLTAR */

/* < BOTÃO ADICIONAR */
@-webkit-keyframes add {
	from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes add {
	from {
		-moz-transform: rotate(0deg);
		-khtml-transform: rotate(0deg);
		transform: rotate(0deg);
	}
    to {
		-moz-transform: rotate(360deg);
		-khtml-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#UIBox #UItens .mMenu .case a:hover span.add {	
	-webkit-animation: add 1s linear infinite;
	-moz-animation: add 1s linear infinite;
	-khtml-animation: add 1s linear infinite;
	animation: add 1s linear infinite;
}

#UIBox #UItens .mMenu .case a span.add {
	background: url(../img/icon/add.png) no-repeat;
}

/* > BOTÃO VOLTAR */

/* < BOTÃO EDITAR */
@-webkit-keyframes edit {
	0% {-webkit-transform: translate(0px, 0px) rotate(0deg);}
	50% {-webkit-transform: translate(-5px, 0px) rotate(10deg);}
	100% {-webkit-transform: translate(0px, 0px) rotate(0deg);}
}

@keyframes edit {
	0% {
		-moz-transform: translate(0px, 0px) rotate(0deg);
		-khtml-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	50% {
		-moz-transform: translate(-5px, 0px) rotate(10deg);
		-khtml-transform: translate(-5px, 0px) rotate(10deg);
		transform: translate(-5px, 0px) rotate(10deg);
	}
	100% {
		-moz-transform: translate(0px, 0px) rotate(0deg);
		-khtml-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

#UIBox #UItens .mMenu .case a:hover span.edit {	
	-webkit-animation: edit 1s linear infinite;
	-moz-animation: edit 1s linear infinite;
	-khtml-animation: edit 1s linear infinite;
	animation: edit 1s linear infinite;
}

#UIBox #UItens .mMenu .case a span.edit {
	background: url(../img/icon/edit.png) no-repeat;
}
/* > BOTÃO VOLTAR */

/* < BOTÃO OCULTAR */
@-webkit-keyframes hide {
	0% {-webkit-transform: scale(1); opacity: 1;}
	50% {-webkit-transform: scale(0.5); opacity: 0;}
	100% {-webkit-transform: scale(1); opacity: 1;}
}

@keyframes hide {
	0% {
		-moz-transform: scale(1); opacity: 1;
		-khtml-transform: scale(1); opacity: 1;
		transform: scale(1); opacity: 1;
	}
	50% {
		-moz-transform: scale(0.8); opacity: 0;
		-khtml-transform: scale(0.8); opacity: 0;
		transform: scale(0.8); opacity: 0;
	}
	100% {
		-moz-transform: scale(1); opacity: 1;
		-khtml-transform: scale(1); opacity: 1;
		transform: scale(1); opacity: 1;
	}
}

#UIBox #UItens .mMenu .case a:hover span.hide {	
	-webkit-animation: hide 1s linear infinite;
	-moz-animation: hide 1s linear infinite;
	-khtml-animation: hide 1s linear infinite;
	animation: hide 1s linear infinite;
}

#UIBox #UItens .mMenu .case a span.hide {
	background: url(../img/icon/hide.png) no-repeat;
}
/* > BOTÃO OCULTAR */

/* < BOTÃO DESBLOQUEAR */
@-webkit-keyframes show {
	0% {-webkit-transform: scale(1); opacity: 1;}
	50% {-webkit-transform: scale(0.5); opacity: 0;}
	100% {-webkit-transform: scale(1); opacity: 1;}
}

@keyframes show {
	0% {
		-moz-transform: scale(1); opacity: 1;
		-khtml-transform: scale(1); opacity: 1;
		transform: scale(1); opacity: 1;
	}
	50% {
		-moz-transform: scale(0.8); opacity: 0;
		-khtml-transform: scale(0.8); opacity: 0;
		transform: scale(0.8); opacity: 0;
	}
	100% {
		-moz-transform: scale(1); opacity: 1;
		-khtml-transform: scale(1); opacity: 1;
		transform: scale(1); opacity: 1;
	}
}

#UIBox #UItens .mMenu .case a:hover span.show {	
	-webkit-animation: show 1s linear infinite;
	-moz-animation: show 1s linear infinite;
	-khtml-animation: show 1s linear infinite;
	animation: show 1s linear infinite;
}

#UIBox #UItens .mMenu .case a span.show {
	background: url(../img/icon/show.png) no-repeat;
}
/* > BOTÃO DESBLOQUEAR */

/* < BOTÃO DELETAR */
@-webkit-keyframes delete {
	0% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes delete {
	0% {opacity: 1;}
	50% {opacity: 0;}
	100% { opacity: 1;}
}

#UIBox #UItens .mMenu .case a:hover span.delete {	
	-webkit-animation: delete 1s linear infinite;
	-moz-animation: delete 1s linear infinite;
	-khtml-animation: delete 1s linear infinite;
	animation: delete 1s linear infinite;
}

#UIBox #UItens .mMenu .case a span.delete {
	background: url(../img/icon/delete.png) no-repeat;
}
/* > BOTÃO DELETAR */

/* < BOTÃO ENVIAR MENSAGEM */
@-webkit-keyframes sendmail {
	0% {-webkit-transform: translate(0px, 0px);}
	50% {-webkit-transform: translate(-5px, 0px);}
	100% {-webkit-transform: translate(0px, 0px);}
}

@keyframes sendmail {
	0% {
		-moz-transform: translate(0px, 0px);
		-khtml-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	50% {
		-moz-transform: translate(-5px, 0px);
		-khtml-transform: translate(-5px, 0px);
		transform: translate(-5px, 0px);
	}
	100% {
		-moz-transform: translate(0px, 0px);
		-khtml-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

#UIBox #UItens .mMenu .case a:hover mail.back {	
	-webkit-animation: sendmail 1s linear infinite;
	-moz-animation: sendmail 1s linear infinite;
	-khtml-animation: sendmail 1s linear infinite;
	animation: sendmail 1s linear infinite;
}

#UIBox #UItens .mMenu .case a span.mail {
	width: 30px;
	background: url(../img/icon/mail.png) no-repeat;
}
/* > BOTÃO VOLTAR */

#UIBox #UItens .hidebar {
	position:relative;
	float: left;
	
	width: 100%;
	height: 30px;
	
	background: #900;
	
	font-family: 'Segoe UI Light', sans-serif;
	color: #FFF;
	
	border-bottom: 1px solid #DDD;
}

#UIBox #UItens .hidebar .case {
	padding: 10px 10px 10px 30px;
}

#UIBox #UItens .hidebar .case img {
	position: absolute;
	
	top: 8px;
	left: 8px;
}

#UIBox #UItens .uPaginacao {
	position:relative;
	float: left;
	
	width: 100%;
	height: 30px;
	
	background: #FAFAFA;
	
	border-bottom: 1px solid #DDD;
}

#UIBox #UItens .uPaginacao .case {
	padding: 9px;
	
	color: #DDD;
}

#UIBox #UItens .uPaginacao .case p {
	float: left;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-style: italic;
	color: #888;
	
	margin-right: 10px;
}

#UIBox #UItens .uPaginacao .pagina, #UIBox #UItens .uPaginacao .pagina:visited {
	padding: 2px 5px 2px;
	background: #111;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #111;
	margin-right: 5px;
	margin-bottom: 15px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

#UIBox #UItens .uPaginacao .pagina:hover {
	background: #39f;
	background: -moz-linear-gradient(top, #02d8e7 0%, #319cfe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #02d8e7), color-stop(100%, #319cfe));
	background: -webkit-linear-gradient(top, #02d8e7 0%, #319cf1 100%);
	background: -o-linear-gradient(top, #02d8e7 0%, #319cfe 100%);
	background: -ms-linear-gradient(top, #02d8e7 0%, #319cfe 100%);
	background: linear-gradient(to bottom, #02d8e7 0%, #319cfe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02d8e7', endColorstr='#319cfe', GradientType=0 );
	border: 1px solid #319cfe;
}

#UIBox #UItens .uPaginacao span {
	padding: 2px 5px 2px;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 15px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	background: #39f;
	background: -moz-linear-gradient(top, #02d8e7 0%, #319cfe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #02d8e7), color-stop(100%, #319cfe));
	background: -webkit-linear-gradient(top, #02d8e7 0%, #319cf1 100%);
	background: -o-linear-gradient(top, #02d8e7 0%, #319cfe 100%);
	background: -ms-linear-gradient(top, #02d8e7 0%, #319cfe 100%);
	background: linear-gradient(to bottom, #02d8e7 0%, #319cfe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02d8e7', endColorstr='#319cfe', GradientType=0 );
	border-radius: 3px;
	border: 1px solid #319cfe;
}

#UIBox #UItens .campos {
	float: left;
	
	width: 100%;
	
	padding-bottom: 10px;
}

#UIBox #UItens .campos .case {
	padding: 20px;
}

#UIBox #UItens .campos .case .title {
	float: left;
	
	width: 100%;
	
	font-family: 'Segoe UI Light', Tahoma, Verdana;
	font-size: 25px;
	color: #888;
	
	padding-bottom: 20px;
	
	border-bottom: 1px solid #CCC;
}

#UIBox #UItens .campos .case .title p {
	font-size: 14px;
	color: #AAA;
}

#UIBox #UItens .campos .case .fieldArea {	
	float: left;
	
	width: 100%;
	
	padding: 10px 0px 10px;
	
	border-bottom: 1px dotted #EEE;
}

#UIBox #UItens .campos .case .fieldArea label {
	float: left;
	
	width: 100px;
	
	padding-top: 10px;
	
	font-family: 'Segoe UI Light', Tahoma, Verdana;
	text-align: center;
	font-size: 15px;
	color: #888;
	
	cursor: pointer;
}
#UIBox #UItens .campos .case .fieldArea label.radio {
	float: left;
		
	margin: -2px 0 10px 0;
	
	text-align: center;
	font-size: 15px;
	color: #555;
	
	cursor: pointer;
}

#UIBox #UItens .campos .case .fieldArea select.comboBox, select.comboBox:visited {
	float: left;
	
	padding: 5px;
	
	border: 1px solid #DDD;
	
	font-family: 'Segoe UI Light', sans-serif;
}

#UIBox #UItens .campos .case .fieldArea select.comboBox:hover { border: 1px solid #AAA; }

#UIBox #UItens .campos .case .fieldArea select.comboBox:focus { 
	border: 1px solid #39F;
	
	box-shadow: 0px 0px 10px rgba(51, 153, 255, 0.5);
}

#UIBox #UItens .campos .case .fieldArea input.textField, input.textField:visited {
	float: left;
	
	width: 300px;
	
	padding: 5px;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 14px;
	
	border: 1px solid #DDD;
}

#UIBox #UItens .campos .case .fieldArea input.textField:hover { border: 1px solid #AAA; }

#UIBox #UItens .campos .case .fieldArea input.textField:focus { 
	border: 1px solid #39F;
	
	box-shadow: 0px 0px 10px rgba(51, 153, 255, 0.5);
}

#UIBox #UItens .campos .case .fieldArea textarea.textArea, textarea.textArea:visited {
	float: left;
	
	width: 506px;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 14px;
	
	padding: 5px;
	
	border: 1px solid #DDD;
}

#UIBox #UItens .campos .case .fieldArea textarea.textArea:hover { border: 1px solid #AAA; }

#UIBox #UItens .campos .case .fieldArea textarea.textArea:focus { 
	border: 1px solid #39F;
	
	box-shadow: 0px 0px 10px rgba(51, 153, 255, 0.5);
}

#UIBox #UItens .campos .case .fieldArea input.sendButton {
	float: left;
	
	padding: 10px 30px 10px;
	
	background: #EEE;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 14px;
	color: #888;
	
	border: 1px solid #CCC;
	
	cursor: pointer;
}

#UIBox #UItens .campos .case .fieldArea input.sendButton:hover {
	background: #DDD;

}

#UIBox #UItens .uViewer {
	float: left;
	
	width: 100%;
	
	padding-bottom: 10px;
}

#UIBox #UItens .uViewer .case {
	padding: 20px;
}

#UIBox #UItens .uViewer .case .title {
	float: left;
	
	width: 100%;
	
	font-family: 'Segoe UI Light', Tahoma, Verdana;
	font-size: 25px;
	color: #888;
	
	padding-bottom: 20px;
	
	border-bottom: 1px solid #CCC;
}

#UIBox #UItens .uViewer .case .title p {
	font-size: 14px;
	color: #AAA;
}

#UIBox #UItens .uViewer .case .title2 {
	float: left;
	
	width: 100%;
	
	font-family: 'Segoe UI Light', Tahoma, Verdana;
	font-size: 20px;
	color: #AAA;
	
	padding: 10px 0 10px 0;
	
	border-bottom: 1px solid #CCC;
}

#UIBox #UItens .uViewer .case .fieldCase {
	float: left;
	
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	
	padding: 10px 10px 10px;
	
	background: #FFF;
	
	text-align: justify;
	
	font-family: 'Segoe UI Light', Tahoma, Verdana;
	font-size: 18px;
	color: #888;
	
	border-bottom: 1px solid #F5F5F5;
}

#UIBox #UItens .uViewer .case .fieldCase:nth-of-type(odd) {
	background: #FAFAFA;
}

#UIBox #UItens .uViewer .case .fieldCase:last-child {
	margin-bottom: 10px;
}

#welcome {
	float: left;
	
	width: 100%;
	
	background: #FAFAFA;
	
	text-align: center;
	
	border-bottom: 1px solid #DDD;
	
	font-family: 'Segoe UI Light', sans-serif;

}

#welcome .case {
	float: left;
	
	width: -webkit-calc(100% - 40px);
	
	padding: 20px;
}

#welcome .case .avatar {
	position: relative;
	float: left;
	
	width: 150px;
	height: 150px;
	
	background: #DDD url(../img/logo/arrows.png) no-repeat center;
		
	margin-right: 20px;
	
	overflow: hiddden;
}

#welcome .case .avatar:hover .replace {
	opacity: 1;
}

#welcome .case .name {
	float: left;
	
	width: -webkit-calc(100% - 170px);
	width: -moz-calc(100% - 170px);
	width: -khtml-calc(100% - 170px);
	width: calc(100% - 170px);
	
	text-align: left;
	font-size: 28px;
	color: #999999;
}

#welcome .case .email {
	float: left;
	
	width: -webkit-calc(100% - 170px);
	width: -moz-calc(100% - 170px);
	width: -khtml-calc(100% - 170px);
	width: calc(100% - 170px);
	
	text-align: left;
	font-size: 14px;
	color: #AAA;
}

#welcome .case .avatar .replace {
	position: absolute;
	
	width: 100%;
	
	left: 0;
	bottom: 0;
	
	padding: 5px 0 5px;
	
	background: rgb(220, 133, 61);
	
	text-align: center;
	font-size: 10px;
	color: #FFF;
	
	opacity: 0;
	
	cursor: pointer;
}

#empty {
	float: left;
	
	width: 100%;
	
	padding: 20px 0 20px;
	
	background: #FAFAFA;
	
	text-align: center;
	
	border-bottom: 1px solid #DDD;
}

#empty .case {
	padding: 10px;
}

#empty .case .title {
	float: left;
	
	width: 100%;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 30px;
	color: #888;
}

#empty .case .title p {	
	width: 100%;
	
	font-size: 15px;
	color: #AAA;
}

#UIBox #UItens .item, #UIBox #UItens .item:visited {
	position: relative;
	float: left;
	
	width: 100%;
	height: 75px;
	
	border-bottom: 1px solid #DDD;
	
	cursor: pointer;
}

#UIBox #UItens .active.item {
	background: #EEE !important;
}

#UIBox #UItens .active.item:after {
    content: '';
	
    position: absolute;
	
    top: 50%;
    right: -10px;
	
	margin-top: -10px;
	
	height:20px;
    width:20px;
    
    background: #FFF;
	
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	
	-webkit-transform:rotate(45deg);
	-moz-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
    transform: rotate(45deg);
   	
	z-index: 1;
}

#UIBox #UItens .blocked.item {
	background: #FFC0CB;
	
	border: 1px solid #800000;
	border-left: none;
	border-right: none;
}

#UIBox #UItens .unread.item {
	background: #FAFAFA;
}

#UIBox #UItens .unread.item .case span.title{
	font-weight: bold;
}

#UIBox #UItens .unread.item:hover {
	background: #e7ebf2;
}

#UIBox #UItens .item:hover {
	background: #f4f6f9;
}

#UIBox #UItens .item:active {
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-khtml-transform: scale(0.99);
	transform: scale(0.99);
}

#UIBox #UItens .item:active:after {
	right: -12px;
}

/*#UIBox #UItens .item:last-child {
	border-bottom: none;
}*/

#UIBox #UItens .item .case {
	padding: 10px;
}

#UIBox #UItens .item .case span.title {
	position: relative;
	float: left;
	
	width: 100%;
	
	font-size: 12px;
	color: #888;
	
	text-transform: uppercase;
}

#UIBox #UItens .item .case .icons {
	float: left;
	
	width: 15px;
		
	margin-right: 10px;
}

#UIBox #UItens .item .case .icons .unread {
	float: left;
	
	width: 15px;
	height: 15px;
	
	background: url(../modules/uMensagens/img/icons/unread.png) no-repeat center;
	
	margin-bottom: 5px;
}

#UIBox #UItens .item .case .icons .read {
	float: left;
	
	width: 15px;
	height: 15px;
	
	background: url(../modules/uMensagens/img/icons/read.png) no-repeat center;
	
	margin-bottom: 5px;
}


#UIBox #UItens .item .case .info {
	float: left;
	
	width: -webkit-calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: -o-calc(100% - 25px);
	width: -ms-calc(100% - 25px);
	width: calc(100% - 25px);
}


#UIBox #UItens .item .case span.subtitle {
	float: left;
	
	width: 100%;
	
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 11px;
	color: #AAA;
	
	padding-bottom: 10px;
	margin-bottom: 10px;
	
	border-bottom: 1px solid #EEE;
}

#UIBox #UItens .item .case .text {
	float: left;
	
	width: 100%;
	
	font-size: 11px;
	color: #AAA;
}

#UIBox .uCover {
	float: left;
	
	width: 250px;
	height: 100%;
	
	padding: 10px 10px 0px 10px;
	
	background: #FAFAFA;
	
	border-right: 1px solid #CCC;
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}