﻿.modalBackground {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    dashcardrewards overflow: hidden;
    padding: 0;
    margin: 0;
    /*background-color: #f1f5f7;*/
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1005;
}

.processMessage
{
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
}

.processtext
{
    position: fixed;
    top: 25%;
    left: 43%;
    padding: 10px;
    width: 10%;
    z-index: 1001;
    background-color: #fff;
}

.bg-transparent
{
    background-color:#F5F5F5;
}


.dashcardrewardsplus {
    max-height: none;
    overflow: auto;
}


.dashcardrewardsminus {
    max-height: 78px;
    overflow: hidden;
}

.radiobuttonstyle label{
    margin-right:30px;
    padding-left:5px;
}

.lnkse {
    border-color: #5664d2 !important;
}

.card-radio-input:checked + .card-radio {
    border-color: #5664d2 !important;
}

.close {
    float: right;
    font-size: 25px;
    font-weight: bold;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
    border: none;
    padding: 10px;
}

.error{
    color:red;
}