.footable {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: 'trebuchet MS', 'Lucida sans', Arial;
	font-size: 12px;
	color: #444444;
	background: #ffffff;
	width: 98%;
	margin: 1%;
}
.footable > thead > tr:first-child > th.footable-first-column,
.footable > thead > tr:first-child > td.footable-first-column {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.footable > thead > tr:first-child > th.footable-last-column,
.footable > thead > tr:first-child > td.footable-last-column {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.footable > thead > tr:first-child > th.footable-first-column.footable-last-column,
.footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.footable > thead > tr > th,
.footable > thead > tr > td {
	/*background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FAFAFA, #EFEFEF);
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 0 0;
    box-shadow: none;*/
	background-color: #52b9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EFEFEF));
	background-image: -webkit-linear-gradient(top, #FAFAFA, #EFEFEF);
	background-image: -moz-linear-gradient(top, #FAFAFA, #EFEFEF);
	background-image: -ms-linear-gradient(top, #FAFAFA, #EFEFEF);
	background-image: -o-linear-gradient(top, #FAFAFA, #EFEFEF);
	background-image: linear-gradient(to bottom, #FAFAFA, #EFEFEF);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.footable > thead > tr > th.th_verde,
.footable > thead > tr > td.th_verde {
  background-color: #006600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006600), to(#00A600));
  background-image: -webkit-linear-gradient(top, #006600, #00A600);
  background-image: -moz-linear-gradient(top, #006600, #00A600);
  background-image: -ms-linear-gradient(top, #006600, #00A600);
  background-image: -o-linear-gradient(top, #006600, #00A600);
  background-image: linear-gradient(to bottom, #006600, #00A600);
  color: #FFFFFF;
}

.footable > thead > tr > th.th_verde:hover,
.footable > thead > tr > td.th_verde:hover {
  background-color: #00A600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00A600), to(#006600));
  background-image: -webkit-linear-gradient(top, #00A600, #006600);
  background-image: -moz-linear-gradient(top, #00A600, #006600);
  background-image: -ms-linear-gradient(top, #00A600, #006600);
  background-image: -o-linear-gradient(top, #00A600, #006600);
  background-image: linear-gradient(to bottom, #00A600, #006600);
  color: #FFFFFF;
}

.footable > thead > tr > th.th_vermelho,
.footable > thead > tr > td.th_vermelho {
  background-color: #CC0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CC0000), to(#FF0404));
  background-image: -webkit-linear-gradient(top, #CC0000, #FF0404);
  background-image: -moz-linear-gradient(top, #CC0000, #FF0404);
  background-image: -ms-linear-gradient(top, #CC0000, #FF0404);
  background-image: -o-linear-gradient(top, #CC0000, #FF0404);
  background-image: linear-gradient(to bottom, #CC0000, #FF0404);
  color: #FFFFFF;
}

.footable > thead > tr > th.th_vermelho:hover,
.footable > thead > tr > td.th_vermelho:hover {
  background-color: #FF0404;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0404), to(#CC0000));
  background-image: -webkit-linear-gradient(top, #FF0404, #CC0000);
  background-image: -moz-linear-gradient(top, #FF0404, #CC0000);
  background-image: -ms-linear-gradient(top, #FF0404, #CC0000);
  background-image: -o-linear-gradient(top, #FF0404, #CC0000);
  background-image: linear-gradient(to bottom, #FF0404, #CC0000);
  color: #FFFFFF !IMPORTANT;
}

.footable > thead > tr > th.th_amarelo,
.footable > thead > tr > td.th_amarelo {
  background-color: #FBC900;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FBC900), to(#FFD83C));
  background-image: -webkit-linear-gradient(top, #FBC900, #FFD83C);
  background-image: -moz-linear-gradient(top, #FBC900, #FFD83C);
  background-image: -ms-linear-gradient(top, #FBC900, #FFD83C);
  background-image: -o-linear-gradient(top, #FBC900, #FFD83C);
  background-image: linear-gradient(to bottom, #FBC900, #FFD83C);
  color: #FFFFFF;
}

.footable > thead > tr > th.th_amarelo:hover,
.footable > thead > tr > td.th_amarelo:hover {
  background-color: #FFD83C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD83C), to(#FBC900));
  background-image: -webkit-linear-gradient(top, #FFD83C, #FBC900);
  background-image: -moz-linear-gradient(top, #FFD83C, #FBC900);
  background-image: -ms-linear-gradient(top, #FFD83C, #FBC900);
  background-image: -o-linear-gradient(top, #FFD83C, #FBC900);
  background-image: linear-gradient(to bottom, #FFD83C, #FBC900);
  color: #FFFFFF !IMPORTANT;
}

.footable > thead > tr > th.th_cinza,
.footable > thead > tr > td.th_cinza {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#646464));
  background-image: -webkit-linear-gradient(top, #333333, #646464);
  background-image: -moz-linear-gradient(top, #333333, #646464);
  background-image: -ms-linear-gradient(top, #333333, #646464);
  background-image: -o-linear-gradient(top, #333333, #646464);
  background-image: linear-gradient(to bottom, #333333, #646464);
  color: #FFFFFF;
}

.footable > thead > tr > th.th_cinza:hover,
.footable > thead > tr > td.th_cinza:hover {
  background-color: #646464;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#333333));
  background-image: -webkit-linear-gradient(top, #646464, #333333);
  background-image: -moz-linear-gradient(top, #646464, #333333);
  background-image: -ms-linear-gradient(top, #646464, #333333);
  background-image: -o-linear-gradient(top, #646464, #333333);
  background-image: linear-gradient(to bottom, #646464, #333333);
  color: #FFFFFF !IMPORTANT;
}
.footable > thead > tr > th.footable-first-column,
.footable > thead > tr > td.footable-first-column {
  border-left: none;
}
.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eeeeee;
}
.footable.breakpoint > tbody > tr.footable-row-detail > .footable-row-detail-cell {
  border-left: none;
}
.footable > tbody img {
  vertical-align: middle;
}
.footable > tbody > tr {
  background: #ffffff;
}

.footable > tbody > tr.linha_verde > td {
  background-color: #006600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006600), to(#00A600));
  background-image: -webkit-linear-gradient(top, #006600, #00A600);
  background-image: -moz-linear-gradient(top, #006600, #00A600);
  background-image: -ms-linear-gradient(top, #006600, #00A600);
  background-image: -o-linear-gradient(top, #006600, #00A600);
  background-image: linear-gradient(to bottom, #006600, #00A600);
  color: #FFFFFF;
}

.footable > tbody > tr.linha_verde:hover > td {
  background-color: #00A600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00A600), to(#006600));
  background-image: -webkit-linear-gradient(top, #00A600, #006600);
  background-image: -moz-linear-gradient(top, #00A600, #006600);
  background-image: -ms-linear-gradient(top, #00A600, #006600);
  background-image: -o-linear-gradient(top, #00A600, #006600);
  background-image: linear-gradient(to bottom, #00A600, #006600);
  color: #FFFFFF !IMPORTANT;
}

.footable > tbody > tr.linha_vermelha > td {
  background-color: #CC0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CC0000), to(#FF0404));
  background-image: -webkit-linear-gradient(top, #CC0000, #FF0404);
  background-image: -moz-linear-gradient(top, #CC0000, #FF0404);
  background-image: -ms-linear-gradient(top, #CC0000, #FF0404);
  background-image: -o-linear-gradient(top, #CC0000, #FF0404);
  background-image: linear-gradient(to bottom, #CC0000, #FF0404);
  color: #FFFFFF;
}

.footable > tbody > tr.linha_vermelha:hover > td {
  background-color: #FF0404;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0404), to(#CC0000));
  background-image: -webkit-linear-gradient(top, #FF0404, #CC0000);
  background-image: -moz-linear-gradient(top, #FF0404, #CC0000);
  background-image: -ms-linear-gradient(top, #FF0404, #CC0000);
  background-image: -o-linear-gradient(top, #FF0404, #CC0000);
  background-image: linear-gradient(to bottom, #FF0404, #CC0000);
  color: #FFFFFF !IMPORTANT;
}

.footable > tbody > tr.linha_amarela > td {
  background-color: #FBC900;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FBC900), to(#FFD83C));
  background-image: -webkit-linear-gradient(top, #FBC900, #FFD83C);
  background-image: -moz-linear-gradient(top, #FBC900, #FFD83C);
  background-image: -ms-linear-gradient(top, #FBC900, #FFD83C);
  background-image: -o-linear-gradient(top, #FBC900, #FFD83C);
  background-image: linear-gradient(to bottom, #FBC900, #FFD83C); 
}

.footable > tbody > tr.linha_amarela:hover > td {
  background-color: #FBC900;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD83C), to(#FBC900));
  background-image: -webkit-linear-gradient(top, #FFD83C, #FBC900);
  background-image: -moz-linear-gradient(top, #FFD83C, #FBC900);
  background-image: -ms-linear-gradient(top, #FFD83C, #FBC900);
  background-image: -o-linear-gradient(top, #FFD83C, #FBC900);
  background-image: linear-gradient(to bottom, #FFD83C, #FBC900);
}

.footable > tbody > tr.linha_cinza > td {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#646464));
  background-image: -webkit-linear-gradient(top, #333333, #646464);
  background-image: -moz-linear-gradient(top, #333333, #646464);
  background-image: -ms-linear-gradient(top, #333333, #646464);
  background-image: -o-linear-gradient(top, #333333, #646464);
  background-image: linear-gradient(to bottom, #333333, #646464);
  color: #FFFFFF;
}

.footable > tbody > tr.linha_cinza:hover > td {
   background-color: #646464;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#333333));
  background-image: -webkit-linear-gradient(top, #646464, #333333);
  background-image: -moz-linear-gradient(top, #646464, #333333);
  background-image: -ms-linear-gradient(top, #646464, #333333);
  background-image: -o-linear-gradient(top, #646464, #333333);
  background-image: linear-gradient(to bottom, #646464, #333333);
  color: #FFFFFF !IMPORTANT;
}

.footable > tbody > tr.linha_verde > td a,
.footable > tbody > tr.linha_vermelha > td a,
.footable > tbody > tr.linha_cinza > td a,
.footable > tbody > tr.linha_verde > td a:hover,
.footable > tbody > tr.linha_vermelha > td a:hover,
.footable > tbody > tr.linha_cinza > td a:hover {
	color: #FFFFFF;
}

.footable > tbody > tr.linha_amarela > td a,
.footable > tbody > tr.linha_amarela > td a:hover {
	color: #111111;
}

.footable > tbody > tr:hover {
	background-color: #F4F4F4;
}
.footable > tbody > tr:last-child > td.footable-first-column {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.footable > tbody > tr:last-child > td.footable-last-column {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
.footable > tbody > tr:last-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.footable > tbody > tr > td {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 5px;
  text-align: left;
}

.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}

.footable > tfoot > tr > th,
.footable > tfoot > tr > td {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border-top: 1px solid #cccccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.footable .pagination {
  margin: 20px 0;
}
.footable .pagination > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}
.footable .pagination > ul > li {
  display: inline;
}
.footable .pagination > ul > li > a,
.footable .pagination > ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-left-width: 0;
}
.footable .pagination > ul > li:first-child > a,
.footable .pagination > ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px;
}
.footable .pagination > ul > li:last-child > a,
.footable .pagination > ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.footable .pagination > ul > li > a:hover,
.footable .pagination > ul > li > a:focus,
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  background-color: #eeeeee;
}
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  color: #444444;
  cursor: default;
}
.footable .pagination > ul > .disabled > span,
.footable .pagination > ul > .disabled > a,
.footable .pagination > ul > .disabled > a:hover,
.footable .pagination > ul > .disabled > a:focus {
  color: #cccccc;
  cursor: default;
  background-color: #ebf3fc;
}
.footable .pagination.pagination-centered {
  text-align: center;
}
.footable .pagination.pagination-right {
  text-align: center;
}
.footable-odd {
  background-color: #f7f7f7;
}

.align_right {text-align: right !IMPORTANT; }
.align_left {text-align: left !IMPORTANT; }
.align_center {text-align: center !IMPORTANT; }
.celula_cinza {
	background-color: #FDFDFD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#EFEFEF));
	background-image: -webkit-linear-gradient(top, #FDFDFD, #EFEFEF);
	background-image: -moz-linear-gradient(top, #FDFDFD, #EFEFEF);
	background-image: -ms-linear-gradient(top, #FDFDFD, #EFEFEF);
	background-image: -o-linear-gradient(top, #FDFDFD, #EFEFEF);
	background-image: linear-gradient(to bottom, #FDFDFD, #EFEFEF);	
}

.tabela tr th { 
	background-color: #FDFDFD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#EFEFEF));
	background-image: -webkit-linear-gradient(top, #FDFDFD, #EFEFEF);
	background-image: -moz-linear-gradient(top, #FDFDFD, #EFEFEF);
	background-image: -ms-linear-gradient(top, #FDFDFD, #EFEFEF);
	background-image: -o-linear-gradient(top, #FDFDFD, #EFEFEF);
	background-image: linear-gradient(to bottom, #FDFDFD, #EFEFEF);	 
	padding: 10px;
}

.tabela tr th a { color: #333333; text-decoration: none; }
.tabela tr th a:hover { color: #444444; text-decoration: underline; }

.tabela tr td:first-child a { position: relative; text-indent: -99999px; width: 18px; height: 18px; background: url(/css/site/img/icon/delete.png) no-repeat center center; display: block; margin: 0px auto;  padding: 0px; text-decoration: none; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4); box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4); }

.tabela th:first-child { text-align: left; padding-left: 10px; width: 18px;	}
.table th:first-child {	text-align: left; padding-left: 20px; }

.tabela tr:last-child td table { padding: 0px; margin: 0px; float: right; }

.tabela tr:last-child td table td { padding: 0px; border: 0px solid #FFFFFF; }

.tabela tr:last-child td table tr td a, 
.tabela tr:last-child td table tr td span {
	padding: 6px 5px;
	margin: 0px 0px 0px 4px;
	/*IMPORTANT*/
	text-indent: 0px;
	width: 14px;
	height: 12px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	border:1px solid #D4D4D4;
	font-size: 12px !IMPORTANT;
  	font-family: 'Open Sans', sans-serif;
	line-height: 12px;
	font-weight:bolder;
	text-transform: uppercase;
	letter-spacing: -.015em;
	color: #FFFFFF !IMPORTANT;
	border-color:#000000;
	background:#333333;  
	background: -moz-linear-gradient(top, #333333 40%, #000000);
	background: -webkit-linear-gradient(top, #333333 40%, #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');  
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;  
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	float: none;
}

.tabela tr:last-child td table tr td span {
	color: #FFFFFF !IMPORTANT;
	border-color:#444444;
	background:#555555;  
	background: -moz-linear-gradient(top, #555555 40%, #444444);
	background: -webkit-linear-gradient(top, #555555 40%, #444444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#444444');
}

.tabela tr:last-child td table tr td a:hover {
	background:#000000;
	background: -moz-linear-gradient(top, #000000 40%, #333333);
	background: -webkit-linear-gradient(top, #000000 40%, #333333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333');
}

.tabela tr:last-child td table tr td span:hover {
	border-color:#555555;
	background:#444444;  
	background: -moz-linear-gradient(top, #444444 40%, #555555);
	background: -webkit-linear-gradient(top, #444444 40%, #555555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#555555');
}