organizr.css 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306
  1. /*Preloader*/
  2. .preloader {
  3. width: 100%;
  4. height: 100%;
  5. top: 0px;
  6. position: fixed;
  7. z-index: 99999;
  8. background: rgba(0, 0, 0, 0.88);
  9. }
  10. .preloader .cssload-speeding-wheel {
  11. position: absolute;
  12. top: calc(50% - 3.5px);
  13. left: calc(50% - 3.5px);
  14. }
  15. .w-100 {
  16. width: 100%;
  17. }
  18. .iframe {
  19. width: 100%;
  20. height: calc(100vh - 40px);
  21. position: inherit;
  22. display: block;
  23. }
  24. /* Larger Images */
  25. #side-menu>li>a {
  26. padding: 10px 35px 10px 15px;
  27. display: block;
  28. }
  29. .sidebar .nav-second-level li a {
  30. padding: 14px 10px 14px 15px;
  31. }
  32. #side-menu .fa-fw {
  33. width: 30px !important;
  34. }
  35. .sttabs nav a {
  36. position: relative;
  37. display: block;
  38. overflow: hidden;
  39. text-overflow: ellipsis;
  40. white-space: nowrap;
  41. line-height: 1.5;
  42. }
  43. .common-list .notify {
  44. position: relative;
  45. margin-top: .5px;
  46. margin-right: 9px;
  47. }
  48. .ajaxloader {
  49. width: 100%;
  50. height: 100%;
  51. top: 0px;
  52. position: absolute;
  53. z-index: 99999;
  54. background: rgba(0, 0, 0, 0.68);
  55. margin: 0 auto;
  56. border-radius: 10px;
  57. }
  58. .lock-screen {
  59. background: url(../../plugins/images/login-register.jpg) center center/cover no-repeat !important;
  60. height: 100%;
  61. position: fixed;
  62. z-index: 1001;
  63. top: 0;
  64. width: 100%;
  65. -webkit-user-select: none;
  66. /* Chrome all / Safari all */
  67. -moz-user-select: none;
  68. /* Firefox all */
  69. -ms-user-select: none;
  70. /* IE 10+ */
  71. -o-user-select: none;
  72. user-select: none;
  73. }
  74. body.stop-scrolling {
  75. height: 100%;
  76. overflow: hidden;
  77. }
  78. .tabEditorIcon i {
  79. font-size: 35px;
  80. text-align: center !important;
  81. width: 35px !important;
  82. font-style: normal;
  83. }
  84. .tabEditorIcon img {
  85. width: 35px !important;
  86. }
  87. .asColorPicker-wrap {
  88. position: relative;
  89. display: block;
  90. width: calc(100% - 35px);
  91. }
  92. .asColorPicker-trigger {
  93. position: absolute;
  94. top: 0;
  95. right: -32px;
  96. height: 38px;
  97. width: 37px;
  98. border: 0;
  99. border-radius: 0 4px 4px 0;
  100. }
  101. .asColorPicker-trigger span {
  102. width: 100%;
  103. height: 100%;
  104. display: inline-block;
  105. border-radius: 0 4px 4px 0;
  106. }
  107. .top-left-part {
  108. width: auto;
  109. max-width: 220px;
  110. float: left;
  111. border-right: transparent;
  112. display: inline-flex;
  113. flex-wrap: nowrap;
  114. }
  115. .tabs-style-flip {
  116. max-width: 1400px;
  117. margin: 0 auto;
  118. }
  119. .elip {
  120. white-space: nowrap;
  121. text-overflow: ellipsis;
  122. overflow: hidden;
  123. display: block;
  124. }
  125. .p-5 {
  126. padding: 5px !important
  127. }
  128. .error-page {
  129. width: 100%;
  130. background: #1b1a1a;
  131. height: 100%;
  132. position: fixed;
  133. display: none;
  134. z-index: 10;
  135. }
  136. img.lazyload.tabImages {
  137. height: 120px !important;
  138. object-fit: contain;
  139. /*-webkit-filter: drop-shadow(0px 0px 0px black);
  140. filter: drop-shadow(0px 0px 0px black);*/
  141. }
  142. .recent-cover {
  143. background-position: center;
  144. background-size: cover;
  145. height: 150px;
  146. width: 150px;
  147. top: 37px;
  148. position: relative;
  149. }
  150. .recent-sponsor {
  151. background-position: center;
  152. background-size: cover;
  153. height: 150px;
  154. width: 150px;
  155. position: relative;
  156. }
  157. .recent-poster {
  158. background-position: center;
  159. background-size: cover;
  160. height: 225px;
  161. width: 150px;
  162. position: relative;
  163. top: 0;
  164. left: 0;
  165. }
  166. .recent-title {
  167. position: absolute;
  168. bottom: 0px;
  169. background: rgba(31, 31, 31, 0.73);
  170. width: inherit;
  171. color: white;
  172. display: none;
  173. }
  174. .item:hover .recent-title {
  175. display: block;
  176. }
  177. .nowPlayingHover {
  178. margin-bottom: 14px;
  179. }
  180. .nowPlayingUserThumb:hover {
  181. opacity: 0;
  182. -webkit-transition: all .4s ease-in-out;
  183. transition: all .4s ease-in-out;
  184. }
  185. .tabLoaded {
  186. -webkit-filter: drop-shadow(0px 0px 5px #2cabe4);
  187. filter: drop-shadow(0px 0px 5px #2cabe4);
  188. }
  189. .user-bg {
  190. margin: -25px;
  191. height: 338px;
  192. overflow: hidden;
  193. position: relative;
  194. background-size: cover;
  195. background-position: top;
  196. background-repeat: no-repeat;
  197. }
  198. h2.m-b-0.font-medium.pull-right {
  199. -webkit-filter: drop-shadow(1px 1px 0px #1f1f1f);
  200. filter: drop-shadow(1px 1px 0px #1f1f1f);
  201. color: white;
  202. }
  203. .text-plex {
  204. color: #E5A00D;
  205. }
  206. .text-emby {
  207. color: #4CAF50;
  208. }
  209. .genre-list {
  210. position: absolute;
  211. bottom: 0;
  212. left: 0;
  213. }
  214. .mouse {
  215. cursor: pointer;
  216. }
  217. .el-element-overlay .el-card-item .el-overlay-1 img.imageSourceLeft {
  218. width: 56%;
  219. display: block;
  220. position: absolute;
  221. left: 0px;
  222. overflow: hidden;
  223. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  224. }
  225. .el-element-overlay .el-card-item .el-overlay-1 img.imageSourceRight {
  226. width: 56%;
  227. display: block;
  228. position: absolute;
  229. right: 0px;
  230. overflow: hidden;
  231. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  232. }
  233. img.imageSourceTop {
  234. top: -37px;
  235. left: 0px;
  236. margin: auto;
  237. display: block;
  238. z-index: -1;
  239. overflow: hidden;
  240. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  241. }
  242. img.imageSourceBottom {
  243. top: -114px;
  244. left: 0px;
  245. margin: auto;
  246. display: block;
  247. z-index: -1;
  248. overflow: hidden;
  249. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  250. }
  251. .recent-cover .hover-homepage-item {
  252. position: relative;
  253. top: -338px;
  254. height: 225px;
  255. }
  256. .recent-music span.elip.recent-title {
  257. position: absolute;
  258. bottom: -38px;
  259. background: rgba(31, 31, 31, 0.73);
  260. width: inherit;
  261. color: white;
  262. }
  263. .mailbox-widget .customtab li.active a, .mailbox-widget .customtab li.active, .mailbox-widget .customtab li.active a:focus {
  264. background: 0 0;
  265. color: #fff;
  266. border-color: #53e69d;
  267. }
  268. .nav-tabs.pull-right>li>a:hover {
  269. background: transparent;
  270. border-radius: 0px;
  271. }
  272. .homepageImageTitle {
  273. height: 40px;
  274. margin-top: -7px;
  275. }
  276. .grayscale {
  277. -webkit-filter: grayscale(100%);
  278. /* Safari 6.0 - 9.0 */
  279. filter: grayscale(100%);
  280. }
  281. td span.label.label-info,
  282. td span.label.label-success,
  283. td span.label.label-warning {
  284. min-width: 80px !important;
  285. display: inline-block !important;
  286. }
  287. .inbox-center.table-responsive {
  288. max-height: 300px;
  289. overflow-y: auto;
  290. }
  291. .fc-event {
  292. border-radius: 0;
  293. border: none;
  294. cursor: pointer;
  295. font-size: 13px;
  296. margin: 1px -1px 0;
  297. padding: 5px;
  298. text-align: left;
  299. background: #2cabe3;
  300. }
  301. th.fc-list-header {
  302. text-align: left;
  303. }
  304. th.fc-list-header > .fc-list-heading-alt {
  305. margin-left: 10px;
  306. }
  307. .bg-calendar {
  308. background: transparent;
  309. color: inherit;
  310. }
  311. .fc-toolbar {
  312. margin: 0;
  313. padding: 19px 20px 11px 20px;
  314. }
  315. .fc-unthemed .fc-today {
  316. color: inherit !important;
  317. }
  318. .fc-popover {
  319. background-color: #1b1b1b
  320. }
  321. @media (max-width: 767px) {
  322. i.ti-close.visible-xs {
  323. display: inline !important;
  324. }
  325. img.lazyload.resultImages {
  326. height: 300px !important;
  327. object-fit: contain;
  328. width: 200px !important;
  329. margin: auto;
  330. }
  331. }
  332. @media screen and (max-width: 767px) {
  333. .table-responsive {
  334. width: 100%;
  335. margin-bottom: 0;
  336. overflow-y: hidden;
  337. -ms-overflow-style: -ms-autohiding-scrollbar;
  338. border: transparent;
  339. }
  340. .fc-day-grid-event .fc-content {
  341. white-space: nowrap;
  342. overflow: visible;
  343. }
  344. .fc-view-container .fc-view .fc-scroller {
  345. max-height: 212px !important;
  346. overflow: auto !important;
  347. }
  348. }
  349. .loop-animation {
  350. animation-iteration-count: infinite;
  351. -webkit-animation-iteration-count: infinite;
  352. -moz-animation-iteration-count: infinite;
  353. -o-animation-iteration-count: infinite;
  354. }
  355. @media (min-width: 768px) {
  356. img.lazyload.resultImages {
  357. height: 300px !important;
  358. object-fit: cover;
  359. width: 200px !important;
  360. margin: auto;
  361. }
  362. }
  363. .outside-request-div {
  364. position: absolute;
  365. right: 0;
  366. overflow: hidden;
  367. width: 32px;
  368. height: 32px;
  369. transition: all .2s ease;
  370. z-index: 1;
  371. }
  372. /* thanks burry */
  373. .item:hover .inside-over-request-div {
  374. opacity: 0;
  375. top: -60px;
  376. }
  377. .item:hover .inside-request-div {
  378. opacity: 0;
  379. top: -46px;
  380. }
  381. .inside-request-div {
  382. top: -16px;
  383. right: -16px;
  384. padding: 0;
  385. width: 100%;
  386. height: 100%;
  387. -webkit-transform: rotate(45deg);
  388. transform: rotate(45deg);
  389. position: absolute;
  390. box-shadow: 0 0 4px rgba(0, 0, 0, .6);
  391. line-height: 24px;
  392. opacity: 1;
  393. -webkit-transition: all .2s;
  394. transition: all .2s;
  395. }
  396. .inside-over-request-div {
  397. top: -28px;
  398. right: -25px;
  399. padding: 0;
  400. width: 50px;
  401. height: 50px;
  402. -webkit-transform: rotate(45deg);
  403. transform: rotate(45deg);
  404. position: absolute;
  405. box-shadow: 0 0 4px rgba(0, 0, 0, .6);
  406. line-height: 24px;
  407. opacity: 1;
  408. -webkit-transition: all .2s;
  409. transition: all .2s;
  410. }
  411. .unapproved-request-div {
  412. background-color: #cc7b19;
  413. }
  414. .hover-homepage-item:hover {
  415. background: radial-gradient(farthest-corner at 50% 50%, rgba(50, 50, 50, .5) 50%, #323232 100%);
  416. opacity: 1;
  417. transition: linear .2s;
  418. }
  419. .hover-homepage-item {
  420. width: 100%;
  421. height: 100%;
  422. opacity: 0;
  423. }
  424. input#inviteCodeInput {
  425. font-size: 400%;
  426. height: 100%;
  427. }
  428. .bg-plex {
  429. background: #E5A00D;
  430. }
  431. .bg-emby {
  432. background: #4CAF50;
  433. }
  434. .bg-sab {
  435. background: #ffb300;
  436. }
  437. .bg-deluge {
  438. background: #425570;
  439. }
  440. .bg-nzbget {
  441. background: #3e8c25;
  442. }
  443. .bg-transmission {
  444. background: #950000;
  445. }
  446. .bg-qbit {
  447. background: #2f67ba;
  448. }
  449. .request-result-item {
  450. width: 230px;
  451. }
  452. .customPoster {
  453. margin: 50px auto;
  454. text-align: center;
  455. position: absolute;
  456. top: 0;
  457. left: 0;
  458. width: 200px;
  459. }
  460. .customPoster a {
  461. text-decoration: none;
  462. -webkit-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  463. -moz-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  464. -ms-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  465. -o-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  466. transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  467. -webkit-transition: all 0.2s;
  468. -moz-transition: all 0.2s;
  469. transition: all 0.2s;
  470. display: inline-block;
  471. text-align: center;
  472. text-transform: uppercase;
  473. font-size: 35px;
  474. font-weight: 700;
  475. font-family: inherit;
  476. line-height: 0.8;
  477. color: #707cd2;
  478. text-shadow: 0 -1px 15px rgba(0, 0, 0, 0.9), 0 1px 0 #7d7d7d, 0 3px 0 #828282, 0 5px 0 #6c6c6c, 0 7px 0 #727272, 0 9px 0 #939393, 0 6px 50px rgb(27, 26, 26);
  479. width: 200px;
  480. max-width: 200px;
  481. }
  482. .customPoster a:first-line {
  483. font-size: 0.8em;
  484. }
  485. .el-overlay-1:hover .customPoster a {
  486. -webkit-transform: perspective(8em) rotateX(11deg) scale(1.2);
  487. -moz-transform: perspective(8em) rotateX(11deg) scale(1.2);
  488. -ms-transform: perspective(8em) rotateX(11deg) scale(1.2);
  489. -o-transform: perspective(8em) rotateX(11deg) scale(1.2);
  490. transform: perspective(8em) rotateX(11deg) scale(1.2);
  491. text-shadow: 0 -1px 15px black, 0 1px 0 #7f6303, 0 2px 0 #846703, 0 0px 0 #896b03, 0 1px 0 #8e6f03, 0 2px 0 #937203, 0 2px 30px rgba(252, 223, 92, 0.6);
  492. }
  493. .homepage-drag {
  494. background-size: contain;
  495. background-position: right;
  496. height: 60px;
  497. background-repeat: no-repeat;
  498. background-origin: content-box;
  499. border-radius: 10px;
  500. }
  501. .homepage-number {
  502. float: left;
  503. width: 36px !important;
  504. text-align: center;
  505. vertical-align: middle;
  506. height: 36px;
  507. border-radius: 20px;
  508. margin-top: 7px;
  509. padding: 11px;
  510. }
  511. span.homepage-text {
  512. margin-top: 16px;
  513. display: inline-block;
  514. }
  515. .faded {
  516. opacity: .5;
  517. }
  518. .qr-code {
  519. display: block;
  520. width: 100%;
  521. height: 380px;
  522. background-size: contain;
  523. margin: auto;
  524. background-repeat: no-repeat;
  525. }
  526. .btn-link, a {
  527. color: #2cabe3;
  528. text-decoration: none;
  529. }
  530. @media (pointer: coarse) {
  531. #side-menu > li > a:hover,
  532. #side-menu > li > a:focus {
  533. background: transparent;
  534. }
  535. }
  536. .fc-view-container .fc-view .fc-scroller {
  537. max-height: 215px !important;
  538. }
  539. .fc-view-container .fc-month-view .fc-scroller,
  540. .fc-view-container .fc-basicWeek-view .fc-scroller {
  541. max-height: 100% !important;
  542. height: 100% !important;
  543. }
  544. .fc-scroller .simplebar-content {
  545. min-height: auto !important;
  546. overflow-x: hidden !important;
  547. padding-bottom: 0px !important;
  548. }
  549. .simplebar-content {
  550. padding-bottom: 0px !important;
  551. }
  552. .simplebar-content {
  553. min-height: auto !important;
  554. overflow-x: auto !important;
  555. }
  556. .simplebar-scroll-content {
  557. margin-bottom: 0px !important;
  558. }
  559. .flexbox {
  560. display: flex;
  561. flex-wrap: wrap;
  562. }
  563. @media (min-width: 2000px) {
  564. .col-xl {
  565. -ms-flex-preferred-size: 0;
  566. flex-basis: 0;
  567. -ms-flex-positive: 1;
  568. flex-grow: 1;
  569. max-width: 100%;
  570. }
  571. .col-xl-auto {
  572. -ms-flex: 0 0 auto;
  573. flex: 0 0 auto;
  574. width: auto;
  575. max-width: none;
  576. }
  577. .col-xl-1 {
  578. -ms-flex: 0 0 8.333333%;
  579. flex: 0 0 8.333333%;
  580. max-width: 8.333333%;
  581. }
  582. .col-xl-2 {
  583. -ms-flex: 0 0 16.666667%;
  584. flex: 0 0 16.666667%;
  585. max-width: 16.666667%;
  586. }
  587. .col-xl-3 {
  588. -ms-flex: 0 0 25%;
  589. flex: 0 0 25%;
  590. max-width: 25%;
  591. }
  592. .col-xl-4 {
  593. -ms-flex: 0 0 33.333333%;
  594. flex: 0 0 33.333333%;
  595. max-width: 33.333333%;
  596. }
  597. .col-xl-5 {
  598. -ms-flex: 0 0 41.666667%;
  599. flex: 0 0 41.666667%;
  600. max-width: 41.666667%;
  601. }
  602. .col-xl-6 {
  603. -ms-flex: 0 0 50%;
  604. flex: 0 0 50%;
  605. max-width: 50%;
  606. }
  607. .col-xl-7 {
  608. -ms-flex: 0 0 58.333333%;
  609. flex: 0 0 58.333333%;
  610. max-width: 58.333333%;
  611. }
  612. .col-xl-8 {
  613. -ms-flex: 0 0 66.666667%;
  614. flex: 0 0 66.666667%;
  615. max-width: 66.666667%;
  616. }
  617. .col-xl-9 {
  618. -ms-flex: 0 0 75%;
  619. flex: 0 0 75%;
  620. max-width: 75%;
  621. }
  622. .col-xl-10 {
  623. -ms-flex: 0 0 83.333333%;
  624. flex: 0 0 83.333333%;
  625. max-width: 83.333333%;
  626. }
  627. .col-xl-11 {
  628. -ms-flex: 0 0 91.666667%;
  629. flex: 0 0 91.666667%;
  630. max-width: 91.666667%;
  631. }
  632. .col-xl-12 {
  633. -ms-flex: 0 0 100%;
  634. flex: 0 0 100%;
  635. max-width: 100%;
  636. }
  637. .order-xl-first {
  638. -ms-flex-order: -1;
  639. order: -1;
  640. }
  641. .order-xl-last {
  642. -ms-flex-order: 13;
  643. order: 13;
  644. }
  645. .order-xl-0 {
  646. -ms-flex-order: 0;
  647. order: 0;
  648. }
  649. .order-xl-1 {
  650. -ms-flex-order: 1;
  651. order: 1;
  652. }
  653. .order-xl-2 {
  654. -ms-flex-order: 2;
  655. order: 2;
  656. }
  657. .order-xl-3 {
  658. -ms-flex-order: 3;
  659. order: 3;
  660. }
  661. .order-xl-4 {
  662. -ms-flex-order: 4;
  663. order: 4;
  664. }
  665. .order-xl-5 {
  666. -ms-flex-order: 5;
  667. order: 5;
  668. }
  669. .order-xl-6 {
  670. -ms-flex-order: 6;
  671. order: 6;
  672. }
  673. .order-xl-7 {
  674. -ms-flex-order: 7;
  675. order: 7;
  676. }
  677. .order-xl-8 {
  678. -ms-flex-order: 8;
  679. order: 8;
  680. }
  681. .order-xl-9 {
  682. -ms-flex-order: 9;
  683. order: 9;
  684. }
  685. .order-xl-10 {
  686. -ms-flex-order: 10;
  687. order: 10;
  688. }
  689. .order-xl-11 {
  690. -ms-flex-order: 11;
  691. order: 11;
  692. }
  693. .order-xl-12 {
  694. -ms-flex-order: 12;
  695. order: 12;
  696. }
  697. .offset-xl-0 {
  698. margin-left: 0;
  699. }
  700. .offset-xl-1 {
  701. margin-left: 8.333333%;
  702. }
  703. .offset-xl-2 {
  704. margin-left: 16.666667%;
  705. }
  706. .offset-xl-3 {
  707. margin-left: 25%;
  708. }
  709. .offset-xl-4 {
  710. margin-left: 33.333333%;
  711. }
  712. .offset-xl-5 {
  713. margin-left: 41.666667%;
  714. }
  715. .offset-xl-6 {
  716. margin-left: 50%;
  717. }
  718. .offset-xl-7 {
  719. margin-left: 58.333333%;
  720. }
  721. .offset-xl-8 {
  722. margin-left: 66.666667%;
  723. }
  724. .offset-xl-9 {
  725. margin-left: 75%;
  726. }
  727. .offset-xl-10 {
  728. margin-left: 83.333333%;
  729. }
  730. .offset-xl-11 {
  731. margin-left: 91.666667%;
  732. }
  733. }
  734. input.has-success {
  735. border-bottom: 8px solid #4CAF50;
  736. box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  737. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  738. }
  739. .message-center {
  740. max-height: 250px;
  741. }
  742. .fc-alternate {
  743. background: transparent;
  744. border-bottom: 1px solid;
  745. border-color: rgba(120,130,140,.13);
  746. }
  747. .fc-state-disabled {
  748. display: none;
  749. }
  750. .resultBox-outside {
  751. max-height: 96vh;
  752. }
  753. .resultBox-inside {
  754. height: 100%;
  755. max-height: 85vh;
  756. overflow-x: hidden;
  757. overflow-y: auto;
  758. }
  759. .loginLogo {
  760. max-width: 350px;
  761. max-height: 225px;
  762. width: 100%;
  763. }
  764. .recent-items .owl-item {
  765. height: 225px;
  766. }
  767. .tooltip-content5 {
  768. position: absolute;
  769. z-index: 9999;
  770. min-width: 300px;
  771. max-width: 350px;
  772. left: 50%;
  773. bottom: 100%;
  774. font-size: 20px;
  775. line-height: 1.4;
  776. text-align: center;
  777. font-weight: 400;
  778. color: #fff;
  779. background: 0 0;
  780. opacity: 0;
  781. margin: 0 0 20px -150px;
  782. cursor: default;
  783. pointer-events: none;
  784. -webkit-font-smoothing: antialiased;
  785. -webkit-transition: opacity .3s .3s;
  786. transition: opacity .3s .3s;
  787. }
  788. .tooltip-inner2 {
  789. background: #2b2b2b;
  790. padding: 40px 0px;
  791. -webkit-transform: translate3d(0,100%,0);
  792. transform: translate3d(0,100%,0);
  793. webkit-transition: -webkit-transform .3s;
  794. transition: transform .3s;
  795. }
  796. #scroll {
  797. position:fixed;
  798. right:10px;
  799. bottom:10px;
  800. cursor:pointer;
  801. width:50px;
  802. height:50px;
  803. background-color:#3498db;
  804. text-indent:-9999px;
  805. display:none;
  806. -webkit-border-radius:60px;
  807. -moz-border-radius:60px;
  808. border-radius:60px;
  809. z-index: 1;
  810. }
  811. #scroll span {
  812. position:absolute;
  813. top:50%;
  814. left:50%;
  815. margin-left:-8px;
  816. margin-top:-12px;
  817. height:0;
  818. width:0;
  819. border:8px solid transparent;
  820. border-bottom-color:#ffffff;
  821. }
  822. #scroll:hover {
  823. background-color:#e74c3c;
  824. opacity:1;filter:"alpha(opacity=100)";
  825. -ms-filter:"alpha(opacity=100)";
  826. }
  827. .white-popup-block {
  828. max-width: 80%;
  829. }
  830. ul.nav.customtab.nav-tabs.nav-low-margin {
  831. margin: -25px -25px 0px -25px !important;
  832. }
  833. i.fa.fa-life-ring.fa-fw {
  834. color: #C62828;
  835. }
  836. .ping {
  837. position: relative;
  838. margin-top: 0;
  839. }
  840. .ping .heartbit {
  841. position: absolute;
  842. top: -15px;
  843. left: 15px;
  844. height: 25px;
  845. width: 25px;
  846. z-index: 10;
  847. border: 5px solid #ff7676;
  848. border-radius: 70px;
  849. -moz-animation: heartbit 1s ease-out;
  850. -moz-animation-iteration-count: infinite;
  851. -o-animation: heartbit 1s ease-out;
  852. -o-animation-iteration-count: infinite;
  853. -webkit-animation: heartbit 1s ease-out;
  854. -webkit-animation-iteration-count: infinite;
  855. animation-iteration-count: infinite;
  856. }
  857. .ping .point {
  858. width: 6px;
  859. height: 6px;
  860. -webkit-border-radius: 30px;
  861. -moz-border-radius: 30px;
  862. border-radius: 30px;
  863. background-color: #ff7676;
  864. position: absolute;
  865. left: 25px;
  866. top: -5px;
  867. }
  868. .sidebar .arrow {
  869. position: absolute;
  870. right: 20px;
  871. top: 17px;
  872. }
  873. /* NOTIFY ALTERS */
  874. .iziToast.success-notify>.iziToast-body .iziToast-icon {
  875. color: rgb(0, 255, 184);
  876. }
  877. .iziToast.success-notify>.iziToast-body .iziToast-title,
  878. .iziToast.success-notify>.iziToast-body .iziToast-message {
  879. color: white;
  880. }
  881. .success-notify .iziToast-progressbar div {
  882. background: rgb(0, 255, 184);
  883. }
  884. .iziToast.success-notify.iziToast-layout2 {
  885. background: #1b1a1a;
  886. border: 1px solid #232323;
  887. border-bottom: transparent;
  888. }
  889. .iziToast.info-notify>.iziToast-body .iziToast-icon {
  890. color: #3A83F0;
  891. }
  892. .iziToast.info-notify>.iziToast-body .iziToast-title,
  893. .iziToast.info-notify>.iziToast-body .iziToast-message {
  894. color: white;
  895. }
  896. .info-notify .iziToast-progressbar div {
  897. background: #3A83F0;
  898. }
  899. .iziToast.info-notify.iziToast-layout2 {
  900. background: #1b1a1a;
  901. border: 1px solid #232323;
  902. border-bottom: transparent;
  903. }
  904. .iziToast.warning-notify>.iziToast-body .iziToast-icon {
  905. color: #FFEB3B;
  906. }
  907. .iziToast.warning-notify>.iziToast-body .iziToast-title,
  908. .iziToast.warning-notify>.iziToast-body .iziToast-message {
  909. color: white;
  910. }
  911. .warning-notify .iziToast-progressbar div {
  912. background: #FFEB3B;
  913. }
  914. .iziToast.warning-notify.iziToast-layout2 {
  915. background: #1b1a1a;
  916. border: 1px solid #232323;
  917. border-bottom: transparent;
  918. }
  919. .iziToast.error-notify>.iziToast-body .iziToast-icon {
  920. color: #F44336;
  921. }
  922. .iziToast.error-notify>.iziToast-body .iziToast-title,
  923. .iziToast.error-notify>.iziToast-body .iziToast-message {
  924. color: white;
  925. }
  926. .error-notify .iziToast-progressbar div {
  927. background: #F44336;
  928. }
  929. .iziToast.error-notify.iziToast-layout2 {
  930. background: #1b1a1a;
  931. border: 1px solid #232323;
  932. border-bottom: transparent;
  933. }
  934. .iziToast.update-notify>.iziToast-body .iziToast-icon {
  935. color: #9e67f4;
  936. }
  937. .iziToast.update-notify>.iziToast-body .iziToast-title,
  938. .iziToast.update-notify>.iziToast-body .iziToast-message {
  939. color: white;
  940. }
  941. .update-notify .iziToast-progressbar div {
  942. background: #9e67f4;
  943. }
  944. .iziToast.update-notify.iziToast-layout2 {
  945. background: #1b1a1a;
  946. border: 1px solid #232323;
  947. border-bottom: transparent;
  948. }
  949. .iziToast.success-notify.iziToast-balloon:before,
  950. .iziToast.update-notify.iziToast-balloon:before,
  951. .iziToast.info-notify.iziToast-balloon:before,
  952. .iziToast.warning-notify.iziToast-balloon:before,
  953. .iziToast.error-notify.iziToast-balloon:before {
  954. border-top-color: #1b1a1a;
  955. }
  956. /* ALERTIFY ALERTS */
  957. .ajs-message.ajs-success-alertify { color: rgb(0, 255, 184); background-color: #1b1a1a; border-color: rgb(0, 255, 184); }
  958. .ajs-message.ajs-info-alertify { color: #3A83F0; background-color: #1b1a1a; border-color: #3A83F0; }
  959. .ajs-message.ajs-warning-alertify { color: #FFEB3B; background-color: #1b1a1a; border-color: #FFEB3B; }
  960. .ajs-message.ajs-error-alertify { color: #F44336; background-color: #1b1a1a; border-color: #F44336; }
  961. .ajs-message.ajs-update-alertify { color: #9e67f4; background-color: #1b1a1a; border-color: #9e67f4; }
  962. .noty_type__success-noty .noty_body{
  963. background: #1b1a1a;
  964. color: rgb(0, 255, 184);
  965. border: 1px solid #232323;
  966. border-bottom: transparent;
  967. }
  968. .noty_type__info-noty .noty_body{
  969. background: #1b1a1a;
  970. color: #3A83F0;
  971. border: 1px solid #232323;
  972. border-bottom: transparent;
  973. }
  974. .noty_type__warning-noty .noty_body
  975. {
  976. background: #1b1a1a;
  977. color: #FFEB3B;
  978. border: 1px solid #232323;
  979. border-bottom: transparent;
  980. }
  981. .noty_type__error-noty .noty_body{
  982. background: #1b1a1a;
  983. color: #F44336;
  984. border: 1px solid #232323;
  985. border-bottom: transparent;
  986. }
  987. .noty_type__update-noty .noty_body{
  988. background: #1b1a1a;
  989. color: #9e67f4;
  990. border: 1px solid #232323;
  991. border-bottom: transparent;
  992. }
  993. .noty_type__success-noty.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  994. background-color: rgb(0, 255, 184);
  995. }
  996. .noty_type__info-noty.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  997. background-color: #3A83F0;
  998. }
  999. .noty_type__warning-noty.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  1000. background-color: #FFEB3B;
  1001. }
  1002. .noty_type__error-noty.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  1003. background-color: #F44336;
  1004. }
  1005. .noty_type__update-noty.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  1006. background-color: #9e67f4;
  1007. }
  1008. .noty_type__success-noty ellipse {
  1009. fill: rgb(0, 255, 184);
  1010. }
  1011. .noty_type__info-noty ellipse {
  1012. fill: #3A83F0;
  1013. }
  1014. .noty_type__warning-noty ellipse {
  1015. fill: #FFEB3B;
  1016. }
  1017. .noty_type__error-noty ellipse {
  1018. fill: #F44336;
  1019. }
  1020. .noty_type__update-noty ellipse {
  1021. fill: #9e67f4;
  1022. }
  1023. .navbar-header {
  1024. max-height: 40px;
  1025. }
  1026. span#main-logo {
  1027. max-width: 220px;
  1028. }
  1029. img.dark-logo {
  1030. max-width: 220px;
  1031. max-height: 40px;
  1032. }
  1033. img.dark-logo-side {
  1034. max-width: 160px;
  1035. max-height: 35px;
  1036. }
  1037. .select2-container {
  1038. box-sizing: border-box;
  1039. display: inline-block;
  1040. margin: 0;
  1041. position: relative;
  1042. vertical-align: middle;
  1043. width: 100% !important;
  1044. }
  1045. span.select2-selection.select2-selection--single,
  1046. span.select2-selection.select2-selection--multiple{
  1047. background: inherit;
  1048. height: 38px;
  1049. }
  1050. img.img-chooser {
  1051. width: 20px;
  1052. }
  1053. .select2-container--default .select2-selection--single .select2-selection__rendered {
  1054. color: inherit;
  1055. line-height: 38px;
  1056. }
  1057. .select2-container--default .select2-selection--single .select2-selection__arrow {
  1058. height: 38px;
  1059. position: absolute;
  1060. top: 1px;
  1061. right: 1px;
  1062. width: 20px;
  1063. }
  1064. .select2-dropdown {
  1065. background-color: inherit;
  1066. border: 1px solid #aaa;
  1067. border-radius: 4px;
  1068. box-sizing: border-box;
  1069. display: block;
  1070. position: absolute;
  1071. left: -100000px;
  1072. width: 100%;
  1073. z-index: 1051;
  1074. }
  1075. .fc-scroller .simplebar-track.horizontal {
  1076. display: none;
  1077. }
  1078. .chat-main-box {
  1079. height: calc(100vh - 40px);
  1080. }
  1081. .chat-list,
  1082. .chatonline {
  1083. height: calc(100vh - 130px) !important;
  1084. }
  1085. .tfa-input{
  1086. font-size: 400%;
  1087. height: 100%;
  1088. }
  1089. .center {
  1090. display: block;
  1091. margin-left: auto;
  1092. margin-right: auto;
  1093. width: 50%;
  1094. }
  1095. .fc-status {
  1096. width: 0px;
  1097. height: 100%;
  1098. display: block;
  1099. position: absolute;
  1100. border-radius: 5px;
  1101. }
  1102. span.fc-image,
  1103. span.fc-title {
  1104. margin-left: 5px;
  1105. }
  1106. .string { color: green; }
  1107. .number { color: darkorange; }
  1108. .boolean { color: blue; }
  1109. .null { color: magenta; }
  1110. .key { color: #53e69d; }
  1111. .splash-badge {
  1112. float: right;
  1113. width: 50px !important;
  1114. text-align: center;
  1115. vertical-align: middle;
  1116. height: 50px;
  1117. border-radius: 25px;
  1118. margin-top: 0px;
  1119. padding: 10px 11px 0px 5px;
  1120. font-size: 30px;
  1121. }
  1122. .downloaderCount {
  1123. margin-top: -45px;
  1124. margin-left: -45px;
  1125. }
  1126. .loginTitle {
  1127. height: 22px;
  1128. margin-top: -2px;
  1129. }
  1130. .fw300 {
  1131. font-weight: 300;
  1132. }
  1133. .fw400 {
  1134. font-weight: 400;
  1135. }
  1136. .fw500 {
  1137. font-weight: 500;
  1138. }
  1139. .fw600 {
  1140. font-weight: 600;
  1141. }
  1142. .dropdown-menu {
  1143. width: 100%;
  1144. }
  1145. #organizrNewsPanel .panel-body {
  1146. background: #2d2c2c;
  1147. }
  1148. .pingTime {
  1149. position: inherit;
  1150. right: -30px;
  1151. }
  1152. .nav-second-level .pingTime {
  1153. position: inherit;
  1154. right: -5px;
  1155. }
  1156. .sidebar-tabName {
  1157. position: absolute;
  1158. top: 15px;
  1159. }
  1160. .nav-second-level .sidebar-tabName {
  1161. position: absolute;
  1162. top: 20px;
  1163. }
  1164. .request-title-movie,
  1165. .request-title-tv,
  1166. .request-title-music {
  1167. position: absolute;
  1168. top: -40px;
  1169. right: -40px;
  1170. background: transparent;
  1171. width: 25px;
  1172. color: white;
  1173. padding: 1px 0px;
  1174. text-align: center;
  1175. font-size: 15px;
  1176. opacity: 0;
  1177. -webkit-transition: all .4s ease-in-out;
  1178. transition: all .4s ease-in-out;
  1179. }
  1180. .item:hover .request-title-movie,
  1181. .item:hover .request-title-tv,
  1182. .item:hover .request-title-music {
  1183. opacity: 1;
  1184. top: 5px;
  1185. right: 5px;
  1186. -webkit-transition: all .4s ease;
  1187. transition: all .4s ease;
  1188. }
  1189. /* Fix for bootstrap screen width bug */
  1190. @media (min-width: 992px) and (max-width: 1200px) {
  1191. .col-lg-12 {
  1192. float: left;
  1193. width: 100%;
  1194. }
  1195. .col-md-12 {
  1196. float: none;
  1197. }
  1198. }
  1199. #newRequestButton {
  1200. border-top-right-radius: 3px;
  1201. border-bottom-right-radius: 3px;
  1202. }
  1203. /*
  1204. body,
  1205. html {
  1206. overflow: hidden;
  1207. }
  1208. #page-wrapper {
  1209. max-height: 568px;
  1210. min-height: 568px;
  1211. }
  1212. .internal-listing {
  1213. min-height: inherit;
  1214. max-height: inherit;
  1215. }
  1216. .internal-listing .simplebar-track.horizontal {
  1217. display: none;
  1218. }
  1219. */