/* CSS de estilos das tabelas */
.sem_borda{
	border: 0px;
}

/* [INI] Tabela Box Table A */
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
   font-family: tahoma;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   padding: 8px;
   border-bottom: 1px solid #fff;
	/*color: #039;*/
}
#box-table-a td
{
	padding: 6px;
	/*background: #fff;*/
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
	font-family: Tahoma;
    font-size: 8pt;
	color: #000;
	text-decoration: none;
}


#box-table-a caption div.tit
{
	font-family: tahoma;
       font-size: 18px;
       font-weight: bold;
       color: #000000;
       text-decoration: none;
	padding: 4px;
        padding-left:8px;
	background: #b9c9fe;
}

#box-table-a caption div.inf
{
	font-family: tahoma;
       font-size: 12px;
       font-weight: bold;
       color: #000000;
       text-decoration: none;
	padding: 4px;
        padding-left:8px;
	background: #b9c9fe;
        text-align: left;
}

#box-table-a caption
{
	font-family: tahoma;
       font-size: 12px;
       font-weight: bold;
       color: #000000;
       text-decoration: none;
	padding: 8px;
	border-bottom: 1px solid #fff;
}

/* [FIM] Tabela Box Table A */

/* [INI] Tabela Box Table B */
#box-table-b
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	text-align: center;
	empty-cells: show;
	border-collapse: separate;
	
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	z-index: 0;
	border-collapse: separate;
	font-weight: bold;
}
#box-table-b td
{
	padding: 8px;
	z-index: 0;
	border-collapse: collapse;
}

#box-table-b .tit
{
	font-family: tahoma;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: center;
}

#box-table-b .inf
{
	font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-style: normal;
}

/* [FIM] Tabela Box Table B */


/* [INI] Tabela Box Table C */
#box-table-c
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	empty-cells: show;
	border-collapse: collapse;
}
#box-table-c th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-collapse: separate;
}
#box-table-c td
{
	padding: 8px;
	border-collapse: collapse;
}

#box-table-c .tit
{
	font-family: tahoma;
       font-size: 18px;
       font-weight: bold;
       color: #000000;
       text-decoration: none;
        text-align: center;
}


/* [FIM] Tabela Box Table C */

/* [INI] Tabela Box Table Login */
#box-table-login
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
}
#box-table-login th
{
	font-size: 13px;
	font-weight: normal;
	padding: 6px 2px;
}
#box-table-login td
{
	padding: 6px 2px;
}
/* [FIM] Tabela Box Table Login */

/* [INI] Tabela Header Fixed */
table .header-fixed {
	position: fixed;
	top: 0px;
	/*left: 0;*/
	/*right: 0;*/
	z-index: 1020;
}

.hide {
  display: none;
}
/* [FIM] Tabela Header Fixed */

/* [INI] Tabela Modelo 1 */
.table_mod_1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 8px;
	text-align: left;
	border-collapse: collapse;
}
.table_mod_1 th
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0073AA;
	text-decoration: none;
	padding: 8px;
	/*background: #CAD6DD;*/
	background: #EEE;
	border-top: 2px solid #0073AA;
	border-bottom: 2px solid #0073AA;
	/*color: #039;*/
}
.table_mod_1 td
{
	padding: 0;
	border-bottom: 1px solid #CCC;
	color: #0073AA;
	border-top: 1px solid transparent;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	/*background: #E8F3FF;*/
}

.table_mod_1 tr:hover td
{
	background: #CAD6DD;
	color: #0073AA;
	border-bottom: 1px solid #0073AA;
	border-top: 1px solid #0073AA;
	border-collapse:collapse;
	
}
.table_mod_1 .odd
{
	background: #e8edff;
}

.table_mod_1 caption div.tit
{
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 4px;
	padding-left:8px;
	background: #b9c9fe;
}

.table_mod_1 caption div.inf
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 4px;
	padding-left:8px;
	background: #b9c9fe;
	text-align: left;
}

.table_mod_1 caption
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
}
/* [FIM] Tabela Modelo 1 */


/* [INI] Tabela Modelo Cadastros */
.table_cad
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
.table_cad th
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0073AA;
	text-decoration: none;
	padding: 8px;
	/*background: #CAD6DD;*/
	background: #EEE;
	border-top: 2px solid #0073AA;
	border-bottom: 2px solid #0073AA;
	/*color: #039;*/
}
.table_cad td
{
	padding: 6px;
	color: #0073AA;
	border-top: 1px solid transparent;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	/*background: #E8F3FF;*/
}

.table_cad .odd
{
	background: #e8edff;
}

.table_cad caption div.tit
{
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 4px;
	padding-left:8px;
	background: #b9c9fe;
}

.table_cad caption div.inf
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 4px;
	padding-left:8px;
	background: #b9c9fe;
	text-align: left;
}

.table_cad caption
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
}

.table_cad .table_per td
{
	padding: 2px;
	color: #0073AA;
	border-top: 1px solid transparent;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	/*background: #E8F3FF;*/
}
/* [FIM] Tabela Modelo Cadastros */





/* [INI] Tabela Modelo Login */
.table_login
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
.table_login th
{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #0073AA;
	text-decoration: none;
	padding: 8px;
	border-top: 0px solid #0073AA;
	border-bottom: 0px solid #0073AA;
	background-color: transparent;
}
.table_login td
{
	padding: 6px;
	color: #0073AA;
	border-top: 1px solid transparent;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	/*background: #E8F3FF;*/
}

.table_login .odd
{
	background: #e8edff;
}

/* [FIM] Tabela Modelo Login */



/* [INI] Tabela Modelo Pesquisa */
.table_pesquisa
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: separate;
	border-top: 1px solid #6DA2B2;
	border-bottom: 1px solid #6DA2B2;
}
.table_pesquisa th
{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #0073AA;
	text-decoration: none;
	padding: 8px;
	border-bottom: 2px solid #6DA2B2;
	background-color: #DFEBEE;
}
.table_pesquisa td
{
	padding: 6px;
	color: #0073AA;
	border-top: 1px solid transparent;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	/*background: #E8F3FF;*/
}

.table_pesquisa .odd
{
	background: #F1F7F8;
}

/* [FIM] Tabela Modelo Pesquisa */



/* [INI] Diversas */

.tabela_languages td{
	padding-left: 2px;
}

.tabela_filtro_principal{
	padding: 0px;
}

.tabela_filtro_opcoes td{
	padding-right: 4px;
}

.tabela_filtro_botoes td{
	padding-right: 0px;
}

.tabela_titulo_relatorio{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 4px;
	padding-left: 8px;
}

.tabela_titulo_relatorio td
{
	/*background: #fff;*/
	border-top: 1px solid transparent;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	padding-bottom:8px;
	width: auto;
	padding-left: 2px;
}

.tabela_titulo_relatorio .inf
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: #b9c9fe;
	text-align: left;
	font-style: normal;
}


.tabela_titulo_relatorio .titulo_relatorio{/* Titulos dos relat�rios */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight:bold;
	text-align: left;
}

.alinharTituloDisplayTagDireita{
text-align:right;
}

.alinharTituloDisplayTagCentro{
text-align:center;
}

titulo
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 18px;
	text-align: left;
        border-bottom: 1px solid #fff;
        padding: 4px;
        padding-left: 8px;
}

#titulo td
{
	/*background: #fff;*/
	color: #000;
	border-top: 1px solid transparent;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	padding-bottom:8px;
	width: auto;
	padding-left: 2px;
}

#titulo .tit
{
	font-family: tahoma;
       font-size: 18px;
       font-weight: bold;
       color: #000000;
       text-decoration: none;
        text-align: left;
        display:block;
}

#titulo .inf
{
	font-family: tahoma;
       font-size: 12px;
       font-weight: normal;
       color: #000000;
       text-decoration: none;
	background: #b9c9fe;
        text-align: left;
        font-style: normal;
}

.tabela-simples{ 
	text-align: center !important; 
	padding: 0px 5px !important;
}

.tabela-simples td{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0px 10px;
}

.tabela-simples tr td{
	border-top: 1px solid #ccc;
}

.tabela-simples td:first-child,
.tabela-simples.dashed td:first-child{
	border-left: 0px !important;
}

.tabela-simples tr:first-child td,
.tabela-simples.dashed tr:first-child td{
	border-top: 0px !important;
}

.tabela-simples.dashed td{
	border-left-style: dashed !important;
}

.tabela-simples.dashed tr td{
	border-top-style: dashed !important;
}

/* [FIM] Diversas */

/* [INI] TESTE */
.wrap {
    width: 552px;
}

.wrap table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

.alerta_12h>td{
	color: red;
}

.alerta_6h>td{
	color: orange;
}

.tabela_grupos_tela_inicial td{
	text-align: left;
	vertical-align: middle;
	line-height:24px;
	padding-top: 3px;
}


.tabela-rastreadores{
	margin-top: -10px !important;
	margin-bottom: 10px !important; 
	text-align: center !important; 
	padding: 0px 5px !important;
}
.tabela-rastreadores td{
	border-left: 1px dashed #ccc !important;
	padding: 3px 20px !important;
}
.tabela-rastreadores td:first-child{
	border-left: 0px !important;
}

.garrasat-vermelho{
	background: #F00;
	color: #FFF !important;
}

.garrasat-azul{
	background: #00A;
	color: #FFF !important;
}

.garrasat-vermelho .small{
	color: #FFF !important;
}

.garrasat-azul .small{
	color: #FFF !important;
}


.table-greyscale-inner-dashed{
	margin-top: 10px !important;
	margin-bottom: 10px !important; 
	text-align: center !important; 
	padding: 0px 5px !important;
}
.table-greyscale-inner-dashed td{
	border-left: 1px dashed #ccc !important;
	border-bottom: 1px dashed #ccc !important;
	padding: 3px 10px !important;
}

.table-greyscale-inner-dashed th{
	padding: 0px 10px !important;
}

.table-greyscale-inner-dashed td:first-child{
	border-left: 0px !important;
}

.table-greyscale-inner-dashed td.border-left,
.table-greyscale-inner-dashed th.border-left{
	border-left: 1px dashed #ccc !important;
}

.table-greyscale-inner-dashed td.no-border{
	border: 0px !important;
}

.table-greyscale-inner-dashed td.no-border-bottom{
	border-bottom: 0px !important;
}

.table-greyscale-inner-dashed td.border-bottom,
.table-greyscale-inner-dashed th.border-bottom{
	border-bottom: 1px dashed #ccc !important;
}

/* [FIM] Diversas */

/* [INI] Datatables */



.dataTables_wrapper{
	border: 1px solid #AAA;
  border-radius: 3px;
}

#divRelatorio div.bottom{
	padding: 10px !important;
}

#divRelatorio table.dataTable thead tr:nth-child(2) th{
	padding-bottom: 0;
	padding-top: 0;
}

#divRelatorio table.dataTable thead tr:nth-child(1) th{
	border-bottom: 0px;
}

#divRelatorio table.dataTable thead tr:last-child th{
	border-bottom: 1px solid #888;
}

#divRelatorio div.bottom div.dataTables_paginate {
	padding-top: 0;
	float: none;
	text-align: center;
}

#divRelatorio div.bottom .dataTables_length select{
	margin-top: 0px;
}

#divRelatorio .DTFC_RightWrapper div th, #divRelatorio .DTFC_RightWrapper div td{
	border-left: 1px solid #DDD;
}

#divRelatorio .DTFC_LeftHeadWrapper, #divRelatorio .DTFC_LeftBodyWrapper{
	border-right: 1px solid #DDD;
}

#divRelatorio .dt-buttons{
	float:right;
	padding-left: 5px;
	margin-left:  5px;
	border-left: 1px solid #CCC;
}

#divRelatorio table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
	content:"\2714";
	font-size: 9px;
  margin-top: -4px;
	background-color: transparent;
	text-shadow: none;
  color: white;
  cursor: pointer;
}

#divRelatorio table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
	margin-top: -3px;
	background-color: #FFF;
  cursor: pointer;
}

#divRelatorio table.dataTable tbody tr.selected td.select-checkbox:before, table.dataTable tbody tr.selected td.select-checkbox:after, table.dataTable tbody tr.selected th.select-checkbox:before, table.dataTable tbody tr.selected th.select-checkbox:after {
	background-color: #888;
  cursor: pointer;
}

#divRelatorio table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #555;
    color: white;
}

#divRelatorio table.dataTable.stripe tbody>tr.odd.selected, table.dataTable.stripe tbody>tr.odd>.selected, table.dataTable.display tbody>tr.odd.selected, table.dataTable.display tbody>tr.odd>.selected {
    background-color: #333;
    color: white;
}

#divRelatorio .dataTables_wrapper .dataTables_filter input {
	padding: 4px;
}

/* [FIM] Datatables */

/* [INI] TESTE */

.inner_table {
    max-height: 140px;
    width: 103.3%;
    overflow-y: scroll;
}

/* [FIM] TESTE */