
::-webkit-scrollbar-track-piece {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.3) !important;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

embed[type="application/pdf"] {
	filter: invert(90%);
}

html {
	color: rgb(191, 191, 191);
	/* background: rgb(31, 31, 31) !important; */
	
	filter: contrast(100%) brightness(100%) saturate(100%);
}

body {
	/* background:#092c35; */
	background:#404040;
	color: rgb(153, 198, 230);
}

a {
	color: inherit;
	/* color: rgb(140, 140, 250); */
}

.bbox{
	background-color: rgb(31, 31, 31);
	background-image: none !important;
	box-shadow:		0px 0px 14px 0px #090909;
}

#nav {
	background:	#141414;
}

#nav a, #nav a:link, #nav a:visited {
	background:	#1d1d1d;
	border:	solid 1px #333;
	border-bottom: 0;
}

#nav a.seleted {
	background:	#242424;
}

#nav a:hover {
	background:	#262626;
}

input,
select,
textarea,
button {
	color: rgb(191, 191, 191);
	background-color: rgb(31, 31, 31);
}

font {
	color: rgb(191, 191, 191);
}

h3#vtitle {
    color: #e0e0e0;
}

.NIGHTEYE_Filter {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	pointer-events: none;
	z-index: 2147483647;
}

.NIGHTEYE_YellowFilter {
	background: rgba(255, 255, 0, 0.15);
	opacity: 0;
}

.NIGHTEYE_BlueFilter {
	background: rgba(0, 0, 255, 0.15);
	opacity: 0;
}

.NIGHTEYE_DimFilter {
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

.NIGHTEYE_TransformZ {
	transform: translateZ(0px);
}

input, textarea {
	background: none 0px 0px repeat scroll rgb(28, 28, 33);
	border: 1px ridge rgb(135, 135, 135);
	padding: 2px;
}

input.b {
	background: linear-gradient(rgb(87, 87, 87) 0%, rgb(28, 28, 33) 100%) 0px 0px repeat scroll rgb(89, 89, 89);
	border: 1px ridge rgb(94, 94, 94);
	border-radius: 3px;
	color: rgb(191, 191, 191);

}


.sec input {
	border: 1px solid rgb(120, 120, 120);
}

.sec input[type="submit"] {
	background: none 0px 0px repeat scroll rgb(43, 43, 43);
	border: 1px solid rgb(110, 110, 110);
}

.acc {
	border: 1px solid rgb(110, 110, 110);
}

.acc:focus {
	border: 1px solid rgb(135, 135, 135);
}

.line {
	background: rgb(36, 36, 36);
	border-bottom: 1px solid rgb(51, 51, 102);
}

.selectdd {
	box-shadow: rgb(35, 92, 139) 0px 0px 18px -5px inset;
}

.vid_img .time {
	background: none 0px 0px repeat scroll rgba(0, 0, 0, 0.4);
	color: rgb(255, 255, 255);
}

.vid_img .live {
	background: none 0px 0px repeat scroll rgba(0, 0, 0, 0.7);
}

.vid_img .live_red {
	background: none 0px 0px repeat scroll rgb(204, 51, 51);
}

.link {
	color: rgb(191, 191, 191);
}

/* .link:hover { */
	/* box-shadow: rgb(67, 145, 208) 0px 0px 18px -5px inset; */
/* } */

.link_chan {
	color: rgb(161, 188, 221);
	font: bold 12px arial;
}

.seen_video {
	color: rgb(191, 191, 191);
}

.sub_list .sub_link {
	background: rgb(36, 36, 36);
}

.sub_link:hover {
	background: rgb(43, 43, 43);
}

.seen {
	cursor: pointer;
	background: url("../img/eye_allow.png") 1px 2px no-repeat scroll rgb(189, 189, 189);
	border: 1px solid rgb(110, 110, 110);
}

.unseen {
	cursor: pointer;
	background: url("../img/eye_deny.png") 1px 2px no-repeat scroll rgb(189, 189, 189);
	border: 1px solid rgb(110, 110, 110);
}

.im_delete, .im_edit{
	border: 1px solid rgb(110, 110, 110);
}
.im_delete{
	background: url("../img/bootonz.png") 1px -25px no-repeat scroll rgb(189, 189, 189);
}

.im_edit{
	background: url("../img/bootonz.png") no-repeat scroll 0 -43px rgb(189, 189, 189);
}

.button_bot:hover,
.button_top:hover,
.button_rem:hover {
	background: rgb(28, 28, 28);
}

.inp_top {
	background: rgb(43, 43, 43);
	margin: 55px auto 0px;
	border-color: rgb(110, 110, 110) rgb(110, 110, 110) rgb(94, 94, 94);
	border-style: solid;
	border-width: 1px;
}

.inp_top td {
	padding: 2px;
	font-size: 13px;
}

.inp_top th {
	height: 23px;
	font-size: 14px;
}

.container {
	border-bottom: 1px solid rgb(77, 77, 77);
}

.checkmark {
	background-color: rgb(144, 144, 144);
	border: 1px solid rgb(110, 110, 110);
}

.container:hover input ~ .checkmark {
	background-color: rgb(77, 77, 77);
}

.container input:checked ~ .checkmark {
	background-color: rgb(67, 145, 208);
}

.checkmark::after {
	content: "";
	position: absolute;
	display: none;
}

.container input:checked ~ .checkmark::after {
	display: block;
}

.container .checkmark::after {
	height: 7px;
	left: 6px;
	top: 3px;
	width: 3px;
	border-style: solid;
	border-color: rgb(28, 28, 33);
	border-image: initial;
	border-width: 0px 3px 3px 0px;
	transform: rotate(45deg);
}

.in_playl {
	background: none 0px 0px repeat scroll rgb(48, 48, 48);
	border: 1px solid rgb(148, 148, 148);
	display: inline-block;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-dropdown {
	background-color: rgb(28, 28, 33);
	border: 1px solid rgb(110, 110, 110);
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-close-mask {
	opacity: 0;
	z-index: 99;
	background-color: rgb(28, 28, 33);
}

.select2-container--default .select2-selection--single {
	background-color: rgb(28, 28, 33);
	border: 1px solid rgb(110, 110, 110);
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: rgb(191, 191, 191);
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgb(191, 191, 191);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: rgb(135, 135, 135) transparent transparent;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: rgb(43, 43, 43);
	cursor: default;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent rgb(135, 135, 135);
	border-width: 0px 4px 5px;
}

.select2-container--default .select2-selection--multiple {
	background-color: rgb(28, 28, 33);
	border: 1px solid rgb(110, 110, 110);
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: rgb(54, 54, 54);
	border: 1px solid rgb(110, 110, 110);
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: rgb(191, 191, 191);
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: rgb(191, 191, 191);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid rgb(0, 0, 0);
	outline: 0px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: rgb(43, 43, 43);
	cursor: default;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgb(110, 110, 110);
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
	color: rgb(191, 191, 191);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: rgb(59, 59, 59);
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgb(45, 96, 180);
	color: rgb(255, 255, 255);
}

.select2-container--classic .select2-selection--single {
	background-color: rgb(33, 33, 33);
	border: 1px solid rgb(110, 110, 110);
	border-radius: 4px;
	outline: 0px;
	background-image: linear-gradient(rgb(28, 28, 33) 50%, rgb(43, 43, 43) 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid rgb(45, 96, 180);
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: rgb(191, 191, 191);
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: rgb(191, 191, 191);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: rgb(59, 59, 59);
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-image: initial;
	border-left: 1px solid rgb(110, 110, 110);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(rgb(43, 43, 43) 50%, rgb(77, 77, 77) 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: rgb(135, 135, 135) transparent transparent;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border-right: 1px solid rgb(110, 110, 110);
	border-radius: 4px 0px 0px 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid rgb(45, 96, 180);
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent rgb(135, 135, 135);
	border-width: 0px 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	background-image: linear-gradient(rgb(28, 28, 33) 0%, rgb(43, 43, 43) 50%);
	background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	background-image: linear-gradient(rgb(43, 43, 43) 50%, rgb(28, 28, 33) 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
	background-color: rgb(28, 28, 33);
	border: 1px solid rgb(110, 110, 110);
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid rgb(45, 96, 180);
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: rgb(54, 54, 54);
	border: 1px solid rgb(110, 110, 110);
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: rgb(191, 191, 191);
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: rgb(191, 191, 191);
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid rgb(45, 96, 180);
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid rgb(110, 110, 110);
	outline: 0px;
}

.select2-container--classic .select2-dropdown {
	background-color: rgb(28, 28, 33);
	border: 1px solid transparent;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
	color: rgb(191, 191, 191);
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: rgb(63, 118, 207);
	color: rgb(255, 255, 255);
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: rgb(45, 96, 180);
}

.select2-results {
	background: #333
}

.select2-search--dropdown {
	background: #555
}

.select2-container {
	background: #888;
}

.gin{
	color: #757575;
}

#scc{
	height: 0;
}