.ppp-loan-datable-wrapper * {
    font-family: "Work Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.ppp-loan-datable-wrapper thead tr {
    background-color: #f0f0f0;
}

.ppp-loan-datable-wrapper .custom-content-row {
    display: flex;
    flex-wrap: nowrap;
}
.ppp-loan-datable-wrapper .custom-content{
    padding: 5px;
    background-color: #f9f9f9;
}

.ppp-loan-datable-wrapper .custom-content-label {
    margin-right: 10px;
    font-weight: 700;
    width: 100%;
    max-width: 200px;
}

.ppp-loan-datable-wrapper .less-icon {
    display: none;
}

.ppp-loan-datable-wrapper .shown .less-icon {
    display: block;
}

.ppp-loan-datable-wrapper .shown .more-icon {
    display: none;
}

.ppp-loan-datable-wrapper .dataTables_wrapper tbody tr:nth-child(odd) {
    background: inherit;
}

.ppp-loan-datable-wrapper .dataTables_wrapper tbody tr:nth-child(even) {
    background-color: #ffffff !important;
}

.ppp-loan-datable-wrapper .dataTables_wrapper tbody tr {
    border: inherit;
}

.ppp-loan-datable-wrapper input {
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 10px;
}

.ppp-loan-datable-wrapper select {
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 5px 18px 5px 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
}

#ppp-filters {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

#ppp-filters * {
    padding: 10px 20px 10px 10px;
    width: 19%;
}

#ppp-filters input {
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") no-repeat right center;
}

#ppp_table_filter {
    display: none;
}

#ppp-filters input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}

#ppp-filters input::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}

#ppp-filters input:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}

#ppp-filters input:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

.ppp-loan-datable-wrapper td.details-control {
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='24px' height='24px'%3E%3Cpath d='M10 17l5-5-5-5v10z'/%3E%3Cpath d='M0 24V0h24v24H0z' fill='none'/%3E%3C/svg%3E") no-repeat center center;
}

.ppp-loan-datable-wrapper .shown td.details-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='24px' height='24px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}

.ppp-loan-datable-wrapper .paging_simple .paginate_button.next:after,
.ppp-loan-datable-wrapper .paging_simple .paginate_button.previous:before {
    display: none;
}


@media only screen and (max-width: 768px) {
    #ppp-filters {
        justify-content: space-evenly;
    }

    #ppp-filters * {
        margin-bottom: 5px;
        width: 49%;
    }
}

@media only screen and (max-width: 599px) {
    #ppp-filters {
        flex-direction: column;
    }
}