body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #1d1818;
	font-family: Tahoma;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   cursor: default;
}
table {
	width: 211px;
	margin-bottom: 3px;
	border-radius: 4px;
   	cursor: default;
}
table tr {
	height: 20px;
	border-radius: 5px;
   	cursor: default;
}
table tr td {
	color: #b5b5b5;
	padding: 0px 5px 2px 7px;
	height: 20px;
   	cursor: default;
}
table tr td:nth-child(2) {
	padding-right: 0px;
   	cursor: default;
}
table tr td:nth-child(3) {
	padding-left: 0px;
   	cursor: default;
}

a.button-down {
	position: fixed;
	background: url('../images/button-down.png') no-repeat top center;
	width: 85px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	color: #e8b621;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial;
	margin-left: 3px;
}
a.button-down:hover {
	background: url('../images/button-down-hover.png') no-repeat top center;
	width: 85px;
	height: 35px;
}
a.button-down:nth-child(2) {
	background: url('../images/button-discord.png') no-repeat top center;
	margin-left: 80px;
	margin-top: 1px;
}
a.button-down:nth-child(2):hover {
	background: url('../images/button-discord-hover.png') no-repeat top center;
}
a.button-down:nth-child(3) {
	margin-left: 157px;
}

.events-list-button {
	position: fixed;
	background: url('../images/bg_event.png') no-repeat top left;
	width: 213px;
	height: 30px;
	margin-left: -1px;
	margin-top: -3px;
}
a.button-event {
	position: fixed;
	background: url('../images/button-event.png') no-repeat top center;
	width: 56px;
	height: 20px;
	text-align: center;
	padding-top: 9px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 9px;
	text-decoration: none;
	font-family: Arial;
	margin-left: -4px;
	margin-top: -4px;
	padding-right: 2px;
}
a.button-event:hover {
	background: url('../images/button-event-hover.png') no-repeat top center;
	color: rgba(255, 255, 255, 0.9);
}
a.button-event:nth-child(2) {
	margin-left: 47px;
}
a.button-event:nth-child(3) {
	margin-left: 99px;
}
a.button-event:nth-child(4) {
	margin-left: 152px;
}
a.button-event.active {
	background: url('../images/button-event-hover.png') no-repeat top center;
	color: rgba(255, 255, 255, 0.9);
}


a.button-top {
	position: fixed;
	width: 62px;
	height: 38px;
	margin-left: 16px;
	margin-top: 50px;
	z-index: 999;
}
a.button-top:nth-child(2) {
	position: fixed;
	width: 62px;
	height: 38px;
	margin-left: 74px;
	margin-top: 50px;
	z-index: 999;
}
a.button-top:nth-child(3) {
	position: fixed;
	width: 62px;
	height: 38px;
	margin-left: 132px;
	margin-top: 50px;
	z-index: 999;
}
a.button-top:nth-child(4) {
	position: fixed;
	width: 62px;
	height: 38px;
	margin-left: 190px;
	margin-top: 50px;
	z-index: 999;
}

a#button-users {
	background: url('../images/button-top-users.png') no-repeat top center;
}
a#button-users:hover {
	background: url('../images/button-top-users-hover.png') no-repeat top center;
}
a#button-users.active {
	background: url('../images/button-top-users-hover.png') no-repeat top center;
}

a#button-events {
	background: url('../images/button-top-events.png') no-repeat top center;
}
a#button-events:hover {
	background: url('../images/button-top-events-hover.png') no-repeat top center;
}
a#button-events.active {
	background: url('../images/button-top-events-hover.png') no-repeat top center;
}

a#button-streamers {
	background: url('../images/button-top-streams.png') no-repeat top center;
	display: none;
}
a#button-streamers:hover {
	background: url('../images/button-top-streams-hover.png') no-repeat top center;
}
a#button-streamers.active {
	background: url('../images/button-top-streams-hover.png') no-repeat top center;
}

a#button-news {
	background: url('../images/button-top-news.png') no-repeat top center;
}
a#button-news:hover {
	background: url('../images/button-top-news-hover.png') no-repeat top center;
}
a#button-news.active {
	background: url('../images/button-top-news-hover.png') no-repeat top center;
}

.sortnr {
	display: none;
}
.sound {
	font-size: 13px;
	cursor: pointer;
}
.fa-volume-off {
	color: #555;
	margin-right: 6px;
	margin-left: -5px;
}
.fa-volume-off:hover {
	color: #666;
	font-size: 15px;
}
.fa-volume-up {
	color: #9c2008;
	margin-right: 1px;
	margin-left: -6px;
}
.fa-volume-up:hover {
	font-size: 14px;
	color: #b42d13;
	margin-right: 0px;
}
.event-timer {
	text-align: right;
}
.time-off {
	border-radius: 3px;
	padding: 1px 5px 3px 5px;
	background-color: #1e1e1e;
}
.time-on {
	border-radius: 3px;
	padding: 1px 5px 3px 5px;
	background-color: #711d0d;
}
a.time-off {
	border-radius: 3px;
	padding: 2px 5px 3px 5px;
	background-color: #1e1e1e;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	margin: 15px 3px;
}
a.time-off:hover {
	border-radius: 3px;
	padding: 1px 5px 3px 5px;
	background-color: #711d0d;
	color: #fff;
}

#char-life {
	background-image: url('../images/life.jpg');
	height: 7px;
	max-height: 7px;
	max-width: 30px;
	width: 30px;
	border-radius: 0px;
	margin-top: -3px;
	float: right;
	margin-right: 2px;
}
#char-sd {
	height: 7px;
	max-height: 7px;
	max-width: 35px;
	width: 35px;
	background: gold;
	border-radius: 0px;
	margin-top: -3px;
	float: right;
	margin-right: 2px;
}

.dashboard {
	background: url('../images/bg_new.jpg') repeat-y top center;
	background-color: #1d1818;
	width: 265px;
	height: 380px;
	margin: auto;
}

#header {
	position: relative;
	margin: 0px auto;
	height: 80px;
}

#container {
	background: url('../images/bg.png') no-repeat top center;
	position: relative;
	margin: 0px auto;
	max-height: 247px;
	max-width: 253px;
	height: 260px;
	padding: 0px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 10px;
}

#users-list {
	position: fixed;
	max-width: 226px;
	min-width: 226px;
	width: 226px;
	max-height: 233px;
	height: 233px;
	min-height: 233px;
	padding-left: 16px;
	padding-top: 2px;
	margin: 0px;
	border-radius: 3px;
	font-size: 11px;
	font-family: Arial;
	overflow-y: scroll;
	overflow-x: hidden;
	display: block;
}

#users-list table {
	width: 98%; 
}
#users-list table tr td {
	color: #b5b5b5;
	padding: 0px 3px 5px 0px;
	height: 27px;
}
#users-list table tr td div {
	border-radius: 3px;
	background-image: url('../images/pin-bg.png');
	width: 99%;
	max-width: 211px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 7px;
	height: 40px;
}
#users-list table tr td div:hover {
	background-image: url('../images/pin-bg-hover.png');
}
#users-list table tr td div table tr td {
	height: 7px;
	font-size: 12px;
	text-align: left;
	line-height: 0px;
	padding: 0px;
	color: #ccc;
}
#users-list table tr td div table tr td:nth-child(2) {
	text-align: right;
	vertical-align: top;
}
#users-list table tr td div table tr td:nth-child(2) a {
	background-color: #711d0d;
	padding: 5px 8px;
	border-radius: 3px;
	margin-left: -30px;
	margin-top: 5px;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	color: #b5b5b5;
}
#users-list table tr td div table tr td:nth-child(2) button {
	background-color: transparent;
	background-image: url('../images/button-news.png');
	background-size: cover;
	border: 0px;
	width: 39px;
	height: 33px;
	font-size: 10px;
	color: #999;
	font-weight: 100;
	padding-left: 3px;
	margin-top: 2px;
	margin-left: 3px;
}
#users-list table tr td div table tr td:nth-child(2) button:hover {
	background-image: url('../images/button-news-hover.png');
	color: #ccc;
	font-weight: 100;
}

#events-list {
	position: fixed;
	max-width: 226px;
	min-width: 226px;
	width: 226px;
	max-height: 233px;
	height: 233px;
	min-height: 233px;
	padding-left: 16px;
	padding-top: 2px;
	margin: 0px;
	border-radius: 3px;
	font-size: 11px;
	font-family: Arial;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
}

#streamers-list {
	position: fixed;
	max-width: 226px;
	min-width: 226px;
	width: 226px;
	max-height: 233px;
	height: 233px;
	min-height: 233px;
	padding-left: 16px;
	padding-top: 2px;
	margin: 0px;
	border-radius: 3px;
	font-size: 11px;
	font-family: Arial;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
	color: #fff;
}

#streamers-list table {
	width: 99%; 
}
#streamers-list table tr td {
	color: #b5b5b5;
	padding: 0px 3px 5px 0px;
	height: 27px;
}
#streamers-list table tr td div {
	border-radius: 3px;
	background-image: url('../images/pin-bg.png');
	width: 98%;
	max-width: 207px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 7px;
}
#streamers-list table tr td div:hover {
	background-image: url('../images/pin-bg-hover.png');
}
#streamers-list table tr td div table tr td {
	height: 7px;
	font-size: 9px;
	text-align: left;
	padding: 0px;
}
#streamers-list table tr td div table tr td button {
	background-color: transparent;
	background-image: url('../images/button-news.png');
	background-size: cover;
	border: 0px;
	width: 39px;
	height: 33px;
	font-size: 18px;
	color: #999;
	font-weight: 100;
	padding-left: 3px;
	float: right;
}
#streamers-list table tr td div table tr td button:hover {
	background-image: url('../images/button-news-hover.png');
	color: #ccc;
	font-weight: 100;
}
#streamers-list table tr td div table tr td img {
	max-width: 220px;
	max-height: 220px;
	margin-left: -3px;
}

#news-list {
	position: fixed;
	max-width: 226px;
	min-width: 226px;
	width: 226px;
	max-height: 233px;
	height: 233px;
	min-height: 233px;
	padding-left: 16px;
	padding-top: 2px;
	margin: 0px;
	border-radius: 3px;
	font-size: 11px;
	font-family: Arial;
	overflow-y: hidden;
	overflow-x: hidden;
	display: none;
}

#news-list table {
	width: 99%; 
}
#news-list table tr td {
	color: #b5b5b5;
	padding: 0px 3px 5px 0px;
	height: 27px;
}
#news-list table tr td div {
	border-radius: 3px;
	background-image: url('../images/pin-bg.png');
	width: 99%;
	max-width: 211px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 7px;
	height: 40px;
}
#news-list table tr td div:hover {
	background-image: url('../images/pin-bg-hover.png');
}
#news-list table tr td div table tr td {
	height: 7px;
	font-size: 9px;
	text-align: left;
	line-height: 0px;
	padding: 0px;
}
#news-list table tr td div table tr:nth-child(2) td p {
	margin-top: -3px;
	text-align: left;
	font-size: 11px;
	color: #ccc;
}
#news-list table tr td div table tr td:nth-child(2) {
	text-align: right;
	vertical-align: top;
}
#news-list table tr td div table tr td:nth-child(2) a {
	background-color: #711d0d;
	padding: 5px 8px;
	border-radius: 3px;
	margin-left: -30px;
	margin-top: 5px;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	color: #b5b5b5;
}
#news-list table tr td div table tr td:nth-child(2) button {
	background-color: transparent;
	background-image: url('../images/button-news.png');
	background-size: cover;
	border: 0px;
	width: 39px;
	height: 33px;
	font-size: 18px;
	color: #dbaf20;
	font-weight: 100;
	padding-left: 3px;
}
#news-list table tr td div table tr td:nth-child(2) button:hover {
	background-image: url('../images/button-news-hover.png');
	color: #dbaf20;
	font-weight: 100;
}

#menu {
	position: relative;
	float: left;
}

#content {
	position: relative;
	float: right;
}

#footer {
	height: 42px;
	position: relative;
	margin: 0px auto;
	padding-left: 10px;
}

.display-off {
	display: none !important;
}

#settings-list {
	display: none;
}

#settings-list table {
	width: 100%;
}

#settings-list table tr td:last-child {
	padding-right: 16px;
	text-align: right;
}

#settings-list table tr td:first-child {
	padding-left: 20px;
	font-size: 12px;
	text-align: left;
}

#settings-list table tr:first-child td {
	padding-top: 10px;
	padding-bottom: 0px;
}

#settings-list h3 {
	font-size: 15px;
	color: #e8b621;
	padding: 0px;
	line-height: 100%;
	margin: 0px;
	font-weight: normal;
}

#settings-list hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}




.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #b42d13;
}

input:focus + .slider {
  box-shadow: 0 0 1px #b42d13;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}


/**
 * Scrollbars using border-image in Webkit
 */

 ::-webkit-scrollbar-track {
     background: url('../images/scrollbar.png') no-repeat top center;
     width: 16px;
     height: auto !important;
     background-size:100% 100%;
     -webkit-background-size: 100%;
     -o-background-size: 100%;
     -khtml-background-size: 100%;
     -moz-background-size: 100% 100%;
}
 ::-webkit-scrollbar {
     width: 16px;
     margin: auto;
}
 ::-webkit-scrollbar-thumb {
     background: url('../images/nav-scrollbar.png') no-repeat top center;
     margin: auto;
     width: 16px;
     min-height: 75px;
     height:auto !important;
     background-size:100% 100%;
     -webkit-background-size: 100%;
     -o-background-size: 100%;
     -khtml-background-size: 100%;
     -moz-background-size: 100% 100%;
}
 ::-webkit-scrollbar-button {
     background: url('../images/top-button-scrollbar.png') no-repeat top center;
     background-size:100% 100%;
     -webkit-background-size: 100%;
     -o-background-size: 100%;
     -khtml-background-size: 100%;
     -moz-background-size: 100% 100%;
     height: 13px;
}
 ::-webkit-scrollbar-button:end:increment {
     background: url('../images/bottom-button-scrollbar.png') no-repeat top center;
     height: 13px;
     background-size:100% 100%;
     -webkit-background-size: 100%;
     -o-background-size: 100%;
     -khtml-background-size: 100%;
     -moz-background-size: 100% 100%;
}
 ::-webkit-scrollbar-button:start:decrement {
     background: url('../images/top-button-scrollbar.png') no-repeat top center;
     background-size:100% 100%;
     -webkit-background-size: 100%;
     -o-background-size: 100%;
     -khtml-background-size: 100%;
     -moz-background-size: 100% 100%;
     height: 13px;
}