organizr.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251
  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. /*
  1149. body,
  1150. html {
  1151. overflow: hidden;
  1152. }
  1153. #page-wrapper {
  1154. max-height: 568px;
  1155. min-height: 568px;
  1156. }
  1157. .internal-listing {
  1158. min-height: inherit;
  1159. max-height: inherit;
  1160. }
  1161. .internal-listing .simplebar-track.horizontal {
  1162. display: none;
  1163. }
  1164. */