#tabs .tab-pane {
	height: 100% !important;
	bottom: 0 !important;
	padding: 10px !important;
	background-color: #fff;
	background-image: url("https://tralla.de.cool/nurtc/feiertage/santa/hgsanta.gif");
}
#userList, #friendsList {
	width: 100%;
	height: 100%;
	transition-duration: .5s;
	padding: 0;
	background-image: url("https://tralla.de.cool/nurtc/feiertage/santa/userhgsanta.png");
	background-repeat: no-repeat;
	background-color: black;
	background-position-y: 100%;
}
#tabs .nav-tabs {
	overflow-x: auto;
	overflow-y: hidden;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	background-image: url("https://tralla.de.cool/nurtc/feiertage/santa/advoben.gif");
	background-repeat: no-repeat;
	background-color: #090808;
	background-position-x: center;
}
#header {
	border-bottom: 0 solid #ebebeb !important;
	background-color: var(--main-bg-color) !important;
	color: #fff;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
#footer {
	background-color: transparent !important;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
.emojionearea, .emojionearea.form-control {
	display: block;
	position: relative !important;
	width: 100%;
	height: auto;
	padding: 0;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #f40808;
	-moz-transition: ;
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(241,243,241,1) 42%, rgba(0,0,0,1) 82%);
}
.emojionearea.focused {
	border-color: #f20808;
	outline: 0;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(247, 4, 4);
}
.userLabel {
	position: relative;
	left: 0;
	flex-grow: 1;
	margin-left: 10px;
	max-width: inherit;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
#tabs .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 5px;
	background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(82,196,80,1) 42%, rgba(0,0,0,1) 80%);
}
#send-msg-btn, #loginGuestBtn {
	border-radius: 150px !important;
	color: #fff;
	border: none;
	background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(82,196,80,1) 42%, rgba(0,0,0,1) 80%);
}
.fa, .fab, .fad, .fal, .far, .fas {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #0e6f0e;
}
.welcome {
	padding: 5px 0;
	margin: 10px 0;
	text-align: center;
	border-radius: 2px !important;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
	color: #26b907;
	height: 39px;
	font-size: 16px;
}
.userLabel {
	position: relative;
	left: 0;
	flex-grow: 1;
	margin-left: 10px;
	max-width: inherit;
	background: linear-gradient(180deg, rgb(60, 58, 58) 10%, rgb(147, 142, 142) 42%, rgb(44, 45, 44) 75%);
	animation-name: jello;
	animation-duration: 40s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease;
	animation-fill-mode: none;
}
#usersContainer .filtergender {
	display: flex;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
#calendarBtn {
	border-radius: 0;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
.btn-default {
	color: #f0eeee;
	background-color: #1f8004;
	border-color: #4cdd0a;
}
#usersContainer .nav-pills > li.active > a, #usersContainer .nav-pills > li.active > a:focus {
	color: #fff !important;
	padding: 10px 0;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
#usersContainer li a {
	text-transform: capitalize;
	font-size: 10px;
	padding-top: 10px;
	color: #ececec;
	border-radius: 0;
	border: 0;
	border-left: 1px solid #65a803;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
div.zabuto_calendar .table {
	width: 100%;
	margin: 0;
	padding: 0;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
div.zabuto_calendar .table tr td.event div.day, div.zabuto_calendar ul.legend li.event {
	background-color: #297b03;
}
div.zabuto_calendar .table tr.calendar-month-header td span {
	cursor: pointer;
	display: inline-block;
	padding-bottom: 10px;
	color: white;
}
div.zabuto_calendar .table tr td div.day {
	margin: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	color: white;
}
div.zabuto_calendar .table tr.calendar-dow-header th {
	background-color: #f0f0f0;
	color: green;
}
.search-bar {
	justify-content: center;
	position: relative;
	margin-bottom: 0 !important;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
#sortBtn, #sortWebcamtBtn, #sortWatchersBtn, #sortRoleBtn, #sortAgeBtn {
	position: relative;
	display: block;
	height: auto;
	top: 0;
	margin: 11px 5px !important;
	padding: 0 10px;
	background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(82,196,80,1) 42%, rgba(0,0,0,1) 80%);
}
#usersContainer2 button.selected {
	background: lightgrey;
	color: #f0eded;
	background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(82,196,80,1) 42%, rgba(0,0,0,1) 80%);
}
div.news {
	font-size: 1.2em;
	font-size: 1em;
	text-align: center;
	background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(82,196,80,1) 42%, rgba(0,0,0,1) 80%);
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(23, 68, 3, 0);
	box-shadow: 0 6px 12px rgb(227, 5, 5);
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
.modal-content {
	box-shadow: 0 5px 15px rgb(232, 9, 9);
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background-color: black;
	color: white;
}
#smileyContainer {
	bottom: 85px !important;
	right: auto !important;
	left: 180px !important;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
div.news {
	padding: 5px 10px !important;
	margin: 5px 0 !important;
	border: 1px solid #ebebeb9e;
	font-size: 1em;
	text-align: center;
	border-radius: 3px;
	background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(82,196,80,1) 42%, rgba(0,0,0,1) 80%);
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	color: green;
}
#loginModal .modal-footer .btn {
	font-size: .8em;
	background-color: green;
}
.slide_block {
	border-radius: 3px 0 0 3px !important;
	z-index: 10;
	width: 30px;
	height: 60px;
	background-color: #048212 !important;
	border: 1px solid #efefef;
	border-right: 0;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -50px;
	cursor: pointer;
	box-shadow: 0 0 0 rgb(65, 198, 5),0 1px 6px rgba(208, 10, 10, 0.1) !important;
	background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(82,196,80,1) 42%, rgba(0,0,0,1) 80%);
}
.menuUserItem {
	color: #08EA08 !important;
}
div.colorPicker-palette {
	width: 110px;
	position: absolute;
	border: 1px solid #598fef;
	background-color: #f00808;
	padding: 2px;
	z-index: 9999;
}
#myWebcamContainer {
	width: 100%;
	display: none;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
#webcamsContainer {
	display: flex;
	flex-wrap: wrap;
	overflow-x: initial;
	overflow-y: initial;
	background-color: black;
}
div.webcamHeader {
	z-index: 1;
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
.jsPanel-theme-default > .jsPanel-hdr * {
	color: #000;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
div.webcamOpened {
	padding: 5px;
	background: #f8f8f8;
	font-size: .9em;
	margin: 2px;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
	color: #07ec07;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	color: #0acc0a;
}
.userLabel {
	white-space: nowrap;
	line-height: 42px;
	font-size: 18px !important;
	cursor: default;
	text-align: center;
	font-weight: bold;
}
.users-info {
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: inherit;
	color: #05c105;
}
.open #chatContainer, #chatContainer {
	width: 100%;
	padding: 0 5px !important;
	height: 100%;
	background-color: #880505;
}
#profileModal div {
	text-align: center;
	color: #06db06;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #23b904;
}
::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #06d026;
}
.emojionearea .emojionearea-editor {
	display: block;
	height: auto;
	overflow: auto;
	padding: 6px 0px 6px 12px;
	line-height: 1.42857143;
	font-size: inherit;
	color: #7ff00e;
	background-color: transparent;
	border: 0;
	cursor: text;
	margin-right: 1px;
	border-radius: 0;
	box-shadow: none;
}
#fullMainContainer {
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #910707;
}
#webradioPlayer {
	width: 100%;
	background: 0 0;
	outline: none;
	height: 40px;
	background-color: #f90808;
}
.menuUserItem:hover {
	background-color: #0b0a0a;
}
#webradioPlayerContainer {
	display: flex;
	justify-items: center;
	align-items: center;
	padding: 0 20px;
	background-color: #9b1010;
}
.form-control::placeholder {
	color: #0d0c0c;
	opacity: 1;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #111;
	background-color: #2c9506;
	background-image: none;
	border: 1px solid #a20c0c;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#myUserMenu, #userMenu {
	background-color: #090808 !important;
	border: 1px solid #97fb05;
	box-shadow: 2px 2px 6px -2px #00000063;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
.windowChat {
	background-color: #790606;
	position: absolute;
	height: calc(100% - 45px);
	width: 100%;
	padding: 40px 10px 0 0;
	overflow-y: auto;
	/* -webkit-overflow-scrolling: touch; */
	-webkit-overflow-scrolling: auto;
	background: linear-gradient(180deg, rgba(84,8,12,1) 10%, rgba(243,30,45,1) 42%, rgba(84,8,12,1) 75%);
}
.jsPanel .jsPanel-content {
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	background: #400101;
	color: #000;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}
.windowInputChat {
	width: calc(100% - 24px);
	padding-left: 4px;
	border-radius: 3px;
	border: 2px solid #f90505;
	margin: 2px;
	font-size: 1.25em;
}
#tabs .nav-tabs > li.active a {
	background-color: var(--main-bg-color) !important;
	color: #fff !important;
	border: 1px solid #fb0606 !important;
	border-bottom: 0 !important;
}
.privateClosed, .privateRequest, .webcamRequest {
	padding: 10px;
	margin: 2px 0;
	text-align: center;
	color: white;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #1daa08;
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #5bae08;
}
#searchInput, .searchInputRoom {
	border-bottom: 1px solid #39ee06;
}
.userItem {
	cursor: pointer;
	clear: both;
	position: relative;
	font-weight: 500;
	font-size: .9em;
	border-bottom: 1px solid #f3f3f300;
}
.gutter {
	background-color: #7d0707;
	background-repeat: no-repeat;
	background-position: 50%;
}
#tabs img.userItem {
	width: 30px;
	height: 30px;
}
.whisper {
	background-color: #990606 !important;
	padding: 10px !important;
}
div.addPrivateMessage {
	padding: 5px !important;
	background-color: #c608089e;
}
div.userItem.userItem.selectedUser {
	background-color: #50ce8500;
	color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #0f0f0f;
	cursor: default;
	background-color: #26ea0a;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav > li > a {
	text-align: center;
	color: #0d0d0d;
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	height: 100%;
	font-size: .95em;
}
#tabs .nav-tabs {
	background-color: #000 !important;
	padding-left: 1px !important;
	border-top: 1px solid #0f1925 !important;
}
.online-user-item:nth-child(2n+1) {
	background-color: #0d0d0d00 !important;
	border-left: 1px solid #15263700;
}
