.paddingTB3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.paddingTB30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.marginTop5 {
    margin-top: 5px;
}

.paddingLR3 {
    padding-left: 3px;
    padding-right: 3px;
}

.navbar-inverse {
    background-color: #000;
    border-color: #000;
}

#log-dp {
    min-width: 150px;
    padding: 7px 5px 7px 5px;
    overflow: hidden;

    background-color: rgba(0,0,0,1);
}
#log-dp a {
color: #00ff00;

}
#log-dp a:hover {
color: #fff;
        background-color: inherit;

}
@media(max-width:480px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

}
tbody tr td{
    position:static;
}

.creditTop{
    line-height:30px;
    font-size:18px;
    color:#00ff00;
}

.messages {
	display: inline-block;
}

[data-notifications] {
	position: relative;
}

[data-notifications]:after {
	content: attr(data-notifications);
	position: absolute;
	background: red;
	border-radius: 25%;
display: inline-block;
color: #fff;
left: 3px;
bottom: -1px;
padding-left: 0.2em;
padding-right: 0.2em;}

.multilinebox{
    resize: none;
min-height: 200px;
}
.money {
    direction: ltr;
    text-align: center;
}
.AccountCharching{
    color:#06ed06;
}
.GameWinning{
    color:#16ddc7;
}
.UserPresenting{
    color:#ff15cf;
}
.CashOut{
    color:#ff0000;
}
.GameLosing{
    color:#ec8109;
}
[id^=btn-]{
    min-width:105px;
}

.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 400px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: right;
  border-bottom-width: 0;
}

input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
    display:none;
}

label.switch {
	cursor: pointer;
	text-indent: -9999px;
	width: 100px;
	height: 40px;
	background: #F0F0F0;
	display: block;
	border-radius: 100px;
	position: relative;
    margin:0 auto;
}

label.switch:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	background: #A6A6A6;
	border-radius: 90px;
	transition: 0.3s;
}

input[type=checkbox]:checked + label {
	background: #00ff00;
}
input[type=checkbox]:disabled + label {
    cursor: not-allowed;
	background: #A6A6A6;
}
input[type=checkbox]:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
    background: #fff;
}

label.switch:active:after {
	width: 90px;
}


.blink{
	    background-color: none;
		padding: 5px;	
		text-align: center;
		line-height: 50px;
	}
	.blink span{
		font-size: 15px;
		font-family: cursive;
		color: #0f0;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: .3;}
50%{opacity: .65;}
100%{opacity: 1;}
}