/*  2016 LDI ==============================
=================================================== */

.new-survey .table-container.no-heading tr:first-child td {
    border-top: 1px solid #000000;
}

.new-survey .table-container table td {
    border-bottom: 1px solid #000000;
}

.new-survey table {
    width: 100%;
    border-collapse: separate;
}

.new-survey .numbered tr td:first-child {
    min-width: 10px;
    text-align: left;
}

.new-survey .no-bold tr td {
    font-weight: normal !important;
}

.new-survey .no-bold tr td {
    font-weight: normal !important;
}

.new-survey tr.purple td {
    background-color: #CFD2E0;
    color: inherit;
}

.new-survey tr.green td {
    background-color: #EAEEE3;
    color: inherit;
}

.new-survey tr.orange td {
    background-color: #FBE8D4;
    color: inherit;
}

.new-survey tr.blue td {
    background-color: #DAE3E3;
    color: inherit;
}

.new-survey tr.yellow td {
    background-color: #FAF3DF;
    color: inherit;
}

.new-survey tr.brown td {
    background-color: #CECAC6;
    color: inherit;
}

.new-survey tr.colored-block td:first-child {
    background-color: transparent;
}

.new-survey .select-provider-container select {
    width: 365px;
}

.new-survey .select-provider-container {
    width: 335px;
}
