﻿.rota {
    display: table-row;
}

.linha {
    padding-right:10px;
    display:table-cell;
    font-size: 12px;
}

DIV.fieldOuterHeader
{
	/* width: 600px; */
	color: #EE2224;
	font-size: 14px;
	font-weight: bold;
	background-image: url(imagens/bullet01.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 7px 12px;
	margin: 0 0 7px 0; 
	border-bottom: solid 1px #D1D1D1;
}

DIV.lineName
{
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 15px;
}

.tarifaTipo
{
    text-decoration: underline;
    color: #000000;
    font-size: 12px;
    margin: 2px 0 3px 0;
}

DIV.breadCrum {
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    margin: 8px 0 3px 0;
}

.tarifaName, .tarifaPreco {
    font-size: 12px;
}

.tarifaDesc {
    font-size: 10px;
    margin: 2px 0 10px 0;
}

TABLE.TarifasFertagus {
	margin: 0px 0px 0px 0px;
	width: 100%;
    background-color: rgb(237, 237, 240);
    border-collapse: collapse;
    border: solid 1px #DDEEEE;
}

TABLE.TarifasFertagus TD {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align:left;
	border-bottom:#C7CBD3 dashed 1px;
}

.tab_header
{
    font-size:10px;
    font-weight:bold;
    color:#000000;
    line-height: 100%;
    background-color: #C3D6E0;
    text-align: center !important;
    vertical-align: middle;
    padding: 2px 0px 2px 0px !important;
}

.tab_cell
{
    font-size:10px;
    color:#000000;
    width: 60.63px;
    height: 15px;
    line-height: 100%;
    text-align: right !important;
    vertical-align: middle;
    padding: 2px 6px 2px 0px !important;
}

.TarifasFertagus tbody tr:nth-child(odd) {
    background-color: #fff;
}
.TarifasFertagus tbody tr:nth-child(even) {
    background-color: #EAECEE;
}

.tarifaDesc table {
    padding-top: 10px;
    width: 100%;
}

.tarifaDesc table td {
    text-align: center;
}

.tarifaDesc h6 {
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

table.tbinterface td {
    text-align: left;
}

.tarifaDesc table {
    margin: 0px 0px 0px 0px;
    width: 100%;
    background-color: rgb(237, 237, 240);
    border-collapse: collapse;
    border: solid 1px #DDEEEE;
}

.tarifaDesc table thead, .tarifaDesc table thead th, .tarifaDesc table thead td {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    line-height: 100%;
    background-color: #C3D6E0;
    text-align: center !important;
    vertical-align: middle;
    padding: 2px 0px 2px 0px !important;
}

.tarifaDesc table tbody tr:nth-child(even) {
    background-color: #EAECEE;
}

.tarifaDesc table tbody tr:nth-child(odd) {
    background-color: #fff;
}