﻿/* Stylesheet */


/* Imports */

/*@import url(animate.css);*/


@font-face {
  font-family: 'OpenSansLocal';
  src: url('OpenSans-Bold.ttf') format('truetype');
}

/* Basics */

html, body {
	width: 100%;
	/*height: 100%;*/
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	/*background: #f0f0f0;*/
	background: #ffffff;
	
}

#container {
	/*position: fixed;*/
	width: 630px;
	/*height: 280px;*/
	top: 10%;
	left: 10%;
	margin: 20px 20px 20px 10px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

#topo {
	color: #777777;
	font-family: "OpenSansLocal","Helvetica Neue",Helvetica,sans-serif;
	font-size: 37px;
	letter-spacing: -2px;
	margin-left: 10px;
}

#informacao {
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 3px;
	color: #c09853;
	font-size: 13px;
	margin: 18px;
	padding: 10px;
}

form {
	margin: 0 auto;
	margin-top: 10px;
}

label {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
}

.dica {
	font-size: 14px;
	color: #aaa;
	margin-left: 18px;
}

.erro {
	font-size: 14px;
	color: #ff0000 ;
	margin-left: 18px;
	margin-right: 18px;
}

p a:hover {
	color: #555;
}

input, select {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	outline: none;
}

input:before{
}

select,
input[type=text],
input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 290px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
}

input[type=text]:hover,
input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

input[type=text]:focus,
input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

.inputTextErro {
	border: 1px solid #ff0000 !important;
	box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.4) inset, 0 0 0 5px #ffc1c1 !important;
}


#lower {
	background: #ecf2f5;
	width: 100%;
	height: 69px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}

.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

input[type=button] {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 150px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #acd6ef; /*IE fallback*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	border-radius: 3px;
	border: 1px solid #66add6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

input[type=button]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

input[type=button]:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
	background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
	background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}

#arquivoNaoEncontrado {
	background-color: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 3px;
	color: #fff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 18px;
	padding: 10px;	
}

#arquivoNaoEncontrado:before {
   font-family: FontAwesome;
   content: "\f057";
}

#arquivoPesquisando {
	color: #b5b5b5;
	float: left;
	font-size: 13px;
	margin: 18px;
	padding: 10px;
}

#arquivoPesquisando:before {
   font-family: FontAwesome;
   content: "\f110";
}

#contatoCampus:before {
   font-family: FontAwesome;
   content: "\f095";
}


