.list {
    width: 100%;
    /*border-collapse: collapse; */
    border-spacing: 0;
    word-wrap: break-word;
}

.list a {
    text-decoration: none;
}

.list td, .list th {
    border-bottom: 1px solid #f2f8f8;
    padding-bottom: 10px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: left;
}

.list td {
    padding-top: 10px;
}

.list th {
    font-weight: bold;
    font-family: 'AvertaBold';
}

.list td:first-child, .list td:last-child  {
    /*color: #A1A1A1;*/
}

.list td:last-child, .list th:last-child {
    text-align: right;
    padding-right: 0;
}

.list td:first-child, .list th:first-child {
    text-align: left;
}

.list tfoot {
    font-weight: bold !important;
}

.list tfoot td:last-child {
    color: #474747 !important;
}

.listBox {
    margin-bottom: 10px;
}

.listTop {
    min-height: 25px;
}

.listBottom {
    min-height: 10px;
}

.listActionsTop a, .listActionsLeft a, .listActionsRight a {
    color: #A1A1A1;
}

.listActionsTop a:hover, .listActionsLeft:hover, .listActionsRight a:hover {
    color: #474747;
}

.listActionsTop {
    float: right;
    margin-bottom: 10px;
}

.listActionsLeft, .listActionsRight {
    margin-top: 12px;
    margin-bottom: 10px;
}

.listActionsLeft {
    float: left;
}

.listActionsRight {
    float: right;
}

.listActionsLeft a {
    margin-right: 20px;
}

.listActionsRight a {
    margin-left: 20px;
}

.greyHeader {
    color: #C3C3C3;
}

.moneyColumn {
    white-space: nowrap;
}

.dateColumn {
    white-space: nowrap;
}

.ratingColumn, .ratingColumnHeader {
    text-align: left !important;
}

.projectListDescription {
    /*color: #474747;*/
}

.myProjectListHeader {
    font-size: 16px;
}

.listWithActions .list td:last-child {
    padding: 5px 0;
    white-space: nowrap;
}

a.listImageAction {
    display: inline-block;
    margin-left: 7px;
    height: 22px;
}

a.listImageAction img {
    height: 100%;;
}

.ratingNewLabel {
    margin-right: 8px;
    vertical-align: bottom;
}

.ratingCommentLink {
}

.listMobileContenBoxFields {
    border-bottom: 2px solid #f9a31a !important;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


@media screen and (max-width: 768px) {

    .subCategoryProjects td:nth-child(3){
        display: none;
    }

    .subCategoryProjects .listActionsLeft, .subCategoryProjects .listActionsRight {
        float: none;
    }
    .subCategoryProjects .listActionsLeft {
        margin-bottom: 20px;
    }

    .subCategoryProjects .listActionsRight a {
        display: block;
        margin-left: 0;
    }

    .subCategoryProjects .projectsRssLink {
        margin-bottom: 20px;
    }

    .tab.selected::after {
        width: 100% !important;
    }

    .tabPanel.selected {
        margin-top: 15px;
    }

    table.list {
        display: none;
    }

    a.listImageAction {
        height: auto !important;
        width: 100%;
    }

    button.listImageAction {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 600px) {

    .subCategoryProjects td:first-child, .subCategoryProjects td:last-child {
        display: none;
    }

    .subCategoryNavigationLeft {
        box-sizing: border-box;
        width: 40%;
    }

    .subCategoryNavigationRight {
        box-sizing: border-box;
        width: 60%;
    }

    .myInvoicesList th {
        display: none;
    }

    .myInvoicesList td {
        display: inline-block;
    }

    .myInvoicesList td:nth-child(2) {
        display: block;
    }

    .myInvoicesList .projectInvoices td:nth-child(3):before {
        content: 'Opdracht:';
        font-weight: bold;
        margin-right: 3px;
    }
    .myInvoicesList td:last-child div {
        display: inline-block;
        margin-right: 8px;
    }

    .myInvoicesList tr {
        border-bottom: 1px solid #474747;
    }

}

@media screen and (max-width: 520px) {

    .myProjectsList td:nth-child(3), .myProjectsList th:nth-child(3) {
    }

}

@media screen and (max-width: 480px) {

    .subCategoryProjects td:first-child {
        display: table-cell;
    }

    .subCategoryNavigationLeft, .subCategoryNavigationRight {
        float: none;
        width: 100%;
    }

    .subCategoryNavigationRight {
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 420px) {

    .myProjectsList td:first-child, .myProjectsList th:first-child {
        display: none;
    }

    .projectsToBeRatedList td:first-child {
        display: none;
    }
}