.table {
    width: 100%;
    overflow: hidden;
    padding: 5%;
}

.table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-color: #46627f;
}

.table td {
    display: block;
    border-left: 1px dotted #AAAAAA;
}

.table tr:hover {
    /*background-color: #eeeeee;*/
    background-color: #89c2d8;
}

.table td:first-child {
    padding-top: .5em;
    border-left: none;
}

.table td:last-child {
    padding-bottom: .5em;
}

.table th, .table td {
    text-align: left;
    margin: .3em 0em;
}

.table th, .table td:before {
    color: #2c5078;
}

.table_reset {
    padding: 0px ! important;
    border: 0px ! important;
}

.table_itens {
    width: 100%;
    overflow: hidden;
    padding: 5%;
}

.table_itens tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-color: #46627f;
}

.table_itens td {
    display: block;
    border-left: 1px dotted #AAAAAA;
}

.table_itens tr:hover {
    background-color: #eeeeee;
}

.table_itens td:first-child {
    padding-top: .5em;
    border-left: none;
}

.table_itens td:last-child {
    padding-bottom: .5em;
}

.table_itens th, .table_itens td {
    text-align: left;
    margin: .3em 0em;
}

.table_itens th, .table_itens td:before {
    color: #2c5078;
}

#progresso {
    width: 100%;
    font-size:10px;
}

#progresso td {
    margin: -1px;
    height: 90px;
    display: inline-block;
    padding: 10px;
    border: #ddd solid 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}

#progresso div {
    display:block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

#progresso #identificacao {
    font-weight:bold;
    padding-top:20px;
    padding-bottom:2px;
}

#progresso #ok {
    background: url(../../../imgs/icones/accept-progresso.png) no-repeat center top #8AFF9C;
}

#progresso #pendente {
    background: url(../../../imgs/icones/cancel-progresso.png) no-repeat center top #FFA4A4;
}

#progresso #atencao {
    background: url(../../../imgs/icones/warning-progresso.png) no-repeat center top #FAFFB7;
}

@media (min-width: 801px) {
    .table th {
        background-color: #0f415f;
        color: fff;
    }
    .table th, .table td {
        padding: .5em !important;
    }

    .table td {
        display: block;
        border-left: 1px dotted #AAAAAA;
    }

    .table th, .table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .table th:first-child, .table td:first-child {
        padding-left: 0;
    }

    .table td:before {
        visibility: hidden;
    }

    .table_itens th {
        background-color: #0f415f;
        color: fff;
    }
    .table_itens th, .table_itens td {
        padding: .1em !important;
    }

    .table_itens td {
        display: block;
        border-left: 1px dotted #AAAAAA;
    }

    .table_itens th, .table_itens td {
        display: table-cell;
        padding: .25em .5em;
    }

    .table_itens th:first-child, .table_itens td:first-child {
        padding-left: 0;
    }

    .table_itens td:before {
        visibility: hidden;
    }

}

@media (max-device-width: 799px) {

    .table th {
        display: none;
    }

    .table td:before {
        width: 100%;
        content: attr(data-th);
        margin-top: 0.5em;
        margin-bottom: 0.5em;

        display: table-row;
    }

    .table td {
        border-left: none;
        margin-left: 0.5em;
    }

    .table tr td a {
        width: 100%;
        height: 100%;
    }

    .table th, .table td:before {
        /*color: #000;*/
        font-weight: bold;
        font-size: 1.2em;
    }

    
}