/* 
    Created on : 11/01/2019, 13:46:08
    Author     : ti
*/

.est-display {
    box-sizing: border-box;
    transition: all ease-in-out .3s;
}
.est-display.painel{
    /*background-color: #fafafa;*/
    border: 1px solid #c0c0c0;
    margin: 0em !important;
    padding: 0em !important;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
}
.est-display.indicador{
    /*background-color: #fafafa;*/
    border-bottom: 1px solid #c0c0c0;
    margin: 0em !important;
    padding: 0em !important;
}
.indicador  .row{
    margin: 0px;
}