﻿table.sortableTable {
    text-align: left;
    font-size: 13px;
    font-family: 'Satoshi', verdana;
    border: solid 1px black;
    border-collapse: collapse;
}

    table.sortableTable thead {
        cursor: pointer;
    }

        table.sortableTable thead tr,
        table.sortableTable tfoot tr {
            background-image: url("../Images/table-header-background.png");
            background-repeat: repeat-x;
            background-color: rgb(188,255,105);
        }

table.plppo, table.plspo {
    background-image: url("<%: Url.Content("~")  %>Images/table-header-background.png");
    background-repeat: repeat-x;
    background-color: rgb(188,255,105);
    border-collapse: collapse;
}

table.sortableTable tbody tr {
    border-top: 1px solid rgb(88,120,47);
    cursor: pointer;
}

    table.sortableTable tbody tr a {
        color: white;
    }

table.sortableTable td {
    color: White;
    padding: 5px;
    border-right: 1px solid rgb(58,92,16);
}

table.sortableTable th {
    padding: 3px 10px 3px 4px;
    text-align: center;
    border: none;
}

/*table.sortableTable tbody tr:hover
{
    border: 1px solid white;
    background-color: black;
}*/

table.sortableTable.listaEntiteta {
    width: 100%;
}

table.sortableTable {
    clear: both;
}

.dataTables_wrapper .dataTables_filter input {
    width: 50px;
}

table.sortableTable tr.modelInUse {
    background-color: #0C7BF2;
}