/*!
 * Estilo
 */

body {
    /*padding-top: 5%;*/
    padding-top: 8px;
    padding-bottom: 40px;
}
body:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    z-index: 2;
}

div.line-or {
    border-left: 1px solid #ccc;
    width: 1px;
    height: 80px;
    margin: 5px auto
}
@media (max-width: 991px) {
    div.line-or {
        height: 1px;
        border-bottom: 1px solid #ccc;
        width: auto;
        margin: 20px auto;
        margin-bottom: 30px;

    }
}

form.navbar-form {
    padding: 7px 15px;
}

@media (min-width: 1000px) {
    .navbar-default .navbar-2 {
        padding-left: 150px;
    }
}

.login-empresas {
    border: solid #aaa 2px;
    padding: 8px;
}

.login-empresas ul {
    list-style-type: none;
}

.perfil-campo {
    width: 200px;
    display: inline-block;
    font-weight: bold;
}

.notif-linha-lida {
    color: #999;
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    .dropdown-menu>li>a {
        line-height: 30px;
    }
}

td.trunc-coluna {
    text-overflow:ellipsis;
    overflow: hidden;
    max-width: 1px;
}

.button-login {
    display: inline-block;
    padding: 5px 15px !important;
    margin: 10px 0;
    border-width: 0;
    border-color: #454545;
    border-style: solid;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    font-size: 12px;
}

.button-login2 {
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 45px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    border-radius:20px;
}

a:hover {
    color: white;
}

.msg-destaque-icon {
    float: right;
    margin-left: 8px;
}

.mensagem-destaque-caixa {
    padding: 15px;
    float: right;
    width: 120px;
}

.mensagem-destaque-caixa > div {
    background-size: 45px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    padding-top: 50px;
    height: 88px;
    text-align: center;
}

.alert-agcoe {
    background-color: inherit;
    color: black;
}

table tbody td {
    height: 51px;
    vertical-align: middle !important;
}

tbody.ultimo-centrado td:last-child {
    text-align: center;
}
