/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 de jun. de 2020, 09:23:33
    Author     : Aberi Parreira
*/

#resultado-consulta{
    display: none;
    margin-top: 60px;
}

#resultado-consulta #result-table thead th{
    color: #6d2177;
    text-align: center;
}

#resultado-consulta #result-table tbody tr td{
    vertical-align: middle;
}

.loading-message-boxed{
    background-color: #fff;
    padding: 50px;
    color: #6c2475;
    font-weight: 400;
}

.destaque-tel{
    background-color: #6d2177;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}