@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

@font-face {
    font-family: "csgo";
    src: url("../fonts/cs_regular.ttf") format("truetype");
}

@keyframes pulse {
	0% {
		background-color: rgba(165, 165, 165, 0.1);
	}
	50% {
		background-color: rgba(165, 165, 165, 0.3);
	}
	100% {
		background-color: rgba(165, 165, 165, 0.1);
	}
}

.content-placeholder {
	animation: pulse 1s infinite ease-in-out;
}

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	line-height:1.5;
	background-color:#1A2229;
	color:lightgrey;
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.container {
	max-width:960px;
	margin:0 auto;
	overflow:hidden;
}

img {
	display: block;
}

hr {
	margin: 10px 0;
}

#menu-top {
	background-color:#4285F4;
	padding: 10px 0;
	margin-bottom:15px;
}

#menu-top ul {
	list-style-type:none;
	float:right;
	overflow:hidden;
}

#menu-top li {
	float:left;
}

#menu-top a {
	display:block;
	text-decoration:none;
	color:white;
	padding:8px 15px;
}

#menu-top a:hover {
	background-color:#356BC3;
	border-radius:2px;
}

.filter {
	margin-bottom: 15px;
	overflow: hidden;
}

.filter .text, .filter .controls {
	float:left;
}

.filter .text {
	margin-right: 15px;
}

.account-list {
	border-collapse:collapse;
	margin:0 auto;
	margin-bottom:15px;
}

.account-list th, .account-list td {
	padding:4px 10px;
}

.account-list img {
	display:block;
}

.account-list a {
	text-decoration:none;
	color:inherit;
}

.account-list a:hover {
	color:white;
}

.accounts-groups-controls {
	margin-bottom: 15px;
}

button {
	border:none;
	background-color:#1AA7CB;
	color:white;
	padding:5px 12px;
	border-bottom:6px solid #1D97B6;
	cursor:pointer;
}

.btn-group-copy {
	margin-right:5px;
	float:left;
}

.rank {
	max-width:85px;
	margin:0 auto;
}

.rank.expired {
	opacity: 0.25;
}

.check {
	max-height:25px;
	margin:0 auto;
}

.status {
	border:4px solid transparent;
}

.status.offline {
	border-color:#7F7F7F;
}

.status.online {
	border-color:#54A5C4;
}

.status.in-game {
	border-color:#90BA3C;
}

.notice {
	background-color:white;
	color:black;
	padding:7px 10px;
	border-left:4px solid white;
	margin-bottom:15px;
}

.notice.success {
	border-left-color:#2ecc71;
}

.notice.error {
	border-left-color:#e74c3c;
}

.notice.warning {
	border-left-color:#e67e22;
}

.notice.info {
	border-left-color:#3498db;
}


.accounts-list {
	overflow: hidden;
}

.account-view {
	width: 220px;
	background-color:#212121;
	color:white;
	text-align:center;
	margin-bottom: 20px;
}

.account-view .header, .account-view .infos {
	position: relative;
	padding: 15px 20px;
}

.account-view .header .cooldown-infos {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	border-top: 15px solid;
	border-left: 15px solid transparent !important;
	border-color: #7f8c8d;
}

.account-view .header .cooldown-infos.time-0, .account-view .header .cooldown-infos.level-0 {
	border-color: #27ae60;
}

.account-view .header .cooldown-infos.time-30, .account-view .header .cooldown-infos.level-1 {
	border-color: #f1c40f;
}

.account-view .header .cooldown-infos.time-120, .account-view .header .cooldown-infos.level-2 {
	border-color: #e67e22;
}

.account-view .header .cooldown-infos.time-1440, .account-view .header .cooldown-infos.level-3 {
	border-color: #c0392b;
}

.account-view .header .cooldown-infos.time-10080, .account-view .header .cooldown-infos.level-4 {
	border-color: #c0392b;
}

.account-view .header .steam-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin: 0 auto 10px auto;
}

.account-view p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.account-view a {
	text-decoration: none;
	color: white;
}

.account-view .controls ul {
	list-style-type: none;
	overflow: hidden;
}

.account-view .controls li {
	width: 25%;
	float:left;
}

.account-view .controls button {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #1976D2;
	padding: 9px;
}

.account-view .controls button:hover {
	background-color:#1565C0;
}

.account-view .infos {
	background-color:#424242;
}

.home-columns {
	margin-bottom: 15px;
	overflow: hidden;
}

.home-columns .column {
	box-sizing: border-box;
	float: left;
	width: 33.33%;
	padding: 0 10px;
}

.home-columns .column .icon {
	text-align: center;
	font-size: 50px;
}

.home-columns .column .title {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.home-columns .column .text {
	/* text-align: justify; */
}

.group-view {
	margin-bottom: 15px;
	padding: 10px 15px;
	background-color: #4285F4;
	color: white;
}

.group-view .title {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}

.group-view .rank {
	display: inline-block;
	vertical-align: middle;
}

.icon-csgo {
    font-family: "csgo";
    font-style: normal;
    font-weight: normal;
}

.icon-csgo:before {
    content: "\002D";
}

.time-banned {
	color: #F44336;
}