/*
		.fildset{
			display: inline-flex;
		}
		.block{
			display: inline-block;
			margin-right: 2em;
		}
		h3{
			text-align:center;
		}
		hr{
			border: 0;
			height: 3px;
			background-image: linear-gradient(to right, rgba(0,45,115,0), rgba(0,45,115,1), rgba(0,45,115,0));
		}
	*/	
		
		
		
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin:0;
}
form header {
  margin: 0 0 20px 0; 
}

.content{
	padding: 1px;
	margin: 1px 22%;
	text-align: justify;
}

form > section > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}


form > section > div > div {
  float: left;
  margin-right: 2vw;
}
h1,h3{
	text-align:center;
}
hr{
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, rgba(0,45,115,0), rgba(0,45,115,1), rgba(0,45,115,0));
}

@media (max-width: 600px) {
  form > section > div {
    margin: 0 0 15px 0; 
  }
  
  form > section > div > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
header{
	background-color:#002D73;
	width: 100%;
	height: 50px;
}
#logoContainer{
	width: 100%;
	height: 60px;
	border-bottom: 1px dotted #ccc;
}
#logo{
	background-image: url(/imagens/logoMenu.png);
	background-repeat: no-repeat;
    background-size: contain;
	margin: 20px 0 0 20px;
	max-width: 251px;
    padding: 10px 0;
	width: 12%;
	height: 50px;
}
#funcionarios{
//	width: 70%;
//	margin: 0 auto;
	padding: 20px 15%;
}
#btGerarPDF{
	background-image: url(../imagens/pdf-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 70px;
	border-style: none;
	background-color: #FFF;
}
button:hover{
	cursor: pointer;
	transform: scale(0.9,0.9);
}




/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  vertical-align:middle;
}

th:first-child {
 // border-top-left-radius:3px;
 border-left:none;
 border-top:none;
}
 
th:last-child {
 // border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border: 1px solid #C1C3D1;
  color:#000;
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border: 1px solid #22262e;
 
}
 
tr:first-child {
  border:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  text-align:left;
  vertical-align:middle;
  border-right: 1px solid #C1C3D1;
}

tr:hover td a{
	color:#FFF;
}

td:last-child {
	border-right: 0px;
}
tr:last-child {
	background: #1b1e24;
}
.menu{
	background-color: #1b1e24;
	color:#FFF;
	padding: 1px 0 1px 7%;
	text-align: justify;
//	margin: auto 2.8em;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}
.menu a {
	color:#FFF;
}