*{ margin:0; padding:0;}

body{ font:100% normal Arial, Helvetica, sans-serif; 
background: linear-gradient(45deg, #9484b4 0%,#eb9485 60%,#f4cb91 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9484b4', endColorstr='#f4cb91',GradientType=1 );
}

form,input,select,textarea{margin:0; padding:0; }


h1 {
    color:#ffffff;
    font-size:18px;
    text-transform:uppercase;
    padding:5px 0 5px 5px;
    border-bottom:1px solid #161712;
    border-top:1px solid #161712;
}

a {
	color:#ccc;
}

header nav ul {
    padding:0px;
    margin:0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background: #9484b4;
	background: -moz-linear-gradient(45deg, #9484b4 0%, #eb9485 60%, #f4cb91 100%);
	background: -webkit-linear-gradient(45deg, #9484b4 0%,#eb9485 60%,#f4cb91 100%);
	background: linear-gradient(45deg, #9484b4 0%,#eb9485 60%,#f4cb91 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9484b4', endColorstr='#f4cb91',GradientType=1 );
    list-style:none;
    text-transform:uppercase;
    margin-bottom:50px;
    height:60px;
}

header nav ul li {
	font-size: 22px;
	display: inline;
	color: white;
}

header nav ul li a {
    padding: 14px 15px;
    display: inline-block;

    /*background-color:#ddd;*/
    color: white;
    text-decoration: none;
    border-bottom:3px solid transparent;
}

header nav ul li a:hover {
    /*background-color:rgba(255, 255, 255, 0.4);*/
    color: #9785B5;
    /*border-bottom:3px solid #9785B5;*/
    /*border-radius: 5px 5px 0px 0px;*/
}

section {
	margin:6%;
	padding-bottom:50px;
}
h2 {
	color:#9785B5;
	text-transform: uppercase;
	margin-bottom:20px;
}

label {
    width:100%;
    display: block;
	color:#666;
    padding:10px 0 10px 0;
}

label span {
    display: block;
    color:#666;
    font-size:12px;
    float:left;
    width:100px;
    text-align:right;
    padding:5px 20px 0 0;
}

input, textarea {
    padding:10px 10px;
    width: calc(100% - 22px);
    background:#fff;
    color:#666;
    border: 1px double #ccc;
}
select {
    padding:10px 10px;
    height:38px;
    width: 100%;
    background:#fff;
    color:#666;
    border: 1px double #ccc;
}
form {
	margin-bottom:40px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
}

.message{
    padding:7px 7px;
    width:350px;
    background:#262626;
    border-bottom: 1px double #171717;
    border-top: 1px double #171717;
    border-left:1px double #333333;
    border-right:1px double #333333;
    overflow:hidden;
    height:150px;
}

#salvar, #excluir, #autenticar, #classificar, #exportar, .voltar {
    margin-top:30px;
    height:30px;
    padding:4px 7px;
    background: #9785B5;
    position: relative;
    right:0px;
    width:100px;
    color:white;
    float:left;
    font-size:14px;
    height:40px;
    border-radius: 5px;
}
.voltar {
	background: #666;
}
#excluir{
	float:right;
}
#classificar{
	width:100%;
}
.navega {
   width:100%;
   border-spacing: 0;
}
.navega td {
	border-bottom:2px solid #ddd;
	padding:20px;
	color:#777;
	background-color: #fff;
	font-size:13px;
	cursor:pointer;
	max-width:300px; 
	overflow:hidden;
}
.navega td:nth-child(1){ display:none; }
.navega th {
    color: #666;
    background-color: #ddd;
    font-size:14px;
    padding: 15px 0 15px 0;
    font-weight: normal;
    white-space: nowrap;
}
.navega  th:nth-child(1){ display:none; }
.navega tr:hover {
    color: #fff;
    background-color: #9785B5;
}

.navega tr:hover td {
    background-color: transparent;
    color: #fff;
}
#paginacao {
	margin-top:40px;
	padding-top:40px;
	overflow:hidden;
	height:80px;
}
.btn-pagina {
	border:2px solid #ddd;
	padding:20px;
	margin-right:6px;
	height:25px;
	background-color:white;
	text-decoration: none;
	font-size:14px;
	color: #9785B5;
}
.btn-pagina:hover {
	color:#000;
	background-color:#ccc;
}
#incluir {
	position:fixed;
	right:30px;
	bottom:30px;
    border-radius: 100%;
    width: 60px;
    height: 46px;
    padding-top: 14px;
    text-align: center;
	background-color:#9785B5;
	box-shadow: 3px 3px 5px #888888;
	color: white;
	font-size:30px;
	cursor:pointer;
	text-decoration: none;
	display:none;
	
}
.exportar {
	margin-top:-25px;
	margin-right: 20px;
	text-align: right;
}
#autenticacao {
	background-color:white;
	margin:30%;
	padding:50px;
	padding-bottom:80px;
	margin-top: calc(50% - 450px);
	padding-top:100px;
	border-radius: 25px 25px 25px 25px;
	box-shadow: 0 24px 28px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#progressBar {
	background-color: #3E6FAD;
	width: 200px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	transition: .25s ease-out;
}

	.capa {
		background-image: url("../img/capa.png");
		background-position: center center;
		background-size: cover;
		height: 100px;
		width: 100%;
		text-align: center;
		display: block;
		margin-bottom:20px;
	}