body{
	width: 100%;
	height: 100%;
	background-color: #fff!important;
}
#back-to-top{
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	background-color: #dc4c64;
	z-index: 1;
	position: fixed;
	display: none;
}

/**************** HEADER/NAVIGATION *****************/
#MainHeader{
	background-color: #343a40;
}
#logo{
	width: 60px;
}
#MainNavigation ul li{
	padding: 12px;
}
#MainNavigation ul li a{
	color: #ffffff80;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
}
#MainNavigation ul li a.active{
	color: #ffffffbf;
}
#MainNavigation ul li a:hover{
	color: #ffffffbf;
}

#MainNavigation ul.dropdown-menu{
	min-width: 200px;
	top: 65px!important;
	border-top: none;
	border-radius: 0px;
	background-color: #343a40;
}
#MainNavigation ul.dropdown-menu li{
	padding: 10px 12px;
}
#MainNavigation ul.dropdown-menu li a.active{
	color: #ffffffbf;
	background-color: rgba(255, 0, 0, 0);
}
#MainNavigation ul.dropdown-menu li a:hover{
	color: #ffffffbf;
	background-color: rgba(255, 0, 0, 0);
}
#MainNavigation ul.dropdown-menu li a:active{
	background-color: rgba(255, 0, 0, 0);
}
#MainNavigation ul.dropdown-menu li a:visited{
	background-color: rgba(255, 0, 0, 0);
}
#MainNavigation ul.dropdown-menu li a:focus{
	background-color: rgba(255, 0, 0, 0);
}

#MainNavigation #InUp{
	margin: 0px 5px;
}

#MainHeader button.navbar-toggler{
	border: 1px solid #a3a6a9;
	box-shadow: none;
}

/**************** SECTION *****************/
#MainSection{
	padding-top: 150px;
	padding-bottom: 100px;
}
#Window{
	border-radius: 6px 6px 0px 0px;
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.62);
}
#Window #WindowTop{
	height: 40px;
	border-bottom: 1px solid #777;
	border-radius: 6px 6px 0px 0px;
	background-color: #557ea0;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 16px 20px rgba(255, 255, 255, 0.15) inset;
	padding: 5px;
}
#Window #WindowTop #Title{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 5px;
}
#Window #WindowContent{
	color: #000;
	border: 1px solid #aaa;
	border-top: 0px;
	background-color: #ddd;
	padding: 10px;
}
#ContentBox1{
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 10px;
	margin: 1px;
}
#ContentBox2{
	background-color: #ddd;
	margin: 1px;
}
#text{
	text-decoration: none;
	margin-bottom: 0px;
}

/**************** FOOTER *****************/
#MainFooter{
	color: #fff;
	border-top: 3px solid #b2b6bd;
	background-color: #3e5a78;
	padding-top: 20px;
	padding-bottom: 20px;
}
#MainFooter ul li{
	padding: 0px 5px;
}
.fa-instagram, .fa-discord, .fa-envelope{
	color: #dcdcdc;
	font-size: 30px;
	transition: 0.5s;
}
.fa-instagram:hover{
	color: #c0c0c0;
}
.fa-discord:hover{
	color: #c0c0c0;
}
.fa-envelope:hover{
	color: #c0c0c0;
}


/**************** INDEX *****************/
#ContentBox3{
	border: 1px solid #aaa;
	border-radius: 12px;
	background-color: #fff;
	padding: 10px;
	margin: 1px;
}
div.carousel-inner{
	border-radius: 12px;
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.62);
}
div.carousel-item{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 45%;
}
div.carousel-item img{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
div.carousel-caption{
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.9);
}
#wrapper{
	border: 1px solid #aaa;
	border-radius: 12px;
	background-color: #fff;
	padding: 20px 5px;
	margin: 1px;
}
#info{
	text-align: center;
	font-size: 20px;
	font-family: Consolas, monospace;
	color: transparent;
	background-image: linear-gradient(160deg, #1e2e45 10%, #db6cbc 60%, #e9922d 70%);
	background-clip: text;
	transition: 0.5s;
}
#info:hover{
	transform: translatey(-3px);
	transition: 0.5s;
}
.fa-calendar-days, .fa-hourglass-half, .fa-sack-dollar, .fa-gamepad{
	font-size: 35px;
}
#epoch{
	color: #53565c;
	font-weight: bold;
	margin-bottom: 0px;
}
#demo{
	color: #53565c;
	font-weight: bold;
	margin-bottom: 0px;
}
#quota{
	color: #53565c;
	font-weight: bold;
	margin-right: 5px;
}
#percent{
	top: -3px;
	font-size: 16px;
	position: relative;
}
#percent i{
	margin-right: 3px;
}
#picture{
	width: 100%;
	border-radius: 12px;
}
#badge{
	width: 129px;
	height: 123px;
	right: 30px;
	bottom: 60px;
	background-image: url(../img/badge.png);
	transform: rotate(15deg);
	z-index: 1;
	position: absolute;
}
.filterDiv{
	display: none;
}
.filterDiv.show{
	display: block;
}
button#filterInfo{
	width: 75%;
	color: #712cf9;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #712cf9;
	background-color: #fff;
	padding: 16px;
}
button#filterInfo.active{
	color: #fff;
	background-color: #712cf9;
}
button#filterInfo:hover{
	color: #fff;
	background-color: #712cf9;
}
#cs2bg{
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	border: 1px solid #aaa;
	border-radius: 12px;
	background-image: url(../img/cs2bg.png);
	background-size: cover;
	padding: 10px;
	margin: 1px;
}
#statistics{
	font-size: 15px;
	font-weight: bold;
}
div.card-header{
	background-color: #fff;
}
.fa-users, .fa-chart-line, .fa-hand-holding-dollar{
	font-size: 35px;
}

/**************** O NAMA *****************/
#example1{
	border-radius: 0px 10px;
	margin-bottom: 5px;
}
#example2{
	border-radius: 0px 10px;
	box-shadow: none;
}

/**************** LISTING *****************/
#TopBar{
	width: 100%;
	color: #000;
	border-collapse: separate;
	border-spacing: 1px 5px;
}
#TopBar thead tr th{
	text-align: center;
	background-color: #d2b9a6;
	padding: 8px 30px 8px 8px;
}
#TopBar tbody tr td{
	text-align: center;
	padding: 5px;
}
#TopBar tbody tr:nth-of-type(odd){
	background-color: #fff;
}
#TopBar tbody tr:hover{
	background-color: #fff;
}
#link{
	text-decoration: none;
}
#link:hover{
	text-decoration: underline;
}