h1 {
	font-size: 24px
}
body { 
	background: #eeeeee;
}

#page-wrapper  { background: #eeeeee; }

.flex-container {
	display: flex !important;
	flex-direction: column;
}
.flex-row {
	display:flex;
}
.flex-item-id {
	margin:5px 15px;
	width: 50px;
}
.flex-item-name {
	margin:5px 15px;
	width: 200px;
	text-align: left;
}

.flex-item-user {
	margin:5px 15px;
	width: 200px;
	text-align: left;
}

.flex-item-time {
	margin:5px 15px;
}

.flex-item-del {
	margin:5px 15px;
}


.snowman {
	content: "";
	background: no-repeat center/cover url("snowman.png");
	position: fixed;
	width: 300px;
	height: 300px;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
}

.banner{
	min-width:548px;
	min-height:223px;
}
.logo {
	float:left;
	margin-top: 10px;
	margin-left:10px;
	width: 30px;
	height: 30px;
}
.adminsstat {
	color:#ccc;
	text-align: center;
	padding-bottom:1px;
	border-radius: 5px;
}
.adminstatus {
	font: bold 100% serif;
}
.online {
	color: #008c00;
	margin-block-start: 0px;
    margin-block-end: 0px;
	font: bold italic 100% serif ;
}
.offline {
	color: #8c0000;
	margin-block-start: 0px;
    margin-block-end: 0px;
	font: bold italic 100% serif ;
}
.stheader{
	color: #fff;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 5px;
	font: normal 110% serif;
}
.channel {
	width: 60%;
}

.srvicon {
	vertical-align: -3px;
}

.leftchannel {
	margin-top: 10px;
	margin-top: 10px;
}

.btn-primary2{
	color:#fff;
	background-color:#b30000;
	border-color:#8c0000
}
.btn-primary2.focus,.btn-primary2:focus{
	color:#fff;
	background-color:#b30000;
	border-color:#122b40}
.btn-primary2:hover{
	color:#fff;
	background-color:#8c0000;
	border-color:#204d74
}
.btn-primary2:hover{
	background-color:#8c0000;
	border-color:#2e6da4
}
.col-online{
	width:350px;
}
.btn-connect{
	display: block;
	margin: 0 auto;
}
.ts3ss {
	margin-top: 5px;
}
#aside {
	left: 50px; bottom: 10px;
	position: fixed;
	z-index: 101;
}
#menu{
	display: none;
}
.nav-status {
	position: fixed;
	top: auto;
    left: 225px;
	bottom: 10px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #222;
    overflow-x: hidden;
    padding-bottom: 10px;
	pointer-events: none;
	cursor: default;
}

.nav-status li a:focus, .nav-status li a:hover {
    outline: 0;
    background-color: #222!important;

}

.symbols{
	color: #ccc;
}
.symbols:hover {
	color: #000;
}

.status-icon {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 7%;
  -webkit-transform: translate(7%, -7%);
          transform: translate(7%, -7%);
  /* display: none; */
}
.online-icon {
	background-color: #09a909;
	border: 2px solid #006619;
	animation: change-online 2s linear infinite;
}
.offline-icon {
	background-color: #666666;
	border: 2px solid #444444;
	animation: change-offline 2s linear infinite;
}
@keyframes change-offline {
      0% {
        background: #666666;
      }
      50% {
        background: #444444;
      }
	  100% {
        background: #666666;
      }
    }
@keyframes change-online {
      0% {
        background: #09a909;
      }
      50% {
        background: #006619;
      }
	  100% {
        background: #09a909;
      }
    }
@media (min-width:200px) and (max-width:760px) {
	body {
		margin-top: 60px;
	}
	.navbar-header {
		display: none;
	}
	.collapse .navbar-collapse .navbar-ex1-collapse {
		display: block;
	}
	.dropdown-toggle {
		font-size: 80%;
	}
	.dropdown-toggle {
		left: 1;
	}
	.mobile-menu {
		right: -15px;
		top: 50px;
		left: auto;
		padding-top: 0px;
	}
	#menu {
		display: block;
		float: right;
	}
	.channel {
		width: 100%;
	}
	.page-header {
     padding-bottom: 9px;
     margin: 10px 0 10px;
     border-bottom: 1px solid #eee
	}
	.ts3ssv, .ts3ssverror{
		background-color: #eeeeee;
		width: 300px;
	}
}















