table{
    border:solid 1px #000000;
    width: 100%;
}
table th{
    background-color: #EEEEEE;
}
table th, table td{
    border-right:solid 1px #000000;
    border-bottom:solid 1px #000000;
    text-align: left;
    padding: 5px;
}
table th:last-child{
    border-right: none;
}
.table{
    position: relative;
}
.table_left{
    width: 180px;
    position: absolute;
    left:0;
}
.table_right{
    margin-left: 190px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-right: 15px;
    position: relative;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.6667%;
}
.col-md-10 {
    width: 83.3333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.6667%;
}
.col-md-7 {
    width: 58.3333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.6667%;
}
.col-md-4 {
    width: 33.3333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.6667%;
}
.col-md-1 {
    width: 8.33333%;
}
.row input{
    width: 100%;
}
.row:after{
    clear: both;
    content: "";
    display: block;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}

#f-add-funds-coupon-block{
    display: table;
}
#f-add-funds-coupon-row{
    display: table-row;
}
#f-add-funds-coupon-input-wrapper{
    display: table-cell;
    padding-right: 15px;
}
#f-add-funds-coupon-button-wrapper{
    display: table-cell;
}
.deposit_type{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.deposit_type:after{
    display: block;
    clear: both;
    content: "";
}
.deposit_type li{
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background: #f1f1f1;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 10px;
    width: 23%;
    height: 120px;
    float: left;
    text-align: center;
}
.deposit_type li:nth-child(4n){
    margin-right: 0;
}
.deposit_type li label{
    padding: 10px 14px;
    display: block;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.deposit_type li label img{
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
}
#ModalWindow.modal, #ModalLoading.modal{
    height: 100%;
}
[data-gidx] h4, [data-gidx] .h4 {
    opacity: 1 !important;
}
@media (max-width: 640px) {
    .deposit_type li{
        width: 100%;
        margin-right: 0;
    }
}