/******   HACKIT   ******/
@charset "utf-8";


*{margin: 0;padding: 0;}

body, html{
	height: 100%;
}


body{
	background: -moz-radial-gradient(center, ellipse cover,  rgba(77,186,253,1) 0%, rgba(35,126,243,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(77,186,253,1)), color-stop(100%,rgba(35,126,243,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(77,186,253,1) 0%,rgba(35,126,243,1) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(77,186,253,1) 0%,rgba(35,126,243,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(77,186,253,1) 0%,rgba(35,126,243,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(77,186,253,1) 0%,rgba(35,126,243,1) 100%);


/* 
background-image: url(login.png);
background-position: center;
background-repeat: no-repeat;
 */

	color: #333;
	font-style: normal;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
}

#sunset{
	opacity: 0;
	content:"";

/* 	background: rgba(0, 0, 0, 0) radial-gradient(at center center, rgb(255, 85, 51) 0%, rgb(255, 170, 153) 100%) repeat scroll 0% 0%; */

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 100%;

	z-index: -1;

}

#sunset.on{
	opacity: 1;
	transition: opacity 2.5s;
}

/******   MEDIA   ******/
@media only screen and (max-width: 320px){
/******   MEDIA   ******/

body{
	background-size: auto 100%;
/* 	overflow: hidden; */
}


/******   MEDIA   ******/
}
/******   MEDIA   ******/







#rv3form{
	position: relative;
	height: 310px;
	padding: 0;
	top: 50%;
	margin: -150px auto;
}



@media screen and (max-width:500px) {
#rv3form{
	top: unset;
	margin: 12px auto;
}

}







.card-container {
	-webkit-perspective: 100vmax;
	   -moz-perspective: 100vmax;
		 -o-perspective: 100vmax;
			perspective: 100vmax;
	margin-bottom: 30px;
	position: relative;
	margin: 1vmax auto;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.card-container.static:hover .card,
.card-container.static.hover .card {
	-webkit-transform: none;
-moz-transform: none;
 -o-transform: none;
    transform: none;
}
/* flip speed goes here */
.card {
	 -webkit-transition: -webkit-transform .5s;
   -moz-transition: -moz-transform .5s;
     -o-transition: -o-transform .5s;
        transition: transform .5s;
-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
		-webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;
}

.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}
.card-container, .front, .back {
	width: 24vmax;
	height: 24vmax;
	min-width: 300px;
	min-height: 300px;
	border-radius: 4px;
}
.card .cover{
    height: 25%;
    overflow: hidden;
    border-radius: 4px 4px 0 0;

background: rgb(193,207,207);
background: -moz-radial-gradient(bottom, ellipse cover, rgba(193,207,207,1) 0%, rgba(86,157,197,1) 33%, rgba(54,124,173,1) 67%, rgba(21,57,117,1) 100%);
background: -webkit-radial-gradient(bottom, ellipse cover, rgba(193,207,207,1) 0%,rgba(86,157,197,1) 33%,rgba(54,124,173,1) 67%,rgba(21,57,117,1) 100%);
background: radial-gradient(ellipse at bottom, rgba(193,207,207,1) 0%,rgba(86,157,197,1) 33%,rgba(54,124,173,1) 67%,rgba(21,57,117,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1cfcf', endColorstr='#153975',GradientType=1 );

}
.card .cover img{
    width: 100%;
}
.card .user{
    display: block;
    position: relative;
    height: 100px;
    margin: -50px auto 0;
    overflow: hidden;
    width: 100px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid rgba(255,153,71,0.5);
    border-radius: 50%;
    width: calc(100% - 8px);
}

.card .user.large{
    height: 15vmax;
    margin: -7.5vmax auto 0;
    width: 15vmax;
}

.card .back .cover h3{
  margin: 0.125em;
  text-align: center;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 0 4px rgba(0,0,0,0.7);
  font-weight: normal;
}


.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 1vmax;
}
.card .content .main {
    min-height: 38%;
}

.card .back .content .main {
    height: 215px;
}
.card .name {
    text-align: center;
    text-transform: capitalize;
}

.card h3{

	font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1600 - 300)));
	line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));


/* 
    font-size: 3.3vmax;
    line-height: 3.5vmax;
 */
}

.card h4{
    font-size: 18px;
    line-height: 24px;
}



.card h3,
.card h4{
	margin: 1vmax 0;
}


.card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.card .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 1vmax;

	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
	line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));

}
.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    padding: 1vmax 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.card .header {
    padding: 1.5vmax 2vmax;
    height: 5%;
}
.card .motto{
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 1vmax;
    text-align: center;
}

.card .stats-container{
	width: 100%;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax(96px,1fr) );
}

.card .stats{
/* 
	display: inline-block;
	width: 30%;
 */
	text-align: center;
	margin: 0 1%;
	padding: 2vmax 0;
}

.card .stats:first-child{
	border-right: 1px solid #EEEEEE;
}
.card .stats:last-child{
	border-left: 1px solid #EEEEEE;
}

.card .stats h4{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
}
.card .stats p{
	color: #777777;
}

/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}


@media screen and (orientation:portrait) {
	.card-container, .front, .back {
		width: 24vmax;
		height: 24vmax;
	}


}/* @media screen and (orientation:portrait)*/

@media screen and (orientation:landscape) {
	.card-container, .front, .back {
		width: 24hmax;
		height: 24hmax;
	}
}/* @media screen and (orientation:landscape)*/




hr.fancy { border: 0; height: 1px; float:none; clear:both; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); margin:24px 0;}


.btnSVG{
	display: inline-block;
	width: 32px;
	height: 32px;

	border-radius: 16px;
	vertical-align: middle;

	background-color: #52a8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0));
	background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
	background-image: linear-gradient(top, #52a8e8, #377ad0);

	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	color: #fff;

}

.btnSVG svg{fill: #ffffff;}

.btnSVG:hover{
	background-color: #3e9ee5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9ee5), color-stop(100%, #206bcb));
	background-image: -webkit-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -ms-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -o-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	-webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
	box-shadow: inset 0 1px 0 0 #62b1e9;
	cursor: pointer;
}

.btnSVG.transparent{
	background-color: unset !important;
	background-image: unset !important;
	box-shadow: inset 0 1px 0 0 #ddd, 0 1px 2px 0 #ccc;
}

.btnSVG.transparent:hover{
	background-color: rgba(255,255,255,1) !important;
	background-image: unset !important;
}

.btnSVG.transparent svg{fill: rgba(0,0,0,0.5);}
.btnSVG.transparent:hover svg{fill: rgba(0,0,0,0.9);}


.btnInline {
	background-color: #52a8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0));
	background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
	background-image: linear-gradient(top, #52a8e8, #377ad0);
	border-top: 1px solid #4081af;
	border-right: 1px solid #2e69a3;
	border-bottom: 1px solid #20559a;
	border-left: 1px solid #2e69a3;
	border-radius: 4px;-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 2px #b3b3b3;
	color: #fff;
	padding: 4px 16px;
	text-align: center;
	text-shadow: 0 -1px 1px #3275bc;
	-webkit-background-clip: padding-box;
	margin: 4px;
	font-size:1em;
}

.btnInline:hover {
	background-color: #3e9ee5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9ee5), color-stop(100%, #206bcb));
	background-image: -webkit-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -ms-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -o-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	border-top: 1px solid #2a73a6;
	border-right: 1px solid #165899;
	border-bottom: 1px solid #07428f;
	border-left: 1px solid #165899;
	-webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
	box-shadow: inset 0 1px 0 0 #62b1e9;
	cursor: pointer;
	text-shadow: 0 -1px 1px #1d62ab;
}

.btnInline:active,
.btnInline.active {
	background: #3282d3;
	border: 1px solid #154c8c;
	border-bottom: 1px solid #0e408e;
	-webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
	box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
	text-shadow: 0 -1px 1px #2361a4;
	-webkit-background-clip: padding-box;
}

.btnInline[disabled],
.btnInline[disabled]:hover,
.btnInline[disabled]:active,
.redBtn[disabled],
.redBtn[disabled]:hover,
.redBtn[disabled]:active {
	background-color: #dadada;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f3f3f3));
	background-image: -webkit-linear-gradient(top, #dadada, #f3f3f3);
	background-image: -moz-linear-gradient(top, #dadada, #f3f3f3);
	background-image: -ms-linear-gradient(top, #dadada, #f3f3f3);
	background-image: -o-linear-gradient(top, #dadada, #f3f3f3);
	background-image: linear-gradient(top, #dadada, #f3f3f3);
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #cecece;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #8f8f8f;
	cursor: not-allowed;
	text-shadow: 0 -1px 1px #ebebeb;
}

.btnInline::-moz-focus-inner {
  border: 0;
  padding: 0; }

.btnInline.working{
	background-image: url(media/waiting.gif);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: right top;
}


.btnInline .glyph {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.btnInline .glyph.info {
	background-image:url('media/btn-info.png');
}

.btnInline .glyph.back {
	background-image:url('media/btn-back.png');
}

.btnInline:hover .glyph.info{
	background-image:url('media/btn-info-hover.png');
}




.rv3fade{

background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.5) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 25%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.5) 100%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 25%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.5) 100%);

	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rv3light{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	min-height: 340px;
	box-shadow: 0 0 15px rgb(0, 62, 100);
	border-radius:20px 4px 4px 4px;
	background-color: white;
	z-index:1002;
	opacity: 1;
	padding: 0;
	margin:-25% -150px;
	max-height: calc(100% - 2vmax);
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}

.rv3light.fullHeight{
	top: 1vmax;
	min-height: calc(100% - 2vmax);
	max-height: calc(100% - 2vmax);
	margin-top: 0;
}

	.rv3light h1{
		text-align: right;
		font-weight: normal;
		padding: 0 8px;
	}

	.rv3light p{
		margin:1em 0;
		line-height: 1.2;
		padding: 0 8px;
	}

.rv3light .title{
	background-color: rgba(255,255,255,0.8);
	position:static;
	position:-webkit-sticky;
	position:sticky;
	top:0;
	left:0;
	right:0;
	z-index: 1000000;
}

.rv3light .title.critical{
	background-color: rgba(255,0,0,0.8);
	color: #fff;
	text-shadow: 0 0 2px #000;
}


@media only screen
	and (max-device-width: 320px)
{
	.rv3light{
		width: 288px;
		height: 288px;
		margin: -152px -152px;
	}
}

.popUpClose{
	background-image:url(media/btn-close.png);
	background-repeat:no-repeat;
	background-position:center;

	width:43px;
	height:47px;

	position: absolute;
	left:-24px;
	top:-24px;
}
.popUpClose:hover{
	background-image:url(media/btn-close-over.png);
}

.rv3light .popUpClose{
	left:0px;
	top:0px;
}




.rv3light.twoThirds{
	left: 50%;
	width: calc(66% - 25px);
	min-width: 288px;
	margin:0 -32%;
}

.rv3light.full{
	width: calc(96% - 25px);
	min-width: 288px;
	margin:0 -48%;
}











































.tBack{
	position: absolute;

	left: 50%;
	top: 50%;
	margin: -256px 0 0 -156px;

	width: 0;
	height: 0;

	border-style: solid;
	border-width: 256px 0 256px 320px;
	border-color: transparent transparent transparent rgba(0,0,0,0.125);

	filter: blur(8px);
}


.tBack1{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -264px 0 0 -170px;

	width: 0; 
	height: 0; 

	border-style: solid;
	border-width: 264px 0 264px 340px;
	border-color: transparent transparent transparent rgba(128,128,128,0.25);
	filter: blur(4px);

}


.tInfo{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 24px 0 0 -128px;

	width: 0;
	height: 0;

	border-style: solid;
	border-width: 64px 192px 128px 0;
	border-color: transparent rgba(0,64,128,1) transparent transparent;

}
.tInfo img{
	position: absolute;
	left: 162px;
	top: 78px;
	border: none;
	margin: 0;
	padding: 0;
}
.tInfo p{
	color: #fff;
	text-align: center;
	position: absolute;
	top: 46px;
	left: 77px;
	width: 126px;
	font-family: monospace;
	font-size: 0.6em;
}


.tInfoBack{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 24px 0 0 -128px;

	width: 0;
	height: 0;

	border-style: solid;
	border-width: 64px 192px 128px 0;
	border-color: transparent rgba(0,64,128,0.5) transparent transparent;

	transform: rotateZ(8deg);
}


.tMain{
	position: absolute;

	left: 50%;
	top: 50%;
	margin: -214px 0 0 -138px;

	width: 0;
	height: 0;

	border-style: solid;
	border-width: 214px 0 214px 272px;
	border-color: transparent transparent transparent rgba(255,255,255,1);
}





/* 
.main{
	position: absolute;
	left: 50%;
	top: 50%;

	width: 256px;
	height: 256px;
	margin: -128px 0 0 -128px;
}

.main h1{font-weight: normal;padding: 1em 0 0;margin: 0; font-size: 1em;line-height: 1;}
.main h1 span{font-weight: bold;}

 */
/* 
.main .carousel{
	white-space: nowrap;
	overflow-x: hidden;
}
 */

/* 
.btnSVG{
	display: inline-block;
	width: 56px;
	height: 56px;
	margin: 8px 8px 0 0;

	border-radius: 28px;
	vertical-align: middle;

	background-color: #52a8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0));
	background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
	background-image: linear-gradient(top, #52a8e8, #377ad0);

	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	color: #fff;

}

.btnSVG svg{fill: #ffffff;}

.btnSVG:hover{
	background-color: #3e9ee5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9ee5), color-stop(100%, #206bcb));
	background-image: -webkit-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -ms-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -o-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	-webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
	box-shadow: inset 0 1px 0 0 #62b1e9;
	cursor: pointer;
}

.btnSVG.clicked{
	background-image: url(media/waiting.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.btnSVG.clicked svg{
	fill: transparent;
}

/* #pwd{display:none;} */

img.smallUser{
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
 */

/* Nao */

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1vmax 0;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	font-family: sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1em 0 1.6em 0;
	width: 100%;

	color: #fff;
	text-shadow:1px 1px 0px #000, 0 0 2px #000;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}




.input--nao {
	overflow: hidden;
	padding-top: 1em;
}

.input__field--nao {
	padding: 0.5em 0em 0.25em;
	width: 100%;
	background: transparent;
	color: #000;
	text-shadow: 1px 1px 0 #ccc,  0px 0px 2px #fefefe;
	font-size: 1.25em;
}

.input__field--nao:disabled {
	color:#666;
}


.input__label--nao {
	position: absolute;
	top: 0.95em;
	font-size: 0.9em;
	left: 0;
	display: block;
	width: 100%;
	text-align: left;
	padding: 0em;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
	transition: transform 0.2s 0.15s, color 1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.graphic--nao {
	stroke: #39f;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
	transition: transform 0.7s, stroke 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
} 

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
	color: #333;
	-webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
	transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
	stroke: #f93;
	-webkit-transform: translate3d(-66.6%, 0, 0);
	transform: translate3d(-66.6%, 0, 0);
}










#loginLogo{
	width: 64px;

	font-size:12px;
	text-align: right;
	background-image:url('media/logo.png');
	background-repeat: no-repeat;
	background-size: 1px;
	background-position: center center;
	-webkit-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
}

#loginLogo.loaded{
	background-size: 64px !important;
	background-position: center center;
	-webkit-transition: all 1.6s ease-out;transition: all 1.6s ease-out;
}




#rv3loginFoot{
position:absolute;
bottom:14px;
left:0px;
right:10px;
width: 100%;
}

#rv3loginFoot ul{
	list-style-type: none;
	margin: 1%;
	padding: 0;
	width: 96%;
}

#rv3loginFoot ul li{
	float:right;
	text-shadow:none;
	color:#000;
	font-size:12px;
	line-height: 28px;
	margin:0 4px;
	text-align: right;
	display:inline-block;
}

#rv3loginFoot ul li:first-child{
float:left;
min-width: 72px;
text-align:left;
cursor:pointer;
background-image:url('media/logo.png');
background-repeat: no-repeat;
background-position: 2px center;
background-size: 1px;
}

#rv3loginFoot ul li a{
padding:5px;
text-decoration: none;
color:#fff;
text-shadow: 1px 1px 0 #666,0px 0px 4px #aaa;
white-space: nowrap;
border-radius: 5px;-webkit-border-radius: 5px;
background-color: rgba(255,255,255,0.35);
	-webkit-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
}

#rv3loginFoot ul li a:hover{
	background:#f93;color:#fff;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#domInfoStatus{
	padding: 5px 5px 5px 16px !important;
	background-image: url(media/waiting.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px;
}

	#domInfoStatus.passed{
		background-image: url(media/dot-green.png);
	}
	#domInfoStatus.warning{
		background-image: url(media/dot-amber.png);
	}
	#domInfoStatus.failed{
		background-image: url(media/dot-red.png);
	}


@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
	-webkit-animation-name: wobble;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-name: wobble;
	animation-duration: 1s;
	animation-fill-mode: both;
}
