/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 4, 2015, 5:18:38 PM
    Author     : sbc
*/

.payment-gateways-list{
    list-style: none;
    padding:0;
}

.payment-gateways-list li{
    margin-right: 10px;
    float:left;
}

.payment-gateways-list a{
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
}

.gateway-content{
    border: solid 1px #f1f1f1;  
    padding:5px;
}

.payment-gateways-content{
    clear:both;
}

.payment-gateway-radio{
    display: none;   
}

.payment-gateways-list .nav-tabs > li.active > a, 
.payment-gateways-list .nav-tabs > li.active > a:hover, 
.payment-gateways-list .nav-tabs > li.active > a:focus{
    background: #B5D398 !important;
}


.payment-statistics .payment-statistic{
    background: white;
    border:1px solid #EFEFEF;
    width:100%;
    min-height: 90px;

}
.payment-statistic .statistic-icon{
    height: 90px;
    width: 90px;
    display: block;
    float: left;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
}

.payment-statistic .statistic-info{
    margin-left:90px;
    padding:5px;
}

.payment-statistic .statistic-info .statistic-info-head{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment-statistic .statistic-info .statistic-info-body{
    font-size: 14px;
    display: block;
}

.payment-statistic .statistic-info .statistic-info-number{
    font-weight: bold;
    font-size: 18px;
    display: block;
}



@media (max-width: 768px) {
    .invoice .nav > li > a{
        padding: 5px;
    }

    .invoice .nav > li > a label{
        margin-bottom: 0;
    }
}