

html {
  width: 100%;
  height: 100%;
}
.button-row {
    display: grid; /* or display: grid; */
}
.iziet{
    float:right;
}
.adminbox{
    background-color: #FF5733;
    font-weight: bold;
}
.kronsbox{
    background-color: #FFC300;
    font-weight: bold;
}
.modbox{
    background-color: DodgerBlue;
    font-weight: bold;
}
.intro-box {
    width: 820px;
    min-height: 100%;
    padding: 0 40px 65px;
    margin: 118px auto 0;
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
}
div {
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
	box-sizing: border-box;
} 

        .containerapg {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .itemapg {
            margin: 10px;
            text-align: center;
        }

body {
  height: 100%;
	background: #f6f5f7;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.checkbox-center {
    position: absolute;
    bottom: 5px; /* Adjust this value to control the distance from the bottom */
    left: 50%;
    transform: translateX(-50%);
}
.badger {
  background-color: red;
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
}
#main_wrapper {
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 800px;
  position: relative;
  margin: 0 auto;
}
h1 {
	font-weight: bold;
	margin: 0;
}

h2 {
	text-align: center;
}

p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

span {
	font-size: 12px;
}

a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}


forms {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}


.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.social-container {
	margin: 20px 0;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

footer p {
    margin: 10px 0;
}

footer i {
    color: red;
}

footer a {
    color: #3c97bf;
    text-decoration: none;
}
#wrap {
     width: 900px;
     margin: 0 auto;
}

#page2 {
  background-image: url('images/backgrounds/back.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.button {
  background-color: #000000;
  border: 2px solid white;
  color: white;
  padding: 7px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.buttonb {
  background-color: #000000;
  color: white;
  border: 2px solid white;
}

.buttonb:hover {
  background-color: white;
  color: black;
}
.buttonred {
  background-color: #B90000;
  border: 2px solid white;
  color: white;
  padding: 7px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.buttonblue {
  background-color: #0546FF;
  border: 2px solid white;
  color: white;
  padding: 7px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.page-header {
    border-bottom: none;
}
.parent {
  position: relative;
  top: 0;
  left: 0;
}
.game-name small {
    display: block;
}
	.paginator {
		display: block;
		padding: 10px;
		text-align: center;
	}
		.paginator table {
			width: auto;
			margin: 0 auto;
		}
		.paginator table td {
			padding: 0;
			border-bottom: 3px solid #d7d7d7;
			font-size: 14px;
			font-weight: bold;
			height: 32px;
			line-height: 32px;
		}
		.paginator table td.selected {
			border-bottom: 3px solid #f2594b;
			color: #383838;
			padding: 0 5px;
		}
.user-stats hr {
    margin: 10px;
}

.user-stats .well {
    padding: 5px 10px;
}

.page-title {
    margin-top: 0px;
}

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav>li {
    display: inline-block;
    float:none;
}

.footer {
	position: fixed;
	display: block;
    font-weight: bold;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    color: Black;
    text-align: right;
}

.drop-up {
    top: auto;
    bottom: 100% !important;
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    font-size: 12px;
    padding: 1em;
    display: none;
    border-radius: 3px;
}

.go-top:hover {
	background-color: #474747;
    color: #fff;
}

label > input{
	display:none;
}

label > input:checked + img{
    color: #333;
    background-color: #e6e6e6;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

.item-border {
    border: 4px solid grey;
    border-radius: 5px;
}

.item-border:hover {
    background: AntiqueWhite;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.progress span {
    position: absolute;
    display: block;
    width: 95%;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.sidebar {
    padding: 20px;
    background-color: white;
    border-left: 4px solid #D9DBDB;
}
