/*------------------------------------*\
    #STATUS
\*------------------------------------*/

.tcp-customer-portal-orders .status-processing,
.tcp-customer-portal-orders .status-completed
{
    color: green;
}
.tcp-customer-portal-orders .status-on-hold{
    color: orange;
}
.tcp-customer-portal-orders .status-cancelled,
.tcp-customer-portal-orders .status-failed
{
    color: red;
}


/*------------------------------------*\
    #LEGEND
\*------------------------------------*/

.tcp-customer-portal-orders__legend{
    margin: 0 15px 10px 15px;
}


/*------------------------------------*\
    #SEARCH
\*------------------------------------*/

.tcp-customer-portal-orders__search{
    margin-bottom: 30px;
}
#tcp-customer-portal-orders__search-input{
    width: 100%;
    padding: 8px;
    font-size: 18px;
}

.tcp-customer-portal-orders__table .search-key{
    display: none;
}