/******************************************************GENERAL*******************************************************/
html{
	margin:auto;
	overflow-y:  auto;
	width: 100%;
	height: 100%;
	background-color: #000000;
	overflow-x: hidden;
	font-family: monospace;
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
.wrapper{
	position:relative;
	width: 100%;
	height: 100%;
}
.transition{
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.tdn{
	text-decoration: none;
}
.message{
	font-size: 1.5em;
    color: aliceblue;
}
.link{
	color: chartreuse;
}
.link:hover{
	text-decoration: underline;
}
.linkadd{
	color: wheat;
}
.linkadd:hover{
	text-decoration: underline;
}
.uploader_logo{
	font-size: 1.2em;
    padding: 0px 6px;
    font-weight: bold;
    border-radius: 3px;
}
.uploader_nick{
    font-size: 1.5em;
	font-weight: bold;
	color: #828282;
}
.torrent_text_bold{
	color: #ff9f5a;
}
.hash_link{
	color: #007cff;
}
.hash_link:hover{
	color: #00abff;
}
.hash_link_ls{
	color: #007cff;
}
.torrents_block_header{
	width:100%;
	border-bottom: 1px solid #333;
	margin: 5px 0px;
}
.torrents_block_header > span{
    background-color: #333;
    color: aliceblue;
    padding: 0px 10px;
}
.back_to{
	cursor: pointer;
    border: 1px solid #333333;
    box-sizing: border-box;
    padding: 2px 10px;
    background-color: #000000;
    margin-bottom: 10px;
    text-align: center;
}
.back_to span{
	display: block;
    font-family: monospace;
    font-size: 18px;
    font-weight: bold;
    color: #8e8e8e;
}
.back_to i{
    color:#FFF;
}
.back_to:hover span{
	color:#FFF;
}
.back_to:hover{
    background-color: #211b1b;
}
.htag_rel{
	display: inline-block;
    padding: 2px 5px;
    background-color: #b0aed8;
    color: #000000;
    font-size: 16px;
    margin: 0px 2px 2px 0px;
}
/******************************************************TOP********************************************************/
.top_panel{
	position: fixed;
	z-index: 1;
    top: 0;
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
	background-color: #000000;
    border-bottom: 1px solid #333333;
}
.top_panel_menu{
    text-align: center;
    padding: 3px 0px;
    box-sizing: border-box;
}
.top_panel_user_menu{
    text-align: right;
	margin:5px 0px;
}
.top_panel_user_menu:hover .uploader_nick{
	color:aliceblue;
}
.uploader_nick_top_panel{
	cursor:default;
	font-size:1.2em!important;
	margin-left:5px;
}
.top_panel_user_menu_links{
	cursor:pointer;
	border-left: 1px solid #2f2f2f;
	color: #828282;
	padding: 0px 5px;
}
.top_panel_user_menu_links:hover{
	color:aliceblue;
	text-decoration: underline;
}
.nav_div{
	float:left;
}
.nav_div a{
	cursor:pointer;
	border-right: 1px solid #2f2f2f;
	color: #828282;
	padding: 0px 5px;
}
.nav_div a:hover{
	color:aliceblue;
	text-decoration: underline;
}
.nav_div a:last-of-type{
  border-right: none;
}
.top_panel_search_bar{
	text-align:center;
}
.search_div{
	width:800px;
	max-width:100%;
	margin:auto;
}
.search_input{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #000000 !important;
    outline: none;
    width: 100%;
    color: aliceblue;
    font-size: 1.2em;
    font-family: monospace;
    box-sizing: border-box;
	-webkit-appearance: none;
	border-radius:0px;	
}
.live_search_div{
    text-align: left;
    font-size: 1.2em;
}
.lsel{
	cursor:pointer;
	position: relative;
    padding-right: 30px;
}
.lsel:hover{
	color:aliceblue;
    background-color: #101010;
}
.lsel_s{
	color: #828282;
}
.lsel_t{
	color: #20d800;
}
.lsel_arrow{
    color: #828282;
    font-size: 1.2em;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #191919;
    padding: 0px 8px;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
}
.lsel_arrow:hover{
	color:aliceblue;
}
.sort_period_panel{
	text-align: center;
}
.sort_period_panel a{
	cursor: pointer;
	text-decoration: none;
	min-width: 100px;
    display: inline-block;
}
.sort_period_panel a:hover{
    color: aliceblue;
	text-decoration: underline;
}	
.sort_panel a {
    color: #828282;
    padding: 0px 5px;
	background-color: #151515;
}
.sort_panel a:hover{
	background-color: #000000;
}
.period_panel a {
    color: #828282;
    padding: 0px 5px;
}
.period_panel a:hover{
	background-color: #151515;
}
/***********************************************SIGNUP/SIGNIN/PSWDRESET/SETTINGS**************************************************/
.sign_div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
    overflow: hidden;
}
.sign_div > div {
	padding: 5px 0px;
    box-sizing: border-box;
	text-align: center;
}
.sign_input{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #000000 !important;
	outline: none;
	width: 300px;
	color: aliceblue;
	font-size: 1.2em;
	font-family: monospace;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius:0px;
}
.input_default{
	border-bottom: 1px solid #eee !important;
}
.input_valid{
	border-bottom: 1px solid #7aff00 !important;
}
.input_unvalid{
	border-bottom: 1px solid #ff0000 !important;
}
.input_valid_all{
	border-bottom: 1px solid #3d8000 !important;
}
.input_disabled{
	border-bottom: 1px solid #333333 !important;
	color: #333333 !important;
}	
.btn{
	cursor:pointer;
	font-size: 1.4em;
	padding: 2px 10px;
	box-sizing: border-box;
}
.btn:hover{
	color: #7aff00;
}
.btn_disabled{
	color: #525252;
	border-bottom: 1px solid #525252;
    pointer-events: none;
}
.btn_enabled{
	color: aliceblue;
	border-bottom: 1px solid #7aff00;
}
.pswdreset_sin_div{
	text-align: right!important;
}
.pswdreset_sin_div a{
	color:#e0dc09;
}
.pswdreset_sin_div a:hover{
	text-decoration: underline;
}
.account_settings_div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
    overflow: hidden;
	padding: 60px 10px 5px 10px;
	width: 800px;
    margin: auto;
}
.as_uploader_logo{
	font-size: 2em;
    padding: 0px 10px;
    border-radius: 5px;
    font-weight: bold;
}
.as_uploader_nick{
	font-size: 2em;
    color: #828282;
	margin-left: 5px;
}
.as_input_div span{
	color:#828282;
	position: absolute;
    font-size: 1.2em;
}
.settings_input {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #000000 !important;
	outline: none;
	width: 100%;
	color: aliceblue;
	font-size: 1.2em;
	font-family: monospace;
	box-sizing: border-box;
	padding-left: 140px;
	-webkit-appearance: none;
	border-radius:0px;	
}
.as_button_div{
	text-align: center;
    margin-top: 10px;
}
/******************************************************TORRENT*******************************************************/
.version{
	position: fixed;
	bottom: 0;
	right: 0;
	color:aliceblue;	
}
.torrent_div_wrapper{
	width:100%;
	height:100%;
}
.torrent_div{
	padding-top: 100px;
    width: 1024px;
    margin: auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    box-sizing: border-box;
}
.torrent_text{
	border-bottom: 1px solid #333;
	color: aliceblue;
    font-size: 1.2em;
}
.torrent_uploader:hover .uploader_nick{
	color:aliceblue;
}
.torrent_uploader .uploader_logo{
	font-size: 0.8em;
}
.torrent_uploader .uploader_nick{
	font-size: 1em;
	margin-left: 2px;
}
.torrent_info_div{
	color:#8e8e8e;
	border-bottom: 1px solid #333;
	padding: 5px 0px;
    box-sizing: border-box;
}
.torrent_download_div{
    text-align: center;
    padding: 5px 0px;
    box-sizing: border-box;
	color:#5f5f5f;
}
.d_btn{
	display:inline-block;
	padding:5px;
	color: aliceblue;
}
.td_btn{
	background-color:#457788;
}
.md_btn{
	background-color:#a765a9;
}
.torrent_content{
	cursor:pointer;
	color: #cacaca;
}
.torrent_content:hover{
	color:aliceblue;
}
.tname_span{
	color:#ff7de2;
}
.tsize_span{
	color:#a8ff7d;
}
.torrent_links{
	cursor:pointer;
	color: #cacaca;
}
.torrent_links:hover{
	color:aliceblue;
}
.torrent_link_item{
	position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-bottom: 2px solid #848484;
	padding: 0px 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.torrent_link_item:hover{
    border-bottom: 2px solid aliceblue;
}
.torrent_link_mm{
	max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    top: 0;
    left: 0;
	color: aliceblue;
}
.link_helper{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/******************************************************TORRENTS*******************************************************/
.torrents_list {
	padding: 105px 10px 75px 10px;
    width: 1024px;
    max-width: 100%;
    box-sizing: border-box;
    margin: auto;
}
.torrent_element{
	padding: 3px 0px;
}
.torrent_element:hover{
	background-color: #101010;
}
.torrent_element .uploader_logo{
	position: absolute;
    font-size: 2.2em;
    padding: 0px 10px;
}
.torrent_element .uploader_nick{
	cursor:pointer;
	font-size:1.2em;
	margin-left:40px;
}
.torrent_element .uploader_tel:hover span.uploader_nick{
	color:aliceblue!important;
}
.torrent_element_text_div{
	color:#828282;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.torrent_element_text_span{
	cursor:pointer;
	color:#cecece;
}
.torrent_element_text_span:hover{
	color:aliceblue;
}
.torrent_element_info{
	position: relative;
	padding-left: 35px;
    box-sizing: border-box;
}
.teis{
	cursor: default;
    color: #1ba59f;
    margin-left: 5px;
}
.teiv{
	cursor: default;
	color:#828282;
}
.teiv_seeders{
	color:#72ff2c!important;
}
.teiv_leechers{
	color:#ff0606!important;
}
.torrent_control_button{
	cursor:pointer;
	margin-left:5px;
}
.torrent_control_button:hover{
	text-decoration: underline;
}
.torrent_edit_button{
	color: #ffff00;
}
.torrent_remove_button{
	color: #ff0000;
}
.torrent_remove_div{
    background-color: #ffb2b2;
    position: absolute;
    right: 0;
    left: 40px;
    height: 100%;
    padding: 0px 10px;
    font-weight: bold;
    box-sizing: border-box;
}
.trb{
	cursor:pointer;
	padding: 0px 10px;
	background-color: #000;
    margin-left: 10px;
}
.trb:hover{
	color: aliceblue;
}
.trb_yes{
	color: #43e005;
}
.trb_no{
	color: #ea2cff;
}
.torrent_edit_div{
	padding: 0px 5px 5px 5px;
    border: 2px solid #353535;
}
.torrent_edit_button_div{
    background-color: #000000;
	text-align: center;
}
.torrent_edit_button_div > .btn{
	margin-right:5px;
}
/******************************************************TRENDS*****************************************************/
.search_element{
    font-size: 20px;
}
.search_element span{
	margin-right:10px;
}
.se_skey{
	color: #ffa500;
}
.se_skey:hover{
	color: #fff;
	text-decoration: underline;
}
.se_frequency{
	color: #868686;
}
.se_results{
	color: #20d800;
}
/******************************************************COMMUNITY*****************************************************/
.uploader_uploader_div .uploader_nick{
	margin-left: 10px;
}
.uploader_uploader_div:hover .uploader_nick{
	color:aliceblue;
}
/******************************************************CHANNEL*******************************************************/
.channel_div{
	border-bottom: 1px solid #333;
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.channel_div .uploader_logo{
	font-size: 3em;
    padding: 0px 15px;
    border-radius: 3px;
}
.channel_div .uploader_nick{
	margin-left: 5px;
    font-size: 2em;
    color: aliceblue;
}
.cinfo {
    color: #828282;
}
.cinfo_val{
    color: #eee;
}
/******************************************************UPLOAD*******************************************************/
.upload_div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:800px;
	max-width: 100%;
    overflow: hidden;
}
.upload_inputs_div{
	display:none;
}
.upload_input{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #000000 !important;
    outline: none;
    width: 100%;
    color: aliceblue;
    font-size: 1.2em;
    font-family: monospace;
    box-sizing: border-box;
	-webkit-appearance: none;
	border-radius:0px;
}
.open_tf_div{
	text-align:center;
	margin-bottom: 10px;
}
#open_tf_button[data-atmode="add"]{
	display:inline-block;
}
#open_tf_button[data-atmode="change"]{
	display:inline-block;
	border-bottom: 1px solid #ffff00;
}
.upload_send_btn_div{
    margin-top: 10px;
	text-align:center;
}
#upload_button{
	display:inline-block;
}
/*----------------------PAGINATION-----------*/
.pagination_div{
	position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #000000;
    border-top: 1px solid #333333;
    padding: 5px 20px 15px 20px;
    box-sizing: border-box;
    margin: auto;
    color: #828282;
    text-align: right;
}
.pagination_div > div {
	text-align: left;
}
.pagination_div a{
	font-size:1.5em;
	border-bottom:2px solid #000000;
	box-sizing:border-box;
	padding: 0px 10px;
}
.pagination_div a:hover{
	color:aliceblue;
	border-bottom:2px solid aliceblue;
}
.pagination_div .pagsel{
	color:aliceblue !important;
	border-bottom:2px solid aliceblue;
}
.pagination_div .pagfl{
	color:#b79b07;
}
.pagination_div .pagpn{
	color:#20d800;
}
.pagination_div .pagn{
	color:#828282;
}
/*----------------------SPINNER--------------*/
.spinner {
	display:none;
	border-radius: 100%;
	border-style: solid;
	border-width: 0.25rem;
	height: 1.4rem;
	width: 1.4rem;
	animation: basic 1s infinite linear;
}
.spinner.light {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: rgba(255, 255, 255, 1);
}
.spinner.dark {
	border-color: rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 1);
}
@keyframes basic {
	0%   { transform: rotate(0); }
	100% { transform: rotate(359.9deg); }
}
/*-----MOBILE-----*/
@media screen and (max-width: 600px) {
	.top_panel_user_menu {
		text-align: left;
	}	
	.nav_div {
		float: none;
		text-align: center;
		border-bottom: 1px solid #eee;
		padding-bottom: 5px;
	}
	.period_panel a, .sort_period_panel a{
		width: 25%;
		min-width: 0px;
		padding: 4px 0px;
	}
	.torrents_list {
		padding: 125px 10px 75px 10px;
	}
	.torrent_element .uploader_logo {
		font-size: 1.2em;
		padding: 0px 7px;
	}
	.torrent_element .uploader_nick {
		margin-left: 27px;
	}
	.torrent_element_info {
		padding-left: 0px;
		font-size: 0.8em;
	}
	.torrent_element_info > span {
		display:inline-block;
	}
	.teis{
		margin-left:0px;
	}
	.torrent_link_item {
		width: 90px;
	}
	.pagination_div {
		padding: 5px;
	}
	.pagination_div a {
		font-size: 0.8em;
		padding: 7px 5px;
		width: 11%;
		display: inline-block;
		text-align: center;
	}
}