<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_item .torrent_bar,
.content_list_item .torrent_bar {
    margin:5px 0;
    overflow: hidden;
    clear: both;
    font-family: Tahoma, Verdana, Segoe, Helvetica, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.zebra { width: 100%; }

table.zebra th {
    font-size: 16px;
    font-weight: normal;
    /*text-align: left;*/
}

table.zebra th,
table.zebra td { padding: 5px; }

table.zebra tbody,
table.zebra tfoot { font-size: 12px; }

table.zebra .bold { font-weight: bold; }
table.zebra .center { text-align: center; }

/*table.zebra td * { vertical-align: middle; }*/

table.zebra tfoot { font-style: italic; }

table.zebra caption {
    font-size: 11px;
    text-align: left;
    font-style: italic;
}

/* Zebra List and Table */
table.zebra tbody td { border-bottom: 1px solid #ccc; }
table.zebra tbody tr:first-child td { border-top: 1px solid #ccc; }

table.zebra tbody tr.odd,
table.zebra tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

table.zebra {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    /*background: rgba(255,255,255,0.8);*/
    background-color: white;
    /*
        -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    */
}

table.zebra caption { color: #777; }

table.zebra thead {
    background: #efefef;
    /*
        background: -moz-linear-gradient(
                        50% 0%,
                        #f7f7f7 0%,
                        #e8e8e8 100%
                    );
        background: -webkit-gradient(
                        linear,
                        50% 0%,
                        50% 100%,
                        color-stop(0%, #f7f7f7),
                        color-stop(100%, #e8e8e8)
                    );
    */
}

table.zebra thead th {
    color: #686868;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

table.zebra tr { border-top: 1px solid #d3d3d3; }


/*table.zebra tr:hover,*/
/*
table.zebra tbody tr:nth-of-type(odd):hover,
table.zebra tbody tr.odd:hover {
	background: #fff;
}
*/

table.zebra tr td,
table.zebra tr th {	border-left: 1px solid #d3d3d3; }

table.zebra tfoot tr {
    border-bottom: 1px solid #c3c3c3;
    background: rgba(0,0,0,0.02);
    color: #999;
}

/*****************WIDGETS******************************/
.widget_user_trInfo .tr_info{
    margin-bottom:15px;
    margin-left:-10px;
    display: inline-block;
}
.widget_user_trInfo .tr_info .tr_details {
    margin-right: 0;
    margin-left: 5px;
    float: right;
    display: inline;
}
.widget_user_trInfo .tr_info .tr_details,
.widget_user_info .tr_info .tr_details li {
    padding: 0;
    list-style: none;
    color: #68809B;
    font-size: 12px;
}
.widget_user_info .tr_info .tr_details li {

}

.widget_user_trInfo .tr_info .tr_details strong {
    color: #34495e;
    font-weight: normal;
}


.widget_user_trInfo .user_info {
    overflow: hidden;
    clear:both;
    margin:-15px;
    padding:6px;
    margin-bottom: 10px;
    background:#34495E;
}

.widget_user_trInfo .avatar{
    float:left;

}
.widget_user_trInfo .avatar img{
    width: 90px;
    height: 90px;
}

.widget_user_trInfo .user_info .name {
    height:32px;
    line-height: 32px;
    padding-left:10px;
}

.widget_user_trInfo .user_info .name a {
    color:#FFF;
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
}
.widget_user_trInfo {
    position: relative;
}
header .widget_user_trInfo {
    margin-right: -14px;
}
header .widget_user_trInfo .user_info {
    float: right;
    clear: none;
    margin: 0;
    background: none;
    line-height: 50px;
    height: 50px;
    padding: 9px 34px 9px 5px;
    box-sizing: border-box;
    transition: background 0.5s;
    position: relative;
}
header .widget_user_trInfo .user_info:after {
    content: '';
    background: url(../images/nav-arrow-down-white.png) no-repeat center center;
    width: 16px;
    height: 32px;
    position: absolute;
    right: 10px;
    opacity: 0.5;
    transition: opacity 0.5s;
}
header .widget_user_trInfo:hover .user_info:after{ opacity: 1; }
header .widget_user_trInfo:hover .user_info {
    background: #224674;
}
header .widget_user_trInfo .user_info .avatar{
    border-radius: 50%;
    overflow: hidden;
    height: 32px;
}
header .widget_user_trInfo .user_info .name {
    float: left;
    margin-right: 10px;
}
header .widget_user_trInfo .menu {
    visibility: hidden;
    float: none;
    position: absolute;
    top: 50px;
    right: 0;
    height: auto;
    background: #224674;
    width: 180px;
    padding: 0;
    box-shadow: -2px 2px 10px #224674;
    opacity: 0.99;
    transition: visibility 0.2s;
    z-index: 102;
}
header .widget_user_trInfo:hover .user_info + .menu {
    visibility: visible;
}
header .widget_user_trInfo .menu &gt; li {
    float: none;
}
header .widget_user_trInfo .menu &gt; li:hover, header .widget_user_trInfo .menu ul li a:hover {
    background-color: #1c549c;
}
header .widget_user_trInfo .menu ul {
    left: auto;
    right: 160px;
    top: 0;
    box-shadow: none;
    border-radius: 0;
    box-shadow: -2px 2px 10px #224674;
}
header .widget_user_trInfo .menu ul li, header .widget_user_trInfo .menu ul li a {
    border-radius: 0;
}

.tt_stats_help
{
    cursor: help;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-decoration: none;
}

/************TSTATS****************/
#TStats {
    display: block;
    height: 100%;
    min-height: 450px;
}
#TStats.tabs-menu &gt; ul {
    border-bottom: none;
    height: 32px;
    background: #718a25;
    min-width: 900px;
}
#TStats.tabs-menu .tabbed li {
    background: none;
}
#TStats.tabs-menu .tabbed li a {
    border: none;
}
#TStats.tabs-menu .tabbed li a:not(:hover) {
    color: #EFEFEF;
}
#TStats.tabs-menu .tabbed li.active a, #TStats.tabs-menu .tabbed li.active a:hover {
    border: none;
    margin: 0;
    color: #495358;
}
#TStats ol {
    padding: 0;
    margin: 0;
}

/* ========================================================================== */
/* ========================================================================== */

.datagrid_wrapper {
    box-shadow:0 1px 1px #CCCCCC;
    background: #f9f9f9;
    margin-bottom:15px;
    padding:0;
    position: relative;
}
.datagrid {
    width:100%;
    height: 100%;
    font-size: 11px;
}
.datagrid th {
    height: 30px;
    line-height: 30px;
    padding:0 10px;
    padding-left:25px;
    border-bottom: solid 1px #B3C2C9;
    text-align: left;
    font-weight: 600;
    background: #9DB1B9;
}

.datagrid th.center,
.datagrid td.center{
    padding:0 10px;
    text-align: center;
}

.datagrid th.sortable{
    cursor: pointer;
    background:url("../../images/icons/sort_none.png") no-repeat 5px center #adadad;
}

.datagrid th.sort_asc {
    cursor: pointer;
    background:url("../../images/icons/sort_asc.png") no-repeat 5px center #adadad;
}

.datagrid th.sort_desc {
    cursor: pointer;
    background:url("../../images/icons/sort_desc.png") no-repeat 5px center #adadad;
}

.datagrid td {
    padding:5px 10px;
    padding-left:25px;
    background: #fff;
    color:#34495e;
    height:20px;
    transition: background ease-in-out .15s;
    word-break: break-all;
}

.datagrid tr.odd td {
    background: #f9f9f9;
}

.datagrid tr:hover td {
    background: rgb(233,246,253);
}

.datagrid tr.selected td,
.datagrid tr.selected:hover td {
    background:#fcf2cf;
}

.datagrid tr.selected td:first-child{
    background: url("../../images/icons/check_small.png") no-repeat 7px center #fcf2cf;
}

.datagrid tr.dragged td {
    background: #e0f4ff;
    box-shadow:inset 0 1px 2px #B3C2C9 !important;
    cursor:move !important;
}

.datagrid tr.dragged td:first-child {
    background: url("../../images/icons/sort_none.png") no-repeat 5px center #e0f4ff;
}

.datagrid .empty{
    color:#B3C2C9;
}

.datagrid_loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31px;
}
.loading_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #999;
    opacity: 0.6;
}

.datagrid_navigation{
    overflow:hidden;
    margin-bottom:15px;
    margin-left:-3px;
}

.datagrid_navigation .datagrid_pagination{

}

.datagrid_navigation .datagrid_resize{
    float:right;
    position: relative;
    font-size: small;
    z-index:2;
}

.datagrid .filter td{
    padding: 4px;
    background: #EDEDED;
    border-bottom: solid 1px #B3C2C9;
}

.datagrid .filter td .input {
    width:100%;
    border: solid 1px #999;
    padding:2px;
}

.datagrid_dataset_filter label{
    padding-right:15px;
}
.datagrid_dataset_filter select {
    width:160px;
}

.datagrid_dataset_filter select.dataset {
    width:320px;
}

.datagrid select{
    width:120px;
    padding:2px;
    font-size:12px;
}

.datagrid .input-number{
    width:60px !important;
    text-align: center;
}

.datagrid .actions { text-align: center; }

.datagrid .actions a {
    display:inline-block;
    width:16px;
    height:16px;
    margin-right: 5px;
    background:no-repeat center center;
}

.datagrid .flag_trigger,
.datagrid .flag_trigger a{
    display:block;
    width:16px;
    height:16px;
    margin:0 auto;
    background:no-repeat center center;
}

.datagrid .flag_trigger.loading{
    background: url("../../images/loader16.gif") no-repeat center center !important;
}

.datagrid .flag_on { background-image: url("../../images/icons/flag_check.png"); background-position: 0 0; }
.datagrid .flag_off { background-image: url("../../images/icons/flag_check.png");  background-position: -16px 0; }

.datagrid .flag_lock_on { background-image: url("../../images/icons/flag_lock.png"); background-position: 0 0; }
.datagrid .flag_lock_off { background-image: url("../../images/icons/flag_lock.png");  background-position: -16px 0; }

.datagrid tr td .actions { opacity: 0.25; transition: opacity ease-in-out .15s; }
.datagrid tr:hover td .actions { opacity: 1;  }

.datagrid .actions a.view { background-image: url("../../images/icons/eye.png"); }
.datagrid .actions a.edit { background-image: url("../../images/icons/edit.png"); }
.datagrid .actions a.config { background-image: url("../../images/icons/config.png"); }
.datagrid .actions a.labels { background-image: url("../../images/icons/labels.png"); }
.datagrid .actions a.fields { background-image: url("../../images/icons/form.png"); }
.datagrid .actions a.filter { background-image: url("../../images/icons/filter.png"); }
.datagrid .actions a.permissions { background-image: url("../../images/icons/key.png"); }
.datagrid .actions a.relations { background-image: url("../../images/icons/chartmap.png"); }
.datagrid .actions a.delete { background-image: url("../../images/icons/delete.png"); }
.datagrid .actions a.unbind { background-image: url("../../images/icons/unbind.png"); }
.datagrid .actions a.user { background-image: url("../../images/icons/user.png"); }
.datagrid .actions a.rss { background-image: url("../../images/icons/rss.png"); }
.datagrid .actions a.play { background-image: url("../../images/icons/play.png"); }
.datagrid .actions a.accept { background-image: url("../../images/icons/accept.png"); }
.datagrid .actions a.basket_put { background-image: url("../../images/icons/basket_put.png"); }
.datagrid .actions a.basket_remove { background-image: url("../../images/icons/basket_remove.png"); }
.datagrid .is_deleted td, .datagrid .is_deleted td a {
    color: #CCC;
}
.datagrid .is_deleted .flag_trigger, .datagrid .is_deleted .flag_trigger a {
    opacity: 0.2;
}
.datagrid_select_actions {
    float: right;
    font-size: small;
    z-index: 2;
    margin: 0 15px 0 0;
    line-height: 32px;
    position: relative;
}
.datagrid_select_actions &gt; strong {
    font-weight: normal;
    display: none;
    color: #AAA;
    margin-right: 5px;
}
.datagrid_select_actions &gt; span {
    display: inline-block;
    cursor: pointer;
    font-size: 100%;
    margin: 0 2px 0 0;
    padding: 6px 10px;
    line-height: 100%;
    border-radius: 5px;
    text-shadow: 0 1px 3px #FFF;
    color: #333;
    border: 1px solid #CCCCCC;
    background: #FFF;
    background: -moz-linear-gradient(top, #FFF 0%, #EDEDED 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#EDEDED));
    background: -webkit-linear-gradient(top, #FFF 0%,#EDEDED 100%);
    background: -o-linear-gradient(top, #FFF 0%,#EDEDED 100%);
    background: -ms-linear-gradient(top, #FFF 0%,#EDEDED 100%);
    background: linear-gradient(to bottom, #FFF 0%,#EDEDED 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#EDEDED',GradientType=0 );
    box-shadow: inset 0 -1px 1px #fff, 0 1px 1px #CCCCCC;
    transition: all .3s;
    display: none;
}
.datagrid_select_actions &gt; span:hover {
    box-shadow:
            0 0 3px #3498db,
            inset 0 -1px 1px #fff,
            0 1px 1px #CCCCCC;
    color: #069;
}
/* ========================================================================== */
/* ========================================================================== */
.tFile dl, .tFile dt, .tFile dd {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0;
}

.tFile {
    position: relative;
    margin: 10px auto 0 auto;
    color: #858b90;
}

.tFile a {
    color: #aec31f;
}

.tFile .button {
    height: 50px;
    overflow: hidden;
    color: #fff;
    text-shadow: 0 1px 1px #687d90;
    text-align: center;
    background-color: #34495e;
}

.tFile .button .sleeve {
    height: 100%;
    line-height: 50px;
    z-index: 1000;
    position: relative;
    border: none;
    padding: 7px 40px 7px 15px;
    border-radius: 0 25px 25px 0;
    background: linear-gradient(to bottom, rgb(41, 128, 185) 0%, rgb(49, 64, 86) 100%);
    font-family: 'Oswald';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 33px;
    color: #d3d3d3;
    text-shadow: 0 1px 3px #06151a;
}

.tFile .button a.sleeve:hover {
    color: #a7a7a7;
}
.tFile .button a.magnetLink {
    content: url("./img/magnet.svg");
    float:right;
    height: 98%;
    display: inline-block;
    fill: #a7a7a7;
}

.tFile .button .inside {
    position: relative;
    display: block;
    left: 10px;
    top: 0;
    width: 150%;
    height: 44px;
    margin-top: -47px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(82, 106, 128, 0.71) 0%, rgb(37, 54, 75) 100%);
    font-size: 12px;
    border-radius: 2px;
    text-align: right;
    padding-right: 10px;
    border-right: 1px dotted rgba(0,0,0,0.5);
}

.tFile .button .inside .down {
    display: inline-block;
    margin-top: 28px;
    margin-right: 20px;
}
.tFile .button .inside .size {
    float: right;
    margin-top: 2px;
    margin-left: 16px;
    display: inline-block;
    position: absolute;
    font-size: 19px;
    top: 0;
}



.tFile .conts {
    position: relative;
    overflow: hidden;
    border-left: 1px solid #d8e2e9;
    border-right: 1px solid #d8e2e9;
    background: #ecf0f1;
}

.tFile .cont {
    overflow: hidden;
}

.tFile dl {
    line-height: 24px;
    overflow: hidden;
    border-top: 1px solid #d8e2e9;
}

.tFile dl:first-child {
    border: none;
}

.tFile dt {
    width: 142px;
    height: 24px;
    padding: 0 0 0 8px;
    float: left;
    border-right: 1px solid #d8e2e9;
}

.tFile dd {
    height: 24px;
    padding: 0 0 0 8px;
    overflow: hidden;
    border: none;
}

.tFile .futr {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #fff;
    text-shadow: none;
    text-align: center;
    background: #d8e2e9;
}

.tFile .futr a {
    color: #4e6378;
    text-shadow: 0 1px 1px #fff;
}

/* ========================================================================== */
/* ========================================================================== */
</pre></body></html>