sb-admin-2.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. /*!
  2. * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
  3. * Copyright 2013-2017 Start Bootstrap
  4. * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
  5. */
  6. body {
  7. background-color: #f8f8f8;
  8. }
  9. #wrapper {
  10. width: 100%;
  11. }
  12. #page-wrapper {
  13. padding: 0 15px;
  14. min-height: 568px;
  15. background-color: white;
  16. }
  17. @media (min-width: 768px) {
  18. #page-wrapper {
  19. position: inherit;
  20. margin: 0 0 0 33%;
  21. padding: 0 30px;
  22. border-left: 1px solid #e7e7e7;
  23. }
  24. }
  25. .navbar-top-links {
  26. margin-right: 0;
  27. }
  28. .navbar-top-links li {
  29. display: inline-block;
  30. }
  31. .navbar-top-links li:last-child {
  32. margin-right: 15px;
  33. }
  34. .navbar-top-links li a {
  35. padding: 15px;
  36. min-height: 75px;
  37. }
  38. .navbar-top-links .dropdown-menu li {
  39. display: block;
  40. }
  41. .navbar-top-links .dropdown-menu li:last-child {
  42. margin-right: 0;
  43. }
  44. .navbar-top-links .dropdown-menu li a {
  45. padding: 3px 20px;
  46. min-height: 0;
  47. }
  48. .navbar-top-links .dropdown-menu li a div {
  49. white-space: normal;
  50. }
  51. .navbar-top-links .dropdown-messages,
  52. .navbar-top-links .dropdown-tasks,
  53. .navbar-top-links .dropdown-alerts {
  54. width: 310px;
  55. min-width: 0;
  56. }
  57. .navbar-top-links .dropdown-messages {
  58. margin-left: 5px;
  59. }
  60. .navbar-top-links .dropdown-tasks {
  61. margin-left: -59px;
  62. }
  63. .navbar-top-links .dropdown-alerts {
  64. margin-left: -123px;
  65. }
  66. .navbar-top-links .dropdown-user {
  67. right: 0;
  68. left: auto;
  69. }
  70. .sidebar .sidebar-nav.navbar-collapse {
  71. padding-left: 0;
  72. padding-right: 0;
  73. }
  74. .sidebar .sidebar-search {
  75. padding: 15px;
  76. }
  77. .sidebar ul li {
  78. border-bottom: 1px solid #e7e7e7;
  79. }
  80. .sidebar ul li a.active {
  81. background-color: #eeeeee;
  82. }
  83. .sidebar .arrow {
  84. float: right;
  85. }
  86. .sidebar .fa.arrow:before {
  87. content: "\f104";
  88. }
  89. .sidebar .active > a > .fa.arrow:before {
  90. content: "\f107";
  91. }
  92. .sidebar .nav-second-level li,
  93. .sidebar .nav-third-level li {
  94. border-bottom: none !important;
  95. }
  96. .sidebar .nav-second-level li a {
  97. padding-left: 30px;
  98. }
  99. .sidebar .nav-third-level li a {
  100. padding-left: 15px;
  101. }
  102. @media (min-width: 768px) {
  103. .sidebar {
  104. z-index: 1;
  105. position: absolute;
  106. width: 33%;
  107. margin-top: 76px;
  108. }
  109. .navbar-top-links .dropdown-messages,
  110. .navbar-top-links .dropdown-tasks,
  111. .navbar-top-links .dropdown-alerts {
  112. margin-left: auto;
  113. }
  114. }
  115. .btn-outline {
  116. color: inherit;
  117. background-color: transparent;
  118. transition: all .5s;
  119. }
  120. .btn-primary.btn-outline {
  121. color: #428bca;
  122. }
  123. .btn-success.btn-outline {
  124. color: #5cb85c;
  125. }
  126. .btn-info.btn-outline {
  127. color: #5bc0de;
  128. }
  129. .btn-warning.btn-outline {
  130. color: #f0ad4e;
  131. }
  132. .btn-danger.btn-outline {
  133. color: #d9534f;
  134. }
  135. .btn-primary.btn-outline:hover,
  136. .btn-success.btn-outline:hover,
  137. .btn-info.btn-outline:hover,
  138. .btn-warning.btn-outline:hover,
  139. .btn-danger.btn-outline:hover {
  140. color: white;
  141. }
  142. .chat {
  143. margin: 0;
  144. padding: 0;
  145. list-style: none;
  146. }
  147. .chat li {
  148. margin-bottom: 10px;
  149. padding-bottom: 5px;
  150. border-bottom: 1px dotted #999999;
  151. }
  152. .chat li.left .chat-body {
  153. margin-left: 60px;
  154. }
  155. .chat li.right .chat-body {
  156. margin-right: 60px;
  157. }
  158. .chat li .chat-body p {
  159. margin: 0;
  160. }
  161. .panel .slidedown .glyphicon,
  162. .chat .glyphicon {
  163. margin-right: 5px;
  164. }
  165. .chat-panel .panel-body {
  166. height: 350px;
  167. overflow-y: scroll;
  168. }
  169. .login-panel {
  170. margin-top: 25%;
  171. }
  172. .flot-chart {
  173. display: block;
  174. height: 400px;
  175. }
  176. .flot-chart-content {
  177. width: 100%;
  178. height: 100%;
  179. }
  180. table.dataTable thead .sorting,
  181. table.dataTable thead .sorting_asc,
  182. table.dataTable thead .sorting_desc,
  183. table.dataTable thead .sorting_asc_disabled,
  184. table.dataTable thead .sorting_desc_disabled {
  185. background: transparent;
  186. }
  187. table.dataTable thead .sorting_asc:after {
  188. content: "\f0de";
  189. float: right;
  190. font-family: fontawesome;
  191. }
  192. table.dataTable thead .sorting_desc:after {
  193. content: "\f0dd";
  194. float: right;
  195. font-family: fontawesome;
  196. }
  197. table.dataTable thead .sorting:after {
  198. content: "\f0dc";
  199. float: right;
  200. font-family: fontawesome;
  201. color: rgba(50, 50, 50, 0.5);
  202. }
  203. .btn-circle {
  204. width: 30px;
  205. height: 30px;
  206. padding: 6px 0;
  207. border-radius: 15px;
  208. text-align: center;
  209. font-size: 12px;
  210. line-height: 1.428571429;
  211. }
  212. .btn-circle.btn-lg {
  213. width: 50px;
  214. height: 50px;
  215. padding: 10px 16px;
  216. border-radius: 25px;
  217. font-size: 18px;
  218. line-height: 1.33;
  219. }
  220. .btn-circle.btn-xl {
  221. width: 70px;
  222. height: 70px;
  223. padding: 10px 16px;
  224. border-radius: 35px;
  225. font-size: 24px;
  226. line-height: 1.33;
  227. }
  228. .show-grid [class^="col-"] {
  229. padding-top: 10px;
  230. padding-bottom: 10px;
  231. border: 1px solid #ddd;
  232. background-color: #eee !important;
  233. }
  234. .show-grid {
  235. margin: 15px 0;
  236. }
  237. .huge {
  238. font-size: 40px;
  239. }
  240. .panel-green {
  241. border-color: #5cb85c;
  242. }
  243. .panel-green > .panel-heading {
  244. border-color: #5cb85c;
  245. color: white;
  246. background-color: #5cb85c;
  247. }
  248. .panel-green > a {
  249. color: #5cb85c;
  250. }
  251. .panel-green > a:hover {
  252. color: #3d8b3d;
  253. }
  254. .panel-red {
  255. border-color: #d9534f;
  256. }
  257. .panel-red > .panel-heading {
  258. border-color: #d9534f;
  259. color: white;
  260. background-color: #d9534f;
  261. }
  262. .panel-red > a {
  263. color: #d9534f;
  264. }
  265. .panel-red > a:hover {
  266. color: #b52b27;
  267. }
  268. .panel-yellow {
  269. border-color: #f0ad4e;
  270. }
  271. .panel-yellow > .panel-heading {
  272. border-color: #f0ad4e;
  273. color: white;
  274. background-color: #f0ad4e;
  275. }
  276. .panel-yellow > a {
  277. color: #f0ad4e;
  278. }
  279. .panel-yellow > a:hover {
  280. color: #df8a13;
  281. }
  282. .timeline {
  283. position: relative;
  284. padding: 20px 0 20px;
  285. list-style: none;
  286. }
  287. .timeline:before {
  288. content: " ";
  289. position: absolute;
  290. top: 0;
  291. bottom: 0;
  292. left: 50%;
  293. width: 3px;
  294. margin-left: -1.5px;
  295. background-color: #eeeeee;
  296. }
  297. .timeline > li {
  298. position: relative;
  299. margin-bottom: 20px;
  300. }
  301. .timeline > li:before,
  302. .timeline > li:after {
  303. content: " ";
  304. display: table;
  305. }
  306. .timeline > li:after {
  307. clear: both;
  308. }
  309. .timeline > li:before,
  310. .timeline > li:after {
  311. content: " ";
  312. display: table;
  313. }
  314. .timeline > li:after {
  315. clear: both;
  316. }
  317. .timeline > li > .timeline-panel {
  318. float: left;
  319. position: relative;
  320. width: 46%;
  321. padding: 20px;
  322. border: 1px solid #d4d4d4;
  323. border-radius: 2px;
  324. -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  325. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  326. }
  327. .timeline > li > .timeline-panel:before {
  328. content: " ";
  329. display: inline-block;
  330. position: absolute;
  331. top: 26px;
  332. right: -15px;
  333. border-top: 15px solid transparent;
  334. border-right: 0 solid #ccc;
  335. border-bottom: 15px solid transparent;
  336. border-left: 15px solid #ccc;
  337. }
  338. .timeline > li > .timeline-panel:after {
  339. content: " ";
  340. display: inline-block;
  341. position: absolute;
  342. top: 27px;
  343. right: -14px;
  344. border-top: 14px solid transparent;
  345. border-right: 0 solid #fff;
  346. border-bottom: 14px solid transparent;
  347. border-left: 14px solid #fff;
  348. }
  349. .timeline > li > .timeline-badge {
  350. z-index: 100;
  351. position: absolute;
  352. top: 16px;
  353. left: 50%;
  354. width: 50px;
  355. height: 50px;
  356. margin-left: -25px;
  357. border-radius: 50% 50% 50% 50%;
  358. text-align: center;
  359. font-size: 1.4em;
  360. line-height: 50px;
  361. color: #fff;
  362. background-color: #999999;
  363. }
  364. .timeline > li.timeline-inverted > .timeline-panel {
  365. float: right;
  366. }
  367. .timeline > li.timeline-inverted > .timeline-panel:before {
  368. right: auto;
  369. left: -15px;
  370. border-right-width: 15px;
  371. border-left-width: 0;
  372. }
  373. .timeline > li.timeline-inverted > .timeline-panel:after {
  374. right: auto;
  375. left: -14px;
  376. border-right-width: 14px;
  377. border-left-width: 0;
  378. }
  379. .timeline-badge.primary {
  380. background-color: #2e6da4 !important;
  381. }
  382. .timeline-badge.success {
  383. background-color: #3f903f !important;
  384. }
  385. .timeline-badge.warning {
  386. background-color: #f0ad4e !important;
  387. }
  388. .timeline-badge.danger {
  389. background-color: #d9534f !important;
  390. }
  391. .timeline-badge.info {
  392. background-color: #5bc0de !important;
  393. }
  394. .timeline-title {
  395. margin-top: 0;
  396. color: inherit;
  397. }
  398. .timeline-body > p,
  399. .timeline-body > ul {
  400. margin-bottom: 0;
  401. }
  402. .timeline-body > p + p {
  403. margin-top: 5px;
  404. }
  405. @media (max-width: 1090px) {
  406. #biomedisa,
  407. #nova,
  408. #astor {
  409. display: none;
  410. }
  411. }
  412. @media (max-width: 767px) {
  413. ul.timeline:before {
  414. left: 40px;
  415. }
  416. ul.timeline > li > .timeline-panel {
  417. width: calc(10%);
  418. width: -moz-calc(10%);
  419. width: -webkit-calc(10%);
  420. }
  421. ul.timeline > li > .timeline-badge {
  422. top: 16px;
  423. left: 15px;
  424. margin-left: 0;
  425. }
  426. ul.timeline > li > .timeline-panel {
  427. float: right;
  428. }
  429. ul.timeline > li > .timeline-panel:before {
  430. right: auto;
  431. left: -15px;
  432. border-right-width: 15px;
  433. border-left-width: 0;
  434. }
  435. ul.timeline > li > .timeline-panel:after {
  436. right: auto;
  437. left: -14px;
  438. border-right-width: 14px;
  439. border-left-width: 0;
  440. }
  441. }
  442. #kit-logo {
  443. margin: 10px 0 10px 10px;
  444. }
  445. .dropdown,
  446. .dropdown > a {
  447. height: 60px;
  448. }
  449. .floatingdiv {
  450. background-color: white;
  451. position: absolute;
  452. height: 100%;
  453. width: 33%;
  454. left: 0;
  455. top: 76px;
  456. opacity: 1.0;
  457. }