﻿
/*
.table>thead>tr>th {
    background: #f1f1f1
}
*/
thead input {
    width: 100%
}

.table {
    font-size: 13px;
    font-weight: 500;
    white-space: initial
}

.table tr {
    border: 1px solid #eaeaea
}

.table td b {
    font-weight: 600
}

.Cash {
    background: #e66454;
    color: #fff
}

.Market,.Toss,.Session {
    background: green;
    color: #fff
}

.CashOut,.commision,.SETTLEMENT {
    background: #e66454;
    color: #fff
}

.COINTRANSFER,.Payment {
    background: blue;
    color: #fff
}

.CashOut {
}

.Market,.Cash,.CashOut,.Payment,.COINTRANSFER,.commision,.Toss,.Session,.SETTLEMENT {
    color: #fff;
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 3px
}

.dropdownchip {
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    margin: 20px 0;
    font-size: 14px;
    padding: 5px
}

.popbox0 {
    overflow: hidden;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 0;
    text-align: center;
    display: none
}

#opaque {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: .4
}

.popdetails {
    width: 80%;
    height: 500px;
    display: inline-block;
    z-index: 9999999999999;
    position: relative;
    top: 70px
}

.closePrefHelp {
    display: block;
    background: #fff;
    float: right;
    margin: 0 2px 2px 0;
    position: absolute;
    right: -22px;
    top: -23px;
    color: #ccc;
    font-family: montserrat;
    line-height: 10px;
    width: 26px;
    text-align: center;
    text-decoration: none;
    border: 3px solid #ccc;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 5px;
    cursor: pointer
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
