.imgHolder {
    position: relative;
    display: block;
}

.bimg-150 {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    box-shadow: 0 0 2px 2px #c2c2c2;
    border-radius: 5px;
}

.bimg-80 {
    background-repeat: no-repeat;
    width: 80px;
    height: 100%;
    background-size: 100% 100%;
    box-shadow: 0 0 2px 2px #c2c2c2;
}

.imgHolder .imageBoxPad {
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 1% 1%;
}

    .imgHolder .imageBoxPad .removeImg {
        position: relative;
        width: 18px;
        height: 18px;
        padding: 0px;
        font-weight: bold;
    }


/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 0px;
    margin-left: 15px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #5A55A3;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #c62b27;
                color: #ffffff;
                font-weight: 600;
                border-color: #c62b27 !important;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #c62b27;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 0px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.retailerdashboard {
    border: 4px solid;
    border-radius: 90px;
    padding: 35px;
}

.servicetext {
    font-weight: 600;
    /*color: #f37434;*/
    color: #c62b27;
}

.header-balance {
    font-weight: 700;
    font-size: 18px;
    color: #015198;
}


#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("../../img/30.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.wallet-balance {
    display: inline-block;
    padding: .25em .4em;
    font-size: 120%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.img-responsive {
    width: 100%;
    height: auto;
}
