body, .mainbody {
	height:100%;
	width:100%;
	color: #fff;
    /*background: #080808;*/
	background: #121931;
}
.mainbody {
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
}
footer {
	position: absolute;
	bottom: 0px;
	minheight: 20px;
	width: 100%;
	color: #fff;
	background-color: #101010;
}
.toprow-gap {
	padding-top: 15px;
}
.iconright {
	position: absolute;
	right: 30px;
	bottom: 20px;
	font-size: 40px;
}
.datawidget {
	padding: 8px;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	position:relative;
}
.datawidget.noborder
{
	border: 0;
	box-shadow:0;
}
.datawidget > div.iconblock
{
	position: absolute;
	left: 0px;
	bottom: 8px;
	font-size: 48px;
}
.datawidget h3.title
{
	margin-bottom:0px;
	margin-left:47px;
}
.datawidget h4.title.right
{
	margin-bottom:0px;
	position:absolute;
	right:10px;
}
.datawidget small
{
	margin-bottom:0px;
	margin-left:47px;
	text-transform:capitalize;
	font-weight:bold;
}
.datawidget small.right
{
	margin-bottom:0px;
	position:absolute;
	right:10px;
	text-transform:capitalize;
	font-weight:bold;
}
.datawidget input.title
{
	font-size: 1.75rem;
	display: block;
	background-color: #343a40;
	border: 0;
	padding:0;
	line-height:normal;
	padding-left: 47px;
}

.datawidget-small
{
	padding: 8px;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	position:relative;
}
.datawidget-small.noborder
{
	border: 0;
	box-shadow:0;
}
.datawidget-small h4.title
{
	margin-bottom:0px;
}
.datawidget-small small
{
	margin-bottom:0px;
	text-transform:capitalize;
	font-weight:bold;
	font-size:70%;
}
.datawidget-small input.title
{
	display: block;
	background-color: #343a40;
	border: 0;
	padding:0;
	line-height:normal;
	font-size: 20px;
	width:100%;
}
/*.datawidget-small input.title.inputicon
{
#	padding-left:20px;
}*/
.datawidget-small i.inputicon
{
	position:absolute;
	bottom:10px;
	left:95px;
}
.datawidget-small i.winnericon
{
	position: absolute;
    top: 9px;
    left: 90px;
    font-size: 25pt;
}
.datawidget-small h4.datawidget-right
{
	float:right;
    margin-right:5px;
    clear:both;
}
.datawidget-small small.datawidget-right
{
	float:right;
    margin-right:5px;
    clear:both;
}

.boxcontainer{
    position: relative;
    #width: 90%;
    display: grid;
    #grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-template-rows: auto;
    grid-gap: 0 40px;
}
.boxcontainer .box{
    position: relative;
    #height: 400px;
    background: #343a40;
    display: flex;
    justify-content: center;
    align-items: center;
    #border: 1px solid #000;
}

.boxcontainer .box:before{
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    transform: skew(1deg,1deg);
    z-index: -1;
}
.boxcontainer .box.none:before {
	transform: skew(0deg,0deg);
}
.boxcontainer .box:before {
	background: linear-gradient(315deg, #404d30, #305e64);
}
.boxcontainer .box.white:before{
    background: linear-gradient(315deg, #ff0000, #ffc107);
}
.boxcontainer .box.red:before{
    background: linear-gradient(315deg, #ff0057, #e64a19);
}
.boxcontainer .box.blue:before{
   background: linear-gradient(315deg, #89ff00, #00bcd4);
}
.boxcontainer .box:nth-child(3):before{
    background: linear-gradient(315deg, #e91e63, #5d02ff);
}

.boxcontent{
    position: relative;
    #padding: 20px;
	width: 100%;
}
.nav-pills .nav-style-info.nav-link {
	color: #17a2b8!important;
}
.nav-pills .nav-style-info.nav-link.active {
	color: #fff!important;
	background-color: #17a2b8!important;
}

.bet-button {
	width: 60px;
    height: 60px;
    font-size: 30px;
    margin: 5px;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.bet-button:active
{
	transform: translate(0px,5px);
	-webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}

#actionBox{
	padding:0px;
	/*border-radius: 10px;*/
	font-size: 20px;
	color: white;
	background: gray;
	position: relative;
	height: 30px;
	/*margin-left:10px;
	margin-right:10px;*/
}
#actionBox .content {
	z-index:9;
	top: 0;
	position:relative;
}
#actionBox .action {
	position: absolute;
    top: 0;
    margin: auto;
    /* left: 0; */
    right: 5px;
    font-size: 20px;
    font-weight: bold;
}
#actionBox .content .result {
	display:in-line;
}
#actionBox .content .winaction {
	display:in-line;
}
#actionBox .progress {
	z-index:1;
	width:0px;
	height:100%;
	position:absolute;
	background:green;
	left:0px;
	top:0px;
}

.random-number-box {
    margin: 20px;
    padding: 20px;
    background: gray;
    /*border-radius: 10px;*/
    font-size: 80px;
    #width: 80px;
    color: white;
    #float: left;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
	margin-left: 10px;
    margin-right: 10px;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #fff;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

.separator.text-info::before, .separator.text-info::after {
    border-bottom: 1px solid #17a2b8;
}

.star-block
{
	min-width:50px;
}

.result-item-parent
{
	/*padding:10px;*/
}
.result-winner
{
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	width:100%;
	height:100%;
	font-size:48px;
}
div[class^='result-num-'] {
	width:30px;
	height:20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 0 14%;
	font-size:12px;
}
.result-item-red {
	background: #dc3545;
}
.result-item-house {
	background: #17a2b8;
}
.result-item-red-alt {
	color: #dc3545;
}
.result-item-black {
	background: #000;
}
.result-item-black-alt {
	color: #000;
}

.result-item-highlighted {
	border: 1px solid #fff;
}
.result-item-winner {
	border: 2px solid rgba(51, 217, 178, 0.7);
	animation: pulse 0.5s ease-in infinite;
}
@keyframes pulse{
  25%  {transform: scale(0.9);}
  75%  {transform: scale(1.5);}
}
@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}


.result-history-container-absolute
{
	position:absolute;
	left:0;
	width:100%;
}
.result-history-parent
{
	overflow: hidden;
	max-height: 20px;
	z-index:30;
	font-weight:bold;
	position: absolute;
	left:0px
}
.result-history-overlay
{
	position:absolute;
	left:0px;
	background-image: linear-gradient(to right, rgba(52,58,64,0), 20%, rgba(52,58,64,1));
	height:20px;
	width:100%;
	z-index:200;
}
.result-history-item
{
	width: 55px;
	height: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.1; }

.opacity-2 {
  opacity: 0.2; }

.opacity-3 {
  opacity: 0.3; }

.opacity-4 {
  opacity: 0.4; }

.opacity-5 {
  opacity: 0.5; }

.opacity-6 {
  opacity: 0.6; }

.opacity-7 {
  opacity: 0.7; }

.opacity-8 {
  opacity: 0.8; }

.opacity-9 {
  opacity: 0.9; }

.opacity-10 {
  opacity: 1; }
  
.stroke-white
{
	text-shadow:
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}
.stroke-black
{
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}