team.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. .card-completed-options .pie-progress {
  2. max-width: 120px;
  3. min-width: 120px;
  4. margin: 10px 0; }
  5. .card-lg .card-title {
  6. margin: 0;
  7. font-weight: 300;
  8. color: #37474f; }
  9. .row div[class^="col-"]:last-child .card-title {
  10. display: inline;
  11. line-height: 32px; }
  12. .row div[class^="col-"]:nth-last-child(2) .card-title {
  13. margin-top: 12px;
  14. margin-bottom: 21px; }
  15. #teamCompletedWidget .counter-label {
  16. font-size: 26px;
  17. color: #37474f; }
  18. #teamCompletedWidget .counter-number-group span:first-child {
  19. color: #ff4c52;
  20. font-size: 48px; }
  21. #teamCompletedWidget .counter-number-group span:last-child {
  22. margin-left: 30px;
  23. font-size: 30px;
  24. color: #37474f; }
  25. #teamCompletedWidget .list-inline {
  26. float: right;
  27. margin-top: 74px;
  28. margin-bottom: 20px; }
  29. #teamCompletedWidget .list-inline li {
  30. padding: 0; }
  31. #teamCompletedWidget .list-inline li:first-child, #teamCompletedWidget .list-inline li:last-child {
  32. position: relative; }
  33. #teamCompletedWidget .list-inline li:first-child::before, #teamCompletedWidget .list-inline li:last-child::before {
  34. display: inline-block;
  35. position: absolute;
  36. bottom: 5px;
  37. left: -22px;
  38. content: "";
  39. width: 10px;
  40. height: 10px; }
  41. #teamCompletedWidget .list-inline li:first-child {
  42. margin-right: 60px;
  43. color: #a3afb7; }
  44. #teamCompletedWidget .list-inline li:first-child::before {
  45. background-color: #0bb2d4; }
  46. #teamCompletedWidget .list-inline li:last-child {
  47. color: #526069; }
  48. #teamCompletedWidget .list-inline li:last-child::before {
  49. background-color: #a57afa; }
  50. #teamCompletedWidget .card-block {
  51. min-width: 480px; }
  52. #teamCompletedWidget .ct-grids .ct-vertical {
  53. stroke-dasharray: 6; }
  54. #teamCompletedWidget .ct-grids .ct-horizontal {
  55. stroke: none; }
  56. #teamCompletedWidget .ct-grids .ct-point-label {
  57. stroke: #fff;
  58. stroke-width: 60px; }
  59. #teamCompletedWidget .ct-labels .ct-horizontal {
  60. display: block;
  61. padding-top: 10px;
  62. margin-left: -28px;
  63. font-size: 14px;
  64. color: #76838f; }
  65. #teamCompletedWidget .ct-labels .ct-vertical {
  66. margin-top: 5px; }
  67. #teamCompletedWidget .ct-area {
  68. fill-opacity: 0.8; }
  69. #teamCompletedWidget .ct-series .ct-point, #teamCompletedWidget .ct-series .ct-point-content {
  70. opacity: 0;
  71. transition: all .3s; }
  72. #teamCompletedWidget .ct-series:hover .ct-point, #teamCompletedWidget .ct-series:hover .ct-point-content {
  73. opacity: 1; }
  74. #teamCompletedWidget .ct-series.ct-series-a .ct-area {
  75. fill: #a57afa; }
  76. #teamCompletedWidget .ct-series.ct-series-a .ct-line {
  77. stroke: #a57afa;
  78. stroke-width: 1px; }
  79. #teamCompletedWidget .ct-series.ct-series-a .ct-point {
  80. stroke: #9463f7;
  81. stroke-width: 12px;
  82. cursor: pointer; }
  83. #teamCompletedWidget .ct-series.ct-series-a .ct-point-content {
  84. stroke: #fff;
  85. stroke-width: 6px;
  86. stroke-linecap: round;
  87. pointer-events: none; }
  88. #teamCompletedWidget .ct-series.ct-series-b .ct-area {
  89. fill: #28c0de; }
  90. #teamCompletedWidget .ct-series.ct-series-b .ct-line {
  91. stroke: #28c0de;
  92. stroke-width: 1px; }
  93. #teamCompletedWidget .ct-series.ct-series-b .ct-point {
  94. stroke: #0bb2d4;
  95. stroke-width: 12px;
  96. cursor: pointer; }
  97. #teamCompletedWidget .ct-series.ct-series-b .ct-point-content {
  98. stroke: #fff;
  99. stroke-width: 6px;
  100. stroke-linecap: round;
  101. pointer-events: none; }
  102. #personalCompletedWidget {
  103. height: calc(100% - 30px); }
  104. #personalCompletedWidget .card-header {
  105. display: inline-block;
  106. position: relative;
  107. height: 270px;
  108. width: 100%;
  109. text-align: center; }
  110. #personalCompletedWidget .card-header img {
  111. height: 100%; }
  112. #personalCompletedWidget .card-header .avatar {
  113. width: 120px; }
  114. #personalCompletedWidget .overlay-background {
  115. background: rgba(109, 69, 188, 0.8); }
  116. #personalCompletedWidget .card-block {
  117. padding: 48px 30px 0; }
  118. #personalCompletedWidget .counter-number {
  119. margin-top: 10px;
  120. font-size: 40px; }
  121. #personalCompletedWidget .table-responsive {
  122. border: none;
  123. margin-bottom: 0; }
  124. #personalCompletedWidget caption {
  125. padding-top: 0;
  126. padding-bottom: 10px;
  127. color: #37474f;
  128. font-weight: 400; }
  129. #personalCompletedWidget .table {
  130. min-width: 350px;
  131. margin-bottom: 0; }
  132. #personalCompletedWidget .table td {
  133. padding: 20px 0 19px;
  134. width: 40%; }
  135. #personalCompletedWidget .table td:last-child {
  136. width: 20%;
  137. text-align: right; }
  138. #personalCompletedWidget .progress {
  139. display: inline-block;
  140. width: 100%;
  141. vertical-align: middle; }
  142. #toDoListWidget {
  143. height: calc(100% - 30px); }
  144. #toDoListWidget img {
  145. width: 30px; }
  146. #toDoListWidget .card-header {
  147. line-height: 1; }
  148. #toDoListWidget .card-header::after {
  149. display: block;
  150. clear: both;
  151. content: ""; }
  152. #toDoListWidget .card-header-actions {
  153. margin-top: 12px;
  154. margin-right: 14px; }
  155. #toDoListWidget .wb-plus {
  156. color: #76838f; }
  157. #toDoListWidget .list-group {
  158. margin: 0 30px; }
  159. #toDoListWidget .list-group-item {
  160. padding: 20px 0;
  161. margin-bottom: 0;
  162. border: none;
  163. border-top: 1px solid #e5e5e5;
  164. cursor: pointer; }
  165. #toDoListWidget .list-group-item::after {
  166. display: block;
  167. clear: both;
  168. content: ""; }
  169. #toDoListWidget .list-group-item .checkbox-custom {
  170. margin: 0; }
  171. #toDoListWidget .list-group-item .checkbox-custom label {
  172. padding-left: 20px;
  173. padding-bottom: 2px; }
  174. #toDoListWidget .list-group-item .checkbox-custom input:checked + label {
  175. text-decoration: line-through; }
  176. #toDoListWidget .item-due-date {
  177. float: left; }
  178. #toDoListWidget .item-due-date span {
  179. line-height: 34px;
  180. margin-left: 44px; }
  181. #toDoListWidget .item-members {
  182. float: right;
  183. padding: 0;
  184. margin-top: 4px;
  185. text-align: right;
  186. white-space: normal;
  187. list-style-type: none; }
  188. #toDoListWidget .item-members::after {
  189. display: block;
  190. clear: both;
  191. content: ""; }
  192. #toDoListWidget .item-members li {
  193. float: left;
  194. position: relative;
  195. margin-left: 10px; }
  196. #toDoListWidget .item-members li:not(:hover) .avatar + button {
  197. position: absolute;
  198. left: 0;
  199. top: 0;
  200. opacity: 0; }
  201. #toDoListWidget .item-members li:hover .avatar {
  202. display: none; }
  203. #toDoListWidget .item-members li:hover button {
  204. opacity: 1; }
  205. #toDoListWidget .item-members li button {
  206. width: 30px;
  207. height: 30px;
  208. padding: 7px; }
  209. #recentActivityWidget {
  210. height: calc(100% - 30px); }
  211. #recentActivityWidget .card-header::after {
  212. display: block;
  213. clear: both;
  214. content: ""; }
  215. #recentActivityWidget .card-header .badge {
  216. padding: 3px 21px;
  217. line-height: 26px;
  218. font-size: 14px;
  219. font-weight: 400;
  220. color: #76838f;
  221. cursor: pointer; }
  222. #recentActivityWidget .timeline {
  223. margin-left: 50px;
  224. margin-right: 30px;
  225. margin-bottom: 0; }
  226. #recentActivityWidget .timeline::before {
  227. left: 0;
  228. top: 20px;
  229. width: 1px;
  230. height: 85%;
  231. margin-left: 0;
  232. background-color: #e5e5e5; }
  233. #recentActivityWidget .timeline > li {
  234. width: 100%;
  235. padding-left: 49px;
  236. padding-right: 0;
  237. margin-bottom: 0;
  238. margin-top: 0;
  239. cursor: pointer; }
  240. #recentActivityWidget .timeline > li:last-child .timeline-content-wrap {
  241. border-bottom: none; }
  242. #recentActivityWidget .timeline-content-wrap {
  243. padding-top: 15px;
  244. padding-bottom: 15px;
  245. border-bottom: 1px solid #e5e5e5; }
  246. #recentActivityWidget .timeline-content-wrap::after {
  247. display: block;
  248. clear: both;
  249. content: ""; }
  250. #recentActivityWidget .timeline-icon .timeline-reverse .timeline-dot {
  251. top: 12px; }
  252. #recentActivityWidget .timeline-content .title {
  253. color: #76838f; }
  254. #recentActivityWidget .timeline-content .title .authors, #recentActivityWidget .timeline-content .title .room-number {
  255. margin-right: 5px;
  256. font-weight: 400;
  257. color: #37474f; }
  258. #recentActivityWidget .timeline-content .metas {
  259. padding: 3px 0;
  260. color: #a3afb7; }
  261. #recentActivityWidget .timeline-content .members {
  262. padding-left: 0;
  263. margin-top: 7px;
  264. list-style-type: none; }
  265. #recentActivityWidget .timeline-content .members > li {
  266. display: inline-block;
  267. margin-right: 10px; }
  268. #recentActivityWidget .timeline-content .members .avatar-sm {
  269. width: 27px; }
  270. #recentActivityWidget .timeline-content .photos {
  271. padding-left: 0;
  272. margin-top: 7px;
  273. list-style-type: none; }
  274. #recentActivityWidget .timeline-content .photos::after {
  275. display: block;
  276. clear: both;
  277. content: ""; }
  278. #recentActivityWidget .timeline-content .photos > li {
  279. float: left;
  280. width: 31%;
  281. margin-right: 3%; }
  282. #recentActivityWidget .timeline-content .photos > li:last-child {
  283. margin-right: 0; }
  284. #recentActivityWidget .timeline-content .operates {
  285. padding-left: 0;
  286. margin-top: 7px;
  287. list-style-type: none; }
  288. #recentActivityWidget .timeline-content .operates > li {
  289. display: inline-block;
  290. margin-right: 15px; }
  291. #recentActivityWidget .timeline-content .operates .btn {
  292. width: 103px;
  293. height: 30px;
  294. line-height: 16px;
  295. color: #76838f; }
  296. #recentActivityWidget .timeline-content .operates .btn:hover, #recentActivityWidget .timeline-content .operates .btn:focus {
  297. color: #fff; }
  298. @media screen and (min-width: 992px) and (max-width: 1599px) {
  299. .card-completed-options .pie-progress {
  300. min-width: 100px; } }
  301. @media (max-width: 991.98px) {
  302. #teamCompletedWidget .list-inline {
  303. float: left;
  304. margin-top: 20px;
  305. margin-left: 40px; } }
  306. @media (min-width: 480px) and (max-width: 991.98px) {
  307. .card-completed-options {
  308. height: calc(100% - 30px); }
  309. .card-completed-options .pie-progress {
  310. min-width: 50px; }
  311. .card-completed-options .col-xs-6 {
  312. width: 100%; }
  313. .card-completed-options .counter::after {
  314. display: block;
  315. clear: both;
  316. content: ""; }
  317. .card-completed-options .counter-label {
  318. display: inline-block; }
  319. .card-completed-options .counter-number {
  320. float: left;
  321. margin-right: 20px;
  322. font-size: 14px !important;
  323. font-weight: 400; }
  324. .card-completed-options .pie-progress {
  325. margin: 20px auto 10px; } }
  326. @media (max-width: 479.98px) {
  327. .card-completed-options .pie-progress {
  328. min-width: 100px; }
  329. #recentActivityWidget .timeline-content .operates > li {
  330. display: block;
  331. margin-right: 0;
  332. margin-top: 10px;
  333. padding-bottom: 1px; }
  334. #recentActivityWidget .timeline-content .operates .btn {
  335. height: 25px;
  336. line-height: 11px;
  337. width: 85px; } }
  338. @media screen and (max-width: 400px) {
  339. #personalCompletedWidget .total-completed {
  340. font-size: 10px;
  341. line-height: 22px; }
  342. #personalCompletedWidget .card-block {
  343. padding: 30px 15px 0; } }