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.

1286 lines
22 KiB

12 years ago
12 years ago
12 years ago
  1. /*------------------------------------------------------------------
  2. Bootstrap Admin Template by EGrappler.com
  3. ------------------------------------------------------------------*/
  4. /*------------------------------------------------------------------
  5. [1. Global]
  6. */
  7. body {
  8. background: #f9f6f1;
  9. font: 13px/1.7em 'Open Sans';
  10. }
  11. p {
  12. font: 13px/1.7em 'Open Sans';
  13. }
  14. a {
  15. cursor: pointer;
  16. }
  17. input,
  18. button,
  19. select,
  20. textarea {
  21. font-family: 'Open Sans';
  22. }
  23. .dropdown .dropdown-menu {
  24. -webkit-border-radius: 6px;
  25. -moz-border-radius: 6px;
  26. border-radius: 6px;
  27. }
  28. .btn-icon-only {
  29. padding-right: 3px;
  30. padding-left: 3px;
  31. }
  32. .table td {
  33. vertical-align: middle;
  34. }
  35. .table-bordered th {
  36. background: #E9E9E9;
  37. background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
  38. background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
  39. background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
  40. background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
  41. background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
  42. background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
  43. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  44. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  45. font-size: 10px;
  46. color: #444;
  47. text-transform: uppercase;
  48. }
  49. /*------------------------------------------------------------------
  50. [2. Navbar / .navbar]
  51. */
  52. .navbar .container {
  53. position: relative;
  54. }
  55. .navbar-inner {
  56. padding: 7px 0;
  57. background: #515254 !important;
  58. -moz-border-radius: 0;
  59. -webkit-border-radius: 0;
  60. border-radius: 0;
  61. }
  62. .navbar-fixed-top {
  63. position: static;
  64. }
  65. .navbar .nav a {
  66. font-size: 11px;
  67. }
  68. .navbar .nav>li>a { color:#fff !important;}
  69. .navbar .brand {
  70. font-weight: 600;
  71. position: relative;
  72. top: 2px;
  73. }
  74. .navbar .search-query {
  75. background-color: #444;
  76. width: 150px;
  77. font-size: 11px;
  78. font-weight: bold;
  79. }
  80. .navbar .search-query::-webkit-input-placeholder {
  81. color: #666;
  82. }
  83. .navbar .search-query:-moz-placeholder {
  84. color: #666;
  85. }
  86. .navbar-search .search-query { background:#008866; border:0; color:#fff; line-height:normal;}
  87. /*------------------------------------------------------------------
  88. [3. Subnavbar / .subnavbar]
  89. */
  90. .subnavbar {
  91. margin-bottom: 2.5em;
  92. }
  93. .subnavbar-inner {
  94. height: 60px;
  95. background: #fff;
  96. border-bottom: 1px solid #d6d6d6;
  97. }
  98. .subnavbar .container > ul {
  99. display: inline-block;
  100. height: 80px;
  101. padding: 0;
  102. margin: 0;
  103. }
  104. .subnavbar .container > ul > li {
  105. float: left;
  106. min-width: 90px;
  107. height: 60px;
  108. padding: 0;
  109. margin: 0;
  110. text-align: center;
  111. list-style: none;
  112. border-left: 1px solid #d9d9d9;
  113. }
  114. .subnavbar .container > ul > li > a {
  115. display: block;
  116. height: 100%;
  117. padding: 0 15px;
  118. font-size: 12px;
  119. font-weight: bold;
  120. color: #b2afaa;
  121. }
  122. .subnavbar .container > ul > li > a:hover {
  123. color: #888;
  124. text-decoration: none;
  125. }
  126. .subnavbar .container > ul > li > a > i {
  127. display: inline-block;
  128. width: 24px;
  129. height: 24px;
  130. margin-top: 11px;
  131. margin-bottom: -3px;
  132. font-size: 20px;
  133. }
  134. .subnavbar .container > ul > li > a > span {
  135. display: block;
  136. }
  137. .subnavbar .container > ul > li:hover > a {
  138. border-bottom:3px solid #ff7f74;
  139. color: #383838;
  140. }
  141. .subnavbar .dropdown .dropdown-menu a {
  142. font-size: 12px;
  143. }
  144. .subnavbar .dropdown .dropdown-menu {
  145. text-align: left;
  146. -webkit-border-top-left-radius: 0;
  147. -webkit-border-top-right-radius: 0;
  148. -moz-border-radius-topleft: 0;
  149. -moz-border-radius-topright: 0;
  150. border-top-left-radius: 0;
  151. border-top-right-radius: 0;
  152. }
  153. .subnavbar .dropdown-menu::before {
  154. content: '';
  155. display: inline-block;
  156. border-left: 7px solid transparent;
  157. border-right: 7px solid transparent;
  158. border-bottom: 7px solid #CCC;
  159. border-bottom-color: rgba(0, 0, 0, 0.2);
  160. position: absolute;
  161. top: -7px;
  162. left: 9px;
  163. }
  164. .subnavbar .dropdown-menu::after {
  165. content: '';
  166. display: inline-block;
  167. border-left: 6px solid transparent;
  168. border-right: 6px solid transparent;
  169. border-bottom: 6px solid white;
  170. position: absolute;
  171. top: -6px;
  172. left: 10px;
  173. }
  174. .subnavbar .caret {
  175. margin-top: 4px;
  176. border-top-color: white;
  177. border-bottom-color: white;
  178. }
  179. .subnavbar .dropdown.open .caret {
  180. display: none;
  181. }
  182. /*------------------------------------------------------------------
  183. [4. Main / .main]
  184. */
  185. .main {
  186. padding-bottom: 2em;
  187. border-bottom: 1px solid #000;
  188. }
  189. /*------------------------------------------------------------------
  190. [5. Extra / .extra]
  191. */
  192. .extra {
  193. border-top: 1px solid #585858;
  194. border-bottom: 1px solid #000;
  195. }
  196. .extra-inner {
  197. padding: 20px 0;
  198. font-size: 11px;
  199. color: #BBB;
  200. background: #1A1A1A;
  201. }
  202. .extra a {
  203. color: #666;
  204. }
  205. .extra h4 {
  206. margin-bottom: 1em;
  207. font-weight: 400;
  208. }
  209. .extra ul {
  210. padding: 0;
  211. margin: 0;
  212. }
  213. .extra li {
  214. margin-bottom: .6em;
  215. list-style: none;
  216. }
  217. /*------------------------------------------------------------------
  218. [6. Footer/ .footer]
  219. */
  220. .footer {
  221. margin-top: 0;
  222. border-top: 1px solid #292929;
  223. }
  224. .footer-inner {
  225. padding: 15px 0;
  226. font-size: 12px;
  227. background: #515254;
  228. color: #999fff;
  229. }
  230. .footer a {
  231. color: #FFF;
  232. }
  233. .footer a:hover {
  234. color: #000;
  235. text-decoration: none;
  236. }
  237. /*------------------------------------------------------------------
  238. [6. Widget / .widget]
  239. */
  240. .widget {
  241. position: relative;
  242. clear: both;
  243. width: auto;
  244. margin-bottom: 2em;
  245. overflow: hidden;
  246. }
  247. .widget-header {
  248. position: relative;
  249. height: 40px;
  250. line-height: 40px;
  251. background: #f9f6f1;
  252. background:-moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
  253. background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6f1), color-stop(100%,#f2efea)); /* Chrome,Safari4+ */
  254. background:-webkit-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Chrome10+,Safari5.1+ */
  255. background:-o-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Opera11.10+ */
  256. background:-ms-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* IE10+ */
  257. background:linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* W3C */
  258. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
  259. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
  260. border: 1px solid #d6d6d6;
  261. -webkit-background-clip: padding-box;
  262. }
  263. .widget-header h3 {
  264. position: relative;
  265. top: 2px;
  266. left: 10px;
  267. display: inline-block;
  268. margin-right: 3em;
  269. font-size: 14px;
  270. font-weight: 800;
  271. color: #525252;
  272. line-height: 18px;
  273. text-shadow: 1px 1px 2px rgba(255,255,255,.5);
  274. }
  275. .widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
  276. display: inline-block;
  277. margin-left: 13px;
  278. margin-right: -2px;
  279. font-size: 16px;
  280. color: #555;
  281. vertical-align: middle;
  282. }
  283. .widget-content {
  284. padding: 20px 15px 15px;
  285. background: #FFF;
  286. border: 1px solid #D5D5D5;
  287. -moz-border-radius: 5px;
  288. -webkit-border-radius: 5px;
  289. border-radius: 5px;
  290. }
  291. .widget-header+.widget-content {
  292. border-top: none;
  293. -webkit-border-top-left-radius: 0;
  294. -webkit-border-top-right-radius: 0;
  295. -moz-border-radius-topleft: 0;
  296. -moz-border-radius-topright: 0;
  297. border-top-left-radius: 0;
  298. border-top-right-radius: 0;
  299. }
  300. .widget-nopad .widget-content {
  301. padding: 0;
  302. }
  303. /* Widget Content Clearfix */
  304. .widget-content:before,
  305. .widget-content:after {
  306. content:"";
  307. display:table;
  308. }
  309. .widget-content:after {
  310. clear:both;
  311. }
  312. /* For IE 6/7 (trigger hasLayout) */
  313. .widget-content {
  314. zoom:1;
  315. }
  316. /* Widget Table */
  317. .widget-table .widget-content {
  318. padding: 0;
  319. }
  320. .widget-table .table {
  321. margin-bottom: 0;
  322. border: none;
  323. }
  324. .widget-table .table tr td:first-child {
  325. border-left: none;
  326. }
  327. .widget-table .table tr th:first-child {
  328. border-left: none;
  329. }
  330. /* Widget Plain */
  331. .widget-plain {
  332. background: transparent;
  333. border: none;
  334. }
  335. .widget-plain .widget-content {
  336. padding: 0;
  337. background: transparent;
  338. border: none;
  339. }
  340. /* Widget Box */
  341. .widget-box {
  342. }
  343. .widget-box .widget-content {
  344. background: #E3E3E3;
  345. background: #FFF;
  346. }
  347. /*------------------------------------------------------------------
  348. [7. Error / .error-container]
  349. */
  350. .error-container {
  351. margin-top: 4em;
  352. margin-bottom: 4em;
  353. text-align: center;
  354. }
  355. .error-container h1 {
  356. margin-bottom: .5em;
  357. font-size: 120px;
  358. line-height: 1em;
  359. }
  360. .error-container h2 {
  361. margin-bottom: .75em;
  362. font-size: 28px;
  363. }
  364. .error-container .error-details {
  365. margin-bottom: 1.5em;
  366. font-size: 16px;
  367. }
  368. .error-container .error-actions a {
  369. margin: 0 .5em;
  370. }
  371. /* Message layout */
  372. ul.messages_layout {
  373. position: relative;
  374. margin: 0;
  375. padding: 0
  376. }
  377. ul.messages_layout li {
  378. float: left;
  379. list-style: none;
  380. position: relative
  381. }
  382. ul.messages_layout li.left {
  383. padding-left: 75px
  384. }
  385. ul.messages_layout li.right {
  386. padding-right: 75px
  387. }
  388. ul.messages_layout li.right .avatar {
  389. right: 0;
  390. left: auto
  391. }
  392. ul.messages_layout li.right .message_wrap .arrow {
  393. right: -12px;
  394. left: auto;
  395. background-position: 0 -213px;
  396. height: 15px;
  397. width: 12px
  398. }
  399. ul.messages_layout li.by_myself .message_wrap {
  400. border: 1px solid #b3cdf8
  401. }
  402. ul.messages_layout li.by_myself .message_wrap .info a.name {
  403. color: #4a8cf7
  404. }
  405. ul.messages_layout li a.avatar {
  406. position: absolute;
  407. left: 0;
  408. top: 0
  409. }
  410. ul.messages_layout li a.avatar img {
  411. -webkit-border-radius: 5px;
  412. -moz-border-radius: 5px;
  413. border-radius: 5px
  414. }
  415. ul.messages_layout li .message_wrap {
  416. -webkit-border-radius: 3px;
  417. -moz-border-radius: 3px;
  418. border-radius: 3px;
  419. position: relative;
  420. border: 1px solid #e9e9e9;
  421. padding: 10px;
  422. border: 1px solid #cbcbcb;
  423. margin-bottom: 20px;
  424. float: left;
  425. background: #fefefe;
  426. -webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
  427. -moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
  428. box-shadow: rgba(0,0,0,0.1) 0 1px 0px
  429. }
  430. ul.messages_layout li .message_wrap .arrow {
  431. background-position: 0 -228px;
  432. height: 15px;
  433. width: 12px;
  434. height: 15px;
  435. width: 12px;
  436. position: absolute;
  437. left: -12px;
  438. top: 13px
  439. }
  440. ul.messages_layout li .message_wrap .info {
  441. float: left;
  442. width: 100%;
  443. border-bottom: 1px solid #fff;
  444. line-height: 23px
  445. }
  446. ul.messages_layout li .message_wrap .info .name {
  447. float: left;
  448. font-weight: bold;
  449. color: #483734
  450. }
  451. ul.messages_layout li .message_wrap .info .time {
  452. float: left;
  453. font-size: 11px;
  454. margin-left: 6px
  455. }
  456. ul.messages_layout li .message_wrap .text {
  457. float: left;
  458. width: 100%;
  459. border-top: 1px solid #cfcfcf;
  460. padding-top: 5px
  461. }
  462. ul.messages_layout .dropdown-menu li{ width:100%; font-size:11px;}
  463. /* Full Calendar */
  464. .fc {
  465. direction: ltr;
  466. text-align: left;
  467. position: relative
  468. }
  469. .fc table {
  470. border-collapse: collapse;
  471. border-spacing: 0
  472. }
  473. html .fc, .fc table {
  474. font-size: 1em
  475. }
  476. .fc td, .fc th {
  477. padding: 0;
  478. vertical-align: top
  479. }
  480. .fc-header td {
  481. white-space: nowrap;
  482. background: none
  483. }
  484. .fc-header-left {
  485. width: 100%;
  486. text-align: left;
  487. position: absolute;
  488. left: 0;
  489. top: 6px
  490. }
  491. .fc-header-left .fc-button {
  492. margin: 0;
  493. position: relative
  494. }
  495. .fc-header-left .fc-button-prev, .fc-header-left .fc-button-next {
  496. float: left;
  497. border: none;
  498. padding: 14px 10px;
  499. opacity: 0.5
  500. }
  501. .fc-header-left .fc-button-prev .fc-button-inner, .fc-header-left .fc-button-next .fc-button-inner {
  502. border: none
  503. }
  504. .fc-header-left .fc-button-prev .fc-button-inner .fc-button-content, .fc-header-left .fc-button-next .fc-button-inner .fc-button-content {
  505. display: none
  506. }
  507. .fc-header-left .fc-button-prev.fc-state-hover, .fc-header-left .fc-button-next.fc-state-hover {
  508. opacity: 1
  509. }
  510. .fc-header-left .fc-button-prev.fc-state-down, .fc-header-left .fc-button-next.fc-state-down {
  511. background: none !important;
  512. margin-top: -1px
  513. }
  514. .fc-header-left .fc-button-prev .fc-button-inner {
  515. background-position: 0 -351px;
  516. height: 16px;
  517. width: 11px
  518. }
  519. .fc-header-left .fc-button-next {
  520. float: right
  521. }
  522. .fc-header-left .fc-button-next .fc-button-inner {
  523. background-position: 0 -367px;
  524. height: 16px;
  525. width: 11px
  526. }
  527. .fc-header-center {
  528. text-align: center
  529. }
  530. .fc-header-right {
  531. text-align: right;
  532. position: absolute;
  533. top: -34px;
  534. right: 10px
  535. }
  536. .fc-header-title {
  537. display: inline-block;
  538. vertical-align: top
  539. }
  540. .fc-header-title h2 {
  541. margin-top: 0;
  542. white-space: nowrap;
  543. font-size: 1.1rem;
  544. color: #6C737F;
  545. line-height: 55px;
  546. }
  547. .fc .fc-header-space {
  548. padding-left: 10px
  549. }
  550. .fc-header .fc-button {
  551. margin-bottom: 1em;
  552. vertical-align: top
  553. }
  554. .fc-header .fc-button {
  555. margin-right: -1px
  556. }
  557. .fc-header .fc-corner-right {
  558. margin-right: 1px
  559. }
  560. .fc-header .ui-corner-right {
  561. margin-right: 0
  562. }
  563. .fc-header .fc-state-hover, .fc-header .ui-state-hover {
  564. z-index: 2
  565. }
  566. .fc-header .fc-state-down {
  567. z-index: 3
  568. }
  569. .fc-header .fc-state-active, .fc-header .ui-state-active {
  570. z-index: 4
  571. }
  572. .fc-content {
  573. clear: both;
  574. background: #f9f9f9
  575. }
  576. .fc-view {
  577. width: 100%;
  578. overflow: hidden
  579. }
  580. .fc-view thead {
  581. background:#e9ecf1;
  582. line-height: 35px
  583. }
  584. .fc-widget-header, .fc-widget-content {
  585. border: 1px solid #ccc
  586. }
  587. .fc-state-highlight {
  588. background: #F4F3E6
  589. }
  590. .fc-cell-overlay {
  591. background: #9cf;
  592. opacity: .2;
  593. filter: alpha(opacity=20)
  594. }
  595. .fc-button {
  596. position: relative;
  597. display: inline-block;
  598. cursor: pointer
  599. }
  600. .fc-button-today{margin-top: 8px !important;}
  601. .fc-state-default {
  602. border-style: solid;
  603. border-width: 1px 0
  604. }
  605. .fc-button-inner {
  606. position: relative;
  607. float: left;
  608. overflow: hidden
  609. }
  610. .fc-state-default .fc-button-inner {
  611. border-style: solid;
  612. border-width: 0 1px
  613. }
  614. .fc-button-content {
  615. position: relative;
  616. float: left;
  617. height: 1.9em;
  618. line-height: 1.9em;
  619. padding: 0 .6em;
  620. white-space: nowrap
  621. }
  622. .fc-button-content .fc-icon-wrap {
  623. position: relative;
  624. float: left;
  625. top: 50%
  626. }
  627. .fc-button-content .ui-icon {
  628. position: relative;
  629. float: left;
  630. margin-top: -50%;
  631. *margin-top:0;
  632. *top:-50%
  633. }
  634. .fc-state-default .fc-button-effect {
  635. position: absolute;
  636. top: 50%;
  637. left: 0
  638. }
  639. .fc-state-default .fc-button-effect span {
  640. position: absolute;
  641. top: -100px;
  642. left: 0;
  643. width: 500px;
  644. height: 100px;
  645. border-width: 100px 0 0 1px;
  646. border-style: solid;
  647. border-color: #fff;
  648. background: #444;
  649. opacity: .09;
  650. filter: alpha(opacity=9)
  651. }
  652. .fc-state-default, .fc-state-default .fc-button-inner {
  653. border-style: solid;
  654. border-color: #ccc #bbb #aaa;
  655. color: #000
  656. }
  657. .fc-state-hover, .fc-state-hover .fc-button-inner {
  658. border-color: #999
  659. }
  660. .fc-state-down {
  661. border-color: #555;
  662. background: #777
  663. }
  664. .fc-state-active, .fc-state-active .fc-button-inner {
  665. border-color: #555;
  666. background: #777;
  667. color: #fff
  668. }
  669. .fc-state-disabled, .fc-state-disabled .fc-button-inner {
  670. color: #999;
  671. border-color: #ddd
  672. }
  673. .fc-state-disabled {
  674. cursor: default
  675. }
  676. .fc-state-disabled .fc-button-effect {
  677. display: none
  678. }
  679. .fc-event {
  680. border-style: solid;
  681. border-width: 0;
  682. font-size: .85em;
  683. cursor: default
  684. }
  685. a.fc-event, .fc-event-draggable {
  686. cursor: pointer
  687. }
  688. a.fc-event {
  689. text-decoration: none
  690. }
  691. .fc-rtl .fc-event {
  692. text-align: right
  693. }
  694. .fc-event-skin {
  695. border-color: #3f85f5;
  696. background-color: #5e96ea;
  697. color: #fff
  698. }
  699. .fc-event-inner {
  700. position: relative;
  701. width: 100%;
  702. height: 100%;
  703. border-style: solid;
  704. border-width: 0;
  705. overflow: hidden
  706. }
  707. .fc-event-time, .fc-event-title {
  708. padding: 0 1px
  709. }
  710. .fc .ui-resizable-handle {
  711. display: block;
  712. position: absolute;
  713. z-index: 99999;
  714. overflow: hidden;
  715. font-size: 300%;
  716. line-height: 50%
  717. }
  718. .fc-event-hori {
  719. border-width: 1px 0;
  720. margin-bottom: 1px
  721. }
  722. .fc-event-hori .ui-resizable-e {
  723. top: 0 !important;
  724. right: -3px !important;
  725. width: 7px !important;
  726. height: 100% !important;
  727. cursor: e-resize
  728. }
  729. .fc-event-hori .ui-resizable-w {
  730. top: 0 !important;
  731. left: -3px !important;
  732. width: 7px !important;
  733. height: 100% !important;
  734. cursor: w-resize
  735. }
  736. .fc-event-hori .ui-resizable-handle {
  737. _padding-bottom: 14px
  738. }
  739. .fc-corner-left {
  740. margin-left: 1px
  741. }
  742. .fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
  743. margin-left: -1px
  744. }
  745. .fc-corner-right {
  746. margin-right: 1px
  747. }
  748. .fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
  749. margin-right: -1px
  750. }
  751. .fc-corner-top {
  752. margin-top: 1px
  753. }
  754. .fc-corner-top .fc-event-inner {
  755. margin-top: -1px
  756. }
  757. .fc-corner-bottom {
  758. margin-bottom: 1px
  759. }
  760. .fc-corner-bottom .fc-event-inner {
  761. margin-bottom: -1px
  762. }
  763. .fc-corner-left .fc-event-inner {
  764. border-left-width: 1px
  765. }
  766. .fc-corner-right .fc-event-inner {
  767. border-right-width: 1px
  768. }
  769. .fc-corner-top .fc-event-inner {
  770. border-top-width: 1px
  771. }
  772. .fc-corner-bottom .fc-event-inner {
  773. border-bottom-width: 1px
  774. }
  775. table.fc-border-separate {
  776. border-collapse: separate
  777. }
  778. .fc-border-separate th, .fc-border-separate td {
  779. border-width: 1px 0 0 1px
  780. }
  781. .fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
  782. border-right-width: 1px
  783. }
  784. .fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
  785. border-bottom-width: 0px
  786. }
  787. .fc-first {
  788. border-left-width: 0 !important
  789. }
  790. .fc-last {
  791. border-right-width: 0 !important
  792. }
  793. .fc-grid th {
  794. text-align: center
  795. }
  796. .fc-grid .fc-day-number {
  797. float: right;
  798. padding: 0 2px
  799. }
  800. .fc-grid .fc-other-month .fc-day-number {
  801. opacity: 0.3;
  802. filter: alpha(opacity=30)
  803. }
  804. .fc-grid .fc-day-content {
  805. clear: both;
  806. padding: 2px 2px 1px
  807. }
  808. .fc-grid .fc-event-time {
  809. font-weight: bold
  810. }
  811. .fc-rtl .fc-grid .fc-day-number {
  812. float: left
  813. }
  814. .fc-rtl .fc-grid .fc-event-time {
  815. float: right
  816. }
  817. .fc-agenda table {
  818. border-collapse: separate
  819. }
  820. .fc-agenda-days th {
  821. text-align: center
  822. }
  823. .fc-agenda .fc-agenda-axis {
  824. width: 60px !important;
  825. padding: 0 4px;
  826. vertical-align: middle;
  827. text-align: right;
  828. white-space: nowrap;
  829. font-weight: normal
  830. }
  831. .fc-agenda .fc-day-content {
  832. padding: 2px 2px 1px
  833. }
  834. .fc-agenda-days .fc-agenda-axis {
  835. border-right-width: 1px
  836. }
  837. .fc-agenda-days .fc-col0 {
  838. border-left-width: 0
  839. }
  840. .fc-agenda-allday th {
  841. border-width: 0 1px
  842. }
  843. .fc-agenda-allday .fc-day-content {
  844. min-height: 34px;
  845. _height: 34px
  846. }
  847. .fc-agenda-divider-inner {
  848. height: 2px;
  849. overflow: hidden
  850. }
  851. .fc-widget-header .fc-agenda-divider-inner {
  852. background: #eee
  853. }
  854. .fc-agenda-slots th {
  855. border-width: 1px 1px 0
  856. }
  857. .fc-agenda-slots td {
  858. border-width: 1px 0 0;
  859. background: none
  860. }
  861. .fc-agenda-slots td div {
  862. height: 20px
  863. }
  864. .fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
  865. border-top-width: 0
  866. }
  867. .fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
  868. border-top-style: dotted
  869. }
  870. .fc-agenda-slots tr.fc-minor th.ui-widget-header {
  871. *border-top-style:solid
  872. }
  873. .fc-event-vert {
  874. border-width: 0 1px
  875. }
  876. .fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
  877. position: relative;
  878. z-index: 2;
  879. width: 100%;
  880. overflow: hidden
  881. }
  882. .fc-event-vert .fc-event-time {
  883. white-space: nowrap;
  884. font-size: 10px
  885. }
  886. .fc-event-vert .fc-event-bg {
  887. position: absolute;
  888. z-index: 1;
  889. top: 0;
  890. left: 0;
  891. width: 100%;
  892. height: 100%;
  893. background: #fff;
  894. opacity: .3;
  895. filter: alpha(opacity=30)
  896. }
  897. .fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
  898. display: none\9
  899. }
  900. .fc-event-vert .ui-resizable-s {
  901. bottom: 0 !important;
  902. width: 100% !important;
  903. height: 8px !important;
  904. overflow: hidden !important;
  905. line-height: 8px !important;
  906. font-size: 11px !important;
  907. font-family: monospace;
  908. text-align: center;
  909. cursor: s-resize
  910. }
  911. .fc-agenda .ui-resizable-resizing {
  912. _overflow: hidden
  913. }
  914. .fc-header-left .fc-button-prev .fc-button-inner {background: url('../img/icons-sa7c41345d9.png') no-repeat; background-position: 0 -351px;
  915. height: 16px;
  916. width: 11px;}
  917. .fc-header-left .fc-button-next .fc-button-inner {background: url('../img/icons-sa7c41345d9.png') no-repeat; background-position: 0 -367px;
  918. height: 16px;
  919. width: 11px;}
  920. /*------------------------------------------------------------------
  921. [8. Miscellaneous]
  922. */
  923. .chart-holder {
  924. width: 100%;
  925. height: 250px;
  926. }
  927. .dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover { background:#00ba8b;}
  928. .accordion-heading { background:#e5e5e5; }
  929. .accordion-heading a { color:#545454; text-decoration:none; font-weight:bold; }
  930. .btn-facebook-alt i {
  931. color: #23386a;
  932. }
  933. .btn-twitter-alt i {
  934. color: #0098d0;
  935. }
  936. .btn-google-alt i {
  937. color: #b6362d;
  938. }
  939. .btn-linkedin-alt i {
  940. color: #0073b2;
  941. }
  942. .btn-pinterest-alt i {
  943. color: #ab171e;
  944. }
  945. .btn-github-alt i {
  946. color: #333;
  947. }
  948. .all-icons li { list-style:none;}
  949. .ML0 { margin-left:0}
  950. .MR0 { margin-right:0;}
  951. .paginate_active { text-decoration: underline; }
  952. /*------------------------------------------------------------------
  953. [1. Max Width: 480px]
  954. */
  955. @media (max-width: 480px) {
  956. .error-container h1 {
  957. font-size: 72px;
  958. }
  959. }
  960. /*------------------------------------------------------------------
  961. [1. Max Width: 767px]
  962. */
  963. @media (max-width: 767px) {
  964. #main {
  965. padding: 0 10px;
  966. margin-right: -20px;
  967. margin-left: -20px;
  968. }
  969. .subnavbar {
  970. margin-left: -20px;
  971. margin-right: -20px;
  972. }
  973. .subnavbar-inner {
  974. height: auto;
  975. }
  976. .subnavbar .container > ul {
  977. width: 100%;
  978. height: auto;
  979. border: none;
  980. }
  981. .subnavbar .container > ul > li {
  982. width: 33%;
  983. height: 70px;
  984. margin-bottom: 0;
  985. border: none;
  986. }
  987. .subnavbar .container > ul > li.active > a {
  988. font-size: 11px;
  989. background: transparent;
  990. }
  991. .subnavbar .container > ul > li > a > i {
  992. display: inline-block;
  993. margin-bottom: 0;
  994. font-size: 20px;
  995. }
  996. .subnavbar-open-right .dropdown-menu {
  997. left: auto;
  998. right: 0;
  999. }
  1000. .subnavbar-open-right .dropdown-menu:before {
  1001. left: auto;
  1002. right: 12px;
  1003. }
  1004. .subnavbar-open-right .dropdown-menu:after {
  1005. left: auto;
  1006. right: 13px;
  1007. }
  1008. .extra {
  1009. margin-right: -20px;
  1010. margin-left: -20px;
  1011. }
  1012. .extra .container {
  1013. padding: 0 20px;
  1014. }
  1015. .footer {
  1016. margin-right: -20px;
  1017. margin-left: -20px;
  1018. }
  1019. .footer .container {
  1020. padding: 0 20px;
  1021. }
  1022. .footer .footer-terms {
  1023. text-align: left;
  1024. }
  1025. .footer .footer-terms a {
  1026. margin-left: 0;
  1027. margin-right: 1em;
  1028. }
  1029. }
  1030. /*------------------------------------------------------------------
  1031. [3. Max Width: 979px]
  1032. */
  1033. @media (max-width: 979px) {
  1034. .navbar-fixed-top {
  1035. position: static;
  1036. margin-bottom: 0;
  1037. }
  1038. .subnavbar {
  1039. }
  1040. .subnavbar .container {
  1041. width: auto;
  1042. }
  1043. }
  1044. /*------------------------------------------------------------------
  1045. [2. Max Width: 1200px]
  1046. */
  1047. @media (min-width: 1200px) {
  1048. .navbar .search-query {
  1049. width: 200px;
  1050. }
  1051. }