﻿
.buttonLink, .buttonLink:visited {
    display:inline-block;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    vertical-align:middle;
    text-decoration:none !important;
    text-transform: uppercase;
    margin-left:2px;
    margin-right:2px;
    font-family:"Verdana", "Geneva", "sans-serif"   
}

.buttonLink > image {
    border:none;
}

.buttonLink[data-state="disabled"] {
    background-color: gray;
    cursor:not-allowed;
}
.buttonLink[data-state="disabled"]:hover {
   text-decoration:none !important;
}
.btn-danger {
    background-color:#dc3545 !important;
    color:white;
}

.btn-danger:hover {
    background-color:#c82333 !important;
    color:white;
}
.rButtons {
    color: white!important;
}
    .rButtons:hover {
        opacity: .9;
        color: white !important;
    }

.rButtons:disabled {
    background-color: #808080 !important;
    cursor: default;
}
.btn-danger:disabled {
    background-color: #808080 !important;
    cursor: default;
}
.btn-success:disabled {
    background-color: #808080 !important;
    cursor: default;
}
