﻿.enet {
    background-image: url('../Images/enets.jpg');
}

.creditcard {
    background-image: url('../Images/creditcard.jpg');
}

.amex {
    background-image: url('../Images/amex.jpg');
}

.paynow {
    background-image: url('../Images/paynow.jpg');
}

.paymentmodeselector input{
    position:relative;
    top:-58px;
    left:30px;
    z-index:999;
}

.paymentmodeselector input:active +.drinkcard-cc{opacity: .9;} /*, .cc-selector input:active +.drinkcard-cc*/
.paymentmodeselector input:checked +.drinkcard-cc{ /*, .cc-selector input:checked +.drinkcard-cc*/
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;height:70px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}
.paymentmodeselector input{ margin: 5px 0 0 12px; }
.paymentmodeselector label{ margin-left: 7px; }

.tHeaderAmount {
    text-align: center;
}
.lessFeeFont {
    color:red;
}
.addFeeFont {
    color:#43ac6a;
}
.panel-primary {
    border-color: none !important;
}

.boxed {
    border: 1px solid black;
}

.btn-circle {
    border-radius: 25px !important;
}

.waringText {
    color: red;
}

.paymentInfoPanel {
    border: none !important;
    background: #eff0f1 !important;
}

.successText {
    color: green;
}

table.sfcTbl {
    width : 100%!important; 
    table-layout: fixed!important;
}

.sfcFont {
    font-size:14px!important;
}