﻿.min-with140 {
    min-width: 140px;
}

.background_white {
    background-color: #fff !important;
}

.rodape {
    position: fixed;
    width: 100%;
    height: 25px;
    bottom: 0;
    background-color: #e6e6e6;
    text-align: right;
    font-size: 8pt;
    color: rgba(113, 113, 113, 0.8);
    padding: 5px;
    z-index: 1000;
}

    .rodape a {
        margin-right: 20px;
        float: right;
    }

        .rodape a img {
            width: 70px;
            margin-left: 5px;
            margin-top: -2px;
        }

.truncamento-texto {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo_login{
    margin-left:auto;
    margin-right:auto;
}

.logo_principal{
    margin-top:5px;
}

.cursor_pointer{
    cursor:pointer;
}