html body .content {
    margin-left: 0px;
}
.header-navbar.floating-nav {
    margin: 0;
    border-radius: 0;
    width: 100%;
}
html body .content .content-wrapper {
    padding: 0 30px 0 0;
    margin-top: 4rem;
}
.navbar-dark {
    background: #333333;
}
.storeID {
	color: #fff !important;
}
.user-nav {
	color: #fff !important;
}
.media-bordered .row {
	border-top: 1px solid #ddd;
}
.pswGame {
	border: 1px solid #222;
	border-radius: 5px;
	height: 90px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	background-position: center;
    background-size: cover;
}
.v-center {
	margin-top: auto;
	margin-bottom: auto;
}
.gameRocky {
	background-image: url(../../app-assets/images/games/rocky.png);
}
.gameMoohlah {
	background-image: url(../../app-assets/images/games/moohla.png);
}
.gameVeryCherry {
	background-image: url(../../app-assets/images/games/very-cherry.png);
}
.gameAlice {
	background-image: url(../../app-assets/images/games/alice.png);
}
.gameSnowLeopard {
	background-image: url(../../app-assets/images/games/snow-leopard.png);
}
.game88Fortunes {
	background-image: url(../../app-assets/images/games/88-fortunes.png);
}
.gameBierHaus {
	background-image: url(../../app-assets/images/games/bier-haus.png);
}
.gameDragonMistress {
	background-image: url(../../app-assets/images/games/dragon-mistress.png);
}
.gameSparatcus {
	background-image: url(../../app-assets/images/games/spartacus.png);
}
.gameColossal {
	background-image: url(../../app-assets/images/games/colossal.png);
}
.gameReelRainbows {
	background-image: url(../../app-assets/images/games/reel-rainbows.jpg);
}
.gameCard {
    min-height: 300px;
}
.gameCard h5 {
    margin-bottom: 0;
}
.gameCard p {
    font-size: 0.8em;
}
.gameCard .card-body {
    padding: 10px;
    min-height: 82px;
}
.cardButton {
    font-size: 1.0em;
}
.cardButtons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height:54px;
}
.cardButtons .col-2, .cardButtons .col-4, .cardButtons .col-5, .cardButtons .col-6, .cardButtons .col-12 {
    background-color: #464646;
    padding:10px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
}
.cardButtons .col-4:hover, .cardButtons .col-12:hover {
    background-color: #999;
    padding:10px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

.playerRow {
	min-height: 70px;
    border-bottom: 1px solid #ddd;
}
.playerRow:last-child {
	min-height: 70px;
    border-bottom: 1px solid #fff;
}
.collapse-bordered .card .card-header {
    padding: 10px 0px;
}
.rowButtons {
    padding: 0px 0px 10px 60px !important;
}




.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.571rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #6e6b7b;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}