/*
    Document   : rcmaq_actions
    Created on : 8-Jan-2018, 11:00:37 PM
    Author     : martelp
    Description:
        Purpose of the stylesheet follows.
*/

.AddAction
{
    height: 30px;
    text-align: right;
    margin: 20px 0;
    padding: 0 20px;
}

.AddLink
{
    background: linear-gradient(rgb(0, 79, 124), rgb(32, 153, 187));
    border: 1px solid rgb(51, 51, 51);
    border-radius: 5px;
    padding: 6px 25px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 13px;
}

.AddLink:hover
{
    background: linear-gradient(rgba(0, 79, 124, 0.6), rgba(32, 153, 187, 0.6));
}

.ActionLink
{
    min-width: 60px;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px 10px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 13px;
    margin: 0 4px;
    background: linear-gradient(rgb(98, 139, 179), rgb(147, 199, 255));
    white-space: nowrap;
}

.ActionLink:hover
{
    background: rgba(147, 199, 255, 0.5);
}

.EditLink
{
    background: linear-gradient(rgb(96, 153, 155), rgb(150, 205, 201));
}

.EditLink:hover
{
    background: linear-gradient(rgba(96, 153, 155, 0.73), rgba(150, 205, 201, 0.73));
}

.OrderLink
{
    background: linear-gradient(rgb(82, 114, 72), rgb(115, 155, 105));
}

.OrderLink:hover
{
    background: linear-gradient(rgba(82, 114, 72, 0.73), rgba(115, 155, 105, 0.73));
}

.DeleteLink
{
    background: linear-gradient(rgb(196, 17, 17), rgb(255, 85, 85));
}

.DeleteLink:hover
{
    background: linear-gradient(rgba(255, 118, 118, 0.73), rgba(255, 199, 197, 0.73));
}

.DisabledLink
{
    background: linear-gradient(rgb(159, 164, 159), rgb(211, 215, 212));
}

.DisabledLink:hover
{
    background: linear-gradient(rgb(159, 164, 159), rgb(211, 215, 212));
}
