电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3357 lines
64 KiB

  1. /**
  2. Colors:
  3. - Header: #1f3245
  4. - Subheader: #e8edf1
  5. - Subheader border: #a4acb9
  6. - Highlight buttons/text: #2980b9
  7. - Text color: #1a1a1a
  8. - Filter color: #373e48
  9. - Dark highlight: #606b7d
  10. */
  11. @font-face {
  12. font-family: 'cherokeeregular';
  13. src: url('../../fonts/cherokee-webfont.eot');
  14. src: url('../../fonts/cherokee-webfont.eot?#iefix') format('embedded-opentype'),
  15. url('../../fonts/cherokee-webfont.woff') format('woff'),
  16. url('../../fonts/cherokee-webfont.ttf') format('truetype'),
  17. url('../../fonts/cherokee-webfont.svg#cherokeeregular') format('svg');
  18. font-weight: normal;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. font-family: 'Titillium Web';
  23. font-style: normal;
  24. font-weight: normal;
  25. url('../../fonts/TitilliumWeb-Regular.ttf') format('truetype');
  26. }
  27. @font-face {
  28. font-family: 'Titillium Web';
  29. font-style: normal;
  30. font-weight: bold;
  31. url('../../fonts/TitilliumWeb-Bold.ttf') format('truetype');
  32. }
  33. .form-control {
  34. -webkit-border-radius: 0;
  35. -moz-border-radius: 0;
  36. border-radius: 0;
  37. padding: 4px 8px;
  38. }
  39. body,
  40. body pre {
  41. font-family: 'Titillium Web', sans-serif;
  42. }
  43. body pre {
  44. border: none;
  45. padding: 0;
  46. background: transparent;
  47. }
  48. hr {
  49. border-top: 1px solid #606b7d;
  50. }
  51. .form-wrapper textarea {
  52. width: 100%;
  53. max-width: 100%;
  54. min-width: 100%;
  55. }
  56. .label {
  57. font-size: 18px;
  58. font-weight: normal;
  59. margin-bottom: 0;
  60. color: #1a1a1a;
  61. }
  62. .subtle {
  63. color: #999999;
  64. font-size: 13px;
  65. }
  66. .simple-list {
  67. list-style: none inside;
  68. padding: 0;
  69. margin: 5px 0;
  70. }
  71. .simple-list.pack {
  72. max-height: 250px;
  73. overflow: auto;
  74. }
  75. .simple-list li {
  76. padding: 6px;
  77. position: relative;
  78. }
  79. .simple-list li > .icon {
  80. padding-right: 5px;
  81. }
  82. .simple-list li:hover {
  83. background-color: #f8f8f9;
  84. }
  85. .simple-list li.nothing-to-see:hover {
  86. background-color: transparent;
  87. }
  88. .simple-list li.active {
  89. background-color: #eeeeee;
  90. }
  91. .simple-list li .actions {
  92. visibility: hidden;
  93. position: absolute;
  94. top: 3px;
  95. right: 5px;
  96. font-size: 20px;
  97. background-color: #f8f8f9;
  98. padding: 0 0 0 4px;
  99. }
  100. .simple-list li .actions a {
  101. padding: 4px 4px 0 4px;
  102. }
  103. .simple-list li .actions a:hover {
  104. background-color: #ffffff;
  105. }
  106. .simple-list li:hover .actions {
  107. visibility: visible;
  108. }
  109. .simple-list.grid li {
  110. border-bottom: 1px solid #eeeeee;
  111. }
  112. .simple-list.grid li:first-child {
  113. border-top: 1px solid #eeeeee;
  114. }
  115. .simple-list li .subtle {
  116. color: #999999;
  117. font-size: 13px;
  118. }
  119. .simple-list.selectable li:hover {
  120. font-weight: bolder;
  121. }
  122. .simple-list .loading {
  123. position: absolute;
  124. left: 50%;
  125. margin-left: -15px;
  126. line-height: 30px;
  127. top: 8px;
  128. z-index: 1030;
  129. }
  130. .lt-ie9 .container {
  131. display: none !important;
  132. visibility: hidden !important;
  133. }
  134. .unsupported-browser {
  135. margin: 60px 20px 20px 20px;
  136. }
  137. a {
  138. cursor: pointer;
  139. }
  140. a:hover {
  141. text-decoration: none;
  142. }
  143. label {
  144. font-weight: normal;
  145. color: #636363;
  146. font-size: 14px;
  147. }
  148. [ng\:cloak], [ng-cloak], .ng-cloak { display: none; }
  149. .nothing-to-see {
  150. padding: 5px 0 20px 0;
  151. cursor: default;
  152. }
  153. .nothing-to-see span {
  154. font-size: 14px;
  155. color: #aaaaaa;
  156. }
  157. .fixed-container {
  158. max-width: 1400px;
  159. min-width: 1000px;
  160. margin: 0 auto;
  161. }
  162. .well {
  163. -moz-border-radius: 0;
  164. -webkit-border-radius: 0;
  165. border-radius: 0;
  166. }
  167. /** Buttons **/
  168. button.btn, a.btn {
  169. background-color: #2980b9;
  170. color: #ffffff;
  171. border-color: #ffffff;
  172. font-size: 15px;
  173. }
  174. button.btn-subtle, a.btn-subtle {
  175. background-color: #fafafb;
  176. color: #1a1a1a;
  177. font-size: 15px;
  178. }
  179. button.btn.glyphicon{
  180. top: 0;
  181. padding: 8.5px 12px;
  182. border-color: transparent;
  183. }
  184. .btn-xs {
  185. padding: 1px 8px;
  186. }
  187. button.btn.btn-danger {
  188. background-color: #d35f5f;
  189. }
  190. .btn.btn-danger:hover, .btn.btn-danger.active, .btn.btn-danger:focus {
  191. background-color: #c83737;
  192. }
  193. .btn:hover, .btn.active, .btn:focus,
  194. .btn[disabled]:hover, .btn[disabled].active, .btn[disabled]:focus {
  195. background-color: #3990c9;
  196. border-color: #ffffff;
  197. color: #ffffff;
  198. }
  199. .btn[disabled]:active, .btn[disabled].active {
  200. outline: 0;
  201. background-image: none;
  202. -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  203. box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  204. }
  205. .btn.disabled, .btn[disabled], .btn[disabled]:active, .btn[disabled]:hover {
  206. background-color: #668b94;
  207. color: #ffffff;
  208. }
  209. .btn-subtle:hover, .btn-subtle.active, .btn-subtle:focus {
  210. background-color: #f6f6f7;
  211. border-color: #ffffff;
  212. color: #000000;
  213. }
  214. .btn-subtle[disabled] {
  215. background-color: #f6f6f7;
  216. color: #555555;
  217. }
  218. .modal-header .btn, .header .btn {
  219. border-color: #e8edf1;
  220. }
  221. .content {
  222. padding: 0 10px;
  223. overflow: auto;
  224. }
  225. .content.split {
  226. background: transparent url('../../images/line-1px.png') repeat-y 60% 0;
  227. }
  228. .content .split-left {
  229. float: left;
  230. width: 60%;
  231. padding: 0 10px 0 5px;
  232. }
  233. .content .split-right {
  234. float: right;
  235. width: 40%;
  236. padding: 0 0 0 15px;
  237. }
  238. .form-group .pull-right {
  239. margin: 10px 0 0 5px;
  240. }
  241. .form-group.box {
  242. padding-bottom: 10px;
  243. margin-bottom: 5px;
  244. border-bottom: 1px dotted #eeeeee;
  245. }
  246. .form-group .marker {
  247. font-size: 15px;
  248. color: #666666;
  249. }
  250. /** Dropdowns and dropdown triggers */
  251. .dropdown-menu {
  252. -webkit-border-radius: 0px;
  253. -moz-border-radius: 0px;
  254. border-radius: 0px;
  255. box-shadow: none;
  256. }
  257. .dropdown-menu:focus {
  258. outline: none;
  259. }
  260. .dropdown-menu > li > a:hover, .dropdown-menu > ul > li > a:hover {
  261. background: #2980b9;
  262. color: #ffffff;
  263. }
  264. .dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover {
  265. background: #e8edf1;
  266. color: #1a1a1a;
  267. }
  268. .dropdown-menu > ul > li > a {
  269. display: block;
  270. text-decoration: none;
  271. color: #1a1a1a;
  272. padding: 5px;
  273. cursor: pointer;
  274. }
  275. .dropdown-menu > ul {
  276. padding: 10px;
  277. }
  278. .dropdown-menu.large-width {
  279. min-width: 300px;
  280. }
  281. a.dropdown-toggle {
  282. color: #1a1a1a;
  283. text-decoration: none;
  284. }
  285. .open a.dropdown-toggle, a.dropdown-toggle:hover {
  286. color: #2980b9;
  287. }
  288. .btn-group.open .dropdown-toggle {
  289. -moz-box-shadow: none;
  290. -webkit-box-shadow: none;
  291. box-shadow: none;
  292. }
  293. /** Subtle dropdown (eg. sort) */
  294. .dropdown-subtle {
  295. margin-right: 5px;
  296. color: #606b7d;
  297. }
  298. .dropdown-subtle .btn {
  299. background: transparent;
  300. line-height: 36px;
  301. color: #606b7d;
  302. padding: 0;
  303. font-size: 14px;
  304. border: none;
  305. box-shadow: none;
  306. -webkit-box-shadow: none;
  307. -moz-box-shadow: none;
  308. }
  309. .dropdown-subtle .btn-group.open .dropdown-toggle {
  310. box-shadow: none;
  311. -webkit-box-shadow: none;
  312. -moz-box-shadow: none;
  313. }
  314. .dropdown-subtle .btn:hover, .dropdown-subtle .btn:focus {
  315. background: transparent;
  316. color: #333333;
  317. }
  318. .dropdown-subtle a {
  319. cursor: pointer;
  320. }
  321. /** Popovers */
  322. .popover {
  323. -moz-border-radius: 0;
  324. -webkit-border-radius: 0;
  325. border-radius: 0;
  326. max-width: 400px;
  327. min-width: 350px;
  328. padding: 0px;
  329. }
  330. .popover.bottom-left, .popover.bottom-right {
  331. margin-top: 10px;
  332. }
  333. .popover>.arrow, .popover>.arrow {
  334. margin-left: -11px;
  335. border-top-width: 0;
  336. border-bottom-color: #999;
  337. border-bottom-color: rgba(0,0,0,.25);
  338. top: -11px;
  339. }
  340. .popover.bottom-left>.arrow {
  341. left: 40px;
  342. }
  343. .popover.bottom-right>.arrow {
  344. right: 40px;
  345. }
  346. .popover.bottom-left>.arrow:after, .popover.bottom-right>.arrow:after, .popover.bottom>.arrow:after {
  347. content: " ";
  348. top: 1px;
  349. margin-left: -10px;
  350. border-top-width: 0;
  351. border-bottom-color: #e8edf1;
  352. }
  353. .popover-wrapper {
  354. padding: 10px;
  355. }
  356. .popover-header {
  357. position: relative;
  358. background-color: #e8edf1;
  359. min-height: 30px;
  360. font-size: 18px;
  361. color: #a4acb9;
  362. padding: 10px 0;
  363. }
  364. .popover-footer {
  365. overflow: hidden;
  366. clear: both;
  367. padding: 5px 10px 10px 10px;
  368. }
  369. .popover-header .actions {
  370. position: absolute;
  371. top: 6px;
  372. right: 5px;
  373. font-size: 12px;
  374. }
  375. .popover-header .actions a{
  376. display: inline-block;
  377. padding: 8px 5px;
  378. }
  379. .popover-header span {
  380. padding: 0 10px;
  381. }
  382. .popover-wrapper .form-group {
  383. margin-bottom: 10px;
  384. }
  385. .popover.wide {
  386. max-width: 1000px;
  387. min-width: 1000px;
  388. }
  389. .popover.wide .popover-wrapper {
  390. max-height: 400px;
  391. overflow: auto;
  392. }
  393. .popover.medium {
  394. max-width: 600px;
  395. min-width: 250px;
  396. }
  397. .popover .section {
  398. border-top: 1px solid #eeeeee;
  399. }
  400. .center {
  401. text-align: center;
  402. }
  403. .popover .center .btn, .popover .center .btn-group > .btn:hover, .popover .center .btn-group > .btn:focus {
  404. border-color: #ffffff;
  405. }
  406. /* Navigation */
  407. .navbar {
  408. background-color: #1f3245;
  409. border: none;
  410. min-height: 40px;
  411. }
  412. .navbar .btn-group .btn-default {
  413. border: none;
  414. color: #ffffff;
  415. background-color: transparent;
  416. padding-top: 0px;
  417. padding-bottom: 0px;
  418. line-height: 40px;
  419. -webkit-border-radius: 0px;
  420. -moz-border-radius: 0px;
  421. border-radius: 0px;
  422. font-size: 13px;
  423. }
  424. .navbar .btn-group .btn-default:hover, .navbar .btn-group .btn-default:focus {
  425. background-color: #121212;
  426. }
  427. .navbar .btn-group .btn-default {
  428. border: none;
  429. color: #ffffff;
  430. background-color: transparent;
  431. }
  432. .navbar .btn-group .btn-icon {
  433. font-size: 22px;
  434. }
  435. .navbar-header .navbar-brand {
  436. padding-top: 0px;
  437. line-height: 40px;
  438. height: 40px;
  439. width: 180px;
  440. }
  441. .navbar-nav {
  442. height: 40px;
  443. margin-left: 50px;
  444. }
  445. .navbar-inverse .navbar-nav > li > a {
  446. color: #a8bac1;
  447. }
  448. .navbar-inverse .navbar-nav > .active > a {
  449. background-color: #1f3245;
  450. }
  451. .navbar-nav > li > a {
  452. line-height: 20px;
  453. padding: 10px;
  454. font-size: 17px;
  455. padding: 10px 35px 10px 35px;
  456. color: #ffffff;
  457. }
  458. .navbar-nav > li.active:after {
  459. top: 100%;
  460. left: 50%;
  461. content: " ";
  462. height: 0;
  463. width: 0;
  464. position: absolute;
  465. pointer-events: none;
  466. border: 6px solid rgba(0, 0, 0, 0);
  467. border-top-color: #1f3245;
  468. margin-left: -6px;
  469. }
  470. .navbar-nav > li.active:hover:after {
  471. border-top-color: #000000;
  472. }
  473. .navbar-nav > li.active {
  474. background-color: #000000;
  475. position: relative;
  476. }
  477. .navbar-nav > li.active > a {
  478. color: #2980b9;
  479. }
  480. /* Sub header */
  481. .subheader {
  482. background-color: #e8edf1;
  483. min-height: 60px;
  484. border-bottom: 1px solid #a4acb9;
  485. }
  486. .subheader > div > .btn-group {
  487. margin: 12px 15px 0px 0px;
  488. }
  489. .subheader h2 {
  490. font-family: 'Titillium Web', sans-serif;
  491. color: #1a1a1a;
  492. font-size: 20px;
  493. font-weight: normal;
  494. padding: 19px 0px 5px 10px;
  495. margin-top: 0px;
  496. }
  497. .subheader .version {
  498. font-weight: bold;
  499. color: #2980b9;
  500. font-size: 110%;
  501. padding-left: 5px;
  502. line-height: 1;
  503. padding-right: 5px;
  504. border-right: 1px solid #a4acb9;
  505. margin-right: 5px;
  506. }
  507. .subheader .btn {
  508. border-color: #e8edf1;
  509. }
  510. .subheader a.btn:hover, .subheader a.btn:focus {
  511. border-color: #e8edf1;
  512. color: #ffffff;
  513. }
  514. .subheader .dropdown-menu .detail {
  515. vertical-align:middle;
  516. color: #1a1a1a;
  517. }
  518. .subheader p {
  519. font-size: 14px;
  520. color: #1a1a1a;
  521. word-wrap:break-word;
  522. }
  523. .subheader p.hint a {
  524. cursor: pointer;
  525. color: #1a1a1a;
  526. }
  527. .subheader .details.subheader .details {
  528. margin-bottom: 5px;
  529. margin-left: -1px;
  530. border-right: 1px solid #a4acb9;
  531. border-left: 1px solid #a4acb9;
  532. padding: 0px 15px 5px 15px;
  533. }
  534. .subheader .details:first-child {
  535. border-left: none;
  536. }
  537. .subheader .details:last-child {
  538. border-right: none;
  539. }
  540. .subheader .details > span, span.detail {
  541. font-size: 13px;
  542. display: block;
  543. padding-bottom: 5px;
  544. }
  545. .subheader .details p {
  546. font-size: 13px;
  547. }
  548. .subheader .related {
  549. float: right;
  550. margin: 0 -10px 10px 10px;
  551. }
  552. .subheader .details span i, span.detail i {
  553. font-size: 90%;
  554. padding-right: 8px;
  555. }
  556. .subheader >div>.pull-right {
  557. margin-top: 12px;
  558. margin-right: 5px;
  559. }
  560. .subheader a.action {
  561. color: #1a1a1a;
  562. margin-right: 10px;
  563. line-height: 36px;
  564. text-decoration: underline;
  565. font-size: 14px;
  566. }
  567. .subheader a.action i {
  568. text-decoration: none;
  569. font-style: normal;
  570. }
  571. .subheader a:hover {
  572. color: #606b7d;
  573. }
  574. .subheader .highlight {
  575. color: #ffeeaa;
  576. }
  577. /** Custom icons **/
  578. .icon {
  579. position: relative;
  580. top: 1px;
  581. display: inline-block;
  582. font-family: 'cherokeeregular';
  583. font-style: normal;
  584. font-weight: 400;
  585. line-height: 1;
  586. -webkit-font-smoothing: antialiased;
  587. -moz-osx-font-smoothing: grayscale;
  588. }
  589. .icon-user-add:before {
  590. content: "\e008";
  591. }
  592. .icon-comment-add:before {
  593. content: "\e111";
  594. }
  595. .icon-diagram:before {
  596. content: "\e011";
  597. }
  598. .icon-caret-down:before {
  599. content: "\e114";
  600. }
  601. .icon-caret-left:before {
  602. content: "\e115";
  603. }
  604. .icon-caret-right:before {
  605. content: "\e116";
  606. }
  607. .icon-remove:before {
  608. content: "\e117";
  609. }
  610. .icon-pencil:before {
  611. content: "\270f";
  612. }
  613. .icon-caret-up:before {
  614. content: "\e118";
  615. }
  616. .icon-user:before {
  617. content: "\e119";
  618. }
  619. .icon-choice:before {
  620. content: "\e120";
  621. }
  622. .icon-move:before {
  623. content: "\e121";
  624. }
  625. .icon-mail:before {
  626. content: "\e122";
  627. }
  628. .icon-clock:before {
  629. content: "\e123";
  630. }
  631. .icon-download:before {
  632. content: "\e124";
  633. }
  634. .icon-word:before {
  635. content: "\e125";
  636. }
  637. .icon-excel:before {
  638. content: "\e126";
  639. }
  640. .icon-powerpoint:before {
  641. content: "\e127";
  642. }
  643. .icon-pdf:before {
  644. content: "\e128";
  645. }
  646. .icon-content:before {
  647. content: "\e129";
  648. }
  649. .icon-folder:before {
  650. content: "\e130";
  651. }
  652. .icon-image:before {
  653. content: "\e131";
  654. }
  655. .icon-bpmn-stencil:before {
  656. content: "\e132";
  657. }
  658. .icon-kickstart-stencil:before {
  659. content: "\e133";
  660. }
  661. .icon-form-stencil:before {
  662. content: "\e134";
  663. }
  664. .simple-list .icon-image, .related-content .icon-image {
  665. color: #484b84;
  666. }
  667. .simple-list .icon-pdf, .related-content .icon-pdf {
  668. color: #ac2020;
  669. }
  670. .simple-list .icon-powerpoint, .related-content .icon-powerpoint {
  671. color: #dc5b31;
  672. }
  673. .simple-list .icon-excel, .related-content .icon-excel {
  674. color: #13743d;
  675. }
  676. .simple-list .icon-word, .related-content .icon-word {
  677. color: #2974b8;
  678. }
  679. .simple-list .icon-content, .related-content .icon-content {
  680. color: #666666;
  681. }
  682. .loading {
  683. margin: 0px 15px;
  684. text-align: center;
  685. line-height: 34px;
  686. }
  687. .loading > div {
  688. width: 10px;
  689. height: 10px;
  690. background-color: #9fd7e5;
  691. margin: 1px;
  692. border-radius: 100%;
  693. display: inline-block;
  694. -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  695. animation: bouncedelay 1.4s infinite ease-in-out;
  696. /* Prevent first frame from flickering when animation starts */
  697. -webkit-animation-fill-mode: both;
  698. animation-fill-mode: both;
  699. }
  700. .loading .l1 {
  701. -webkit-animation-delay: -0.32s;
  702. animation-delay: -0.32s;
  703. }
  704. .loading .l2 {
  705. -webkit-animation-delay: -0.16s;
  706. animation-delay: -0.16s;
  707. }
  708. .loading-box {
  709. text-align: center;
  710. margin: 50px auto 10px auto;
  711. padding: 20px 50px;
  712. max-width: 400px;
  713. }
  714. .loading-box span {
  715. font-size: 16px;
  716. color: #333333;
  717. }
  718. @-webkit-keyframes bouncedelay {
  719. 0%, 80%, 100% { -webkit-transform: scale(0.0) }
  720. 40% { -webkit-transform: scale(1.0) }
  721. }
  722. @keyframes bouncedelay {
  723. 0%, 80%, 100% {
  724. transform: scale(0.0);
  725. -webkit-transform: scale(0.0);
  726. } 40% {
  727. transform: scale(1.0);
  728. -webkit-transform: scale(1.0);
  729. }
  730. }
  731. /** Alerts */
  732. .alert-wrapper {
  733. }
  734. .alert-wrapper {
  735. position: fixed;
  736. top: 40px;
  737. left: 0;
  738. right: 0;
  739. z-index: 1010;
  740. }
  741. .alert-wrapper.no-header {
  742. top: 0px;
  743. }
  744. .alert {
  745. text-align: center;
  746. width: 100%;
  747. min-height: 20px;
  748. background-color: #eef4d7;
  749. background-color: rgba(238, 244, 215, .7);
  750. padding: 8px 10px;
  751. cursor: pointer;
  752. border: none;
  753. border-bottom: 1px solid #bcd35f;
  754. -moz-border-radius: 0px;
  755. -webkit-border-radius: 0px;
  756. border-radius: 0px;
  757. -webkit-transition: all .5s ease;
  758. -moz-transition: all .5s ease;
  759. -o-transition: all .5s ease;
  760. transition: all .5s ease;
  761. }
  762. .alert.ng-hide-remove {
  763. opacity: 1;
  764. display:block!important;
  765. }
  766. .alert.ng-hide {
  767. opacity: 0;
  768. }
  769. .alert .badge {
  770. background-color: #bcd35f;
  771. color: #ffffff;
  772. font-size: 12px;
  773. margin-top: 2px;
  774. margin-left: 10px;
  775. }
  776. .alert .glyphicon {
  777. padding-right: 8px;
  778. color: #bcd35f;
  779. }
  780. .alert span {
  781. color: #445016;
  782. font-size: 15px;
  783. }
  784. .alert.error {
  785. background-color: #e9af9f;
  786. border-color: #e4593d;
  787. background-color: rgba(228, 89, 61, .7);
  788. }
  789. .alert.error .glyphicon {
  790. color: #e4593d;
  791. }
  792. .alert.error span {
  793. color: #471313;
  794. }
  795. .alert.error .badge {
  796. background-color: #e4593d;
  797. color: #ffffff;
  798. }
  799. .wrapper {
  800. padding: 55px 15px 15px 15px;
  801. max-width: 1400px;
  802. min-width: 1024px;
  803. margin: 0 auto;
  804. }
  805. .wrapper.full {
  806. padding: 40px 0px 0px 0px;
  807. overflow: hidden;
  808. max-width: 100%;
  809. min-width: 100%;
  810. }
  811. .wrapper.no-header {
  812. padding-top: 10px;
  813. }
  814. /** Main list **/
  815. .main-list {
  816. position: relative;
  817. float: left;
  818. width: 400px;
  819. border: 1px solid #cccccc;
  820. background-color: #ffffff;
  821. margin-right: 20px;
  822. -webkit-box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
  823. -moz-box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
  824. box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
  825. }
  826. .main-list .sort {
  827. position: absolute;
  828. top: 12px;
  829. right: 5px;
  830. }
  831. .list-header {
  832. position: absolute;
  833. top: 0;
  834. left: 0;
  835. right: 0;
  836. background-color: #ffffff;
  837. border-bottom: 1px solid #cccccc;
  838. -webkit-box-shadow: 0px 1px 1px 0px rgba(220,220,220,0.65);
  839. -moz-box-shadow: 0px 1px 1px 0px rgba(220,220,220,0.65);
  840. box-shadow: 0px 1px 1px 0px rgba(220,220,220,0.65);
  841. z-index: 1;
  842. }
  843. .list-header .loading {
  844. position: absolute;
  845. left: 50%;
  846. margin-left: -15px;
  847. line-height: 30px;
  848. }
  849. .list-header .summary {
  850. cursor: pointer;
  851. padding: 10px 10px 10px 10px;
  852. min-height: 30px;
  853. background-color: #ffffff;
  854. }
  855. .list-header .summary > span {
  856. color: #373e48;
  857. }
  858. .list-header .summary .divider {
  859. content: '&bull';
  860. font-size: 70%;
  861. line-height: 1;
  862. font-style: normal;
  863. padding: 0 5px;
  864. }
  865. .list-header .form-group {
  866. margin-bottom: 10px;
  867. position: relative;
  868. }
  869. .selection {
  870. position: relative;
  871. margin: 0;
  872. padding: 6px 8px;
  873. border: 1px solid #cccccc;
  874. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  875. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  876. box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  877. background-color: #ffffff;
  878. font-size: 14px;
  879. cursor: pointer;
  880. }
  881. .selection .glyphicon, .selection .icon {
  882. padding-right: 5px;
  883. }
  884. .selection .actions {
  885. float: right;
  886. }
  887. .selection .actions.no-upload {
  888. float: left;
  889. margin-right: 10px;
  890. }
  891. .selection.narrow {
  892. padding: 0;
  893. }
  894. .selection .pull-right {
  895. margin: 4px 4px 4px 0;
  896. }
  897. .selection.narrow .simple-list {
  898. margin-bottom: 0;
  899. padding-bottom: 0;
  900. }
  901. .selection.narrow .simple-list li {
  902. border-top: 1px dotted #eeeeee;
  903. }
  904. .selection.narrow .simple-list li:first-child {
  905. border-top: none;
  906. }
  907. .selection.narrow .no-results {
  908. padding: 6px 0 0 5px;
  909. }
  910. .selection.narrow .details {
  911. margin: 5px;
  912. border: none;
  913. }
  914. .selection.narrow .label {
  915. font-size: 13px;
  916. padding:0 10px 0 0;
  917. margin: 0;
  918. color: #666666;
  919. }
  920. .selection > .icon-caret-down {
  921. visibility: hidden;
  922. position: absolute;
  923. top: 8px;
  924. right: 5px;
  925. }
  926. .selection .empty {
  927. color: #666666;
  928. }
  929. .selection:hover > .icon-caret-down, button.selection:active > .icon-caret-down, button.selection:focus > .icon-caret-down {
  930. visibility: visible;
  931. }
  932. .selection[disabled]:hover > .icon-caret-down, button.selection[disabled]:active > .icon-caret-down, button[disabled].selection:focus > .icon-caret-down {
  933. visibility: hidden;
  934. }
  935. .selection[disabled] {
  936. background-color: #f6f6f7;
  937. color: #999999;
  938. }
  939. .selection+.dropdown-menu {
  940. width: 100%;
  941. }
  942. button.selection:active, button.selection:focus {
  943. outline: none;
  944. border-color: #acacac;
  945. }
  946. .selection.toggle {
  947. overflow: hidden;
  948. clear: both;
  949. padding: 0;
  950. }
  951. .selection.toggle .toggle-2 {
  952. width: 50%;
  953. float: left;
  954. }
  955. .selection.toggle .toggle-3 {
  956. width: 33.333%;
  957. float: left;
  958. }
  959. .selection.toggle .toggle-4 {
  960. width: 25%;
  961. float: left;
  962. }
  963. .selection.toggle .btn {
  964. border: none;
  965. border-right: 1px solid #bbbbbb;
  966. width: 100%;
  967. background-color: #eeeeee;
  968. -moz-border-radius: 0px;
  969. -webkit-border-radius: 0px;
  970. border-radius: 0px;
  971. color: #666666;
  972. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  973. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  974. box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  975. }
  976. .selection.toggle .btn:active, .selection.toggle .btn:focus {
  977. outline: none;
  978. color: #1a1a1a;
  979. background-color: #f8f8f8;
  980. }
  981. .selection.toggle > .active .btn {
  982. background-color: #ffffff;
  983. color: #1a1a1a;
  984. -moz-box-shadow: none;
  985. -webkit-box-shadow: none;
  986. box-shadow: none;
  987. }
  988. .selection.toggle > div:last-child .btn {
  989. border: none;
  990. }
  991. .subtle-select {
  992. padding: 6px 8px;
  993. background-color: transparent;
  994. color: #1a1a1a;
  995. text-decoration: none;
  996. }
  997. .subtle-select .icon {
  998. visibility: hidden;
  999. }
  1000. .subtle-select:hover .icon {
  1001. visibility: visible;
  1002. }
  1003. .subtle-select:hover, .header .detail a.subtle-select:hover {
  1004. background-color: #ffffff;
  1005. text-decoration: none;
  1006. color:#1a1a1a;
  1007. }
  1008. .list-header .summary label, .list-header .summary .filter-action {
  1009. font-size: 11px;
  1010. font-weight: normal;
  1011. text-transform: uppercase;
  1012. margin-bottom: 0;
  1013. color: #1a1a1a;
  1014. }
  1015. .list-wrapper {
  1016. overflow: auto;
  1017. }
  1018. .main-list {
  1019. height: 100%;
  1020. overflow: hidden;
  1021. }
  1022. .main-list .nothing-to-see {
  1023. text-align: center;
  1024. padding:50px 20px;
  1025. }
  1026. .main-list .nothing-to-see span {
  1027. font-size: 17px;
  1028. }
  1029. .main-list .popover {
  1030. width: 375px;
  1031. }
  1032. .list-header .summary .filter-action:hover {
  1033. color: #2980b9;
  1034. }
  1035. .main-list .list-subheader {
  1036. margin-top: 40px;
  1037. position: relative;
  1038. border-bottom: 1px solid #f2f2f2;
  1039. }
  1040. .main-list .list-subheader > .btn-group {
  1041. margin: 10px 5px 10px 10px;
  1042. }
  1043. .full-list li.more {
  1044. padding: 10px 15px;
  1045. background-color: #ffffff;
  1046. color: #666666;
  1047. }
  1048. .full-list li.more i.icon {
  1049. font-size: 70%;
  1050. }
  1051. .full-list {
  1052. list-style: none;
  1053. padding: 0;
  1054. margin-bottom: 0;
  1055. }
  1056. .full-list li {
  1057. position: relative;
  1058. display: block;
  1059. border-bottom: 1px solid #f5f5f5;
  1060. cursor: pointer;
  1061. padding: 2px 0px 2px 0px;
  1062. }
  1063. .full-list li .badge, .simple-list li .badge{
  1064. font-size: 12px;
  1065. line-height: 12px;
  1066. padding-right: 0;
  1067. border-radius: 3px;
  1068. background-color: #e8edf1;
  1069. color: #2980b9;
  1070. background-color: transparent;
  1071. font-weight: normal;
  1072. }
  1073. .full-list li.active {
  1074. background-color: #fafafb;
  1075. }
  1076. .full-list li:hover {
  1077. background-color: #fafafb;
  1078. }
  1079. .full-list li > div:hover {
  1080. border-color: #d8dde1;
  1081. }
  1082. .full-list li > div {
  1083. margin: 0 6px 0 4px;
  1084. border-left: 4px solid #e8edf1;
  1085. min-height: 50px;
  1086. padding: 5px 5px 5px 5px;
  1087. }
  1088. .full-list li.active > div {
  1089. border-left-color: #2980b9;
  1090. }
  1091. .full-list li .title {
  1092. font-size: 16px;
  1093. margin: 0 0 0 5px;
  1094. white-space: nowrap;
  1095. overflow: hidden;
  1096. text-overflow: ellipsis;
  1097. }
  1098. .full-list li .summary {
  1099. clear: both;
  1100. margin: 3px 5px 0px 5px;
  1101. font-size: 13px;
  1102. color: #1a1a1a;
  1103. white-space: nowrap;
  1104. width: 100%;
  1105. overflow: hidden;
  1106. text-overflow: ellipsis;
  1107. }
  1108. .full-list li .detail {
  1109. margin: 0 5px;
  1110. font-size: 12px;
  1111. color: #999999;
  1112. white-space: nowrap;
  1113. width: 100%;
  1114. overflow: hidden;
  1115. text-overflow: ellipsis;
  1116. }
  1117. .main-content {
  1118. border: 1px solid #cccccc;
  1119. height: 100%;
  1120. max-height: 100%;
  1121. overflow: hidden;
  1122. padding-bottom: 10px;
  1123. }
  1124. .main-content-wrapper {
  1125. height: 100%;
  1126. max-height: 100%;
  1127. overflow: hidden;
  1128. -webkit-box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
  1129. -moz-box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
  1130. box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
  1131. }
  1132. .main-content > .header {
  1133. background-color: #e8edf1;
  1134. min-height: 60px;
  1135. border-bottom: 1px solid #a4acb9;
  1136. padding: 15px 15px;
  1137. }
  1138. .main-content > .header h2 {
  1139. margin: 0 0 5px 0;
  1140. font-size: 26px;
  1141. }
  1142. .main-content > .header .btn:hover, .main-content > .header .btn:focus {
  1143. border-color: #e8edf1;
  1144. color: #ffffff;
  1145. }
  1146. .modal-header .label, .header .label {
  1147. padding: 0 3px 0 15px;
  1148. color: #1a1a1a;
  1149. font-weight: normal;
  1150. font-size: 13px;
  1151. color: #666666;
  1152. }
  1153. .header > .detail >.label:first-child {
  1154. padding-left: 0;
  1155. }
  1156. .header .detail a {
  1157. color: #1a1a1a;
  1158. }
  1159. .header .detail a:hover {
  1160. color: #2980b9;
  1161. text-decoration: underline;
  1162. }
  1163. .jumpers {
  1164. list-style: none inside;
  1165. padding: 0 10px 10px 10px;
  1166. margin: 5px 0px 0 0px;
  1167. border-bottom: 1px solid #eeeeee;
  1168. }
  1169. .jumpers li {
  1170. display: inline-block;
  1171. border: 1px solid #e8edf1;
  1172. margin: 5px 0 0 2px;
  1173. padding: 5px 25px;
  1174. -moz-border-radius: 2px;
  1175. -webkit-border-radius: 2px;
  1176. border-radius: 2px;
  1177. cursor: pointer;
  1178. }
  1179. .jumpers li.pending {
  1180. border: 1px dotted #d8dde1;
  1181. }
  1182. .jumpers li:hover {
  1183. background-color: #f8f8f9;
  1184. }
  1185. .jumpers li.selected {
  1186. color: white;
  1187. background-color: #2980b9;
  1188. }
  1189. .jumpers li span {
  1190. background-color: #f2f2f2;
  1191. padding: 1px 5px;
  1192. margin-left: 5px;
  1193. -moz-border-radius: 2px;
  1194. -webkit-border-radius: 2px;
  1195. border-radius: 2px;
  1196. color: #999999;
  1197. }
  1198. .jumpers li:hover span {
  1199. background-color: #e2e2e2;
  1200. }
  1201. .section {
  1202. margin: 10px 0;
  1203. padding: 10px 0 0px 0;
  1204. min-height: 120px;
  1205. }
  1206. .section.pack {
  1207. min-height: inherit;
  1208. }
  1209. .col-xs-12.seperator {
  1210. height: 1px;
  1211. border-top: 1px solid #eeeeee;
  1212. margin: 5px 0;
  1213. }
  1214. .section > h3 {
  1215. position: relative;
  1216. margin: 0px;
  1217. font-size: 18px;
  1218. cursor: pointer;
  1219. }
  1220. .section > h3 .action > a {
  1221. font-weight: bold;
  1222. padding-left: 5px;
  1223. color: #999999;
  1224. }
  1225. .section > .form-group, .section > div > .form-group {
  1226. margin: 5px 0;
  1227. }
  1228. h3+div > .dropzone {
  1229. margin-top: 5px;
  1230. }
  1231. .dropzone {
  1232. position: relative;
  1233. margin: 0px;
  1234. padding: 10px 10px;
  1235. text-align: center;
  1236. }
  1237. .dropzone .error, .error-message {
  1238. background-color: #e9af9f;
  1239. border: 1px solid #e4593d;
  1240. background-color: rgba(228, 89, 61, .7);
  1241. padding: 5px;
  1242. margin-bottom: 5px;
  1243. font-size: 14px;
  1244. color:white;
  1245. }
  1246. .dropzone.selection {
  1247. text-align: left;
  1248. padding-left: 5px;
  1249. }
  1250. .dropzone .select-file {
  1251. line-height: 40px;
  1252. }
  1253. .dropzone.dragover {
  1254. border: 1px dotted #2980b9;
  1255. }
  1256. .dropzone .message {
  1257. color: #999999;
  1258. line-height: 22px;
  1259. visibility: hidden;
  1260. position: absolute;
  1261. top: 20px;
  1262. left: 10px;
  1263. right: 10px;
  1264. text-align: center;
  1265. }
  1266. .dropzone.dragover .message {
  1267. color: #2980b9;
  1268. font-size: 20px;
  1269. visibility: inherit;
  1270. }
  1271. .dropzone.uploading .message {
  1272. visibility: hidden;
  1273. }
  1274. .dropzone input[type=file] {
  1275. width: 100%;
  1276. display: none;
  1277. visibility: hidden;
  1278. }
  1279. .dropzone.dragover input, .dropzone.dragover .account, .dropzone.dragover .select-file {
  1280. visibility: hidden;
  1281. }
  1282. .dropzone .account {
  1283. float: left;
  1284. text-align: center;
  1285. width: 50px;
  1286. padding: 0px 0px 0px 3px;
  1287. border-left: 1px solid #eeeeee;
  1288. }
  1289. .dropzone .no-upload .account {
  1290. border-left: none;
  1291. border-right: 1px solid #eeeeee;
  1292. }
  1293. .dropzone .account:first-child {
  1294. padding-left: 0;
  1295. }
  1296. .dropzone .account > div {
  1297. height: 40px;
  1298. cursor: pointer;
  1299. }
  1300. .dropzone.uploading .account > div {
  1301. cursor: not-allowed;
  1302. }
  1303. .account .google-drive {
  1304. background: transparent url('../../images/google-drive.png') 50% 50% no-repeat;
  1305. }
  1306. .account .alfresco {
  1307. background: transparent url('../../images/alfresco.png') 50% 50% no-repeat;
  1308. }
  1309. .account .alfresco-cloud {
  1310. background: transparent url('../../images/alfresco-cloud.png') 50% 50% no-repeat;
  1311. }
  1312. .dropzone .loading {
  1313. position: absolute;
  1314. left: 50%;
  1315. margin-left: -15px;
  1316. line-height: 30px;
  1317. top: 0px;
  1318. }
  1319. .dropzoneIE9.selectionIE9 {
  1320. text-align: left;
  1321. padding-left: 5px;
  1322. }
  1323. .dropzoneIE9 {
  1324. position: relative;
  1325. margin: 0px;
  1326. padding: 10px 10px;
  1327. text-align: center;
  1328. }
  1329. .selectionIE9 {
  1330. position: relative;
  1331. margin: 0;
  1332. padding: 6px 8px;
  1333. border: 1px solid #cccccc;
  1334. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  1335. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  1336. box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  1337. background-color: #ffffff;
  1338. font-size: 14px;
  1339. cursor: pointer;
  1340. }
  1341. .selectionIE9 .actions {
  1342. float: right;
  1343. }
  1344. .dropzoneIE9 .account:first-child {
  1345. padding-left: 0;
  1346. }
  1347. .dropzoneIE9 .account {
  1348. float: left;
  1349. text-align: center;
  1350. width: 50px;
  1351. padding: 0px 0px 0px 3px;
  1352. border-left: 1px solid #eeeeee;
  1353. }
  1354. .dropzoneIE9 .account > div {
  1355. height: 40px;
  1356. cursor: pointer;
  1357. }
  1358. .dropzoneIE9 .select-file {
  1359. line-height: 40px;
  1360. }
  1361. .modal-backdrop {
  1362. background-color: #999999; /** Non alpha-supporting browser fallback */
  1363. background-color: rgba(100, 100, 100, .75);
  1364. background-image: url('../../images/glasspane.png');
  1365. }
  1366. .modal-content {
  1367. -webkit-border-radius: 0;
  1368. -moz-border-radius: 0;
  1369. border-radius: 0;
  1370. border: none;
  1371. }
  1372. .modal-dialog.wide {
  1373. margin-left: auto;
  1374. margin-right: auto;
  1375. width: 80%;
  1376. max-width: 1200px;
  1377. }
  1378. .modal-body {
  1379. }
  1380. .modal .modal-header {
  1381. position: relative;
  1382. background-color: #e8edf1;
  1383. min-height: 60px;
  1384. border-bottom: 1px solid #a4acb9;
  1385. padding: 15px 15px;
  1386. }
  1387. .modal-header .actions {
  1388. margin-right: 20px;
  1389. }
  1390. .modal-body .form-actions {
  1391. border-top: 1px solid #eeeeee;
  1392. margin: 0 -30px;
  1393. padding: 10px 10px 10px 10px;
  1394. }
  1395. .modal-body.includes-footer {
  1396. padding-bottom: 0px;
  1397. }
  1398. .fullscreen .modal-header h3 {
  1399. margin: 0 0 5px 0px;
  1400. font-size: 22px;
  1401. }
  1402. .fullscreen .modal-header h3 .summary {
  1403. font-size: 13px;
  1404. }
  1405. .read-only-select {
  1406. overflow: auto;
  1407. }
  1408. .read-only-select .selection {
  1409. overflow: hidden;
  1410. width:100%;
  1411. text-align: left;
  1412. }
  1413. /** people select */
  1414. .people-select {
  1415. overflow: auto;
  1416. max-width: 100%;
  1417. }
  1418. .popover .people-select {
  1419. font-size: 13px;
  1420. }
  1421. .popover .people-select .simple-list {
  1422. height: 180px;
  1423. overflow: auto;
  1424. border-bottom: 1px solid #eeeeee;
  1425. }
  1426. .people-select-link {
  1427. color: #428bca;
  1428. cursor: pointer;
  1429. }
  1430. /** date select */
  1431. .form-field {
  1432. overflow: auto;
  1433. max-width: 100%;
  1434. }
  1435. .popover .form-field {
  1436. font-size: 13px;
  1437. }
  1438. .popover .form-field .simple-list {
  1439. height: 180px;
  1440. overflow: auto;
  1441. border-bottom: 1px solid #eeeeee;
  1442. }
  1443. .form-field-link {
  1444. color: #428bca;
  1445. cursor: pointer;
  1446. }
  1447. .dropdown-menu.datepicker .calendar-grid .btn {
  1448. background-color: #ffffff;
  1449. color: #1a1a1a;
  1450. border: none;
  1451. -webkit-border-radius: 0;
  1452. -moz-border-radius: 0;
  1453. border-radius: 0;
  1454. }
  1455. .dropdown-menu.datepicker th {
  1456. background-color: #e8edf1;
  1457. }
  1458. .dropdown-menu.datepicker th .btn {
  1459. background-color: #e8edf1;
  1460. color: #1a1a1a;
  1461. border-color: #e8edf1;
  1462. }
  1463. .dropdown-menu.datepicker th .btn:hover, .dropdown-menu.datepicker th .btn:focus {
  1464. color: #2980b9;
  1465. }
  1466. .dropdown-menu.datepicker .calendar-grid .btn:hover, .dropdown-menu.datepicker .calendar-grid .btn:focus {
  1467. background-color: #f8f8f9;
  1468. border: none;
  1469. color: #1a1a1a;
  1470. }
  1471. .dropdown-menu.datepicker .calendar-grid .btn-today, .dropdown-menu.datepicker .calendar-grid .btn-today:focus, .dropdown-menu.datepicker .calendar-grid .btn-today:hover {
  1472. background-color: #b8dde7;
  1473. }
  1474. .dropdown-menu.datepicker .calendar-grid .btn-primary, .dropdown-menu.datepicker .calendar-grid .btn-primary:hover, .dropdown-menu.datepicker .calendar-grid .btn-primary:focus {
  1475. background-color: #2980b9;
  1476. color: #ffffff;
  1477. }
  1478. .dropdown-menu.datepicker .custom-buttons .btn {
  1479. border-color: #ffffff;
  1480. }
  1481. .comments > li {
  1482. padding: 8px 6px;
  1483. }
  1484. .comments > li > .title {
  1485. color: #888888;
  1486. font-size: 13px;
  1487. margin: 0 0 3px 0;
  1488. }
  1489. .comments > li > .message {
  1490. text-align: left;
  1491. color: #3a3a3a;
  1492. padding-left: 3px;
  1493. word-wrap: break-word;
  1494. }
  1495. .comments > li > .message:before, .comments > li > .message:after {
  1496. font-style: italic;
  1497. }
  1498. .comments > li > .message:before {
  1499. content: open-quote;
  1500. padding-right: 2px;
  1501. }
  1502. .comments > li > .message:after {
  1503. content: close-quote;
  1504. padding-left: 2px;
  1505. }
  1506. .form-wrapper {
  1507. margin: 10px 0 20px 0;
  1508. }
  1509. .form-wrapper .well-sm {
  1510. padding: 6px 9px;
  1511. }
  1512. .checklist.simple-list .user-picture {
  1513. margin-top: 2px;
  1514. width: 32px;
  1515. height: 32px;
  1516. background-size: 32px 32px;
  1517. line-height: 32px;
  1518. font-size: 15px;
  1519. }
  1520. .checklist.simple-list > li {
  1521. cursor: pointer;
  1522. }
  1523. .diagram-popup-wrapper {
  1524. min-width: 1000px;
  1525. max-width: 1400px;
  1526. min-height: 300px;
  1527. z-index: 1005;
  1528. }
  1529. .model-preview-wrapper {
  1530. width: 100%;
  1531. height:100%;
  1532. padding: 10px;
  1533. overflow: auto;
  1534. }
  1535. .upload-image-form {
  1536. margin: 0 20% 0 20%;
  1537. text-align: center;
  1538. }
  1539. .upload-image-dropbox {
  1540. background: #F8F8F8;
  1541. border: 5px dashed #DDD;
  1542. color: #8e8e8e;
  1543. text-align: center;
  1544. padding: 35px 0 35px 0;
  1545. margin: 20px 0 20px 0;
  1546. }
  1547. .upload-image-dropbox.dragover {
  1548. border: 5px dashed #55ae4d;
  1549. color: #55ae4d;
  1550. }
  1551. .google-drive-browse .simple-list, .alfresco-cloud-browse .simple-list {
  1552. position: relative;
  1553. max-height: 350px;
  1554. min-height: 350px;
  1555. height: 350px;
  1556. overflow: auto;
  1557. }
  1558. .alfresco-cloud-browse .col-xs-6 {
  1559. padding: 0 0 0 10px;
  1560. }
  1561. .alfresco-cloud-browse .col-xs-6:first-child {
  1562. padding-left: 0;
  1563. }
  1564. .crumbs {
  1565. margin: 5px 0px;
  1566. color: #666666;
  1567. }
  1568. .crumb {
  1569. color: #666666;
  1570. cursor: pointer;
  1571. }
  1572. .crumb i {
  1573. font-size: 80%;
  1574. }
  1575. .crumb:hover {
  1576. color: #2980b9;
  1577. text-decoration: underline;
  1578. }
  1579. .crumb:hover i {
  1580. color: #666666;
  1581. }
  1582. /** Apps */
  1583. .apps-wrapper {
  1584. padding-top: 55px;
  1585. width: 1200px;
  1586. margin: 0 auto;
  1587. }
  1588. .app-wrapper {
  1589. float: left;
  1590. width: 300px;
  1591. }
  1592. .app {
  1593. margin: 10px 10px;
  1594. height: 200px;
  1595. border-left: 8px solid transparent;
  1596. overflow: hidden;
  1597. position: relative;
  1598. cursor: pointer;
  1599. }
  1600. .app .backdrop, .app .logo {
  1601. position: absolute;
  1602. text-shadow: none;
  1603. -webkit-transition: all 1s ease;
  1604. -moz-transition: all 1s ease;
  1605. -o-transition: all 1s ease;
  1606. transition: all 1s ease;
  1607. z-index: 4;
  1608. }
  1609. .app .backdrop {
  1610. font-size: 300px;
  1611. right: 50px;
  1612. top: -100px;
  1613. }
  1614. .app .logo {
  1615. font-size: 150px;
  1616. right: 20px;
  1617. top: 20px;
  1618. }
  1619. .app:hover .backdrop {
  1620. top: -55px;
  1621. }
  1622. .app:hover .logo {
  1623. right: -10px
  1624. }
  1625. .app h3 {
  1626. margin: 15px 10px 0px 10px;
  1627. position: relative;
  1628. }
  1629. .app-content {
  1630. color: #ffffff;
  1631. position: relative;
  1632. z-index: 5;
  1633. }
  1634. .app-content p {
  1635. display: none;
  1636. margin: 10px 0px 10px 10px;
  1637. padding: 10px 10px 0 0;
  1638. border-top: 1px solid #ffffff;
  1639. border-color: rgba(255,255,255, .1);
  1640. }
  1641. .app:hover .app-content p {
  1642. display: inherit;
  1643. }
  1644. .app .actions {
  1645. position: absolute;
  1646. top: 0px;
  1647. right: 0;
  1648. width: 40px;
  1649. height: 49px;
  1650. background-color: transparent;
  1651. line-height: 50px;
  1652. text-align: center;
  1653. z-index: 6;
  1654. visibility: hidden;
  1655. font-size: 16px;
  1656. color: #ffffff;
  1657. border-right: 2px solid transparent;
  1658. border-top: 2px solid transparent;
  1659. }
  1660. .app .selection-marker {
  1661. position: absolute;
  1662. top: 0px;
  1663. right: 5px;
  1664. width: 50px;
  1665. height: 48px;
  1666. font-size: 45px;
  1667. color: #ffffff;
  1668. z-index: 6;
  1669. }
  1670. .app:hover .actions {
  1671. visibility: visible;
  1672. }
  1673. .app .actions:hover {
  1674. background-color: #ffffff;
  1675. background-color: rgba(255,255,255, .7);
  1676. text-shadow: none;
  1677. }
  1678. .app .actions+.dropdown-menu {
  1679. background-color: #ffffff;
  1680. background-color: rgba(255,255,255, .8);
  1681. text-shadow: none;
  1682. }
  1683. .app-indicator {
  1684. position: relative;
  1685. padding-left: 20px;
  1686. color: #ffffff;
  1687. }
  1688. .app-indicator > span {
  1689. margin-right: 10px;
  1690. margin-left: 25px;
  1691. font-size: 16px;
  1692. padding-right: 15px;
  1693. white-space: nowrap;
  1694. text-overflow: ellipsis;
  1695. }
  1696. .app-indicator > .btn-group {
  1697. border-left: 1px solid #999999;
  1698. }
  1699. .app-indicator > i {
  1700. position: absolute;
  1701. left: 5px;
  1702. top:6px;
  1703. font-size: 28px;
  1704. color: #ffffff;
  1705. color: rgba(255, 255, 255, .5);
  1706. }
  1707. .popover.app-links-popover {
  1708. margin-top: 0;
  1709. padding: 5px;
  1710. width: 446px;
  1711. max-width: 446px;
  1712. overflow: auto;
  1713. max-height: calc(100vh - 40px);
  1714. }
  1715. .app-link-wrapper {
  1716. float: left;
  1717. display: inline-block;
  1718. min-height: 80px;
  1719. width: 90px;
  1720. margin: 5px;
  1721. text-align: center;
  1722. padding: 5px;
  1723. padding-top: 10px;
  1724. -webkit-transition: background-color 0.5s ease-out;
  1725. -moz-transition: background-color 0.5s ease-out;
  1726. -o-transition: background-color 0.5s ease-out;
  1727. transition: background-color 0.5s ease-out;
  1728. cursor: pointer;
  1729. }
  1730. .app-link-wrapper:hover,
  1731. .app-link-wrapper:active {
  1732. background-color: #eee;
  1733. }
  1734. .app-link-name {
  1735. word-wrap: break-word;
  1736. color: black;
  1737. opacity: 0.9;
  1738. margin-top: 5px;
  1739. }
  1740. .app-link-icon {
  1741. border-radius: 50%;
  1742. height: 50px;
  1743. width: 50px;
  1744. display: inline-block;
  1745. }
  1746. .app-link-icon > i {
  1747. color: white;
  1748. opacity: 0.5;
  1749. border-radius: 50%;
  1750. margin-bottom: 5px;
  1751. padding: 10px;
  1752. font-size: 30px;
  1753. }
  1754. .app-link-icon > span {
  1755. color: black;
  1756. }
  1757. .app-link-icon.theme-1,
  1758. .app.theme-1 {
  1759. background-color: #269abc;
  1760. }
  1761. .app.theme-1 {
  1762. border-color: #269abc;
  1763. text-shadow: 1px 1px #168aac;
  1764. }
  1765. .app-indicator.theme-1 {
  1766. background: #269abc;
  1767. background: -moz-linear-gradient(left, rgba(38,154,188,0) 0%, rgba(38,154,188,0.02) 1%, rgba(38,154,188,1) 30%, rgba(38,154,188,1) 100%); /* FF3.6+ */
  1768. background: -webkit-linear-gradient(left, rgba(38,154,188,0) 0%,rgba(38,154,188,0.02) 1%,rgba(38,154,188,1) 30%,rgba(38,154,188,1) 100%); /* Chrome10+,Safari5.1+ */
  1769. background: -ms-linear-gradient(left, rgba(38,154,188,0) 0%,rgba(38,154,188,0.02) 1%,rgba(38,154,188,1) 30%,rgba(38,154,188,1) 100%); /* IE10+ */
  1770. background: linear-gradient(to right, rgba(38,154,188,0) 0%,rgba(38,154,188,0.02) 1%,rgba(38,154,188,1) 30%,rgba(38,154,188,1) 100%); /* W3C */
  1771. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00269abc', endColorstr='#269abc',GradientType=1 ); /* IE6-9 */
  1772. }
  1773. .app-indicator.theme-1 > .btn-group {
  1774. border-color: #168aac;
  1775. }
  1776. .app-indicator.theme-1 > .btn-group .btn-default:hover, .app-indicator.theme-1 > .btn-group .btn-default:focus {
  1777. background-color: #168aac;
  1778. }
  1779. .app.theme-1 .actions+.dropdown-menu li:hover a {
  1780. background-color: #168aac;
  1781. }
  1782. .app.theme-1 .backdrop i {
  1783. color: #2a9ec0;
  1784. }
  1785. .app.theme-1 .logo i {
  1786. color: #168aac;
  1787. }
  1788. .active > .app.preview.theme-1, .app.theme-1:hover {
  1789. border-color: #168aac;
  1790. }
  1791. .app.theme-1 .actions:hover {
  1792. border-color: #269abc;
  1793. color: #269abc;
  1794. }
  1795. .app-link-icon.theme-2,
  1796. .app.theme-2 {
  1797. background-color: #7da9b0;
  1798. }
  1799. .app.theme-2 {
  1800. border-color: #7da9b0;
  1801. text-shadow: 1px 1px #6d99a0;
  1802. }
  1803. .app-indicator.theme-2 {
  1804. background: #7da9b0;
  1805. background: -moz-linear-gradient(left, rgba(125,169,176,0) 0%, rgba(125,169,176,0.02) 1%, rgba(125,169,176,1) 30%, rgba(125,169,176,1) 100%); /* FF3.6+ */
  1806. background: -webkit-linear-gradient(left, rgba(125,169,176,0) 0%,rgba(125,169,176,0.02) 1%,rgba(125,169,176,1) 30%,rgba(125,169,176,1) 100%); /* Chrome10+,Safari5.1+ */
  1807. background: -ms-linear-gradient(left, rgba(125,169,176,0) 0%,rgba(125,169,176,0.02) 1%,rgba(125,169,176,1) 30%,rgba(125,169,176,1) 100%); /* IE10+ */
  1808. background: linear-gradient(to right, rgba(125,169,176,0) 0%,rgba(125,169,176,0.02) 1%,rgba(125,169,176,1) 30%,rgba(125,169,176,1) 100%); /* W3C */
  1809. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00269abc', endColorstr='#269abc',GradientType=1 ); /* IE6-9 */
  1810. }
  1811. .app-indicator.theme-2 > .btn-group {
  1812. border-color: #6d99a0;
  1813. }
  1814. .app-indicator.theme-2 > .btn-group .btn-default:hover, .app-indicator.theme-2 > .btn-group .btn-default:focus {
  1815. background-color: #6d99a0;
  1816. }
  1817. .app.theme-2 .actions+.dropdown-menu li:hover a {
  1818. background-color: #6d99a0;
  1819. }
  1820. .app.theme-2 .backdrop i {
  1821. color: #81adb4;
  1822. }
  1823. .app.theme-2 .logo i {
  1824. color: #6d99a0;
  1825. }
  1826. .active > .app.preview.theme-2, .app.theme-2:hover {
  1827. border-color: #6d99a0;
  1828. }
  1829. .app.theme-2 .actions:hover {
  1830. border-color: #7da9b0;
  1831. color: #7da9b0;
  1832. }
  1833. .app-link-icon.theme-3,
  1834. .app.theme-3 {
  1835. background-color: #7689ab;
  1836. }
  1837. .app.theme-3 {
  1838. border-color: #7689ab;
  1839. text-shadow: 1px 1px #66799b;
  1840. }
  1841. .app-indicator.theme-3 {
  1842. background: #7689ab;
  1843. background: -moz-linear-gradient(left, rgba(118,137,171,0) 0%, rgba(118,137,171,0.02) 1%, rgba(118,137,171,1) 30%, rgba(118,137,171,1) 100%); /* FF3.6+ */
  1844. background: -webkit-linear-gradient(left, rgba(118,137,171,0) 0%,rgba(118,137,171,0.02) 1%,rgba(118,137,171,1) 30%,rgba(118,137,171,1) 100%); /* Chrome10+,Safari5.1+ */
  1845. background: -ms-linear-gradient(left, rgba(118,137,171,0) 0%,rgba(118,137,171,0.02) 1%,rgba(118,137,171,1) 30%,rgba(118,137,171,1) 100%); /* IE10+ */
  1846. background: linear-gradient(to right, rgba(118,137,171,0) 0%,rgba(118,137,171,0.02) 1%,rgba(118,137,171,1) 30%,rgba(118,137,171,1) 100%); /* W3C */
  1847. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00269abc', endColorstr='#269abc',GradientType=1 ); /* IE6-9 */
  1848. }
  1849. .app-indicator.theme-3 > .btn-group {
  1850. border-color: #66799b;
  1851. }
  1852. .app-indicator.theme-3 > .btn-group .btn-default:hover, .app-indicator.theme-3 > .btn-group .btn-default:focus {
  1853. background-color: #66799b;
  1854. }
  1855. .app.theme-3 .actions+.dropdown-menu li:hover a {
  1856. background-color: #66799b;
  1857. }
  1858. .app.theme-3 .backdrop i {
  1859. color: #7a8daf;
  1860. }
  1861. .app.theme-3 .logo i {
  1862. color: #66799b;
  1863. }
  1864. .active > .app.preview.theme-3, .app.theme-3:hover {
  1865. border-color: #66799b;
  1866. }
  1867. .app.theme-3 .actions:hover {
  1868. border-color: #7689ab;
  1869. color: #7689ab;
  1870. }
  1871. .app-link-icon.theme-4,
  1872. .app.theme-4 {
  1873. background-color: #c74e3e;
  1874. }
  1875. .app.theme-4 {
  1876. border-color: #c74e3e;
  1877. text-shadow: 1px 1px #b73e2e;
  1878. }
  1879. .app-indicator.theme-4 {
  1880. background: #c74e3e;
  1881. background: -moz-linear-gradient(left, rgba(199,78,62,0) 0%, rgba(199,78,62,0.02) 1%, rgba(199,78,62,1) 30%, rgba(199,78,62,1) 100%); /* FF3.6+ */
  1882. background: -webkit-linear-gradient(left, rgba(199,78,62,0) 0%,rgba(199,78,62,0.02) 1%,rgba(199,78,62,1) 30%,rgba(199,78,62,1) 100%); /* Chrome10+,Safari5.1+ */
  1883. background: -ms-linear-gradient(left, rgba(199,78,62,0) 0%,rgba(199,78,62,0.02) 1%,rgba(199,78,62,1) 30%,rgba(199,78,62,1) 100%); /* IE10+ */
  1884. background: linear-gradient(to right, rgba(199,78,62,0) 0%,rgba(199,78,62,0.02) 1%,rgba(199,78,62,1) 30%,rgba(199,78,62,1) 100%); /* W3C */
  1885. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00269abc', endColorstr='#269abc',GradientType=1 ); /* IE6-9 */
  1886. }
  1887. .app-indicator.theme-4 > .btn-group {
  1888. border-color: #b73e2e;
  1889. }
  1890. .app-indicator.theme-4 > .btn-group .btn-default:hover, .app-indicator.theme-4 > .btn-group .btn-default:focus {
  1891. background-color: #b73e2e;
  1892. }
  1893. .app.theme-4 .actions+.dropdown-menu li:hover a {
  1894. background-color: #b73e2e;
  1895. }
  1896. .app.theme-4 .backdrop i {
  1897. color: #cb5245;
  1898. }
  1899. .app.theme-4 .logo i {
  1900. color: #b73e2e;
  1901. }
  1902. .active > .app.preview.theme-4, .app.theme-4:hover {
  1903. border-color: #b73e2e;
  1904. }
  1905. .app.theme-4 .actions:hover {
  1906. border-color: #c74e3e;
  1907. color: #c74e3e;
  1908. }
  1909. .app-link-icon.theme-5,
  1910. .app.theme-5 {
  1911. background-color: #fab96c;
  1912. }
  1913. .app.theme-5 {
  1914. border-color: #fab96c;
  1915. text-shadow: 1px 1px #eaa95c;
  1916. }
  1917. .app-indicator.theme-5 {
  1918. background: #fab96c;
  1919. background: -moz-linear-gradient(left, rgba(250,185,108,0) 0%, rgba(250,185,108,0.02) 1%, rgba(250,185,108,1) 30%, rgba(250,185,108,1) 100%); /* FF3.6+ */
  1920. background: -webkit-linear-gradient(left, rgba(250,185,108,0) 0%,rgba(250,185,108,0.02) 1%,rgba(250,185,108,1) 30%,rgba(250,185,108,1) 100%); /* Chrome10+,Safari5.1+ */
  1921. background: -ms-linear-gradient(left, rgba(250,185,108,0) 0%,rgba(250,185,108,0.02) 1%,rgba(250,185,108,1) 30%,rgba(250,185,108,1) 100%); /* IE10+ */
  1922. background: linear-gradient(to right, rgba(250,185,108,0) 0%,rgba(250,185,108,0.02) 1%,rgba(250,185,108,1) 30%,rgba(250,185,108,1) 100%); /* W3C */
  1923. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00269abc', endColorstr='#269abc',GradientType=1 ); /* IE6-9 */
  1924. }
  1925. .app-indicator.theme-5 > .btn-group {
  1926. border-color: #eaa95c;
  1927. }
  1928. .app-indicator.theme-5 > .btn-group .btn-default:hover, .app-indicator.theme-5 > .btn-group .btn-default:focus {
  1929. background-color: #eaa95c;
  1930. }
  1931. .app.theme-5 .actions+.dropdown-menu li:hover a {
  1932. background-color: #eaa95c;
  1933. }
  1934. .app.theme-5 .backdrop i {
  1935. color: #febd70;
  1936. }
  1937. .app.theme-5 .logo i {
  1938. color: #eaa95c;
  1939. }
  1940. .active > .app.preview.theme-5, .app.theme-5:hover {
  1941. border-color: #eaa95c;
  1942. }
  1943. .app.theme-5 .actions:hover {
  1944. border-color: #fab96c;
  1945. color: #fab96c;
  1946. }
  1947. .app-link-icon.theme-6,
  1948. .app.theme-6 {
  1949. background-color: #759d4c;
  1950. }
  1951. .app.theme-6 {
  1952. border-color: #759d4c;
  1953. text-shadow: 1px 1px #658d3c;
  1954. }
  1955. .app-indicator.theme-6 {
  1956. background: #759d4c;
  1957. background: -moz-linear-gradient(left, rgba(117,157,76,0) 0%, rgba(117,157,76,0.02) 1%, rgba(117,157,76,1) 30%, rgba(117,157,76,1) 100%); /* FF3.6+ */
  1958. background: -webkit-linear-gradient(left, rgba(117,157,76,0) 0%,rgba(117,157,76,0.02) 1%,rgba(117,157,76,1) 30%,rgba(117,157,76,1) 100%); /* Chrome10+,Safari5.1+ */
  1959. background: -ms-linear-gradient(left, rgba(117,157,76,0) 0%,rgba(117,157,76,0.02) 1%,rgba(117,157,76,1) 30%,rgba(117,157,76,1) 100%); /* IE10+ */
  1960. background: linear-gradient(to right, rgba(117,157,76,0) 0%,rgba(117,157,76,0.02) 1%,rgba(117,157,76,1) 30%,rgba(117,157,76,1) 100%); /* W3C */
  1961. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00269abc', endColorstr='#269abc',GradientType=1 ); /* IE6-9 */
  1962. }
  1963. .app-indicator.theme-6 > .btn-group {
  1964. border-color: #658d3c;
  1965. }
  1966. .app-indicator.theme-6 > .btn-group .btn-default:hover, .app-indicator.theme-6 > .btn-group .btn-default:focus {
  1967. background-color: #658d3c;
  1968. }
  1969. .app.theme-6 .actions+.dropdown-menu li:hover a {
  1970. background-color: #658d3c;
  1971. }
  1972. .app.theme-6 .backdrop i {
  1973. color: #79a150;
  1974. }
  1975. .app.theme-6 .logo i {
  1976. color: #658d3c;
  1977. }
  1978. .active > .app.preview.theme-6, .app.theme-6:hover {
  1979. border-color: #658d3c;
  1980. }
  1981. .app.theme-6 .actions:hover {
  1982. border-color: #759d4c;
  1983. color: #759d4c;
  1984. }
  1985. .app-link-icon.theme-7,
  1986. .app.theme-7 {
  1987. background-color: #b1b489;
  1988. }
  1989. .app.theme-7 {
  1990. border-color: #b1b489;
  1991. text-shadow: 1px 1px #a1a479;
  1992. }
  1993. .app-indicator.theme-7 {
  1994. background: #b1b489;
  1995. background: -moz-linear-gradient(left, rgba(177,180,137,0) 0%, rgba(177,180,137,0.02) 1%, rgba(177,180,137,1) 30%, rgba(177,180,137,1) 100%); /* FF3.6+ */
  1996. background: -webkit-linear-gradient(left, rgba(177,180,137,0) 0%,rgba(177,180,137,0.02) 1%,rgba(177,180,137,1) 30%,rgba(177,180,137,1) 100%); /* Chrome10+,Safari5.1+ */
  1997. background: -ms-linear-gradient(left, rgba(177,180,137,0) 0%,rgba(177,180,137,0.02) 1%,rgba(177,180,137,1) 30%,rgba(177,180,137,1) 100%); /* IE10+ */
  1998. background: linear-gradient(to right, rgba(177,180,137,0) 0%,rgba(177,180,137,0.02) 1%,rgba(177,180,137,1) 30%,rgba(177,180,137,1) 100%); /* W3C */
  1999. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00269abc', endColorstr='#269abc',GradientType=1 ); /* IE6-9 */
  2000. }
  2001. .app-indicator.theme-7 > .btn-group {
  2002. border-color: #a1a479;
  2003. }
  2004. .app-indicator.theme-7 > .btn-group .btn-default:hover, .app-indicator.theme-7 > .btn-group .btn-default:focus {
  2005. background-color: #a1a479;
  2006. }
  2007. .app.theme-7 .actions+.dropdown-menu li:hover a {
  2008. background-color: #a1a479;
  2009. }
  2010. .app.theme-7 .backdrop i {
  2011. color: #b5b98d;
  2012. }
  2013. .app.theme-7 .logo i {
  2014. color: #a1a479;
  2015. }
  2016. .active > .app.preview.theme-7, .app.theme-7:hover {
  2017. border-color: #a1a479;
  2018. }
  2019. .app.theme-7 .actions:hover {
  2020. border-color: #b1b489;
  2021. color: #b1b489;
  2022. }
  2023. .app-link-icon.theme-8,
  2024. .app.theme-8 {
  2025. background-color: #a17299;
  2026. }
  2027. .app.theme-8 {
  2028. border-color: #a17299;
  2029. text-shadow: 1px 1px #916289;
  2030. }
  2031. .app-indicator.theme-8 {
  2032. background: #a17299;
  2033. background: -moz-linear-gradient(left, rgba(161,114,153,0) 0%, rgba(161,114,153,0.02) 1%, rgba(161,114,153,1) 30%, rgba(161,114,153,1) 100%); /* FF3.6+ */
  2034. background: -webkit-linear-gradient(left, rgba(161,114,153,0) 0%,rgba(161,114,153,0.02) 1%,rgba(161,114,153,1) 30%,rgba(161,114,153,1) 100%); /* Chrome10+,Safari5.1+ */
  2035. background: -ms-linear-gradient(left, rgba(161,114,153,0) 0%,rgba(161,114,153,0.02) 1%,rgba(161,114,153,1) 30%,rgba(161,114,153,1) 100%); /* IE10+ */
  2036. background: linear-gradient(to right, rgba(161,114,153,0) 0%,rgba(161,114,153,0.02) 1%,rgba(161,114,153,1) 30%,rgba(161,114,153,1) 100%); /* W3C */
  2037. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00269abc', endColorstr='#269abc',GradientType=1 ); /* IE6-9 */
  2038. }
  2039. .app-indicator.theme-8 > .btn-group {
  2040. border-color: #916289;
  2041. }
  2042. .app-indicator.theme-8 > .btn-group .btn-default:hover, .app-indicator.theme-8 > .btn-group .btn-default:focus {
  2043. background-color: #916289;
  2044. }
  2045. .app.theme-8 .actions+.dropdown-menu li:hover a {
  2046. background-color: #916289;
  2047. }
  2048. .app.theme-8 .backdrop i {
  2049. color: #a5769d;
  2050. }
  2051. .app.theme-8 .logo i {
  2052. color: #916289;
  2053. }
  2054. .active > .app.preview.theme-8, .app.theme-8:hover {
  2055. border-color: #916289;
  2056. }
  2057. .app.theme-8 .actions:hover {
  2058. border-color: #a17299;
  2059. color: #a17299;
  2060. }
  2061. .app-link-icon.theme-9,
  2062. .app.theme-9 {
  2063. background-color: #696c67;
  2064. }
  2065. .app.theme-9 {
  2066. border-color: #696c67;
  2067. text-shadow: 1px 1px #595c57;
  2068. }
  2069. .app-indicator.theme-9 {
  2070. background: #696c67;
  2071. background: -moz-linear-gradient(left, rgba(105,108,103,0) 0%, rgba(105,108,103,0.02) 1%, rgba(105,108,103,1) 30%, rgba(105,108,103,1) 100%); /* FF3.6+ */
  2072. background: -webkit-linear-gradient(left, rgba(105,108,103,0) 0%,rgba(105,108,103,0.02) 1%,rgba(105,108,103,1) 30%,rgba(105,108,103,1) 100%); /* Chrome10+,Safari5.1+ */
  2073. background: -ms-linear-gradient(left, rgba(105,108,103,0) 0%,rgba(105,108,103,0.02) 1%,rgba(105,108,103,1) 30%,rgba(105,108,103,1) 100%); /* IE10+ */
  2074. background: linear-gradient(to right, rgba(105,108,103,0) 0%,rgba(105,108,103,0.02) 1%,rgba(105,108,103,1) 30%,rgba(105,108,103,1) 100%); /* W3C */
  2075. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00269abc', endColorstr='#269abc',GradientType=1 ); /* IE6-9 */
  2076. }
  2077. .app-indicator.theme-9 > .btn-group {
  2078. border-color: #595c57;
  2079. }
  2080. .app-indicator.theme-9 > .btn-group .btn-default:hover, .app-indicator.theme-9 > .btn-group .btn-default:focus {
  2081. background-color: #595c57;
  2082. }
  2083. .app.theme-9 .actions+.dropdown-menu li:hover a {
  2084. background-color: #595c57;
  2085. }
  2086. .app.theme-9 .backdrop i {
  2087. color: #6d706b;
  2088. }
  2089. .app.theme-9 .logo i {
  2090. color: #595c57;
  2091. }
  2092. .active > .app.preview.theme-9, .app.theme-9:hover {
  2093. border-color: #595c57;
  2094. }
  2095. .app.theme-9 .actions:hover {
  2096. border-color: #696c67;
  2097. color: #696c67;
  2098. }
  2099. .app-link-icon.theme-10,
  2100. .app.theme-10 {
  2101. background-color: #cabb33;
  2102. }
  2103. .app.theme-10 {
  2104. border-color: #cabb33;
  2105. text-shadow: 1px 1px #baab23;
  2106. }
  2107. .app-indicator.theme-10 {
  2108. background: #cabb33;
  2109. background: -moz-linear-gradient(left, rgba(202,187,51,0) 0%, rgba(202,187,51,0.02) 1%, rgba(202,187,51,1) 30%, rgba(202,187,51,1) 100%); /* FF3.6+ */
  2110. background: -webkit-linear-gradient(left, rgba(202,187,51,0) 0%,rgba(202,187,51,0.02) 1%,rgba(202,187,51,1) 30%,rgba(202,187,51,1) 100%); /* Chrome10+,Safari5.1+ */
  2111. background: -ms-linear-gradient(left, rgba(202,187,51,0) 0%,rgba(202,187,51,0.02) 1%,rgba(202,187,51,1) 30%,rgba(202,187,51,1) 100%); /* IE10+ */
  2112. background: linear-gradient(to right, rgba(202,187,51,0) 0%,rgba(202,187,51,0.02) 1%,rgba(202,187,51,1) 30%,rgba(202,187,51,1) 100%); /* W3C */
  2113. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00269abc', endColorstr='#269abc',GradientType=1 ); /* IE6-9 */
  2114. }
  2115. .app-indicator.theme-10 > .btn-group {
  2116. border-color: #baab23;
  2117. }
  2118. .app-indicator.theme-10 > .btn-group .btn-default:hover, .app-indicator.theme-10 > .btn-group .btn-default:focus {
  2119. background-color: #baab23;
  2120. }
  2121. .app.theme-10 .actions+.dropdown-menu li:hover a {
  2122. background-color: #baab23;
  2123. }
  2124. .app.theme-10 .backdrop i {
  2125. color: #cebf37;
  2126. }
  2127. .app.theme-10 .logo i {
  2128. color: #baab23;
  2129. }
  2130. .active > .app.preview.theme-10, .app.theme-10:hover {
  2131. border-color: #baab23;
  2132. }
  2133. .app.theme-10 .actions:hover {
  2134. border-color: #cabb33;
  2135. color: #cabb33;
  2136. }
  2137. .create-app {
  2138. margin: 10px;
  2139. height: 200px;
  2140. padding: 5px;
  2141. background-color: #f8f8f7;
  2142. }
  2143. .create-app h3 {
  2144. font-size: 24px;
  2145. color: #666666;
  2146. line-height: 180px;
  2147. text-align: center;
  2148. -webkit-transition: font-size .2s ease;
  2149. -moz-transition: font-size .2s ease;
  2150. -o-transition: font-size .2s ease;
  2151. transition: font-size .2s ease;
  2152. }
  2153. .app.create-app:hover {
  2154. border-color: #eeeeee;
  2155. }
  2156. .app.create-app:hover h3{
  2157. font-size: 110px;
  2158. }
  2159. .app.create-app .fixed {
  2160. position: absolute;
  2161. top: 40px;
  2162. left: 0;
  2163. right: 0;
  2164. color: #666666;
  2165. visibility: hidden;
  2166. text-align: center;
  2167. font-size: 24px;
  2168. }
  2169. .app.create-app:hover .fixed {
  2170. visibility: visible;
  2171. }
  2172. .app.create-app .backdrop {
  2173. color: #eeeeee;
  2174. top: -100px;
  2175. }
  2176. .app.create-app:hover .backdrop {
  2177. top: -85px;
  2178. }
  2179. /** Landing logo (shared between apps) */
  2180. .landing-logo {
  2181. line-height: 40px;
  2182. height: 40px;
  2183. width: 180px;
  2184. float: left;
  2185. cursor: pointer;
  2186. }
  2187. .landing-logo img {
  2188. max-height: 35px;
  2189. margin-top: -3px;
  2190. margin-left: 10px;
  2191. }
  2192. /** Password strength indicator */
  2193. ul#strength {
  2194. display:inline;
  2195. list-style:none;
  2196. margin:0;
  2197. margin-left:15px;
  2198. padding:0;
  2199. vertical-align:2px;
  2200. }
  2201. ul#strength li {
  2202. background-color:#DDD;
  2203. border-radius:2px;
  2204. display:inline-block;
  2205. height:5px;
  2206. margin-right:1px;
  2207. width:20px;
  2208. }
  2209. ul#strength li.pwd-very-weak {
  2210. background-color: #a02c2c;
  2211. }
  2212. ul#strength li.pwd-weak {
  2213. background-color: #d45500;
  2214. }
  2215. ul#strength li.pwd-good {
  2216. background-color: #ffcc00;
  2217. }
  2218. ul#strength li.pwd-strong {
  2219. background-color: #aad400;
  2220. }
  2221. ul#strength li.pwd-very-strong {
  2222. background-color: #71c837;
  2223. }
  2224. ul#strength span {
  2225. font-weight: bold;
  2226. padding-left: 5px;
  2227. }
  2228. ul#strength span.pwd-very-weak {
  2229. color: #a02c2c;
  2230. }
  2231. ul#strength span.pwd-weak {
  2232. color: #d45500;
  2233. }
  2234. ul#strength span.pwd-good {
  2235. color: #ffcc00;
  2236. }
  2237. ul#strength span.pwd-strong {
  2238. color: #aad400;
  2239. }
  2240. ul#strength span.pwd-very-strong {
  2241. color: #71c837;
  2242. }
  2243. ul#strength > li:last-child {
  2244. margin:0;
  2245. }
  2246. .modal-body.content-preview-wrapper {
  2247. background-color: #404040;
  2248. padding: 0;
  2249. }
  2250. .modal-body.content-preview-wrapper .nothing-to-see {
  2251. background-color: #ffffff;
  2252. padding: 20px 0 0 0;
  2253. height: 480px;
  2254. text-align: center;
  2255. font-size: 15px;
  2256. color: #666666;
  2257. }
  2258. /**
  2259. * Some modal windows need to have a scrollbar inside the modal window.
  2260. * Use the following classes to do so.
  2261. */
  2262. .modal-body-with-overflow {
  2263. max-height: 500px;
  2264. overflow: auto;
  2265. }
  2266. .preview-image {
  2267. max-width: 100%;
  2268. max-height: 100%;
  2269. display: block;
  2270. margin-left: auto;
  2271. margin-right: auto;
  2272. }
  2273. @media (min-width: 1400px) {
  2274. .apps-wrapper {
  2275. width: 1400px;
  2276. }
  2277. .app-wrapper {
  2278. float: left;
  2279. width: 350px;
  2280. }
  2281. }
  2282. @media (max-width: 1200px) {
  2283. .apps-wrapper {
  2284. width: 900px;
  2285. }
  2286. }
  2287. /** Task details **/
  2288. .summary-header {
  2289. margin-top: 10px;
  2290. }
  2291. .summary-header > div{
  2292. float: left;
  2293. margin-right: 15px;
  2294. border-left: 1px solid #cccccc;
  2295. padding-left: 15px;
  2296. min-height: 32px;
  2297. }
  2298. .summary-header.pack > div {
  2299. min-height: 32px;
  2300. }
  2301. .summary-header.pack .title.title-lg {
  2302. }
  2303. .summary-header > div:first-child {
  2304. border-left: none;
  2305. padding-left: 0;
  2306. }
  2307. .summary-header .btn.btn-xs {
  2308. background-color: transparent;
  2309. border: 1px solid #bbbbbb;
  2310. color: #666666;
  2311. margin-top: 3px;
  2312. }
  2313. .summary-header .btn.btn-xs:hover, .summary-header .btn.btn-xs:active, .summary-header .btn.btn-xs:focus{
  2314. border: 1px solid #bbbbbb;
  2315. color: #666666;
  2316. }
  2317. .user-picture {
  2318. text-align: center;
  2319. font-size: 15px;
  2320. height: 32px;
  2321. width: 32px;
  2322. line-height: 32px;
  2323. padding: 0;
  2324. margin: 0 2px 0 0;
  2325. overflow: hidden;
  2326. color: #ffffff;
  2327. background: #2980b9 no-repeat center center;
  2328. background-size: 32px 32px;
  2329. cursor: pointer;
  2330. border: 1px solid transparent;
  2331. }
  2332. .summary-header .user-picture {
  2333. float: left;
  2334. }
  2335. .user-picture.no-picture {
  2336. border-color: #2980b9;
  2337. }
  2338. .user-picture span {
  2339. visibility: hidden;
  2340. }
  2341. .user-picture.more {
  2342. background-color: #6fc2d7;
  2343. color: #f6f6f6;
  2344. }
  2345. .user-picture.add {
  2346. background-color: #6fc2d7;
  2347. color: #f6f6f6;
  2348. font-size: 20px;
  2349. margin-left: 5px;
  2350. }
  2351. .user-picture:hover span, .user-picture.no-picture span, .user-picture.more span, .user-picture.add span {
  2352. visibility: visible;
  2353. }
  2354. .user-picture.no-picture:hover {
  2355. border-color: #32a3c0;
  2356. }
  2357. .summary-header .title {
  2358. margin-bottom: 2px;
  2359. font-size: 12px;
  2360. color: #666666;
  2361. cursor: pointer;
  2362. }
  2363. .summary-header .title.title-lg {
  2364. margin-top: 5px;
  2365. font-size: 14px;
  2366. }
  2367. .summary-header .title.title-lg > span {
  2368. font-size: 15px;
  2369. }
  2370. .summary-header .title > span {
  2371. font-size: 13px;
  2372. color: #555555;
  2373. }
  2374. .related-content {
  2375. float: left;
  2376. text-align: center;
  2377. height: 32px;
  2378. width: 32px;
  2379. line-height: 32px;
  2380. padding: 0;
  2381. margin: 0;
  2382. overflow: hidden;
  2383. cursor: pointer;
  2384. }
  2385. .related-content i.icon {
  2386. line-height: 32px;
  2387. font-size: 26px;
  2388. }
  2389. .related-content.more {
  2390. font-size: 15px;
  2391. color: #999999;
  2392. text-align: left;
  2393. padding: 0 5px;
  2394. width: auto;
  2395. }
  2396. .summary-header .title+.related-content {
  2397. margin-left: -4px;
  2398. }
  2399. .tabs-wrapper {
  2400. margin-bottom: 20px;
  2401. }
  2402. .tabs-wrapper .badge {
  2403. background-color: #bfbfbf;
  2404. font-size: 10px;
  2405. }
  2406. .component .tabs-wrapper .title {
  2407. background: rgb(238, 241, 241);
  2408. }
  2409. .tabs {
  2410. padding: 0px;
  2411. margin-bottom: -1px;
  2412. margin-left: -1px;
  2413. margin-top: -1px;
  2414. z-index: 2000;
  2415. }
  2416. .tabs .tab {
  2417. float: left;
  2418. border-right: 1px solid #eef1f1;
  2419. border-bottom: 1px solid #eef1f1;
  2420. background-color: #f5f7f7;
  2421. margin-top: 0;
  2422. }
  2423. .tabs .tab a {
  2424. font-size: 15px;
  2425. font-weight: bold;
  2426. text-decoration: none;
  2427. margin: 0;
  2428. padding: 8px 15px;
  2429. line-height: 39px;
  2430. color: #7b8a8a;
  2431. background-color: #f5f7f7;
  2432. cursor: pointer;
  2433. }
  2434. .tabs .tab.active {
  2435. border-bottom-color: #ffffff;
  2436. background-color: #ffffff;
  2437. }
  2438. .tabs .label {
  2439. margin-left: 5px;
  2440. }
  2441. .tabs .tab a:hover {
  2442. color: #384042;
  2443. }
  2444. .tabs .tab.active a, .tabs .tab.active a:hover {
  2445. background-color: #ffffff;
  2446. color: #000000;
  2447. cursor: pointer;
  2448. }
  2449. .tabs {
  2450. list-style: none inside;
  2451. padding:0;
  2452. margin: 0;
  2453. border-bottom: 1px solid #bbbbbb;
  2454. }
  2455. .tabs > li {
  2456. display: block;
  2457. float: left;
  2458. margin-bottom: -1px;
  2459. border: 1px solid transparent;
  2460. border-bottom-color: #bbbbbb;
  2461. }
  2462. .tabs > li a {
  2463. display: block;
  2464. padding: 8px 40px;
  2465. text-decoration: none;
  2466. color: #888a85;
  2467. font-size: 16px;
  2468. }
  2469. .tabs > li a .badge {
  2470. min-width: 10px;
  2471. font-size: 12px;
  2472. margin-left: 4px;
  2473. padding: 2px 4px;
  2474. background-color: #5f8dd3;
  2475. }
  2476. .tabs > li a:hover {
  2477. text-decoration: none;
  2478. color: #5f8dd3;
  2479. }
  2480. .tabs > li.active {
  2481. border-color: #bbbbbb;
  2482. border-bottom-color: #ffffff;
  2483. -moz-border-radius-topleft: 5px;
  2484. -webkit-border-top-left-radius: 5px;
  2485. border-top-left-radius: 5px;
  2486. -moz-border-radius-topright: 5px;
  2487. -webkit-border-top-right-radius: 5px;
  2488. border-top-right-radius: 5px;
  2489. }
  2490. .tabs > li.active a {
  2491. color: #000000;
  2492. cursor: default;
  2493. }
  2494. .main-content .tabs {
  2495. padding: 0 0 0 10px;
  2496. margin-bottom: 5px;
  2497. margin-top: 8px;
  2498. }
  2499. .people-list.simple-list li {
  2500. line-height: 24px;
  2501. padding: 4px;
  2502. }
  2503. .people-list li .actions {
  2504. margin-top: 4px;
  2505. }
  2506. .simple-list .user-picture {
  2507. float: left;
  2508. font-size: 12px;
  2509. width: 24px;
  2510. height: 24px;
  2511. line-height: 24px;
  2512. background-size: 24px 24px;
  2513. margin-right: 6px;
  2514. border: none;
  2515. }
  2516. .content-group {
  2517. border-bottom: 1px dotted #eeeeee;
  2518. margin: 5px 0;
  2519. }
  2520. .content-group:last-child {
  2521. border: none;
  2522. }
  2523. /* Help */
  2524. .help-container {
  2525. display: table;
  2526. height: 100%;
  2527. padding: 0 30px;
  2528. margin: 0px auto;
  2529. }
  2530. .help-container.fixed {
  2531. padding-top: 40px;
  2532. }
  2533. .help-container > div {
  2534. display: table-cell;
  2535. vertical-align: middle;
  2536. position: relative;
  2537. }
  2538. .help-text {
  2539. margin-top: 10px;
  2540. color: #636363;
  2541. background: #eee;
  2542. padding: 20px;
  2543. -webkit-border-radius: 10px;
  2544. -moz-border-radius: 10px;
  2545. border-radius: 10px;
  2546. max-width: 450px;
  2547. font-size: 14px;
  2548. position: relative;
  2549. }
  2550. .help-text.wide {
  2551. max-width: 550px;
  2552. }
  2553. .help-text .description {
  2554. margin-bottom: 25px;
  2555. }
  2556. .help-text .description:last-child {
  2557. margin-bottom: 0px;
  2558. }
  2559. .help-entry {
  2560. margin: 5px 0 5px 10px;
  2561. cursor: pointer;
  2562. padding: 5px;
  2563. }
  2564. .help-entry:hover, .help-entry.active {
  2565. background-color: #f6f6f7;
  2566. }
  2567. .help-entry.active {
  2568. padding: 10px;
  2569. }
  2570. .help-entry:hover > span {
  2571. color: #2980b9;
  2572. }
  2573. .help-entry.active:hover > span {
  2574. color: #636363;
  2575. }
  2576. .help-entry .pull-right > .btn {
  2577. border: none;
  2578. }
  2579. .help-entry .note, .action-note {
  2580. font-size: 12px;
  2581. color: #999999;
  2582. padding-left: 38px;
  2583. }
  2584. .help-entry:hover .note {
  2585. color: #999999;
  2586. text-decoration: none;
  2587. }
  2588. .action-note:hover {
  2589. text-decoration: underline;
  2590. cursor: pointer;
  2591. }
  2592. .help-entry > .glyphicon {
  2593. margin-right: 5px;
  2594. }
  2595. .help-entry > .icon {
  2596. margin-right: 5px;
  2597. font-size: 110%;
  2598. }
  2599. .help-text > a {
  2600. color: #636363;
  2601. }
  2602. .help-entry:hover > .glyphicon {
  2603. text-decoration: none;
  2604. }
  2605. .no-custom-apps .help-container {
  2606. float: left;
  2607. padding-left: 50px;
  2608. }
  2609. .content-list.simple-list li {
  2610. width: 50%;
  2611. float: left;
  2612. padding: 5px 10px;
  2613. margin-bottom: 10px;
  2614. white-space: nowrap;
  2615. overflow: hidden;
  2616. text-overflow: ellipsis;
  2617. }
  2618. .content-list.simple-list li .subtle {
  2619. white-space: nowrap;
  2620. overflow: hidden;
  2621. text-overflow: ellipsis;
  2622. }
  2623. .content-list.simple-list li:hover {
  2624. background-color: #ffffff;
  2625. }
  2626. .content-list.simple-list li .actions {
  2627. background-color: #ffffff;
  2628. border: 1px solid #eeeeee;
  2629. padding: 5px 4px 0 4px;
  2630. display: inline-block;
  2631. right: 0px;
  2632. }
  2633. .content-list.simple-list .subtle {
  2634. font-size: 12px;
  2635. }
  2636. .content-list.simple-list .nothing-to-see {
  2637. border: 1px solid #999999;
  2638. box-shadow: 1px 1px 2px #dddddd;
  2639. background-color: #ffffff;
  2640. width: 130px;
  2641. height: 155px;
  2642. padding: 50px 0 0 0;
  2643. text-align: center;
  2644. }
  2645. .content-list.simple-list .nothing-to-see .loading {
  2646. display: inline-block;
  2647. position: relative;
  2648. margin: 3px;
  2649. left: 0;
  2650. }
  2651. .frame {
  2652. white-space: nowrap;
  2653. text-align: left;
  2654. margin-bottom: 5px;
  2655. width: 100%;
  2656. }
  2657. .helper {
  2658. display: inline-block;
  2659. }
  2660. .frame img {
  2661. max-height: 155px;
  2662. padding: 5px;
  2663. border: 1px solid #999999;
  2664. box-shadow: 1px 1px 2px #dddddd;
  2665. background-color: #ffffff;
  2666. }
  2667. .content-list.simple-list li .frame .thumb-wrapper {
  2668. padding: 10px;
  2669. background-color: transparent;
  2670. display: inline-block;
  2671. }
  2672. .content-list.simple-list li:hover .frame .thumb-wrapper {
  2673. background-color: #eeeeee;
  2674. }
  2675. .form-wrapper .col-md-12 .content-list.simple-list li {
  2676. width: 25%;
  2677. }
  2678. .dynamicTableContainer {
  2679. /*min-height: 165px;*/
  2680. }
  2681. .dynamicTable {
  2682. border: 1px solid rgb(212,212,212) !important;
  2683. border-radius: 4px;
  2684. border-spacing: 2px;
  2685. display: block;
  2686. width: 100%;
  2687. height: 180px;
  2688. border-collapse: collapse;
  2689. margin-bottom: 5px;
  2690. }
  2691. .dynamicTable td, .dynamicTable tr {
  2692. border: 1px solid rgb(212,212,212) !important;
  2693. padding: 6px;
  2694. }
  2695. .dynamicTableContainer .control-buttons {
  2696. margin-bottom: 10px;
  2697. }
  2698. .edit-in-place-icon {
  2699. font-size: 20px;
  2700. color: darkgrey;
  2701. display: none;
  2702. margin-left: 5px;
  2703. }
  2704. .edit-in-place span {
  2705. cursor: pointer;
  2706. }
  2707. .edit-in-place:hover span {
  2708. display: inline-block;
  2709. }
  2710. .edit-in-place input {
  2711. display: none;
  2712. }
  2713. .edit-in-place.active span {
  2714. display: none;
  2715. }
  2716. .edit-in-place.active input {
  2717. display: inline-block;
  2718. }
  2719. .has-error .dynamicTable {
  2720. border: 1px solid #a94442 !important;
  2721. }
  2722. .noHeight {
  2723. height:auto;
  2724. }
  2725. .form-control.ng-invalid {
  2726. border-color: #a94442 !important;
  2727. box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(255,0,0,0.5);
  2728. }
  2729. .control-label.ng-invalid {
  2730. color: #a94442 !important;
  2731. font-weight: bold;
  2732. }