* {
	margin:0;
	padding:0;
}

body{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: #fff;
}

#container {
	width: 750px;
	margin: 0 auto;
}

#body_tabela {
	width: 90%;
	padding: 0px 20px;
}

#topo {
	height: 150px;
	background: url(../imagens/cabecalho.jpg) no-repeat center;
	padding-top: 25px;
	/*border: 1px solid red;*/
}

fieldset {
	padding: 30px;
	/*margin:20px;*/
}

input {
	height: 40px;
	width: 80%;
	font-size: 18px;
	margin-bottom: 10px;
	background-color: #fff;
	padding-left: 40px;
	border: none;
	background-repeat: no-repeat;
	background-position: 10px;
}

textarea {
	width: 20em;
	height: 10em;
}

input.checkbox, input.submit {
	width: auto;
}

body{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

legend {
	font-weight: bold;
}

label {
	padding-top: 2em;
	display: block;
	cursor: pointer;
	font-weight: bold;
}

#horas label {
	padding-top: 2em;
	display: inline;
	cursor: pointer;
	font-weight: bold;
}

select {
	height: 40px;
	width: 80%;
	font-size: 1em;
	margin-bottom: 10px;
	background-color: #fff;
	padding-left: 40px;
	border: none;
	background-repeat: no-repeat;
	background-position: 10px;
}

input:focus { 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

select:focus { 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

#submeter {
	background-color:#64bee2;
	font-size: 1.2em;
	font-weight: normal;
	width: 30%;
	padding: 10px 22px;
	color: white;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	height: 40px;
  }

  #submeter:hover {
	background-color: #1064eb;
	border: #000;
}
  
[type="date"] {
	background:#fff url(../imagens/calendar2.png)  97% 50% no-repeat ;
	font-size: 1.2em;
	font-weight: normal;
	width: 30%;
}

[type="date"]::-webkit-inner-spin-button {
	display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}
  
.diafinal {
	color:#000;
	text-decoration: none;
}

.radio_hora input.radio {
	height: 10px;
	width: 20px;
	margin-right: 1em;
}
  /* página MARCAÇÕES - TABELA */
  #myInput {
  background-image: url('../imagens/search.png'); /* Add a search icon to input */
  background-position: 5px 6px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  background-size: 32px 32px;
  width: 25%; /* Full-width */
  float: right;
  font-size: 16px; /* Increase font-size */
  padding: 0px 20px 0px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#alterna {
	float: right;
	margin-left: 12px;
  }
  

#searchloja {
	width: 21%; /* Full-width */
	float: left;
	font-size: 16px; /* Increase font-size */
	margin-bottom: 12px; /* Add some space below the input */
	border: 1px solid #ddd; /* Add a grey border */
	padding-left: 20px;
}

  #searchdia {
	width: 18%; /* Full-width */
	float: left;
	font-size: 16px; /* Increase font-size */
	margin-bottom: 12px; /* Add some space below the input */
	margin-left: 20px;
	border: 1px solid #ddd; /* Add a grey border */
	padding-left: 20px;
  }
  

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}

#myTable th, #myTable td {
  text-align: center; /* Left-align text */
  padding: 12px; /* Add padding */
}

#myTable th {
	cursor: pointer;
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  	background-color:#9bdcf8; /*#f1f1f1;*/
}

#myTable.red tr.header, #myTable.red tr:hover {
	/* Add a grey background color to the table header and on hover */
		background-color:#eba6a6; /*#f1f1f1;*/
  }
  

tr:nth-child(even) {
	background-color: #f2f2f2;
}

#atualizar {
	border: 0;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 6px;
}

#ihora{
	height: 300px;
  }