﻿/* Prix View */

#tableCalculCollab td {
    padding: 3px;
}

#tableCalculCollab
{
    margin-bottom: 0px;
}

.portlet-body {
    overflow: auto;
}

#simulationCoutsEC .panel-prix {
    width: 420px;
}

#simulationCoutsEntreprise .panel-prix {
    width: 600px;
}

.table-modules {
    width: 700px;
    border-collapse: collapse;
}

    #tablePrevisionsConsommation th, #tableCoutsPrevisionnels2 th, #tableSalaries th, .table-modules th {
        text-align: center;
    }

.tablePrix {
    width: 400px;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 20px;
    display: none;
}

    .tablePrix tr:nth-last-child(1), .tablePrix tr:nth-last-child(2) {
        display: none;
    }

.table-modules input {
    width: 50px;
    text-align: right;
}

.table input {
    width: 50px;
}

.title td {
    text-align: center;
}

.nb {
    text-align: right;
}
