﻿/* ROWS */
#configurations .row
{
    margin-right: 0px;
}
/* SEARCH */
#configurations .btn-clear-search
{
    left: 142px;
    top: 4px;
}
#configurations input.search[type="text"]
{
    width: 100px;
    padding-bottom: 1px;
}
#configurations .no-results-found
{
    background-color: #FFFFFF;
    padding-bottom: 7px;
    padding-top: 7px;
}
/* BUTTONS */
#configurations .btn-delete-configuration, #configurations .btn-edit-configuration
{
    margin-top: -5px;
}
#configurations .btn-delete-configuration
{
    right: 10px;
}
#configurations .btn-edit-configuration
{
    right: 40px;
}