﻿.message-red {
    margin-bottom: 5px;
}

.red-left {
    background: url(../Content/images/message_red.gif) top left repeat-x;
    color: #ce2700;
    font-family: Tahoma;
    font-weight: bold;
    padding: 0 0 0 25px;
}

    .red-left a {
        color: #ce2700;
        font-family: Tahoma;
        font-weight: normal;
        text-decoration: underline;
    }

.red-right a {
    cursor: pointer;
}

.red-right {
    width: 55px;
}

.message-green {
    margin-bottom: 5px;
}

.green-left {
    background: url(../Content/images/message_green.gif) top left no-repeat;
    color: #6da827;
    font-family: Tahoma;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 0 20px;
}

@media (max-width: 768px) {
    .system-title h1 {
        display: none;
    }

    .system-user h2 {
        display: none;
    }
}

.green-left a {
    color: #6da827;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}

.green-right a {
    cursor: pointer;
}

.green-right {
    width: 55px;
}

.tr-cabecalho {
    background-color: #0078BF;
    border-bottom: 1px solid #FFFFFF;
    height: 92px;
}

.header-top {
    position: page;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #337ab7;
}

.system-title {
    position: absolute;
    right: 20px;
    top: 3px;
}

    .system-title h1 {
        font-size: 32px;
        color: #FFFFFF;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        padding: 3px;
    }

.system-user {
    position: absolute;
    right: 20px;
    top: 70px;
}

    .system-user h2 {
        font-size: 12px;
        color: #FFFFFF;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        padding: 3px;
    }

.tabela-listagem {
    margin-bottom: 20px;
}

    .tabela-listagem td a {
        color: #393939;
    }

        .tabela-listagem td a:hover {
            text-decoration: underline;
        }

    .tabela-listagem th {
        height: 50px;
        text-align: left;
        background-color: #0078bf;
        color: #fff;
    }

    .tabela-listagem .minwidth-1 {
        min-width: 110px;
    }

    .tabela-listagem td {
        border: 1px solid #d2d2d2;
        padding: 10px 0 10px 10px;
    }

    .tabela-listagem tr.alternate-row {
        background: #ececec;
    }

.table-striped th {
    background-color: #0078bf;
    color: #fff;
}
