plugins.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. @charset "UTF-8";
  2. /* ----------------------------------------------------------------------
  3. >>> TABLE OF CONTENT
  4. -------------------------------------------------------------------------
  5. 1 - PERFECT-SCROLLBAR
  6. 2 - BOOTSTRAP SLIDERS
  7. 3 - TREE
  8. 4 - IMAGE CROP
  9. 5 - FILE UPLOAD
  10. 6 - NESTABLE
  11. 7 - SWEET ALERT
  12. 8 - CALENDAR
  13. 9 - CHARTJS
  14. 10 - SPARKLINE
  15. /* ---------------------------------------------------------------------- */
  16. /*
  17. */
  18. /* ---------------------------------------------------------------------- */
  19. /* Bootsrap Slider
  20. /* ---------------------------------------------------------------------- */
  21. .slider {
  22. display: inline-block;
  23. position: relative;
  24. vertical-align: middle;
  25. }
  26. .slider.slider-horizontal {
  27. margin: 10px 0;
  28. width: 210px !important;
  29. }
  30. .slider.slider-horizontal .slider-track {
  31. height: 5px !important;
  32. left: 0;
  33. margin-top: -5px;
  34. top: 50%;
  35. width: 100%;
  36. }
  37. .slider.slider-horizontal .slider-handle {
  38. margin-top: -10px !important;
  39. }
  40. .slider.slider-vertical {
  41. margin: 0 10px;
  42. }
  43. .slider.slider-vertical .slider-handle {
  44. margin-left: -10px !important;
  45. }
  46. .slider.slider-vertical .slider-track {
  47. width: 5px !important;
  48. }
  49. .slider.slider-vertical .slider-handle {
  50. margin-left: -10px !important;
  51. }
  52. .slider-handle.round {
  53. background: linear-gradient(to bottom, #dddddd 13%, #ffffff 97%) repeat scroll 0 0 transparent;
  54. box-shadow: 0 2px 1px -1px #ffffff inset, 0 1px 3px rgba(0, 0, 0, 0.39);
  55. height: 26px;
  56. opacity: 1;
  57. width: 26px;
  58. }
  59. .slider-selection {
  60. background-image: none !important;
  61. border-radius: none;
  62. box-shadow: none;
  63. }
  64. .slider.slider-primary .slider-selection {
  65. background: #007AFF;
  66. }
  67. .slider.slider-blue .slider-selection {
  68. background: #5F8295;
  69. }
  70. .slider.slider-green .slider-selection {
  71. background: #1FBBA6;
  72. }
  73. .slider.slider-orange .slider-selection {
  74. background: #FF6600;
  75. }
  76. .slider.slider-red .slider-selection {
  77. background: #C82E29;
  78. }
  79. .slider.slider-yellow .slider-selection {
  80. background: #FFB848;
  81. }
  82. .slider.slider-purple .slider-selection {
  83. background: #804C75;
  84. }
  85. .slider.slider-azure .slider-selection {
  86. background: #0095C8;
  87. }
  88. /* ---------------------------------------------------------------------- */
  89. /* Tree
  90. /* ---------------------------------------------------------------------- */
  91. .box-tree .nav > li > a {
  92. color: #8e8e93;
  93. font-size: 14px;
  94. }
  95. .box-tree .nav > li > a:hover, .box-tree .nav > li > a:focus {
  96. color: #5b5b60;
  97. }
  98. .box-tree .nav > li > a i {
  99. color: #007AFF;
  100. }
  101. .box-tree .nav > li.active > a, .box-tree .nav > li.active > a:hover, .box-tree .nav > li.active a:focus {
  102. color: #ffffff;
  103. }
  104. .box-tree .nav > li.active > a i, .box-tree .nav > li.active > a:hover i, .box-tree .nav > li.active a:focus i {
  105. color: #ffffff;
  106. }
  107. /* ---------------------------------------------------------------------- */
  108. /* Crop Image
  109. /* ---------------------------------------------------------------------- */
  110. .cropBox {
  111. background-color: #f5f5f5;
  112. border-radius: 4px;
  113. color: #666;
  114. margin-bottom: 20px;
  115. padding: 10px;
  116. }
  117. .cropArea {
  118. height: 350px;
  119. overflow: hidden;
  120. background-color: #ffffff;
  121. }
  122. .croppedBox {
  123. width: 220px;
  124. height: 220px;
  125. }
  126. .croppedBox > div {
  127. background: #fff url(../images/picture.svg) center center no-repeat;
  128. background-size: 50px 50px;
  129. height: 200px;
  130. }
  131. img-crop {
  132. background: url(../images/picture.svg) center center no-repeat;
  133. background-size: 100px 100px;
  134. }
  135. /* ---------------------------------------------------------------------- */
  136. /* File Upload
  137. /* ---------------------------------------------------------------------- */
  138. .my-drop-zone {
  139. border: dotted 1px lightgray;
  140. }
  141. .nv-file-over {
  142. border: dotted 1px #C82E29;
  143. }
  144. /* Default class applied to drop zones on over */
  145. .another-file-over-class {
  146. border: dotted 1px #1FBBA6;
  147. }
  148. .file-upload canvas {
  149. background-color: #f3f3f3;
  150. -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
  151. -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
  152. box-shadow: 3px 3px 3px 0 #e3e3e3;
  153. border: 1px solid #c3c3c3;
  154. height: 100px;
  155. margin: 6px 0 0 6px;
  156. }
  157. /* ---------------------------------------------------------------------- */
  158. /* Nestable
  159. /* ---------------------------------------------------------------------- */
  160. .angular-ui-tree-handle {
  161. background: #f7f7f8;
  162. border: 1px solid #c8c7cc;
  163. color: #8e8e93;
  164. padding: 10px 10px;
  165. font-size: 14px;
  166. font-weight: normal !important;
  167. }
  168. .angular-ui-tree-handle:hover {
  169. color: #5b5b60;
  170. background: #eaeaec;
  171. border-color: #a6a4ac;
  172. }
  173. .angular-ui-tree-placeholder {
  174. background: #f0f9ff;
  175. border: 2px dashed #bed2db;
  176. -webkit-box-sizing: border-box;
  177. -moz-box-sizing: border-box;
  178. box-sizing: border-box;
  179. }
  180. .group-title {
  181. background-color: #687074 !important;
  182. color: #FFF !important;
  183. }
  184. /**
  185. * Nestable
  186. */
  187. .dd {
  188. position: relative;
  189. display: block;
  190. margin: 0;
  191. padding: 0;
  192. max-width: 600px;
  193. list-style: none;
  194. font-size: 13px;
  195. line-height: 20px;
  196. }
  197. .dd-list {
  198. display: block;
  199. position: relative;
  200. margin: 0;
  201. padding: 0;
  202. list-style: none;
  203. }
  204. .dd-list .dd-list {
  205. padding-left: 30px;
  206. }
  207. .dd-collapsed .dd-list {
  208. display: none;
  209. }
  210. .dd-item,
  211. .dd-empty,
  212. .dd-placeholder {
  213. display: block;
  214. position: relative;
  215. margin: 0;
  216. padding: 0;
  217. min-height: 20px;
  218. font-size: 13px;
  219. line-height: 20px;
  220. }
  221. .dd-handle {
  222. display: block;
  223. margin: 5px 0;
  224. padding: 10px 10px;
  225. text-decoration: none;
  226. border: 1px solid #ebebeb;
  227. background: #fff;
  228. -webkit-border-radius: 3px;
  229. border-radius: 3px;
  230. }
  231. .dd-handle:hover {
  232. background: #fff;
  233. }
  234. .dd-item > button {
  235. display: block;
  236. position: relative;
  237. cursor: pointer;
  238. float: left;
  239. width: 25px;
  240. height: 30px;
  241. margin: 5px 0;
  242. padding: 0;
  243. text-indent: 100%;
  244. white-space: nowrap;
  245. overflow: hidden;
  246. border: 0;
  247. background: transparent;
  248. font-size: 12px;
  249. line-height: 1;
  250. text-align: center;
  251. font-weight: bold;
  252. }
  253. .dd-item > button:before {
  254. content: '+';
  255. display: block;
  256. position: absolute;
  257. width: 100%;
  258. text-align: center;
  259. text-indent: 0;
  260. }
  261. .dd-item > button[data-action="collapse"]:before {
  262. content: '-';
  263. }
  264. .dd-placeholder,
  265. .dd-empty {
  266. margin: 5px 0;
  267. padding: 0;
  268. min-height: 30px;
  269. background: #f2fbff;
  270. border: 1px dashed #b6bcbf;
  271. box-sizing: border-box;
  272. -moz-box-sizing: border-box;
  273. }
  274. .dd-empty {
  275. border: 1px dashed #bbb;
  276. min-height: 100px;
  277. background-color: #e5e5e5;
  278. background-size: 60px 60px;
  279. background-position: 0 0, 30px 30px;
  280. }
  281. .dd-dragel {
  282. position: absolute;
  283. pointer-events: none;
  284. z-index: 9999;
  285. }
  286. .dd-dragel > .dd-item .dd-handle {
  287. margin-top: 0;
  288. }
  289. .dd-dragel .dd-handle {
  290. -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  291. box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  292. }
  293. /**
  294. * Nestable Extras
  295. */
  296. .nestable-lists {
  297. display: block;
  298. clear: both;
  299. padding: 30px 0;
  300. width: 100%;
  301. border: 0;
  302. border-top: 2px solid #ddd;
  303. border-bottom: 2px solid #ddd;
  304. }
  305. @media only screen and (min-width: 700px) {
  306. .dd + .dd {
  307. margin-left: 2%;
  308. }
  309. }
  310. .dd-hover > .dd-handle {
  311. background: #2ea8e5 !important;
  312. }
  313. /**
  314. * Nestable Draggable Handles
  315. */
  316. .dd3-content {
  317. display: block;
  318. margin: 5px 0;
  319. padding: 10px 10px 10px 50px;
  320. text-decoration: none;
  321. border: 1px solid #ebebeb;
  322. background: #fff;
  323. -webkit-border-radius: 3px;
  324. border-radius: 3px;
  325. }
  326. .dd-dragel > .dd3-item > .dd3-content {
  327. margin: 0;
  328. }
  329. .dd3-item > button {
  330. margin-left: 40px;
  331. }
  332. .dd3-handle {
  333. position: absolute;
  334. margin: 0;
  335. left: 0;
  336. top: 0;
  337. cursor: pointer;
  338. width: 40px;
  339. text-indent: 100%;
  340. white-space: nowrap;
  341. overflow: hidden;
  342. border: 1px solid #ebebeb;
  343. background: #fff;
  344. border-top-right-radius: 0;
  345. border-bottom-right-radius: 0;
  346. }
  347. .dd3-handle:before {
  348. content: '≡';
  349. display: block;
  350. position: absolute;
  351. left: 0;
  352. top: 10px;
  353. width: 100%;
  354. text-align: center;
  355. text-indent: 0;
  356. color: #ccc;
  357. font-size: 20px;
  358. font-weight: normal;
  359. }
  360. .dd3-handle:hover {
  361. background: #f7f7f7;
  362. }
  363. .dd {
  364. max-width: none !important;
  365. }
  366. .dd-item > button:before {
  367. content: "\e649" !important;
  368. font-family: "themify";
  369. color: #007AFF;
  370. }
  371. .dd-item > button[data-action="collapse"]:before {
  372. content: "\e64b" !important;
  373. }
  374. .dd-handle {
  375. background: #f7f7f8 !important;
  376. border: 1px solid #c8c7cc !important;
  377. color: #8e8e93 !important;
  378. }
  379. .dd-handle:hover {
  380. background: #eaeaec !important;
  381. border-color: #a6a4ac !important;
  382. }
  383. /* ---------------------------------------------------------------------- */
  384. /* Sweet Alert
  385. /* ---------------------------------------------------------------------- */
  386. .sweet-overlay {
  387. z-index: 99998 !important;
  388. }
  389. .sweet-alert {
  390. z-index: 99999 !important;
  391. }
  392. .sweet-alert h2 {
  393. color: #5b5b60 !important;
  394. font-family: "Raleway", sans-serif !important;
  395. font-weight: 300 !important;
  396. }
  397. .sweet-alert button {
  398. padding: 5px 32px !important;
  399. box-shadow: none !important;
  400. }
  401. /* ---------------------------------------------------------------------- */
  402. /* Calendar
  403. /* ---------------------------------------------------------------------- */
  404. .cal-month-box {
  405. border-right: none !important;
  406. border-bottom: none !important;
  407. }
  408. .event {
  409. border: none !important;
  410. box-shadow: none !important;
  411. height: 25px !important;
  412. width: 25px !important;
  413. }
  414. .event-job {
  415. background-color: #007AFF !important;
  416. }
  417. .event-home {
  418. background-color: #804C75 !important;
  419. }
  420. .event-to-do {
  421. background-color: #FF6600 !important;
  422. }
  423. .event-cancelled {
  424. background-color: #FFB848 !important;
  425. }
  426. .event-generic {
  427. background-color: #46b8da !important;
  428. }
  429. .event-off-site-work {
  430. background-color: #1FBBA6 !important;
  431. }
  432. .day-highlight.dh-event-job {
  433. border: none !important;
  434. background-color: rgba(0, 122, 255, 0.3) !important;
  435. }
  436. .day-highlight.dh-event-home {
  437. border: none !important;
  438. background-color: rgba(128, 76, 117, 0.3) !important;
  439. }
  440. .day-highlight.dh-event-to-do {
  441. border: none !important;
  442. background-color: rgba(255, 102, 0, 0.3) !important;
  443. }
  444. .day-highlight.dh-event-cancelled {
  445. border: none !important;
  446. background-color: rgba(255, 184, 72, 0.3) !important;
  447. }
  448. .day-highlight.dh-event-generic {
  449. border: none !important;
  450. background-color: rgba(70, 184, 218, 0.3) !important;
  451. }
  452. .day-highlight.dh-event-off-site-work {
  453. border: none !important;
  454. background-color: rgba(70, 184, 218, 0.3) !important;
  455. }
  456. .cal-slide-content {
  457. background-color: #F2F2F2 !important;
  458. box-shadow: none !important;
  459. padding: 0 !important;
  460. }
  461. .cal-slide-content li {
  462. padding: 20px;
  463. border-bottom: 1px dotted #c8c7cc;
  464. }
  465. .cal-slide-content li:hover {
  466. background-color: #DDDDE8 !important;
  467. }
  468. .cal-slide-content li a.event-item {
  469. color: #8e8e93 !important;
  470. font-weight: 400;
  471. }
  472. .cal-day-today {
  473. background: none !important;
  474. }
  475. .cal-month-box .cal-day-today span[data-cal-date] {
  476. font-size: 1.2em !important;
  477. color: #fff !important;
  478. background: #007AFF !important;
  479. opacity: 1 !important;
  480. padding: 2px 5px;
  481. border-radius: 50%;
  482. min-width: 26px;
  483. text-align: center;
  484. }
  485. .cal-events-num {
  486. display: none;
  487. }
  488. /* ---------------------------------------------------------------------- */
  489. /* Chartjs
  490. /* ---------------------------------------------------------------------- */
  491. .tc-chart-js-legend {
  492. list-style-type: none;
  493. padding-left: 0;
  494. }
  495. .tc-chart-js-legend li {
  496. clear: both;
  497. display: block;
  498. float: left;
  499. padding: 10px;
  500. line-height: 25px;
  501. font-size: 11px;
  502. }
  503. .tc-chart-js-legend li span {
  504. display: block;
  505. float: left;
  506. height: 25px;
  507. margin-right: 10px;
  508. width: 25px;
  509. }
  510. .legend-xs .tc-chart-js-legend li {
  511. line-height: 15px;
  512. }
  513. .legend-xs .tc-chart-js-legend li span {
  514. height: 15px;
  515. width: 15px;
  516. margin-right: 5px;
  517. }
  518. .inline .tc-chart-js-legend li {
  519. clear: none;
  520. display: inline-block;
  521. float: none;
  522. padding: 10px;
  523. }
  524. canvas[tc-chartjs-line], canvas[tc-chartjs-bar], canvas[tc-chartjs-radar] {
  525. max-width: 100% !important;
  526. }
  527. .mini-pie {
  528. height: 150px;
  529. position: relative;
  530. width: 100px;
  531. display: inline-block;
  532. }
  533. .mini-pie canvas {
  534. height: 150px;
  535. left: 0;
  536. position: absolute;
  537. top: 0;
  538. width: 100px;
  539. }
  540. .mini-pie span {
  541. line-height: 150px;
  542. }
  543. /* ---------------------------------------------------------------------- */
  544. /* Sparkline
  545. /* ---------------------------------------------------------------------- */
  546. .mini-stats {
  547. list-style: none;
  548. margin: 0;
  549. padding: 0;
  550. }
  551. .mini-stats li {
  552. text-align: center;
  553. margin: 0 0 0 25px;
  554. display: inline-block;
  555. }
  556. .mini-stats li:last-child {
  557. border-right: 0 none;
  558. }
  559. .mini-stats .values {
  560. font-size: 12px;
  561. padding: 5px 0 0 0;
  562. }
  563. .mini-stats .values strong {
  564. display: block;
  565. font-size: 18px;
  566. margin-bottom: 2px;
  567. line-height: 18px;
  568. }
  569. @media (max-width: 767px) {
  570. .mini-stats {
  571. width: 100%;
  572. padding: 20px 0;
  573. }
  574. }
  575. .jqstooltip {
  576. -webkit-box-sizing: content-box;
  577. -moz-box-sizing: content-box;
  578. box-sizing: content-box;
  579. }
  580. .mini-stats .sparkline-bar {
  581. font-size: 18px;
  582. font-weight: bold;
  583. text-align: center;
  584. line-height: normal !important;
  585. }
  586. .sparkline > canvas span {
  587. box-shadow: none;
  588. border: none;
  589. background: red;
  590. }