﻿.button-content
{
    cursor: pointer;
    color: #fff;
    height: 26px;
    width: 100px;
    max-width: 140px;
    min-width: 80px;
    background: #666666;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    border: none;
    outline: none;
}

.button-content:active:focus
{
    transform: translate(0px,1px);
    -webkit-transform: translate(0px,1px);
    -moz-transform: translate(0px,1px);
}

.button-content:active:focus, .button-content:hover
{
    background: #F5846F;
}

.button-content.button-primary
{
    background: #F5846F !important;
    border: none;
    float: none !important;
}

.button-content.secondary
{
    background: #8DA5A3;
    margin-left: 4px;
}

.button-content.secondary.precase
{
    margin-left: 0;
}

.button-content.search
{
    background-image: url('../../Images/Actions/search-white.png');
    background-repeat: no-repeat;
    background-position: 12px 4px;
    text-indent: 12px;
}

.button-content.associate
{
    background-image: url('../../Images/Actions/associate-white.png');
    background-repeat: no-repeat;
    background-position: 8px 4px;
    text-indent: 12px;
}

.button-content.save
{
    background-image: url('../../Images/Svg/save.svg');
    background-repeat: no-repeat;
    background-position: 12px 4px;
    text-indent: 12px;
}

.button-content.cancel
{
    background-image: url('../../Images/Svg/close.svg');
    background-repeat: no-repeat;
    background-position: 12px 4px;
    text-indent: 12px;
}

.button-content.anular
{
    background-image: url('../../Images/Svg/anular.svg');
    background-repeat: no-repeat;
    background-position: 12px 4px;
    text-indent: 12px;
}

    .button-content.save-cause:disabled {
        opacity: 0.4;
        cursor: initial;
    }