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.

356 lines
5.0 KiB

  1. /*------------------------------------------------------------------
  2. Bootstrap Admin Template by EGrappler.com
  3. ------------------------------------------------------------------*/
  4. /*------------------------------------------------------------------
  5. [1. Shortcuts / .shortcuts]
  6. */
  7. .shortcuts {
  8. text-align: center;
  9. }
  10. .shortcuts .shortcut {
  11. width: 22.50%;
  12. display: inline-block;
  13. padding: 12px 0;
  14. margin: 0 .9% 1em;
  15. vertical-align: top;
  16. text-decoration: none;
  17. background: #f9f6f1;
  18. border-radius: 5px;
  19. }
  20. .shortcuts .shortcut .shortcut-icon {
  21. margin-top: .25em;
  22. margin-bottom: .25em;
  23. font-size: 32px;
  24. color: #545454;
  25. }
  26. .shortcuts .shortcut:hover {
  27. background: #00ba8b;
  28. }
  29. .shortcuts .shortcut:hover span{
  30. color: #fff;
  31. }
  32. .shortcuts .shortcut:hover .shortcut-icon {
  33. color: #fff;
  34. }
  35. .shortcuts .shortcut-label {
  36. display: block;
  37. font-weight: 400;
  38. color: #545454;
  39. }
  40. /*------------------------------------------------------------------
  41. [2. Stats / .stats]
  42. */
  43. .stats {
  44. width: 100%;
  45. display: table;
  46. padding: 0 0 0 10px;
  47. margin-top: .5em;
  48. margin-bottom: 1.9em;
  49. }
  50. .stats .stat {
  51. display: table-cell;
  52. width: 40%;
  53. vertical-align: top;
  54. font-size: 11px;
  55. font-weight: bold;
  56. color: #999;
  57. }
  58. .stat-value {
  59. display: block;
  60. margin-bottom: .55em;
  61. font-size: 30px;
  62. font-weight: bold;
  63. letter-spacing: -2px;
  64. color: #444;
  65. }
  66. .stat-time {
  67. text-align: center;
  68. padding-top: 1.5em;
  69. }
  70. .stat-time .stat-value {
  71. color: #19bc9c;
  72. font-size: 40px;
  73. }
  74. .stats #donut-chart {
  75. height: 100px;
  76. margin-left: -20px;
  77. }
  78. /*------------------------------------------------------------------
  79. [3. News Item / .news-items]
  80. */
  81. .news-items {
  82. margin: 1em 0 0;
  83. }
  84. .news-items li {
  85. display: table;
  86. padding: 0 2em 0 1.5em;
  87. padding-bottom: 1em;
  88. margin-bottom: 1em;
  89. border-bottom: 1px dotted #CCC;
  90. }
  91. .news-items li:last-child { padding-bottom: 0; border: none; }
  92. .news-item-date {
  93. display: table-cell;
  94. }
  95. .news-item-detail {
  96. display: table-cell;
  97. }
  98. .news-item-title {
  99. font-size: 13px;
  100. font-weight: 600;
  101. }
  102. .news-item-date {
  103. width: 75px;
  104. vertical-align: middle;
  105. text-align: center;
  106. }
  107. .news-item-day {
  108. display: block;
  109. margin-bottom: .25em;
  110. font-size: 24px;
  111. color: #888;
  112. }
  113. .news-item-preview {
  114. margin-bottom: 0;
  115. color: #777;
  116. }
  117. .news-item-month {
  118. display: block;
  119. padding-right: 1px;
  120. font-size: 12px;
  121. font-weight: 600;
  122. color: #888;
  123. }
  124. /*------------------------------------------------------------------
  125. [4. Action Table / .action-table]
  126. */
  127. .action-table .btn-small {
  128. padding: 4px 5px 5px;
  129. font-size: 10px;
  130. }
  131. .action-table .td-actions {
  132. width: 80px;
  133. text-align: center;
  134. }
  135. .action-table .td-actions .btn {
  136. margin-right: .5em;
  137. }
  138. .action-table .td-actions .btn:last-child {
  139. margin-rigth: 0;
  140. }
  141. #big_stats {
  142. width: 100%;
  143. display: table;
  144. margin-top: 1.5em;
  145. }
  146. .big-stats-container .widget-content {
  147. border:0;
  148. }
  149. #big_stats .stat {
  150. width: 35%;
  151. height: 90px;
  152. text-align: center;
  153. display: table-cell;
  154. padding: 0;
  155. position: relative;
  156. border-right: 1px solid #CCC;
  157. border-left: 1px solid #FFF;
  158. }
  159. #big_stats i { font-size:20px; display:block; line-height: 30px; color:#b2afaa; }
  160. #big_stats .stat i { color:#19bc9c; }
  161. h6.bigstats {
  162. margin: 20px;
  163. border-bottom: 1px solid #eee;
  164. padding-bottom: 20px;
  165. margin-bottom: 26px;
  166. }
  167. #big_stats .stat:first-child {
  168. border-left: none;
  169. width:35%;
  170. }
  171. #big_stats .stat:last-child {
  172. border-right: none;
  173. width:35%;
  174. }
  175. #big_stats .stat h4 {
  176. font-size: 11px;
  177. font-weight: bold;
  178. color: #777;
  179. margin-bottom: 1.5em;
  180. }
  181. #big_stats .stat .value {
  182. font-size: 20px;
  183. font-weight: bold;
  184. color: #545454;
  185. line-height: 1em;
  186. }
  187. @media all and (max-width: 950px) and (min-width: 1px) {
  188. #big_stats {
  189. display: block;
  190. margin-bottom: -10px;
  191. }
  192. #big_stats .stat {
  193. width: 25%;
  194. display: block;
  195. margin-bottom: 1em;
  196. float: left;
  197. }
  198. }
  199. @media (max-width: 767px) {
  200. #big_stats .stat .value {
  201. font-size: 25px;
  202. }
  203. }
  204. @media (max-width: 979px) {
  205. .shortcuts .shortcut {
  206. width: 31%;
  207. }
  208. }
  209. @media (max-width: 480px) {
  210. .stats .stat {
  211. margin-bottom: 3em;
  212. }
  213. .stats .stat .stat-value {
  214. margin-bottom: .15em;
  215. font-size: 20px;
  216. }
  217. .stats {
  218. float: left;
  219. display: block;
  220. margin-bottom: 0;
  221. }
  222. #chart-stats {
  223. margin: 2em 0 1em;
  224. }
  225. .shortcuts .shortcut {
  226. width: 48%;
  227. }
  228. }
  229. /* ADDED BY AFAQ */
  230. .widget-content { padding:0px; }
  231. .dataTables_length { display:none; }
  232. .dataTable { margin-bottom:0px; }
  233. .pulse {
  234. background:#19bc9c;
  235. border:1px solid #19bc9c;
  236. color:white;
  237. }
  238. .pulse-border {
  239. border-color:#19bc9c;
  240. }
  241. .navbar {
  242. position:fixed;
  243. top:0;
  244. z-index:9999999;
  245. width:100%;
  246. }
  247. .subnavbar {
  248. position:fixed;
  249. top:50px;
  250. z-index:9999999;
  251. width:100%;
  252. }
  253. .main {
  254. margin-top:130px;
  255. }
  256. .dataTables_paginate{ width:100%; text-align:center; margin-top:10px; margin-left:-30px;}
  257. .dataTables_paginate a{ margin-left:8px;}
  258. .dataTables_paginate a:hover{ pointer:pointer;}
  259. .navbar-fixed-top{ margin-left:0px;}
  260. .widget-search{display: inline-block; vertical-align: middle; margin: 0 6px; width: 200px;}