﻿.red{
	color: #fff;
	background: tomato;
	}
.green{
	color: #fff;
	background: limegreen;
	}
.cel_valor{
	display: block;
	width: 100%;
	text-align: right;
	font-weight: bold;
	}

	.t600 .cel_valor{
		text-align: left;
		}

	.marginTop10 .cel_valor,
	.marginTop5 .cel_valor{
		text-align: center;
		}

.cel_extra{
	font-size: 0.7rem;
	background: #f8f8f8;
	padding: 0px 3px;
	border-radius: 4px;
	}
.t900{
	font-weight: 900;
	}

thead th{
	border: none;
	}

	thead th.bc1{
		border-bottom: 2px solid darkslategray;
		}
	thead th.bc3{
		border-bottom: 2px solid #26a69a;
		}
	thead th.bc4{
		border-bottom: 2px solid dodgerblue;
		}

.bgCorVerde.claro{
	background: #afffaf;
	color: rgb(72, 73, 92);
	}

.bgCorVermelho.claro{
	background: #ffd8bd;
	color: rgb(72, 73, 92);
	}

#leftEnvelope{
    flex: 1 1 200px;
    justify-content: space-around;
	}

#rightEnvelope{
	display: flex;
    flex: 1 0 390px;
    justify-content: space-around;
	}

i.bgAzulClaro{
	padding: 1px 6px;
	border-radius: 4px;
	}

.corCDI{
	color: purple;
	}

.corPOUP{
	color: dodgerblue;
	}

.corIPCA{
	color: gray;
	}

.corIFIX{
	color: orange;
	}

.corIBOV{
	color: violet;
	}

/*MEDIA QUERY INÍCIO*******************************************************************/
	@media only screen and (max-width: 811px) {
		#rightEnvelope{
			margin-top: 20px;
			}
	}