/* SIDEBAR */
label.sidebar-label {
    display: none;
}

.slim-sidebar {
    background-color: #121921 !important;
    box-shadow: 5px 0px 10px 0px rgba(19, 25, 33, 0.6);
    border: none;
}

.sidebar-nav-link i {
    font-size: 14px;
    color: #e3e3e3;
}

ul.nav.nav-sidebar {
    padding-left: 15px;
    padding-right: 15px;
}

ul.nav.nav-sidebar li {
    border: none !important;
}

ul.nav.nav-sidebar li a {
    color: #e3e3e3;
    padding-left: 15px;
    font-size: 14px;
}

.sidebar-nav-link:hover, .sidebar-nav-link:focus {
    background-color: #1e2f47;
    border-radius: 10px;
    color: #fe9b02 !important;
}

/* HEADER */
.slim-header {
	background-color: #121921 !important;
  box-shadow: 0px 5px 10px 0px rgba(19, 25, 33, 0.6);
}

.slim-header.with-sidebar .slim-sidebar-menu {
    border: none; 
    border-radius: 10px;
}

.slim-header.with-sidebar .slim-sidebar-menu:hover, .slim-header.with-sidebar .slim-sidebar-menu:focus {
    background-color: #1e2f47;
    border-color: #fe9b02;
}

.search-box {
    border-radius: 25px !important;
    background-color: black;
    border: none;
}

.search-box .form-control, .search-box .dataTables_filter input, .dataTables_filter .search-box input {
    color: white;
}

/* radio button */
.slim-header-left a[href="https://infire.si/radio.php?form=RadioForm&text=RadiobarText"] i{
  font-size: 35px;
}

button.btn.btn-primary {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: black;
}

button.btn.btn-primary i {
    color: #e3e3e3;
}

/* top menu icons */
/*.style-selector {
    display: none;
}*/

.slim-header-right font span i {
    color: #fe9b02 !important;
}

.slim-header-right a i {
    color: #fe9b02 !important;
}

.slim-header-right a font i {
    color: #fe9b02 !important;
}

.slim-header-right span font i {
    color: #fe9b02 !important;
}

/* user and mail icons */
.dropdown.dropdown-a {
    margin-left: 10px;
}

.dropdown.dropdown-a i {
    margin-bottom: 2px;
}

.header-notification:hover, .header-notification:focus {
    background-color: #1e2f47 !important;
    border-radius: 10px;
}

.dropdown.dropdown-c span {
    color: #e3e3e3 !important;
}

/* top menu text */
.slim-header-right font {
    color: #e3e3e3 !important;
}

.slim-header-right a {
    color: #e3e3e3 !important;
}

/* user icon */
.logged-user img {
    border: none !important;
}

/* user dropdown */
.dropdown-menu.dropdown-menu-right.show nav a {
    color: #6d6d6d !important;
}

.slim-pageheader {
    margin-top: 20px;
}

/* ad box */
.container a:has([style*="display: block"]) {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

/* news */
.card.card-latest-activity.mg-t-20 {
    /*width: 49%;*/
}

.card.card-latest-activity.mg-t-20 {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

.media.media-author {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px 10px 10px 10px;
    border-bottom: 1px solid #e7e4e4;
}

.media.media-demo {
    border-radius: 10px;
    border: none;
}

.media.media-demo p {
    font-size: 14px;
    color: #121212;
}

/* right side latest stuff boxes*/
.card-body.bd.bd-t-0 {
    border: none;
}

/* card header */
.card-header {
    background-color: #121921 !important;
    /*box-shadow: 0px 5px 10px 0px #dddddd;*/
}

/* card shadows and corners */
.card-body img {
   box-shadow: 0px 5px 10px 0px #dddddd;
    border-radius: 10px;
}

.btn-group {
    height: 20px;
}

.btn-group button i {
    margin-top: 3px;
}

.btn-group button {
    margin-top: -9px !important;
    margin-right: -9px !important;
    background-color: #121921 !important;
    border: none;
}

/* tab navigation tabs */
a.nav-link.bd-0.pd-y-8.active.show {
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(225 225 225) 100%);*/
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*border: 1px solid white;*/
}

a.nav-link.bd-0.active.show {
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(225 225 225) 100%);*/
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*border: 1px solid white;*/
}

/* tab torrent on hover */
table.table.mg-b-0.tx-13 tbody tr:hover {
    background-color: #f9f9f9;
}

/* tab content font*/
.tab-content a {
    font-size: 14px !important;
    color: black;
}

/*
.tab-content a:hover {
    color: orange !important;
}
*/

/* tab up down info */
td.tx-12.wd-50 {
    width: 60px;
    text-align: right;
    padding-left: 0px;
}

/* online users */
.card.card-recent-messages.wd-35p {
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #dddddd;
    border: none;
    padding: 15px;
    font-size: 12px;
    text-align: justify;
}

.card.card-recent-messages.wd-35p .card-footer {
    margin-top: 15px;
    border-radius: 10px;
}

.card.card-recent-messages.wd-35p .card-footer a {
    color: #121212;
    font-style: bold;
}

.card.card-recent-messages.wd-35p .card-header {
    display: none;
}

/* anketa */
.card.card-latest-activity.mg-t-20.wd-35p tr:last-child td:last-child[align="center"] {
    background-color: rgba(0, 0, 0, 0.03);
    border: none !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 10px;
}

.card.card-latest-activity.mg-t-20.wd-35p tr:last-child td:last-child input {
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

.card.card-latest-activity.mg-t-20.wd-35p tr:last-child td:last-child input:hover {
    background-color: #fe9b02;
}

.card.card-latest-activity.mg-t-20.wd-35p .card-body.bd.bd-t-0 table[cellspacing="2"] td {
    font-size: 14px;
}

/* stats */
ul.list-group.list-group-striped li {
    border-radius: 10px !important;
    background-color: rgba(0, 0, 0, 0.03) !important;
    margin-bottom: 10px !important;
    border: none;
}

ul.list-group.list-group-striped li:hover {
    background-color: white !important;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

/* latest forum posts */
.card.card-recent-messages.mg-t-20 {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

.card.card-recent-messages.mg-t-20 .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.nav.nav-activity-profile.mg-t-20 {
    margin-top: 0px;
}

ul.nav.nav-activity-profile.mg-t-20 li.nav-item a {
    border: none !important;
    background-color: #131921 !important;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

.list-group.list-group-flush {
    background-color: none;
    border: none;
}

.card.card-recent-messages.mg-t-20 .list-group.list-group-flush .list-group-item {
   background-color: none;
   border-radius: 10px;
   border: none;
}

.list-group.list-group-flush .list-group-item p[class="msg"] {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 10px;
}

/* TORRENTI */
/* ad box */
.container a[style*="display: block"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

/* tab torrent on hover */
table.table.mg-b-0.tx-13 tbody tr:hover {
    background-color: #f9f9f9;
}

/* search top */
td.fheader {
    background-color: #f0f2f7;
    border: none;
    padding-left: 20px;
    padding-bottom: 0px;
}

/* search bottom */
td.lista {
    border: none;
    padding-top: 0px;
}

td.lista .form-control {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

select.select2-selection.select2-selection--single.sp-replacer.sp-light {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px 0px #dddddd;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color: #6d6d6d;
}

select[style*="name: active"] {
  width: 200px;
}

input.btn.btn-secondary.btn-sm.btn-block.mg-b-5 {
    height: 40px;
    width: 100px;
    margin-top: 5px;
    border: none;
    border-radius: 10px;
    background-color: #121921;
    box-shadow: 0px 5px 10px 0px #dddddd;
    font-size: 14px;
}

input.btn.btn-secondary.btn-sm.btn-block.mg-b-5:hover {
    background-color: #fe9b02;
}

/* categories */
.slim-navbar .nav {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

li.nav-item.with-sub a {
    border: none;
    border-radius: 10px;
}

a.nav-link::after {
  display: none;
}


/* dodatne moznosti */
.card-header.bg-dark {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #121921 !important;
}

a.nav-link.bd-0.active.pd-y-8 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-body.bd.bd-t-0 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

button.btn.btn-warning.pd-x-25.active {
    border-radius: 10px;
    background-color: #121921;
    border: none;
    margin-right: 20px;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

button.btn.btn-warning.pd-x-25.active a {
   color: white !important;
}

button.btn.btn-warning.pd-x-25 {
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #dddddd;
    margin-right: 20px;
}

button.btn.btn-warning.pd-x-25:hover {
    background-color: #fe9b02;
}

button.btn.btn-warning.pd-x-25 a {
    color: #656565 !important;
}

/* torrenti */
.card.card-table.mg-t-20.mg-sm-t-30 {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

.card.card-table.mg-t-20.mg-sm-t-30 .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #121921 !important;
}

/* navigacija */
p.browse_changepage {
    color: #515151;
    margin-top: 15px;
    margin-bottom: 35px;
}

p.browse_changepage a {
    color: #adadad;
    background-color: white;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

p.browse_changepage a:hover {
    color: #fe9b02;
}

p.browse_changepage b {
    background-color: white;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

/* torrenti - list */
table.table.mg-b-0.tx-13 td a {
    color: #474747 !important;
}

table.table.mg-b-0.tx-13 td a:hover {
    color: #fe9b02 !important;
}

td.tx-13 p {
    border: none !important;
}

/* tags */
td.tx-13 span {
    border: none !important;
    background-color: white !important;
}

td.tx-13 span[text="Freeleech"] {
    background-color: #ffeb18 !important;
}

/* nav - file, com, dl, wf,... */
th.wd-5p.pd-y-5.tx-center a, th.wd-10p.pd-y-5.tx-center a, th.wd-300.pd-y-5 a {
    color: #343a40;
}

/* prenosov - color */
span.tx-warning {
    color: #343a40;
}

td.valign-middle.tx-center {
    color: #343a40;
}

/* TORRENT - DETAIL */
/* ad box */
.container a[style*="display: block"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #dddddd;
}

/* torrent main details */
.row-sm > div {
  	margin-top: -20px;
    padding-left: 5px;
    padding-right: 10px;
}

.card.card-earning-summary {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px #dddddd;
    padding: 20px;
}

h5.tx-gray-300.mg-b-20 {
    color: #121921;
}

.media-body.mg-t-20.mg-sm-t-0 p {
    color: #121921;
    font-weight: 400;
    font-size: 14px;
}

img.d-flex.mg-r-40.wd-150 {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0px 5px 15px 0px #dddddd !important;
}

p.mg-b-0 {
    border-bottom: 1px solid #ebebeb !important;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* actors */
ol.actors {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

/* potegni / wishlist gumbi */
a.theme-btn {
    border-radius: 10px;
    border: none;
    width: 300px;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #14a700;
    padding-top: 12px;
    padding-bottom: 10px;
    box-shadow: 0px 5px 15px 0px #dddddd;
}

a.theme-btn:hover {
    background-color: #278b0d;
}

a.theme-btn i {
    padding-right: 10px;
    margin-top: 3px;
}

a.theme-btn2 {
    border-radius: 10px;
    border: none;
    width: 300px;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: white;
    margin-bottom: 20px;
    box-shadow: 0px 5px 15px 0px #dddddd;
    color: #121921 !important;
    font-weight: 400;
    font-size: 14px;
}

a.theme-btn2:hover {
    color: #fe9b02 !important;
}

a.theme-btn2 i {
    padding-right: 10px;
    margin-top: 3px;
    color: #fe9b02 !important;
}

/* desna stran */
.card.card-connection {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px #dddddd;
    margin-right: -2px;
}

/* tabs */
a.nav-link.bd-0.pd-y-8.active.show {
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

a.nav-link.bd-0.active.show {
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* opis torrenta */
.card.mg-t-20 {
    border: none;
    border-radius: 10px;
}

.card.bd-0 {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px #dddddd;
}

.card-header.bg-dark {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #121921 !important;
}

.card-body.bd.bd-t-0.bd-gray-800 font {
    font-size: 14px;
}

/* desna stran */
.col-8 {
    margin: 0px !important;
    padding: 0px !important;
}

/* zahvale */
.col-8 {
    flex: 0 0 100%;
    max-width: 100% !important;
}

.col-8 form {
    position: unset !important;
    left: 0%;
    padding-bottom: 20px;
}

.col-8 form input {
    border: none;
    border-radius: 10px;
    background-color: #32a814;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 5px 15px 0px #dddddd;
}

.col-8 form input:hover {
    background-color: #2d9313;
}

.righter {
    width: 100% !important;
    margin: 0px !important;
}

.mmenutop.longer {
    width: 100% !important;
    padding-bottom: 15px;
}

.menuholder.malimenu {
    width: 100% !important;
}

div#torrent_thanks {
    width: 100% !important;
}

/* video correction */
embed {
    padding-left: 20px;
}

/* info */
.media-list  {
    padding-left: 16px;
    margin-top: 0px !important;
}

.media-list .media-body p {
    color: #999999 !important;
}

.media-list .media-body a {
    color: #fe9b02 !important;
}

.media-list .media:hover {
    background-color: #f7f7f7;
}

/* back button */
center {
    margin-top: 20px !important;
}

center a {
    color: #121921 !important;
    background-color: white;
    padding: 15px 40px 15px 40px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px #dddddd;
}

center a:hover {
    color: white !important;
    background-color: #121921;
}

.card-header {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.card {
    border: none !important;
}
