/* CSS Reset */

html, body, div, p{
  margin: 0;
  padding: 0;
  border: 0;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	margin: 30px 0px 10px 0px;
}

h2 {
	background: #dff0d8;
	color: #468847;
	padding: 10px;
	font-size: 16px;
	margin: 0;
}

p {
	padding: 10px;
}

body {
	font-family: 'Roboto', sans-serif;
}

/* CSS MENU */

#menu {
	width: 100%; height: 60px;
	background: #111 url(../images/fundo-menu.png) repeat-x;
	background: #ddd;
	border-bottom: 2px solid #211674;
}

#menu img {
	margin: 5px 10px;
	float: left;
}

#menu ul {
	float: right;
	margin-top: 1px;
}

#menu ul li {
	float: left;
	padding: 20px 10px;
	list-style: none;
}

#menu ul li:hover, .atual {
	background: #bbb;
}

#menu ul li a {
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.preview {
	background: #669933;
	padding: 10px 10px !important;
	margin-top: 10px;
}

.sair {
	background: #991d00;
	padding: 10px 10px !important;
	margin-top: 10px;
}

.separador-vertical {
	width: 1px;
	height: 100%;
	background: #ccc;
	border-left: #959595 1px solid;
	margin: 0px 10px;
	float: right;
}

/* CSS CONTEUDO */

#conteudo {
	width: 940px;
	margin: auto;
	margin-top: 60px;
}

#formlogin {
	margin-top: 60px;
}

.direita {
	float: left;
	width: 500px;
}

.textbox {
	width: 520px;
	margin-left: 340px;
	margin-bottom: 20px;
	margin-top: -40px;
}

.esquerda {
	float: left;
	width: 300px;
	margin-right: 20px;
}

label, input, textarea, select {
	background: none;
	border: none;
	padding: 10px;
	margin-bottom: 10px;
	height: 20px;
	font-size: 18px;
}

label {
	text-align: right;
	padding-top: 12px;
	padding-bottom: 8px;
	
}

input, textarea, select {
	background: #eee;
	font-family: 'Roboto', sans-serif;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	border: 1px solid #d6d6d6;
}

textarea {
	height: 80px;
}

select {
	width: 522px;
	float: left;
	height: 43px;
}

.longa {
	height: 160px;
}

.ano {
	width: 80px;
	margin-right: 10px;
}

.cv {
	width: 389px;
}

#tipocv {
	width: 429px;
	margin-left: 340px;
	margin-right: 10px;
}

.botao {
	width: 524px;
	clear: both;
	background: #111;
	height: 45px;
	margin-left: 340px;
	padding: 10px;
	color: #fff;
	cursor: pointer;
}

.botao-salvar, .botao-cv {
	background: #47c12c;
	padding: 5px 8px;
	color: #fff;
	cursor: pointer;
	float: left;
	text-decoration: none;
	font-size: 16px;
	margin-right: 5px;
	margin-bottom: 40px;
	border-radius: 0px;
	border: none;
	float: right;
	margin-left: 400px;
	margin-right: 80px;
	height: auto;
}

.botao-cv{
	margin: 0px;
	float: left;
	margin-top: 5px;
}

.ajax-file-upload {
	background: #13648d !important;
	padding: 5px 8px !important;
	color: #fff !important;
	cursor: pointer !important;
	font-size: 16px !important;
	border-radius: 0px !important;
	border: none !important;
}

#voltar {
	width: 50px;
	height: 73px;
	float: left;
	margin-left: 265px;
}

#atualizado {
	width: 520px;
	margin-left: 340px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #d6e9c6;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
}

.clear {
	clear: both;
}

#listaimagens {
	width: 520px;
	margin-left: 340px;
	list-style: none;
	padding: 0px;
}

#listaimagens li {
	vertical-align:middle;
	padding:5px;
	border:1px solid #d6d6d6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	list-style: none;
	margin-bottom: 5px;	
}

#listaimagens li img {
	max-width: 100px;
	min-width: 100px;
	float: left;
}

.tabela {
	width: 333px;
	float: left;
	padding-left: 5px;
	padding-top: 2px;
}

.media {
	width: 140px;
}

.pequena {
	width: 65px;
}

.pequenina {
	width: 45px;
}

.grande {
	width: 690px;
}

.grandinha {
	width: 535px;
}

#listajogadores, #listatemas, #listaexposicoes, #cvs, #textos {
	border-top: 1px solid #333;
	width: 830px;
	margin-left: 30px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#textos {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#listajogadores ul, #listatemas ul, #listaexposicoes ul, #cvs ul, #textos ul {
	margin-top: 40px;
	padding: 0;
}

#listajogadores ul li, #listatemas ul li, #listaexposicoes ul li, #cvs ul li, #textos ul li {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	background: #f3f3f3;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}

#listajogadores ul li:hover, #listatemas ul li:hover, #listaexposicoes ul li:hover, #cvs ul li:hover, #textos ul li:hover {
	background: #e9e9e9;
}

.botao-imagens, .botao-editar, .travar, .travartexto, .botao-excluir, .botao-excluirtexto,  .botao-adicionar, .botao-apagar, .botao-apagar-tema, .destacar, .botao-obras, .botao-views, .botao-video, .botao-apagar-caracteristica {
	background: #47c12c;
	padding: 5px 8px;
	color: #fff;
	cursor: pointer;
	float: left;
	text-decoration: none;
	font-size: 12px;
	margin-right: 5px;
}

.botao-editar {
	padding: 7px 8px;
	font-size: 16px;
}

.botao-editar-galeria {
	background: #47c12c;
	color: #fff;
	cursor: pointer;
	float: left;
	text-decoration: none;
	margin-right: 5px;
	font-size: 16px;
	margin-left: 270px;
	margin-top: 2px;
	padding: 7px 8px;
	font-family: 'Roboto', sans-serif;	
}

.photographers {
	margin-left: 255px;
}

.botao-editar-exposicao {
	background: #47c12c;
	color: #fff;
	cursor: pointer;
	float: left;
	text-decoration: none;
	margin-right: 5px;
	font-size: 16px;
	margin-left: 183px;
	margin-top: 2px;
	padding: 5px 8px;
	font-family: 'Roboto', sans-serif;	
}

.destacar {
	font-family: 'Roboto', sans-serif;
	background: #8d8d8d;
	cursor: pointer;
}

.tanahome {
	background: #13648d;
}

.travar, .travartexto {
	background: #ef8a14;
}

.destravado {
	background: #2c8ec1;
}

.botao-excluir, .botao-excluirtexto {
	background-color:#e4685d;
}

.botao-imagens {
	margin-left: 10px;
}

.botao-adicionar {
	font-size: 16px;
	float: none;
	margin: 20px 0px 20px 716px;
	width: 130px;
}

.botao-video {
	width: 70px;
	margin-left: 776px;
	font-size: 16px;
}

.botao-apagar, .botao-apagar-tema, .botao-apagar-caracteristica {
	background-color:#e4685d;
	height: auto;
	border: none;
	border-radius: 0px;
	font-size: 16px;
	float:right;
}

#form-adicionar {
	display: none;
}

em {
	display: none;
}

.error {
	border-color:#e4685d;
}

.imagem {
	margin-left: 340px;
	margin-bottom: 10px;
}

.imagem img {
	max-height: 200px;
	max-width: 200px;
}

#excluir-pdf {
	margin-right: 80px;
    margin-top: 16px;
    margin-bottom: 16px;
}
