organizr.css 23 KB

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