/*table{
    width: 100%;
    border-collapse: collapse;
}
td, th{
    text-align:center;
    padding:5px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ccc;
}
.descricao{
    background-color: rgb(51, 63, 79) !important;
    color: #fff !important;
}
.contrato{
    background-color: rgb(31, 78, 120) !important;
    color: #fff !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
    border-color: #ccc !important;
}
.medicao{
    background-color: rgb(47, 117, 181) !important;
    color: #fff !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
    border-color: #ccc !important;
}
.acumulado{
    background-color: rgb(155, 194, 230) !important;
    color: #fff !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
    border-color: #ccc !important;
}
.saldo{
    background-color: rgb(189, 215, 238) !important;
    color: #fff !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
    border-color: #ccc !important;
}
.fundo{
    background-color: rgb(191, 191, 191) !important;
    color: #000 !important;
}
.total{
    background-color: rgb(34, 43, 53) !important;
    color: #FFF !important;
    font-size: 20px !important;
}
.colunaContrato:first-child, .colunaMedicao:first-child, .colunaAcumulado:first-child, .colunaSaldo:first-child{
    border-left: 1px solid !important;
    border-color: #ccc !important;
}
.colunaUnidade, .colunaContrato+.colunaContrato+.colunaContrato+.colunaContrato+.colunaContrato, .colunaMedicao+.colunaMedicao+.colunaMedicao+.colunaMedicao+.colunaMedicao+.colunaMedicao+.colunaMedicao, .colunaAcumulado+.colunaAcumulado+.colunaAcumulado+.colunaAcumulado+.colunaAcumulado, .colunaSaldo+.colunaSaldo+.colunaSaldo+.colunaSaldo+.colunaSaldo{
    border-right: 1px solid !important;
    border-color: #ccc !important;
}
.valor{
    text-align: right;
}
.titulo{
    text-align: left;
}
.fundo.titulo{
    text-transform: uppercase;
}*/
.logo{
    padding: 5px;
    background-color: #1b1918;
}
.bg-login{
	/* https://pixabay.com/get/g0090e6a5c9de4f4bcdec3ed5ae418c597de3da3fd7e7c572d428b50fbb208799def19d2524903dd1561be15b5eddbf9844ef5dfc5f7639ba5c7a13bde70343f1a7219d8898be7477a9d7c8a914c4e88f_1920.jpg?attachment= */
	background: linear-gradient(rgba(255,255,255,0.5), rgba(0,0,0,0.5)), url(/assets/fundo_login.jpg);
	background-position: left bottom;
}