
.table--basic{
	width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
}

.box--information {
	width: 98%!important;
	text-align: center;
	border-collapse: collapse;
}

.bg--title--box--pb{
	background-color: #000;
}
.bg--title--box--pb td{
	color: #fff;
	font-size: 12px;
}

.bg--title--box{
	background-color: #0D3B69;
}
.bg--title--box td{
	color: #fff;
	font-size: 12px;
}
.bg--body--box{
	background-color: #C0D1E5;
}
.bg--body--box td{
	height: 40px;
}

.content{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 6px;
}

.line{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
    padding-bottom: 22px;
}

.box--info{
	position: relative;
	border:1px solid #000;
	height: 92%;
	padding-top: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;

}
.box--info p{
	text-align: center;
}
.box--title{
	width: 100%;
	text-align: center;
	background-color: #000;
	color:#fff;
	padding: 2px 0;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top:0;
}

.header--fatura{
    /* background-image: url(../img/bg.jpg); */
	/* background-color: #ccc; */
    background-position: bottom -18px right 2px;
    background-repeat: no-repeat;
    background-size: 132%;
    height: 120px;
}
.header--fatura img{
	height: 116px;
	width: 967px;
	max-width: 100%;
	/* margin-top: -30px; */
}

.bg--with--line{
	display:inline;
}

.bg--with--line h3{
	display: inline;
	background: #f9f9f9;
	padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.bg--with--line hr{
	margin-top: -8px;
	border: 1px dashed #000;
}
.box--separation{
	width: 96%;
	margin: 0 auto;
}

.box--blue{
	background-color: #C0D1E5;
	border:1px solid #0D3B69;
}

.box--info.box--blue .box--title{
	background-color: #0D3B69;
}

.text--info{
	font-size: 12px;
	color:#222;
}
.box--info--client{
	background-color: #ccc;
	padding:10px 4px;
	width: 98%;
	height: 170px;
	
}
.box--info--client p{
	font-size: 12px;
	line-height: 20px;
}

.vertical--spacing{
	margin-bottom: 10px;
}

.table--fatura{
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
.table--fatura tbody tr:hover{
	background-color: #c0d1e5;
}
.table--fatura thead tr th{
	/* border-bottom:  1px dashed #ccc; */
}
.table--fatura td, th {
	text-align: left;
	padding: 4px 0px;
}
.table--fatura tr:nth-child(even) {
	background-color: #dddddd;
}
.call--empty{
	text-align: center;
	font-size: 12px;
	color:#f00;
	padding: 4px;
	margin:0 auto;
}