
.dashboard-block{
	
}
.dashboard-block DIV{
	font-size: 18px;
	line-height: 26px;	
}
.dashboard-block.secondary-block DIV{
	font-size: 14px;
	line-height: 16px;	
}
.dashboard-block i {
    font-size: 22px;
    font-weight: bold;
}
.dashboard-block.secondary-block i {
    font-size: 16px;
    font-weight: bold;
}

.dashboard-block span {
    font-size: 13px;
    line-height: 26px;
    color: #283644 !important;
    font-style: normal;
}
.dashboard-block i span {
    font-size: 12px;
    line-height: 26px;
    color: #b8b8c6 !important;
    font-style: normal;
}

i.float-amount {
    font-size: 14px;
    font-weight: bold;
}
i.float-amount.out {
    color: darkred;
	float: right;
}
i.float-amount.normal {
    font-weight: normal;
}
i.float-amount span {
    font-size: 10px;
    line-height: 14px;
    color: #b8b8c6 !important;
    font-style: normal;
}

/* hold-table*/
.hold-table tr > .date-column,
.hold-table tr > .amount-column,
.hold-table tr > .details-column,
.hold-table tr > .status-column{
	display:none;
	width:0;
}
.hold-table tr > .date-column{
	display:table-cell;
	width:5em;
}
.hold-table tr > .amount-column{
	display:table-cell;
	width:6em;
}
.hold-table tr > .status-column{
	display:table-cell;
	width:6em;
}
@media (min-width: 950px) {
	.hold-table tr > .details-column{
		display:table-cell;
		width:30%;
	}	
}
/* END hold-table*/

/* op-table*/
.op-table tr > .date-column,
.op-table tr > .amount-column,
.op-table tr > .balance-column,
.op-table tr > .details-column{
	display:none;
	width:0;
}
.op-table tr > .date-column{
	display:table-cell;
	width:5em;
}
.op-table tr > .amount-column{
	display:table-cell;
	width:6em;
}
.op-table tr > .balance-column{
	display:table-cell;
	width:6em;
}
@media (min-width: 550px) {
	.op-table tr > .details-column{
		display:table-cell;
		width: 30%;
	}
}

@media (min-width: 800px) {
	.op-table tr > .details-column{
		display:none;
		width:0;
	}
}
@media (min-width: 950px) {
	.op-table tr > .details-column{
		display:table-cell;
		width:40%;
	}	
}
/* END op-table*/

/* REF-table*/
.refs-table tr > .login-column,
.refs-table tr > .date-column,
.refs-table tr > .activity-column,
.refs-table tr > .earned-column,
.refs-table tr > .refback-column,
.refs-table tr > .from-column,
.refs-table tr > .status-column{
	display:none;
	width:0;
}
.refs-table tr > .login-column{
	display:table-cell;
	width:5em;
}
.refs-table tr > .date-column{
	display:table-cell;
	width:6em;
}
@media (min-width: 450px) {
	.refs-table tr > .activity-column{
		display:table-cell;
		width:6em;
	}
}
@media (min-width: 550px) {
	.refs-table tr > .earned-column{
		display:table-cell;
		width:4em;
	}
}
@media (min-width: 650px) {
	.refs-table tr > .refback-column{
		display:table-cell;
		width:4em;
	}
}
@media (min-width: 1041px) {
	.refs-table tr > .from-column{
		display:table-cell;
		width:20%;
	}
	.refs-table tr > .status-column{
		display:table-cell;
		width:6em;
	}
}
/* END REF-table*/

/* withdrawals-table*/
.withdrawals-table tr > .date-column,
.withdrawals-table tr > .amount-column,
.withdrawals-table tr > .status-column,
.withdrawals-table tr > .details-column{
	display:none;
	width:0;
}
.withdrawals-table tr > .date-column{
	display:table-cell;
	width:5em;
}
.withdrawals-table tr > .amount-column{
	display:table-cell;
	width:8em;
}
@media (min-width: 450px) {
	.withdrawals-table tr > .status-column{
		display:table-cell;
		width: 30%;
	}
}

@media (min-width: 768px) {
	.dashboard-block .row .mb-10:last-child{
        margin-bottom: 0;
	}
	.withdrawals-table tr > .details-column{
		display:table-cell;
		width:auto;
	}
}
@media (min-width: 800px) {
	.withdrawals-table tr > .details-column{
		display:none;
		width:0;
	}
}
@media (min-width: 950px) {
	.withdrawals-table tr > .date-column{
		width:12em;
	}
	.withdrawals-table tr > .details-column{
		display:table-cell;
		width:auto;
	}
	.withdrawals-table tr > .status-column{
		width: 10%;
	}	
}
/* END withdrawals-table*/

/* Withdrawals MODAL*/
#withdrawModal .modal-dialog {
    width: 400px;
    margin-top: 60px;
}
#withdrawModal .form-group {
    margin-bottom: 0px;
}
#withdrawModal .modal-buttons {
	width: 100%;
	display: inline-block;
	margin-top: 25px;
}
#withdrawModal .modal-buttons button{
	margin-right: 10px;
}
#withdrawModal .modal-text {
	width: 100%;
	display: inline-block;
	margin-top: 5px;
}
#withdrawModal .form-group:last-child {
    margin-bottom: 0;
}
#withdrawModal .form-group:last-child {
    margin-bottom: 0;
}
#withdrawModal .modal-body {
    min-height: unset;
	padding-bottom: 0;
}
#withdrawModal BUTTON.btn-primary {
	float: left
}
#withdrawModal INPUT {
	max-width:13em;
}
/* END Withdrawals MODAL*/
