
@media screen and (min-width: 768px) {
	
	#myModal .modal-dialog  {width:900px;}

}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
table{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-collapse: collapse;
}



thead tr{
	color: white;
  background-color: #A0412C; //cor da barra principal
	border-top: 1px solid black;
	border-bottom: 1px solid black;
  
}
.nova_consulta {
    background: #fff none repeat scroll 0 0;
}


tfoot tr{
	background-color: #FFDB4A; //cor da barra final
}

thead th{
	padding: 0.5em;
	white-space: nowrap;
}

tfoot th{
	font-size: 110%;
	text-align: right;
	padding-right: 0.5em;
	letter-spacing: 1px;
	background:  
}

tfoot td{
	padding-left: 0.5em;
	color: red;
	font-size: 110%;
	font-weight: 600;
}

tfoot td:hover{
	background-color: #FFDB4A;
	color: white;
}

tr{
	background-color: #FFFFFF;
}

tr.odd{
	background-color: #FFFFFF;
}

tbody tr:hover{
	background-color: #CCCCCC; // cor da linha em destaque
}

td, th{
	border: 1px dotted #CCCCCC;
}

tbody td
{
	padding: 0.4em;
}

td a:link, th a:link{
	color: black;
}

td a:visited, th a:visited{
	color: black;
	text-decoration: line-through;
}

td a:hover, th a:hover{
	color: purple;
	text-decoration: underline;
}

td:last-child a:hover{
	color: green;
	
}



