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.
 
 
 
 
 

5458 lines
143 KiB

  1. /* desbest edit */
  2. .page li { display: block; }
  3. .title-card { height: 200px !important; }
  4. .page .no button { float: right; }
  5. /*.entry-content li { margin: 0.15em 0px; }*/
  6. .entry-content li { display: block; }
  7. .widget li { list-style: disc; display: revert; }
  8. .dw__toc { padding: 0.85em; }
  9. .widget { font-size: 14.4px !important; }
  10. .page img { padding: 0.85em; } button img { padding: 0px !important; }
  11. .searchhere { padding: 1em; }
  12. .searchhere button { margin-left: 0.35em; }
  13. .toolbutton { margin-bottom: 1.35em; margin-right: 0.35em ; }
  14. .page .label { line-height: 1.35em; font-size: 0.85em; display: inline-block; color: black !important; white-space: unset !important; }
  15. #config__manager fieldset { clear: both; }
  16. #config__manager table { border-collapse: revert; border-spacing: 0px 1.85em; }
  17. #config__manager tr { padding: 1em 0px; }
  18. #config__manager td.label span.outkey { font-size: 1.15em !important; }
  19. table { background: none !important; }
  20. table td, table th { border: 1px solid #dcdcdc; }
  21. #writtensidebar h1 {
  22. font-size: 22px;
  23. margin: 0 0 10px;
  24. }
  25. /*!
  26. Theme Name: Arcade Basic
  27. Theme URI: https://themes.bavotasan.com/themes/arcade-wordpress-theme/
  28. Author: c.bavota
  29. Author URI: http://bavotasan.com/
  30. Description: Create a truly unique design with Arcade, a lightweight and fully responsive HTML5 theme. Use the theme customizer to add your own header image, page layout, site width and more. Distinguish each post with one of the eight supported post formats, such as: Video, Image, Aside, Status, Audio, Quote, Link and Gallery. Install JetPack to display each of your galleries through a tiled view and jQuery carousel. Compatible with bbPress, BuddyPress, WPML & Woocommerce. Uses Google Fonts for improved typeface readability and works perfectly in desktop browsers, tablets and handheld devices.
  31. Version: 1.1.1
  32. Text Domain: arcade
  33. Domain Path: /languages/
  34. Tags: one-column, two-columns, left-sidebar, right-sidebar, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
  35. License: GNU General Public License v3.0
  36. License URI: http://www.gnu.org/licenses/gpl-3.0.html
  37. Arcade Basic WordPress Theme, Copyright 2017 Bavotasan Web Development Inc.
  38. Arcade Basic is distributed under the terms of the GNU GPL
  39. */
  40. /*!
  41. * Bootstrap v3.3.7 (http://getbootstrap.com)
  42. * Copyright 2011-2016 Twitter, Inc.
  43. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  44. */
  45. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  46. html {
  47. font-family: sans-serif;
  48. -ms-text-size-adjust: 100%;
  49. -webkit-text-size-adjust: 100%; }
  50. body {
  51. margin: 0; }
  52. article,
  53. aside,
  54. details,
  55. figcaption,
  56. figure,
  57. footer,
  58. header,
  59. hgroup,
  60. main,
  61. menu,
  62. nav,
  63. section,
  64. summary {
  65. display: block; }
  66. audio,
  67. canvas,
  68. progress,
  69. video {
  70. display: inline-block;
  71. vertical-align: baseline; }
  72. audio:not([controls]) {
  73. display: none;
  74. height: 0; }
  75. [hidden],
  76. template {
  77. display: none; }
  78. a {
  79. background-color: transparent; }
  80. a:active,
  81. a:hover {
  82. outline: 0; }
  83. abbr[title] {
  84. border-bottom: 1px dotted; }
  85. b,
  86. strong {
  87. font-weight: bold; }
  88. dfn {
  89. font-style: italic; }
  90. h1 {
  91. font-size: 2em;
  92. margin: 0.67em 0; }
  93. mark {
  94. background: #ff0;
  95. color: #000; }
  96. small {
  97. font-size: 80%; }
  98. sub,
  99. sup {
  100. font-size: 75%;
  101. line-height: 0;
  102. position: relative;
  103. vertical-align: baseline; }
  104. sup {
  105. top: -0.5em; }
  106. sub {
  107. bottom: -0.25em; }
  108. img {
  109. border: 0; }
  110. svg:not(:root) {
  111. overflow: hidden; }
  112. figure {
  113. margin: 1em 40px; }
  114. hr {
  115. box-sizing: content-box;
  116. height: 0; }
  117. pre {
  118. overflow: auto; }
  119. code,
  120. kbd,
  121. pre,
  122. samp {
  123. font-family: monospace, monospace;
  124. font-size: 1em; }
  125. button,
  126. input,
  127. optgroup,
  128. select,
  129. textarea {
  130. color: inherit;
  131. font: inherit;
  132. margin: 0; }
  133. button {
  134. overflow: visible; }
  135. button,
  136. select {
  137. text-transform: none; }
  138. button,
  139. html input[type="button"],
  140. input[type="reset"],
  141. input[type="submit"] {
  142. -webkit-appearance: button;
  143. cursor: pointer; }
  144. button[disabled],
  145. html input[disabled] {
  146. cursor: default; }
  147. button::-moz-focus-inner,
  148. input::-moz-focus-inner {
  149. border: 0;
  150. padding: 0; }
  151. input {
  152. line-height: normal; }
  153. input[type="checkbox"],
  154. input[type="radio"] {
  155. box-sizing: border-box;
  156. padding: 0; }
  157. input[type="number"]::-webkit-inner-spin-button,
  158. input[type="number"]::-webkit-outer-spin-button {
  159. height: auto; }
  160. input[type="search"] {
  161. -webkit-appearance: textfield;
  162. box-sizing: content-box; }
  163. input[type="search"]::-webkit-search-cancel-button,
  164. input[type="search"]::-webkit-search-decoration {
  165. -webkit-appearance: none; }
  166. fieldset {
  167. border: 1px solid #c0c0c0;
  168. margin: 0 2px;
  169. padding: 0.35em 0.625em 0.75em; }
  170. legend {
  171. border: 0;
  172. padding: 0; }
  173. textarea {
  174. overflow: auto; }
  175. optgroup {
  176. font-weight: bold; }
  177. table {
  178. border-collapse: collapse;
  179. border-spacing: 0; }
  180. td,
  181. th {
  182. padding: 0; }
  183. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  184. @media print {
  185. *,
  186. *:before,
  187. *:after {
  188. background: transparent !important;
  189. color: #000 !important;
  190. box-shadow: none !important;
  191. text-shadow: none !important; }
  192. a,
  193. a:visited {
  194. text-decoration: underline; }
  195. a[href]:after {
  196. content: " (" attr(href) ")"; }
  197. abbr[title]:after {
  198. content: " (" attr(title) ")"; }
  199. a[href^="#"]:after,
  200. a[href^="javascript:"]:after {
  201. content: ""; }
  202. pre,
  203. blockquote {
  204. border: 1px solid #999;
  205. page-break-inside: avoid; }
  206. thead {
  207. display: table-header-group; }
  208. tr,
  209. img {
  210. page-break-inside: avoid; }
  211. img {
  212. max-width: 100% !important; }
  213. p,
  214. h2,
  215. h3 {
  216. orphans: 3;
  217. widows: 3; }
  218. h2,
  219. h3 {
  220. page-break-after: avoid; }
  221. .navbar {
  222. display: none; }
  223. .btn > .caret, .comment-reply-link > .caret,
  224. .form-submit #submit > .caret,
  225. .dropup > .btn > .caret,
  226. .dropup > .comment-reply-link > .caret,
  227. .form-submit .dropup > #submit > .caret {
  228. border-top-color: #000 !important; }
  229. .label {
  230. border: 1px solid #000; }
  231. .table {
  232. border-collapse: collapse !important; }
  233. .table td,
  234. .table th {
  235. background-color: #fff !important; }
  236. .table-bordered th,
  237. .table-bordered td {
  238. border: 1px solid #ddd !important; } }
  239. * {
  240. -webkit-box-sizing: border-box;
  241. -moz-box-sizing: border-box;
  242. box-sizing: border-box; }
  243. *:before,
  244. *:after {
  245. -webkit-box-sizing: border-box;
  246. -moz-box-sizing: border-box;
  247. box-sizing: border-box; }
  248. html {
  249. font-size: 10px;
  250. -webkit-tap-highlight-color: transparent; }
  251. body {
  252. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  253. font-size: 14px;
  254. line-height: 1.42857;
  255. color: #333333;
  256. background-color: #fff; }
  257. input,
  258. button,
  259. select,
  260. textarea {
  261. font-family: inherit;
  262. font-size: inherit;
  263. line-height: inherit; }
  264. a {
  265. color: #337ab7;
  266. text-decoration: none; }
  267. a:hover, a:focus {
  268. color: #23527c;
  269. text-decoration: underline; }
  270. a:focus {
  271. outline: 5px auto -webkit-focus-ring-color;
  272. outline-offset: -2px; }
  273. figure {
  274. margin: 0; }
  275. img {
  276. vertical-align: middle; }
  277. .img-responsive {
  278. display: block;
  279. max-width: 100%;
  280. height: auto; }
  281. .img-rounded {
  282. border-radius: 6px; }
  283. .img-thumbnail, .gallery-item .gallery-icon img {
  284. padding: 4px;
  285. line-height: 1.42857;
  286. background-color: #fff;
  287. border: 1px solid #ddd;
  288. border-radius: 4px;
  289. -webkit-transition: all 0.2s ease-in-out;
  290. -o-transition: all 0.2s ease-in-out;
  291. transition: all 0.2s ease-in-out;
  292. display: inline-block;
  293. max-width: 100%;
  294. height: auto; }
  295. .img-circle {
  296. border-radius: 50%; }
  297. hr {
  298. margin-top: 20px;
  299. margin-bottom: 20px;
  300. border: 0;
  301. border-top: 1px solid #eeeeee; }
  302. .sr-only, .screen-reader-text {
  303. position: absolute;
  304. width: 1px;
  305. height: 1px;
  306. margin: -1px;
  307. padding: 0;
  308. overflow: hidden;
  309. clip: rect(0, 0, 0, 0);
  310. border: 0; }
  311. .sr-only-focusable:active, .sr-only-focusable:focus {
  312. position: static;
  313. width: auto;
  314. height: auto;
  315. margin: 0;
  316. overflow: visible;
  317. clip: auto; }
  318. [role="button"] {
  319. cursor: pointer; }
  320. h1, h2, h3, h4, h5, h6,
  321. .h1, .h2, .h3, .h4, .h5, .h6 {
  322. font-family: inherit;
  323. font-weight: 500;
  324. line-height: 1.1;
  325. color: inherit; }
  326. h1 small,
  327. h1 .small, h2 small,
  328. h2 .small, h3 small,
  329. h3 .small, h4 small,
  330. h4 .small, h5 small,
  331. h5 .small, h6 small,
  332. h6 .small,
  333. .h1 small,
  334. .h1 .small, .h2 small,
  335. .h2 .small, .h3 small,
  336. .h3 .small, .h4 small,
  337. .h4 .small, .h5 small,
  338. .h5 .small, .h6 small,
  339. .h6 .small {
  340. font-weight: normal;
  341. line-height: 1;
  342. color: #777777; }
  343. h1, .h1,
  344. h2, .h2,
  345. h3, .h3 {
  346. margin-top: 20px;
  347. margin-bottom: 10px; }
  348. h1 small,
  349. h1 .small, .h1 small,
  350. .h1 .small,
  351. h2 small,
  352. h2 .small, .h2 small,
  353. .h2 .small,
  354. h3 small,
  355. h3 .small, .h3 small,
  356. .h3 .small {
  357. font-size: 65%; }
  358. h4, .h4,
  359. h5, .h5,
  360. h6, .h6 {
  361. margin-top: 10px;
  362. margin-bottom: 10px; }
  363. h4 small,
  364. h4 .small, .h4 small,
  365. .h4 .small,
  366. h5 small,
  367. h5 .small, .h5 small,
  368. .h5 .small,
  369. h6 small,
  370. h6 .small, .h6 small,
  371. .h6 .small {
  372. font-size: 75%; }
  373. h1, .h1 {
  374. font-size: 36px; }
  375. h2, .h2 {
  376. font-size: 30px; }
  377. h3, .h3 {
  378. font-size: 24px; }
  379. h4, .h4 {
  380. font-size: 18px; }
  381. h5, .h5 {
  382. font-size: 14px; }
  383. h6, .h6 {
  384. font-size: 12px; }
  385. p {
  386. margin: 0 0 10px; }
  387. .lead, .home-jumbotron p,
  388. .jumbo-headline.widget_text p {
  389. margin-bottom: 20px;
  390. font-size: 16px;
  391. font-weight: 300;
  392. line-height: 1.4; }
  393. @media (min-width: 768px) {
  394. .lead, .home-jumbotron p,
  395. .jumbo-headline.widget_text p {
  396. font-size: 21px; } }
  397. small,
  398. .small {
  399. font-size: 85%; }
  400. mark,
  401. .mark {
  402. background-color: #fcf8e3;
  403. padding: .2em; }
  404. .text-left {
  405. text-align: left; }
  406. .text-right {
  407. text-align: right; }
  408. .text-center {
  409. text-align: center; }
  410. .text-justify {
  411. text-align: justify; }
  412. .text-nowrap {
  413. white-space: nowrap; }
  414. .text-lowercase {
  415. text-transform: lowercase; }
  416. .text-uppercase, .initialism {
  417. text-transform: uppercase; }
  418. .text-capitalize {
  419. text-transform: capitalize; }
  420. .text-muted {
  421. color: #777777; }
  422. .text-primary {
  423. color: #337ab7; }
  424. a.text-primary:hover,
  425. a.text-primary:focus {
  426. color: #286090; }
  427. .text-success {
  428. color: #3c763d; }
  429. a.text-success:hover,
  430. a.text-success:focus {
  431. color: #2b542c; }
  432. .text-info {
  433. color: #31708f; }
  434. a.text-info:hover,
  435. a.text-info:focus {
  436. color: #245269; }
  437. .text-warning {
  438. color: #8a6d3b; }
  439. a.text-warning:hover,
  440. a.text-warning:focus {
  441. color: #66512c; }
  442. .text-danger {
  443. color: #a94442; }
  444. a.text-danger:hover,
  445. a.text-danger:focus {
  446. color: #843534; }
  447. .bg-primary {
  448. color: #fff; }
  449. .bg-primary {
  450. background-color: #337ab7; }
  451. a.bg-primary:hover,
  452. a.bg-primary:focus {
  453. background-color: #286090; }
  454. .bg-success {
  455. background-color: #dff0d8; }
  456. a.bg-success:hover,
  457. a.bg-success:focus {
  458. background-color: #c1e2b3; }
  459. .bg-info {
  460. background-color: #d9edf7; }
  461. a.bg-info:hover,
  462. a.bg-info:focus {
  463. background-color: #afd9ee; }
  464. .bg-warning {
  465. background-color: #fcf8e3; }
  466. a.bg-warning:hover,
  467. a.bg-warning:focus {
  468. background-color: #f7ecb5; }
  469. .bg-danger {
  470. background-color: #f2dede; }
  471. a.bg-danger:hover,
  472. a.bg-danger:focus {
  473. background-color: #e4b9b9; }
  474. .page-header {
  475. padding-bottom: 9px;
  476. margin: 40px 0 20px;
  477. border-bottom: 1px solid #eeeeee; }
  478. ul,
  479. ol {
  480. margin-top: 0;
  481. margin-bottom: 10px; }
  482. ul ul,
  483. ul ol,
  484. ol ul,
  485. ol ol {
  486. margin-bottom: 0; }
  487. .list-unstyled {
  488. padding-left: 0;
  489. list-style: none; }
  490. .list-inline {
  491. padding-left: 0;
  492. list-style: none;
  493. margin-left: -5px; }
  494. .list-inline > li {
  495. display: inline-block;
  496. padding-left: 5px;
  497. padding-right: 5px; }
  498. dl {
  499. margin-top: 0;
  500. margin-bottom: 20px; }
  501. dt,
  502. dd {
  503. line-height: 1.42857; }
  504. dt {
  505. font-weight: bold; }
  506. dd {
  507. margin-left: 0; }
  508. .dl-horizontal dd:before, .dl-horizontal dd:after {
  509. content: " ";
  510. display: table; }
  511. .dl-horizontal dd:after {
  512. clear: both; }
  513. @media (min-width: 768px) {
  514. .dl-horizontal dt {
  515. float: left;
  516. width: 160px;
  517. clear: left;
  518. text-align: right;
  519. overflow: hidden;
  520. text-overflow: ellipsis;
  521. white-space: nowrap; }
  522. .dl-horizontal dd {
  523. margin-left: 180px; } }
  524. abbr[title],
  525. abbr[data-original-title] {
  526. cursor: help;
  527. border-bottom: 1px dotted #777777; }
  528. .initialism {
  529. font-size: 90%; }
  530. blockquote {
  531. padding: 10px 20px;
  532. margin: 0 0 20px;
  533. font-size: 17.5px;
  534. border-left: 5px solid #eeeeee; }
  535. blockquote p:last-child,
  536. blockquote ul:last-child,
  537. blockquote ol:last-child {
  538. margin-bottom: 0; }
  539. blockquote footer,
  540. blockquote small,
  541. blockquote .small {
  542. display: block;
  543. font-size: 80%;
  544. line-height: 1.42857;
  545. color: #777777; }
  546. blockquote footer:before,
  547. blockquote small:before,
  548. blockquote .small:before {
  549. content: '\2014 \00A0'; }
  550. .blockquote-reverse,
  551. blockquote.pull-right {
  552. padding-right: 15px;
  553. padding-left: 0;
  554. border-right: 5px solid #eeeeee;
  555. border-left: 0;
  556. text-align: right; }
  557. .blockquote-reverse footer:before,
  558. .blockquote-reverse small:before,
  559. .blockquote-reverse .small:before,
  560. blockquote.pull-right footer:before,
  561. blockquote.pull-right small:before,
  562. blockquote.pull-right .small:before {
  563. content: ''; }
  564. .blockquote-reverse footer:after,
  565. .blockquote-reverse small:after,
  566. .blockquote-reverse .small:after,
  567. blockquote.pull-right footer:after,
  568. blockquote.pull-right small:after,
  569. blockquote.pull-right .small:after {
  570. content: '\00A0 \2014'; }
  571. address {
  572. margin-bottom: 20px;
  573. font-style: normal;
  574. line-height: 1.42857; }
  575. code,
  576. kbd,
  577. pre,
  578. samp {
  579. font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  580. code {
  581. padding: 2px 4px;
  582. font-size: 90%;
  583. color: #c7254e;
  584. background-color: #f9f2f4;
  585. border-radius: 4px; }
  586. kbd {
  587. padding: 2px 4px;
  588. font-size: 90%;
  589. color: #fff;
  590. background-color: #333;
  591. border-radius: 3px;
  592. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  593. kbd kbd {
  594. padding: 0;
  595. font-size: 100%;
  596. font-weight: bold;
  597. box-shadow: none; }
  598. pre {
  599. display: block;
  600. padding: 9.5px;
  601. margin: 0 0 10px;
  602. font-size: 13px;
  603. line-height: 1.42857;
  604. word-break: break-all;
  605. word-wrap: break-word;
  606. color: #333333;
  607. background-color: #f5f5f5;
  608. border: 1px solid #ccc;
  609. border-radius: 4px; }
  610. pre code {
  611. padding: 0;
  612. font-size: inherit;
  613. color: inherit;
  614. white-space: pre-wrap;
  615. background-color: transparent;
  616. border-radius: 0; }
  617. .pre-scrollable {
  618. max-height: 340px;
  619. overflow-y: scroll; }
  620. .container {
  621. margin-right: auto;
  622. margin-left: auto;
  623. padding-left: 15px;
  624. padding-right: 15px; }
  625. .container:before, .container:after {
  626. content: " ";
  627. display: table; }
  628. .container:after {
  629. clear: both; }
  630. @media (min-width: 768px) {
  631. .container {
  632. width: 750px; } }
  633. @media (min-width: 992px) {
  634. .container {
  635. width: 970px; } }
  636. @media (min-width: 1200px) {
  637. .container {
  638. width: 1170px; } }
  639. .container-fluid {
  640. margin-right: auto;
  641. margin-left: auto;
  642. padding-left: 15px;
  643. padding-right: 15px; }
  644. .container-fluid:before, .container-fluid:after {
  645. content: " ";
  646. display: table; }
  647. .container-fluid:after {
  648. clear: both; }
  649. .row {
  650. margin-left: -15px;
  651. margin-right: -15px; }
  652. .row:before, .row:after {
  653. content: " ";
  654. display: table; }
  655. .row:after {
  656. clear: both; }
  657. .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  658. position: relative;
  659. min-height: 1px;
  660. padding-left: 15px;
  661. padding-right: 15px; }
  662. .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  663. float: left; }
  664. .col-xs-1 {
  665. width: 8.33333%; }
  666. .col-xs-2 {
  667. width: 16.66667%; }
  668. .col-xs-3 {
  669. width: 25%; }
  670. .col-xs-4 {
  671. width: 33.33333%; }
  672. .col-xs-5 {
  673. width: 41.66667%; }
  674. .col-xs-6 {
  675. width: 50%; }
  676. .col-xs-7 {
  677. width: 58.33333%; }
  678. .col-xs-8 {
  679. width: 66.66667%; }
  680. .col-xs-9 {
  681. width: 75%; }
  682. .col-xs-10 {
  683. width: 83.33333%; }
  684. .col-xs-11 {
  685. width: 91.66667%; }
  686. .col-xs-12 {
  687. width: 100%; }
  688. .col-xs-pull-0 {
  689. right: auto; }
  690. .col-xs-pull-1 {
  691. right: 8.33333%; }
  692. .col-xs-pull-2 {
  693. right: 16.66667%; }
  694. .col-xs-pull-3 {
  695. right: 25%; }
  696. .col-xs-pull-4 {
  697. right: 33.33333%; }
  698. .col-xs-pull-5 {
  699. right: 41.66667%; }
  700. .col-xs-pull-6 {
  701. right: 50%; }
  702. .col-xs-pull-7 {
  703. right: 58.33333%; }
  704. .col-xs-pull-8 {
  705. right: 66.66667%; }
  706. .col-xs-pull-9 {
  707. right: 75%; }
  708. .col-xs-pull-10 {
  709. right: 83.33333%; }
  710. .col-xs-pull-11 {
  711. right: 91.66667%; }
  712. .col-xs-pull-12 {
  713. right: 100%; }
  714. .col-xs-push-0 {
  715. left: auto; }
  716. .col-xs-push-1 {
  717. left: 8.33333%; }
  718. .col-xs-push-2 {
  719. left: 16.66667%; }
  720. .col-xs-push-3 {
  721. left: 25%; }
  722. .col-xs-push-4 {
  723. left: 33.33333%; }
  724. .col-xs-push-5 {
  725. left: 41.66667%; }
  726. .col-xs-push-6 {
  727. left: 50%; }
  728. .col-xs-push-7 {
  729. left: 58.33333%; }
  730. .col-xs-push-8 {
  731. left: 66.66667%; }
  732. .col-xs-push-9 {
  733. left: 75%; }
  734. .col-xs-push-10 {
  735. left: 83.33333%; }
  736. .col-xs-push-11 {
  737. left: 91.66667%; }
  738. .col-xs-push-12 {
  739. left: 100%; }
  740. .col-xs-offset-0 {
  741. margin-left: 0%; }
  742. .col-xs-offset-1 {
  743. margin-left: 8.33333%; }
  744. .col-xs-offset-2 {
  745. margin-left: 16.66667%; }
  746. .col-xs-offset-3 {
  747. margin-left: 25%; }
  748. .col-xs-offset-4 {
  749. margin-left: 33.33333%; }
  750. .col-xs-offset-5 {
  751. margin-left: 41.66667%; }
  752. .col-xs-offset-6 {
  753. margin-left: 50%; }
  754. .col-xs-offset-7 {
  755. margin-left: 58.33333%; }
  756. .col-xs-offset-8 {
  757. margin-left: 66.66667%; }
  758. .col-xs-offset-9 {
  759. margin-left: 75%; }
  760. .col-xs-offset-10 {
  761. margin-left: 83.33333%; }
  762. .col-xs-offset-11 {
  763. margin-left: 91.66667%; }
  764. .col-xs-offset-12 {
  765. margin-left: 100%; }
  766. @media (min-width: 768px) {
  767. .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  768. float: left; }
  769. .col-sm-1 {
  770. width: 8.33333%; }
  771. .col-sm-2 {
  772. width: 16.66667%; }
  773. .col-sm-3 {
  774. width: 25%; }
  775. .col-sm-4 {
  776. width: 33.33333%; }
  777. .col-sm-5 {
  778. width: 41.66667%; }
  779. .col-sm-6 {
  780. width: 50%; }
  781. .col-sm-7 {
  782. width: 58.33333%; }
  783. .col-sm-8 {
  784. width: 66.66667%; }
  785. .col-sm-9 {
  786. width: 75%; }
  787. .col-sm-10 {
  788. width: 83.33333%; }
  789. .col-sm-11 {
  790. width: 91.66667%; }
  791. .col-sm-12 {
  792. width: 100%; }
  793. .col-sm-pull-0 {
  794. right: auto; }
  795. .col-sm-pull-1 {
  796. right: 8.33333%; }
  797. .col-sm-pull-2 {
  798. right: 16.66667%; }
  799. .col-sm-pull-3 {
  800. right: 25%; }
  801. .col-sm-pull-4 {
  802. right: 33.33333%; }
  803. .col-sm-pull-5 {
  804. right: 41.66667%; }
  805. .col-sm-pull-6 {
  806. right: 50%; }
  807. .col-sm-pull-7 {
  808. right: 58.33333%; }
  809. .col-sm-pull-8 {
  810. right: 66.66667%; }
  811. .col-sm-pull-9 {
  812. right: 75%; }
  813. .col-sm-pull-10 {
  814. right: 83.33333%; }
  815. .col-sm-pull-11 {
  816. right: 91.66667%; }
  817. .col-sm-pull-12 {
  818. right: 100%; }
  819. .col-sm-push-0 {
  820. left: auto; }
  821. .col-sm-push-1 {
  822. left: 8.33333%; }
  823. .col-sm-push-2 {
  824. left: 16.66667%; }
  825. .col-sm-push-3 {
  826. left: 25%; }
  827. .col-sm-push-4 {
  828. left: 33.33333%; }
  829. .col-sm-push-5 {
  830. left: 41.66667%; }
  831. .col-sm-push-6 {
  832. left: 50%; }
  833. .col-sm-push-7 {
  834. left: 58.33333%; }
  835. .col-sm-push-8 {
  836. left: 66.66667%; }
  837. .col-sm-push-9 {
  838. left: 75%; }
  839. .col-sm-push-10 {
  840. left: 83.33333%; }
  841. .col-sm-push-11 {
  842. left: 91.66667%; }
  843. .col-sm-push-12 {
  844. left: 100%; }
  845. .col-sm-offset-0 {
  846. margin-left: 0%; }
  847. .col-sm-offset-1 {
  848. margin-left: 8.33333%; }
  849. .col-sm-offset-2 {
  850. margin-left: 16.66667%; }
  851. .col-sm-offset-3 {
  852. margin-left: 25%; }
  853. .col-sm-offset-4 {
  854. margin-left: 33.33333%; }
  855. .col-sm-offset-5 {
  856. margin-left: 41.66667%; }
  857. .col-sm-offset-6 {
  858. margin-left: 50%; }
  859. .col-sm-offset-7 {
  860. margin-left: 58.33333%; }
  861. .col-sm-offset-8 {
  862. margin-left: 66.66667%; }
  863. .col-sm-offset-9 {
  864. margin-left: 75%; }
  865. .col-sm-offset-10 {
  866. margin-left: 83.33333%; }
  867. .col-sm-offset-11 {
  868. margin-left: 91.66667%; }
  869. .col-sm-offset-12 {
  870. margin-left: 100%; } }
  871. @media (min-width: 992px) {
  872. .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  873. float: left; }
  874. .col-md-1 {
  875. width: 8.33333%; }
  876. .col-md-2 {
  877. width: 16.66667%; }
  878. .col-md-3 {
  879. width: 25%; }
  880. .col-md-4 {
  881. width: 33.33333%; }
  882. .col-md-5 {
  883. width: 41.66667%; }
  884. .col-md-6 {
  885. width: 50%; }
  886. .col-md-7 {
  887. width: 58.33333%; }
  888. .col-md-8 {
  889. width: 66.66667%; }
  890. .col-md-9 {
  891. width: 75%; }
  892. .col-md-10 {
  893. width: 83.33333%; }
  894. .col-md-11 {
  895. width: 91.66667%; }
  896. .col-md-12 {
  897. width: 100%; }
  898. .col-md-pull-0 {
  899. right: auto; }
  900. .col-md-pull-1 {
  901. right: 8.33333%; }
  902. .col-md-pull-2 {
  903. right: 16.66667%; }
  904. .col-md-pull-3 {
  905. right: 25%; }
  906. .col-md-pull-4 {
  907. right: 33.33333%; }
  908. .col-md-pull-5 {
  909. right: 41.66667%; }
  910. .col-md-pull-6 {
  911. right: 50%; }
  912. .col-md-pull-7 {
  913. right: 58.33333%; }
  914. .col-md-pull-8 {
  915. right: 66.66667%; }
  916. .col-md-pull-9 {
  917. right: 75%; }
  918. .col-md-pull-10 {
  919. right: 83.33333%; }
  920. .col-md-pull-11 {
  921. right: 91.66667%; }
  922. .col-md-pull-12 {
  923. right: 100%; }
  924. .col-md-push-0 {
  925. left: auto; }
  926. .col-md-push-1 {
  927. left: 8.33333%; }
  928. .col-md-push-2 {
  929. left: 16.66667%; }
  930. .col-md-push-3 {
  931. left: 25%; }
  932. .col-md-push-4 {
  933. left: 33.33333%; }
  934. .col-md-push-5 {
  935. left: 41.66667%; }
  936. .col-md-push-6 {
  937. left: 50%; }
  938. .col-md-push-7 {
  939. left: 58.33333%; }
  940. .col-md-push-8 {
  941. left: 66.66667%; }
  942. .col-md-push-9 {
  943. left: 75%; }
  944. .col-md-push-10 {
  945. left: 83.33333%; }
  946. .col-md-push-11 {
  947. left: 91.66667%; }
  948. .col-md-push-12 {
  949. left: 100%; }
  950. .col-md-offset-0 {
  951. margin-left: 0%; }
  952. .col-md-offset-1 {
  953. margin-left: 8.33333%; }
  954. .col-md-offset-2 {
  955. margin-left: 16.66667%; }
  956. .col-md-offset-3 {
  957. margin-left: 25%; }
  958. .col-md-offset-4 {
  959. margin-left: 33.33333%; }
  960. .col-md-offset-5 {
  961. margin-left: 41.66667%; }
  962. .col-md-offset-6 {
  963. margin-left: 50%; }
  964. .col-md-offset-7 {
  965. margin-left: 58.33333%; }
  966. .col-md-offset-8 {
  967. margin-left: 66.66667%; }
  968. .col-md-offset-9 {
  969. margin-left: 75%; }
  970. .col-md-offset-10 {
  971. margin-left: 83.33333%; }
  972. .col-md-offset-11 {
  973. margin-left: 91.66667%; }
  974. .col-md-offset-12 {
  975. margin-left: 100%; } }
  976. @media (min-width: 1200px) {
  977. .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  978. float: left; }
  979. .col-lg-1 {
  980. width: 8.33333%; }
  981. .col-lg-2 {
  982. width: 16.66667%; }
  983. .col-lg-3 {
  984. width: 25%; }
  985. .col-lg-4 {
  986. width: 33.33333%; }
  987. .col-lg-5 {
  988. width: 41.66667%; }
  989. .col-lg-6 {
  990. width: 50%; }
  991. .col-lg-7 {
  992. width: 58.33333%; }
  993. .col-lg-8 {
  994. width: 66.66667%; }
  995. .col-lg-9 {
  996. width: 75%; }
  997. .col-lg-10 {
  998. width: 83.33333%; }
  999. .col-lg-11 {
  1000. width: 91.66667%; }
  1001. .col-lg-12 {
  1002. width: 100%; }
  1003. .col-lg-pull-0 {
  1004. right: auto; }
  1005. .col-lg-pull-1 {
  1006. right: 8.33333%; }
  1007. .col-lg-pull-2 {
  1008. right: 16.66667%; }
  1009. .col-lg-pull-3 {
  1010. right: 25%; }
  1011. .col-lg-pull-4 {
  1012. right: 33.33333%; }
  1013. .col-lg-pull-5 {
  1014. right: 41.66667%; }
  1015. .col-lg-pull-6 {
  1016. right: 50%; }
  1017. .col-lg-pull-7 {
  1018. right: 58.33333%; }
  1019. .col-lg-pull-8 {
  1020. right: 66.66667%; }
  1021. .col-lg-pull-9 {
  1022. right: 75%; }
  1023. .col-lg-pull-10 {
  1024. right: 83.33333%; }
  1025. .col-lg-pull-11 {
  1026. right: 91.66667%; }
  1027. .col-lg-pull-12 {
  1028. right: 100%; }
  1029. .col-lg-push-0 {
  1030. left: auto; }
  1031. .col-lg-push-1 {
  1032. left: 8.33333%; }
  1033. .col-lg-push-2 {
  1034. left: 16.66667%; }
  1035. .col-lg-push-3 {
  1036. left: 25%; }
  1037. .col-lg-push-4 {
  1038. left: 33.33333%; }
  1039. .col-lg-push-5 {
  1040. left: 41.66667%; }
  1041. .col-lg-push-6 {
  1042. left: 50%; }
  1043. .col-lg-push-7 {
  1044. left: 58.33333%; }
  1045. .col-lg-push-8 {
  1046. left: 66.66667%; }
  1047. .col-lg-push-9 {
  1048. left: 75%; }
  1049. .col-lg-push-10 {
  1050. left: 83.33333%; }
  1051. .col-lg-push-11 {
  1052. left: 91.66667%; }
  1053. .col-lg-push-12 {
  1054. left: 100%; }
  1055. .col-lg-offset-0 {
  1056. margin-left: 0%; }
  1057. .col-lg-offset-1 {
  1058. margin-left: 8.33333%; }
  1059. .col-lg-offset-2 {
  1060. margin-left: 16.66667%; }
  1061. .col-lg-offset-3 {
  1062. margin-left: 25%; }
  1063. .col-lg-offset-4 {
  1064. margin-left: 33.33333%; }
  1065. .col-lg-offset-5 {
  1066. margin-left: 41.66667%; }
  1067. .col-lg-offset-6 {
  1068. margin-left: 50%; }
  1069. .col-lg-offset-7 {
  1070. margin-left: 58.33333%; }
  1071. .col-lg-offset-8 {
  1072. margin-left: 66.66667%; }
  1073. .col-lg-offset-9 {
  1074. margin-left: 75%; }
  1075. .col-lg-offset-10 {
  1076. margin-left: 83.33333%; }
  1077. .col-lg-offset-11 {
  1078. margin-left: 91.66667%; }
  1079. .col-lg-offset-12 {
  1080. margin-left: 100%; } }
  1081. table {
  1082. background-color: transparent; }
  1083. caption {
  1084. padding-top: 8px;
  1085. padding-bottom: 8px;
  1086. color: #777777;
  1087. text-align: left; }
  1088. th {
  1089. text-align: left; }
  1090. .table {
  1091. width: 100%;
  1092. max-width: 100%;
  1093. margin-bottom: 20px; }
  1094. .table > thead > tr > th,
  1095. .table > thead > tr > td,
  1096. .table > tbody > tr > th,
  1097. .table > tbody > tr > td,
  1098. .table > tfoot > tr > th,
  1099. .table > tfoot > tr > td {
  1100. padding: 8px;
  1101. line-height: 1.42857;
  1102. vertical-align: top;
  1103. border-top: 1px solid #ddd; }
  1104. .table > thead > tr > th {
  1105. vertical-align: bottom;
  1106. border-bottom: 2px solid #ddd; }
  1107. .table > caption + thead > tr:first-child > th,
  1108. .table > caption + thead > tr:first-child > td,
  1109. .table > colgroup + thead > tr:first-child > th,
  1110. .table > colgroup + thead > tr:first-child > td,
  1111. .table > thead:first-child > tr:first-child > th,
  1112. .table > thead:first-child > tr:first-child > td {
  1113. border-top: 0; }
  1114. .table > tbody + tbody {
  1115. border-top: 2px solid #ddd; }
  1116. .table .table {
  1117. background-color: #fff; }
  1118. .table-condensed > thead > tr > th,
  1119. .table-condensed > thead > tr > td,
  1120. .table-condensed > tbody > tr > th,
  1121. .table-condensed > tbody > tr > td,
  1122. .table-condensed > tfoot > tr > th,
  1123. .table-condensed > tfoot > tr > td {
  1124. padding: 5px; }
  1125. .table-bordered {
  1126. border: 1px solid #ddd; }
  1127. .table-bordered > thead > tr > th,
  1128. .table-bordered > thead > tr > td,
  1129. .table-bordered > tbody > tr > th,
  1130. .table-bordered > tbody > tr > td,
  1131. .table-bordered > tfoot > tr > th,
  1132. .table-bordered > tfoot > tr > td {
  1133. border: 1px solid #ddd; }
  1134. .table-bordered > thead > tr > th,
  1135. .table-bordered > thead > tr > td {
  1136. border-bottom-width: 2px; }
  1137. .table-striped > tbody > tr:nth-of-type(odd) {
  1138. background-color: #f9f9f9; }
  1139. .table-hover > tbody > tr:hover {
  1140. background-color: #f5f5f5; }
  1141. table col[class*="col-"] {
  1142. position: static;
  1143. float: none;
  1144. display: table-column; }
  1145. table td[class*="col-"],
  1146. table th[class*="col-"] {
  1147. position: static;
  1148. float: none;
  1149. display: table-cell; }
  1150. .table > thead > tr > td.active,
  1151. .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
  1152. .table > tbody > tr > td.active,
  1153. .table > tbody > tr > th.active,
  1154. .table > tbody > tr.active > td,
  1155. .table > tbody > tr.active > th,
  1156. .table > tfoot > tr > td.active,
  1157. .table > tfoot > tr > th.active,
  1158. .table > tfoot > tr.active > td,
  1159. .table > tfoot > tr.active > th {
  1160. background-color: #f5f5f5; }
  1161. .table-hover > tbody > tr > td.active:hover,
  1162. .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  1163. background-color: #e8e8e8; }
  1164. .table > thead > tr > td.success,
  1165. .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
  1166. .table > tbody > tr > td.success,
  1167. .table > tbody > tr > th.success,
  1168. .table > tbody > tr.success > td,
  1169. .table > tbody > tr.success > th,
  1170. .table > tfoot > tr > td.success,
  1171. .table > tfoot > tr > th.success,
  1172. .table > tfoot > tr.success > td,
  1173. .table > tfoot > tr.success > th {
  1174. background-color: #dff0d8; }
  1175. .table-hover > tbody > tr > td.success:hover,
  1176. .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  1177. background-color: #d0e9c6; }
  1178. .table > thead > tr > td.info,
  1179. .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
  1180. .table > tbody > tr > td.info,
  1181. .table > tbody > tr > th.info,
  1182. .table > tbody > tr.info > td,
  1183. .table > tbody > tr.info > th,
  1184. .table > tfoot > tr > td.info,
  1185. .table > tfoot > tr > th.info,
  1186. .table > tfoot > tr.info > td,
  1187. .table > tfoot > tr.info > th {
  1188. background-color: #d9edf7; }
  1189. .table-hover > tbody > tr > td.info:hover,
  1190. .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  1191. background-color: #c4e3f3; }
  1192. .table > thead > tr > td.warning,
  1193. .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
  1194. .table > tbody > tr > td.warning,
  1195. .table > tbody > tr > th.warning,
  1196. .table > tbody > tr.warning > td,
  1197. .table > tbody > tr.warning > th,
  1198. .table > tfoot > tr > td.warning,
  1199. .table > tfoot > tr > th.warning,
  1200. .table > tfoot > tr.warning > td,
  1201. .table > tfoot > tr.warning > th {
  1202. background-color: #fcf8e3; }
  1203. .table-hover > tbody > tr > td.warning:hover,
  1204. .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  1205. background-color: #faf2cc; }
  1206. .table > thead > tr > td.danger,
  1207. .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
  1208. .table > tbody > tr > td.danger,
  1209. .table > tbody > tr > th.danger,
  1210. .table > tbody > tr.danger > td,
  1211. .table > tbody > tr.danger > th,
  1212. .table > tfoot > tr > td.danger,
  1213. .table > tfoot > tr > th.danger,
  1214. .table > tfoot > tr.danger > td,
  1215. .table > tfoot > tr.danger > th {
  1216. background-color: #f2dede; }
  1217. .table-hover > tbody > tr > td.danger:hover,
  1218. .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  1219. background-color: #ebcccc; }
  1220. .table-responsive {
  1221. overflow-x: auto;
  1222. min-height: 0.01%; }
  1223. fieldset {
  1224. padding: 0;
  1225. margin: 0;
  1226. border: 0;
  1227. min-width: 0; }
  1228. legend {
  1229. display: block;
  1230. width: 100%;
  1231. padding: 0;
  1232. margin-bottom: 20px;
  1233. font-size: 21px;
  1234. line-height: inherit;
  1235. color: #333333;
  1236. border: 0;
  1237. border-bottom: 1px solid #e5e5e5; }
  1238. label {
  1239. display: inline-block;
  1240. max-width: 100%;
  1241. margin-bottom: 5px;
  1242. font-weight: bold; }
  1243. input[type="search"] {
  1244. -webkit-box-sizing: border-box;
  1245. -moz-box-sizing: border-box;
  1246. box-sizing: border-box; }
  1247. input[type="radio"],
  1248. input[type="checkbox"] {
  1249. margin: 4px 0 0;
  1250. margin-top: 1px \9;
  1251. line-height: normal; }
  1252. input[type="file"] {
  1253. display: block; }
  1254. input[type="range"] {
  1255. display: block;
  1256. width: 100%; }
  1257. select[multiple],
  1258. select[size] {
  1259. height: auto; }
  1260. input[type="file"]:focus,
  1261. input[type="radio"]:focus,
  1262. input[type="checkbox"]:focus {
  1263. outline: 5px auto -webkit-focus-ring-color;
  1264. outline-offset: -2px; }
  1265. output {
  1266. display: block;
  1267. padding-top: 7px;
  1268. font-size: 14px;
  1269. line-height: 1.42857;
  1270. color: #555555; }
  1271. .form-control {
  1272. display: block;
  1273. width: 100%;
  1274. height: 34px;
  1275. padding: 6px 12px;
  1276. font-size: 14px;
  1277. line-height: 1.42857;
  1278. color: #555555;
  1279. background-color: #fff;
  1280. background-image: none;
  1281. border: 1px solid #ccc;
  1282. border-radius: 4px;
  1283. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1284. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1285. -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  1286. -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  1287. transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  1288. .form-control:focus {
  1289. border-color: #66afe9;
  1290. outline: 0;
  1291. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  1292. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  1293. .form-control::-moz-placeholder {
  1294. color: #999;
  1295. opacity: 1; }
  1296. .form-control:-ms-input-placeholder {
  1297. color: #999; }
  1298. .form-control::-webkit-input-placeholder {
  1299. color: #999; }
  1300. .form-control::-ms-expand {
  1301. border: 0;
  1302. background-color: transparent; }
  1303. .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  1304. background-color: #eeeeee;
  1305. opacity: 1; }
  1306. .form-control[disabled], fieldset[disabled] .form-control {
  1307. cursor: not-allowed; }
  1308. textarea.form-control {
  1309. height: auto; }
  1310. input[type="search"] {
  1311. -webkit-appearance: none; }
  1312. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  1313. input[type="date"].form-control,
  1314. input[type="time"].form-control,
  1315. input[type="datetime-local"].form-control,
  1316. input[type="month"].form-control {
  1317. line-height: 34px; }
  1318. input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  1319. .input-group-sm > input[type="date"].input-group-addon,
  1320. .input-group-sm > .input-group-btn > input[type="date"].btn,
  1321. .input-group-sm > .input-group-btn > input[type="date"].comment-reply-link,
  1322. .form-submit .input-group-sm > .input-group-btn > input[type="date"]#submit, .input-group-sm input[type="date"],
  1323. input[type="time"].input-sm,
  1324. .input-group-sm > input[type="time"].form-control,
  1325. .input-group-sm > input[type="time"].input-group-addon,
  1326. .input-group-sm > .input-group-btn > input[type="time"].btn,
  1327. .input-group-sm > .input-group-btn > input[type="time"].comment-reply-link,
  1328. .form-submit .input-group-sm > .input-group-btn > input[type="time"]#submit, .input-group-sm
  1329. input[type="time"],
  1330. input[type="datetime-local"].input-sm,
  1331. .input-group-sm > input[type="datetime-local"].form-control,
  1332. .input-group-sm > input[type="datetime-local"].input-group-addon,
  1333. .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  1334. .input-group-sm > .input-group-btn > input[type="datetime-local"].comment-reply-link,
  1335. .form-submit .input-group-sm > .input-group-btn > input[type="datetime-local"]#submit, .input-group-sm
  1336. input[type="datetime-local"],
  1337. input[type="month"].input-sm,
  1338. .input-group-sm > input[type="month"].form-control,
  1339. .input-group-sm > input[type="month"].input-group-addon,
  1340. .input-group-sm > .input-group-btn > input[type="month"].btn,
  1341. .input-group-sm > .input-group-btn > input[type="month"].comment-reply-link,
  1342. .form-submit .input-group-sm > .input-group-btn > input[type="month"]#submit, .input-group-sm
  1343. input[type="month"] {
  1344. line-height: 30px; }
  1345. input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  1346. .input-group-lg > input[type="date"].input-group-addon,
  1347. .input-group-lg > .input-group-btn > input[type="date"].btn,
  1348. .input-group-lg > .input-group-btn > input[type="date"].comment-reply-link,
  1349. .form-submit .input-group-lg > .input-group-btn > input[type="date"]#submit, .input-group-lg input[type="date"],
  1350. input[type="time"].input-lg,
  1351. .input-group-lg > input[type="time"].form-control,
  1352. .input-group-lg > input[type="time"].input-group-addon,
  1353. .input-group-lg > .input-group-btn > input[type="time"].btn,
  1354. .input-group-lg > .input-group-btn > input[type="time"].comment-reply-link,
  1355. .form-submit .input-group-lg > .input-group-btn > input[type="time"]#submit, .input-group-lg
  1356. input[type="time"],
  1357. input[type="datetime-local"].input-lg,
  1358. .input-group-lg > input[type="datetime-local"].form-control,
  1359. .input-group-lg > input[type="datetime-local"].input-group-addon,
  1360. .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  1361. .input-group-lg > .input-group-btn > input[type="datetime-local"].comment-reply-link,
  1362. .form-submit .input-group-lg > .input-group-btn > input[type="datetime-local"]#submit, .input-group-lg
  1363. input[type="datetime-local"],
  1364. input[type="month"].input-lg,
  1365. .input-group-lg > input[type="month"].form-control,
  1366. .input-group-lg > input[type="month"].input-group-addon,
  1367. .input-group-lg > .input-group-btn > input[type="month"].btn,
  1368. .input-group-lg > .input-group-btn > input[type="month"].comment-reply-link,
  1369. .form-submit .input-group-lg > .input-group-btn > input[type="month"]#submit, .input-group-lg
  1370. input[type="month"] {
  1371. line-height: 46px; } }
  1372. .form-group {
  1373. margin-bottom: 15px; }
  1374. .radio,
  1375. .checkbox {
  1376. position: relative;
  1377. display: block;
  1378. margin-top: 10px;
  1379. margin-bottom: 10px; }
  1380. .radio label,
  1381. .checkbox label {
  1382. min-height: 20px;
  1383. padding-left: 20px;
  1384. margin-bottom: 0;
  1385. font-weight: normal;
  1386. cursor: pointer; }
  1387. .radio input[type="radio"],
  1388. .radio-inline input[type="radio"],
  1389. .checkbox input[type="checkbox"],
  1390. .checkbox-inline input[type="checkbox"] {
  1391. position: absolute;
  1392. margin-left: -20px;
  1393. margin-top: 4px \9; }
  1394. .radio + .radio,
  1395. .checkbox + .checkbox {
  1396. margin-top: -5px; }
  1397. .radio-inline,
  1398. .checkbox-inline {
  1399. position: relative;
  1400. display: inline-block;
  1401. padding-left: 20px;
  1402. margin-bottom: 0;
  1403. vertical-align: middle;
  1404. font-weight: normal;
  1405. cursor: pointer; }
  1406. .radio-inline + .radio-inline,
  1407. .checkbox-inline + .checkbox-inline {
  1408. margin-top: 0;
  1409. margin-left: 10px; }
  1410. input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
  1411. input[type="checkbox"][disabled],
  1412. input[type="checkbox"].disabled, fieldset[disabled]
  1413. input[type="checkbox"] {
  1414. cursor: not-allowed; }
  1415. .radio-inline.disabled, fieldset[disabled] .radio-inline,
  1416. .checkbox-inline.disabled, fieldset[disabled]
  1417. .checkbox-inline {
  1418. cursor: not-allowed; }
  1419. .radio.disabled label, fieldset[disabled] .radio label,
  1420. .checkbox.disabled label, fieldset[disabled]
  1421. .checkbox label {
  1422. cursor: not-allowed; }
  1423. .form-control-static {
  1424. padding-top: 7px;
  1425. padding-bottom: 7px;
  1426. margin-bottom: 0;
  1427. min-height: 34px; }
  1428. .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  1429. .input-group-lg > .form-control-static.input-group-addon,
  1430. .input-group-lg > .input-group-btn > .form-control-static.btn,
  1431. .input-group-lg > .input-group-btn > .form-control-static.comment-reply-link,
  1432. .form-submit .input-group-lg > .input-group-btn > .form-control-static#submit, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  1433. .input-group-sm > .form-control-static.input-group-addon,
  1434. .input-group-sm > .input-group-btn > .form-control-static.btn,
  1435. .input-group-sm > .input-group-btn > .form-control-static.comment-reply-link,
  1436. .form-submit .input-group-sm > .input-group-btn > .form-control-static#submit {
  1437. padding-left: 0;
  1438. padding-right: 0; }
  1439. .input-sm, .input-group-sm > .form-control,
  1440. .input-group-sm > .input-group-addon,
  1441. .input-group-sm > .input-group-btn > .btn,
  1442. .input-group-sm > .input-group-btn > .comment-reply-link,
  1443. .form-submit .input-group-sm > .input-group-btn > #submit {
  1444. height: 30px;
  1445. padding: 5px 10px;
  1446. font-size: 12px;
  1447. line-height: 1.5;
  1448. border-radius: 3px; }
  1449. select.input-sm, .input-group-sm > select.form-control,
  1450. .input-group-sm > select.input-group-addon,
  1451. .input-group-sm > .input-group-btn > select.btn,
  1452. .input-group-sm > .input-group-btn > select.comment-reply-link,
  1453. .form-submit .input-group-sm > .input-group-btn > select#submit {
  1454. height: 30px;
  1455. line-height: 30px; }
  1456. textarea.input-sm, .input-group-sm > textarea.form-control,
  1457. .input-group-sm > textarea.input-group-addon,
  1458. .input-group-sm > .input-group-btn > textarea.btn,
  1459. .input-group-sm > .input-group-btn > textarea.comment-reply-link,
  1460. .form-submit .input-group-sm > .input-group-btn > textarea#submit,
  1461. select[multiple].input-sm,
  1462. .input-group-sm > select[multiple].form-control,
  1463. .input-group-sm > select[multiple].input-group-addon,
  1464. .input-group-sm > .input-group-btn > select[multiple].btn,
  1465. .input-group-sm > .input-group-btn > select[multiple].comment-reply-link,
  1466. .form-submit .input-group-sm > .input-group-btn > select[multiple]#submit {
  1467. height: auto; }
  1468. .form-group-sm .form-control {
  1469. height: 30px;
  1470. padding: 5px 10px;
  1471. font-size: 12px;
  1472. line-height: 1.5;
  1473. border-radius: 3px; }
  1474. .form-group-sm select.form-control {
  1475. height: 30px;
  1476. line-height: 30px; }
  1477. .form-group-sm textarea.form-control,
  1478. .form-group-sm select[multiple].form-control {
  1479. height: auto; }
  1480. .form-group-sm .form-control-static {
  1481. height: 30px;
  1482. min-height: 32px;
  1483. padding: 6px 10px;
  1484. font-size: 12px;
  1485. line-height: 1.5; }
  1486. .input-lg, .input-group-lg > .form-control,
  1487. .input-group-lg > .input-group-addon,
  1488. .input-group-lg > .input-group-btn > .btn,
  1489. .input-group-lg > .input-group-btn > .comment-reply-link,
  1490. .form-submit .input-group-lg > .input-group-btn > #submit {
  1491. height: 46px;
  1492. padding: 10px 16px;
  1493. font-size: 18px;
  1494. line-height: 1.33333;
  1495. border-radius: 6px; }
  1496. select.input-lg, .input-group-lg > select.form-control,
  1497. .input-group-lg > select.input-group-addon,
  1498. .input-group-lg > .input-group-btn > select.btn,
  1499. .input-group-lg > .input-group-btn > select.comment-reply-link,
  1500. .form-submit .input-group-lg > .input-group-btn > select#submit {
  1501. height: 46px;
  1502. line-height: 46px; }
  1503. textarea.input-lg, .input-group-lg > textarea.form-control,
  1504. .input-group-lg > textarea.input-group-addon,
  1505. .input-group-lg > .input-group-btn > textarea.btn,
  1506. .input-group-lg > .input-group-btn > textarea.comment-reply-link,
  1507. .form-submit .input-group-lg > .input-group-btn > textarea#submit,
  1508. select[multiple].input-lg,
  1509. .input-group-lg > select[multiple].form-control,
  1510. .input-group-lg > select[multiple].input-group-addon,
  1511. .input-group-lg > .input-group-btn > select[multiple].btn,
  1512. .input-group-lg > .input-group-btn > select[multiple].comment-reply-link,
  1513. .form-submit .input-group-lg > .input-group-btn > select[multiple]#submit {
  1514. height: auto; }
  1515. .form-group-lg .form-control {
  1516. height: 46px;
  1517. padding: 10px 16px;
  1518. font-size: 18px;
  1519. line-height: 1.33333;
  1520. border-radius: 6px; }
  1521. .form-group-lg select.form-control {
  1522. height: 46px;
  1523. line-height: 46px; }
  1524. .form-group-lg textarea.form-control,
  1525. .form-group-lg select[multiple].form-control {
  1526. height: auto; }
  1527. .form-group-lg .form-control-static {
  1528. height: 46px;
  1529. min-height: 38px;
  1530. padding: 11px 16px;
  1531. font-size: 18px;
  1532. line-height: 1.33333; }
  1533. .has-feedback {
  1534. position: relative; }
  1535. .has-feedback .form-control {
  1536. padding-right: 42.5px; }
  1537. .form-control-feedback {
  1538. position: absolute;
  1539. top: 0;
  1540. right: 0;
  1541. z-index: 2;
  1542. display: block;
  1543. width: 34px;
  1544. height: 34px;
  1545. line-height: 34px;
  1546. text-align: center;
  1547. pointer-events: none; }
  1548. .input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
  1549. .input-group-lg > .input-group-addon + .form-control-feedback,
  1550. .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  1551. .input-group-lg > .input-group-btn > .comment-reply-link + .form-control-feedback,
  1552. .form-submit .input-group-lg > .input-group-btn > #submit + .form-control-feedback,
  1553. .input-group-lg + .form-control-feedback,
  1554. .form-group-lg .form-control + .form-control-feedback {
  1555. width: 46px;
  1556. height: 46px;
  1557. line-height: 46px; }
  1558. .input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
  1559. .input-group-sm > .input-group-addon + .form-control-feedback,
  1560. .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  1561. .input-group-sm > .input-group-btn > .comment-reply-link + .form-control-feedback,
  1562. .form-submit .input-group-sm > .input-group-btn > #submit + .form-control-feedback,
  1563. .input-group-sm + .form-control-feedback,
  1564. .form-group-sm .form-control + .form-control-feedback {
  1565. width: 30px;
  1566. height: 30px;
  1567. line-height: 30px; }
  1568. .has-success .help-block,
  1569. .has-success .control-label,
  1570. .has-success .radio,
  1571. .has-success .checkbox,
  1572. .has-success .radio-inline,
  1573. .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  1574. color: #3c763d; }
  1575. .has-success .form-control {
  1576. border-color: #3c763d;
  1577. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1578. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  1579. .has-success .form-control:focus {
  1580. border-color: #2b542c;
  1581. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  1582. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  1583. .has-success .input-group-addon {
  1584. color: #3c763d;
  1585. border-color: #3c763d;
  1586. background-color: #dff0d8; }
  1587. .has-success .form-control-feedback {
  1588. color: #3c763d; }
  1589. .has-warning .help-block,
  1590. .has-warning .control-label,
  1591. .has-warning .radio,
  1592. .has-warning .checkbox,
  1593. .has-warning .radio-inline,
  1594. .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  1595. color: #8a6d3b; }
  1596. .has-warning .form-control {
  1597. border-color: #8a6d3b;
  1598. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1599. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  1600. .has-warning .form-control:focus {
  1601. border-color: #66512c;
  1602. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  1603. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  1604. .has-warning .input-group-addon {
  1605. color: #8a6d3b;
  1606. border-color: #8a6d3b;
  1607. background-color: #fcf8e3; }
  1608. .has-warning .form-control-feedback {
  1609. color: #8a6d3b; }
  1610. .has-error .help-block,
  1611. .has-error .control-label,
  1612. .has-error .radio,
  1613. .has-error .checkbox,
  1614. .has-error .radio-inline,
  1615. .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  1616. color: #a94442; }
  1617. .has-error .form-control {
  1618. border-color: #a94442;
  1619. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1620. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  1621. .has-error .form-control:focus {
  1622. border-color: #843534;
  1623. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  1624. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  1625. .has-error .input-group-addon {
  1626. color: #a94442;
  1627. border-color: #a94442;
  1628. background-color: #f2dede; }
  1629. .has-error .form-control-feedback {
  1630. color: #a94442; }
  1631. .has-feedback label ~ .form-control-feedback {
  1632. top: 25px; }
  1633. .has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label.screen-reader-text ~ .form-control-feedback {
  1634. top: 0; }
  1635. .help-block {
  1636. display: block;
  1637. margin-top: 5px;
  1638. margin-bottom: 10px;
  1639. color: #737373; }
  1640. @media (min-width: 768px) {
  1641. .form-inline .form-group {
  1642. display: inline-block;
  1643. margin-bottom: 0;
  1644. vertical-align: middle; }
  1645. .form-inline .form-control {
  1646. display: inline-block;
  1647. width: auto;
  1648. vertical-align: middle; }
  1649. .form-inline .form-control-static {
  1650. display: inline-block; }
  1651. .form-inline .input-group {
  1652. display: inline-table;
  1653. vertical-align: middle; }
  1654. .form-inline .input-group .input-group-addon,
  1655. .form-inline .input-group .input-group-btn,
  1656. .form-inline .input-group .form-control {
  1657. width: auto; }
  1658. .form-inline .input-group > .form-control {
  1659. width: 100%; }
  1660. .form-inline .control-label {
  1661. margin-bottom: 0;
  1662. vertical-align: middle; }
  1663. .form-inline .radio,
  1664. .form-inline .checkbox {
  1665. display: inline-block;
  1666. margin-top: 0;
  1667. margin-bottom: 0;
  1668. vertical-align: middle; }
  1669. .form-inline .radio label,
  1670. .form-inline .checkbox label {
  1671. padding-left: 0; }
  1672. .form-inline .radio input[type="radio"],
  1673. .form-inline .checkbox input[type="checkbox"] {
  1674. position: relative;
  1675. margin-left: 0; }
  1676. .form-inline .has-feedback .form-control-feedback {
  1677. top: 0; } }
  1678. .form-horizontal .radio,
  1679. .form-horizontal .checkbox,
  1680. .form-horizontal .radio-inline,
  1681. .form-horizontal .checkbox-inline {
  1682. margin-top: 0;
  1683. margin-bottom: 0;
  1684. padding-top: 7px; }
  1685. .form-horizontal .radio,
  1686. .form-horizontal .checkbox {
  1687. min-height: 27px; }
  1688. .form-horizontal .form-group {
  1689. margin-left: -15px;
  1690. margin-right: -15px; }
  1691. .form-horizontal .form-group:before, .form-horizontal .form-group:after {
  1692. content: " ";
  1693. display: table; }
  1694. .form-horizontal .form-group:after {
  1695. clear: both; }
  1696. @media (min-width: 768px) {
  1697. .form-horizontal .control-label {
  1698. text-align: right;
  1699. margin-bottom: 0;
  1700. padding-top: 7px; } }
  1701. .form-horizontal .has-feedback .form-control-feedback {
  1702. right: 15px; }
  1703. @media (min-width: 768px) {
  1704. .form-horizontal .form-group-lg .control-label {
  1705. padding-top: 11px;
  1706. font-size: 18px; } }
  1707. @media (min-width: 768px) {
  1708. .form-horizontal .form-group-sm .control-label {
  1709. padding-top: 6px;
  1710. font-size: 12px; } }
  1711. .btn, .comment-reply-link,
  1712. .form-submit #submit {
  1713. display: inline-block;
  1714. margin-bottom: 0;
  1715. font-weight: normal;
  1716. text-align: center;
  1717. vertical-align: middle;
  1718. touch-action: manipulation;
  1719. cursor: pointer;
  1720. background-image: none;
  1721. border: 1px solid transparent;
  1722. white-space: nowrap;
  1723. padding: 6px 12px;
  1724. font-size: 14px;
  1725. line-height: 1.42857;
  1726. border-radius: 4px;
  1727. -webkit-user-select: none;
  1728. -moz-user-select: none;
  1729. -ms-user-select: none;
  1730. user-select: none; }
  1731. .btn:focus, .comment-reply-link:focus,
  1732. .form-submit #submit:focus, .btn.focus, .focus.comment-reply-link,
  1733. .form-submit .focus#submit, .btn:active:focus, .comment-reply-link:active:focus,
  1734. .form-submit #submit:active:focus, .btn:active.focus, .comment-reply-link:active.focus,
  1735. .form-submit #submit:active.focus, .btn.active:focus, .active.comment-reply-link:focus,
  1736. .form-submit .active#submit:focus, .btn.active.focus, .active.focus.comment-reply-link,
  1737. .form-submit .active.focus#submit {
  1738. outline: 5px auto -webkit-focus-ring-color;
  1739. outline-offset: -2px; }
  1740. .btn:hover, .comment-reply-link:hover,
  1741. .form-submit #submit:hover, .btn:focus, .comment-reply-link:focus,
  1742. .form-submit #submit:focus, .btn.focus, .focus.comment-reply-link,
  1743. .form-submit .focus#submit {
  1744. color: #333;
  1745. text-decoration: none; }
  1746. .btn:active, .comment-reply-link:active,
  1747. .form-submit #submit:active, .btn.active, .active.comment-reply-link,
  1748. .form-submit .active#submit {
  1749. outline: 0;
  1750. background-image: none;
  1751. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  1752. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  1753. .btn.disabled, .disabled.comment-reply-link,
  1754. .form-submit .disabled#submit, .btn[disabled], [disabled].comment-reply-link,
  1755. .form-submit [disabled]#submit, fieldset[disabled] .btn, fieldset[disabled] .comment-reply-link,
  1756. fieldset[disabled] .form-submit #submit,
  1757. .form-submit fieldset[disabled] #submit {
  1758. cursor: not-allowed;
  1759. opacity: 0.65;
  1760. filter: alpha(opacity=65);
  1761. -webkit-box-shadow: none;
  1762. box-shadow: none; }
  1763. a.btn.disabled, a.disabled.comment-reply-link,
  1764. .form-submit a.disabled#submit, fieldset[disabled] a.btn, fieldset[disabled] a.comment-reply-link,
  1765. fieldset[disabled] .form-submit a#submit,
  1766. .form-submit fieldset[disabled] a#submit {
  1767. pointer-events: none; }
  1768. .btn-default {
  1769. color: #333;
  1770. background-color: #fff;
  1771. border-color: #ccc; }
  1772. .btn-default:focus, .btn-default.focus {
  1773. color: #333;
  1774. background-color: #e6e6e6;
  1775. border-color: #8c8c8c; }
  1776. .btn-default:hover {
  1777. color: #333;
  1778. background-color: #e6e6e6;
  1779. border-color: #adadad; }
  1780. .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  1781. color: #333;
  1782. background-color: #e6e6e6;
  1783. border-color: #adadad; }
  1784. .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  1785. color: #333;
  1786. background-color: #d4d4d4;
  1787. border-color: #8c8c8c; }
  1788. .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  1789. background-image: none; }
  1790. .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  1791. background-color: #fff;
  1792. border-color: #ccc; }
  1793. .btn-default .badge {
  1794. color: #fff;
  1795. background-color: #333; }
  1796. .btn-primary {
  1797. color: #fff;
  1798. background-color: #337ab7;
  1799. border-color: #2e6da4; }
  1800. .btn-primary:focus, .btn-primary.focus {
  1801. color: #fff;
  1802. background-color: #286090;
  1803. border-color: #122b40; }
  1804. .btn-primary:hover {
  1805. color: #fff;
  1806. background-color: #286090;
  1807. border-color: #204d74; }
  1808. .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  1809. color: #fff;
  1810. background-color: #286090;
  1811. border-color: #204d74; }
  1812. .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  1813. color: #fff;
  1814. background-color: #204d74;
  1815. border-color: #122b40; }
  1816. .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  1817. background-image: none; }
  1818. .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  1819. background-color: #337ab7;
  1820. border-color: #2e6da4; }
  1821. .btn-primary .badge {
  1822. color: #337ab7;
  1823. background-color: #fff; }
  1824. .btn-success {
  1825. color: #fff;
  1826. background-color: #5cb85c;
  1827. border-color: #4cae4c; }
  1828. .btn-success:focus, .btn-success.focus {
  1829. color: #fff;
  1830. background-color: #449d44;
  1831. border-color: #255625; }
  1832. .btn-success:hover {
  1833. color: #fff;
  1834. background-color: #449d44;
  1835. border-color: #398439; }
  1836. .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  1837. color: #fff;
  1838. background-color: #449d44;
  1839. border-color: #398439; }
  1840. .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  1841. color: #fff;
  1842. background-color: #398439;
  1843. border-color: #255625; }
  1844. .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  1845. background-image: none; }
  1846. .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  1847. background-color: #5cb85c;
  1848. border-color: #4cae4c; }
  1849. .btn-success .badge {
  1850. color: #5cb85c;
  1851. background-color: #fff; }
  1852. .btn-info, .comment-reply-link,
  1853. .form-submit #submit {
  1854. color: #fff;
  1855. background-color: #5bc0de;
  1856. border-color: #46b8da; }
  1857. .btn-info:focus, .comment-reply-link:focus,
  1858. .form-submit #submit:focus, .btn-info.focus, .focus.comment-reply-link,
  1859. .form-submit .focus#submit {
  1860. color: #fff;
  1861. background-color: #31b0d5;
  1862. border-color: #1b6d85; }
  1863. .btn-info:hover, .comment-reply-link:hover,
  1864. .form-submit #submit:hover {
  1865. color: #fff;
  1866. background-color: #31b0d5;
  1867. border-color: #269abc; }
  1868. .btn-info:active, .comment-reply-link:active,
  1869. .form-submit #submit:active, .btn-info.active, .active.comment-reply-link,
  1870. .form-submit .active#submit, .open > .btn-info.dropdown-toggle, .open > .dropdown-toggle.comment-reply-link,
  1871. .form-submit .open > .dropdown-toggle#submit {
  1872. color: #fff;
  1873. background-color: #31b0d5;
  1874. border-color: #269abc; }
  1875. .btn-info:active:hover, .comment-reply-link:active:hover,
  1876. .form-submit #submit:active:hover, .btn-info:active:focus, .comment-reply-link:active:focus,
  1877. .form-submit #submit:active:focus, .btn-info:active.focus, .comment-reply-link:active.focus,
  1878. .form-submit #submit:active.focus, .btn-info.active:hover, .active.comment-reply-link:hover,
  1879. .form-submit .active#submit:hover, .btn-info.active:focus, .active.comment-reply-link:focus,
  1880. .form-submit .active#submit:focus, .btn-info.active.focus, .active.focus.comment-reply-link,
  1881. .form-submit .active.focus#submit, .open > .btn-info.dropdown-toggle:hover, .open > .dropdown-toggle.comment-reply-link:hover,
  1882. .form-submit .open > .dropdown-toggle#submit:hover, .open > .btn-info.dropdown-toggle:focus, .open > .dropdown-toggle.comment-reply-link:focus,
  1883. .form-submit .open > .dropdown-toggle#submit:focus, .open > .btn-info.dropdown-toggle.focus, .open > .dropdown-toggle.focus.comment-reply-link,
  1884. .form-submit .open > .dropdown-toggle.focus#submit {
  1885. color: #fff;
  1886. background-color: #269abc;
  1887. border-color: #1b6d85; }
  1888. .btn-info:active, .comment-reply-link:active,
  1889. .form-submit #submit:active, .btn-info.active, .active.comment-reply-link,
  1890. .form-submit .active#submit, .open > .btn-info.dropdown-toggle, .open > .dropdown-toggle.comment-reply-link,
  1891. .form-submit .open > .dropdown-toggle#submit {
  1892. background-image: none; }
  1893. .btn-info.disabled:hover, .disabled.comment-reply-link:hover,
  1894. .form-submit .disabled#submit:hover, .btn-info.disabled:focus, .disabled.comment-reply-link:focus,
  1895. .form-submit .disabled#submit:focus, .btn-info.disabled.focus, .disabled.focus.comment-reply-link,
  1896. .form-submit .disabled.focus#submit, .btn-info[disabled]:hover, [disabled].comment-reply-link:hover,
  1897. .form-submit [disabled]#submit:hover, .btn-info[disabled]:focus, [disabled].comment-reply-link:focus,
  1898. .form-submit [disabled]#submit:focus, .btn-info[disabled].focus, [disabled].focus.comment-reply-link,
  1899. .form-submit [disabled].focus#submit, fieldset[disabled] .btn-info:hover, fieldset[disabled] .comment-reply-link:hover,
  1900. fieldset[disabled] .form-submit #submit:hover,
  1901. .form-submit fieldset[disabled] #submit:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .comment-reply-link:focus,
  1902. fieldset[disabled] .form-submit #submit:focus,
  1903. .form-submit fieldset[disabled] #submit:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .focus.comment-reply-link,
  1904. fieldset[disabled] .form-submit .focus#submit,
  1905. .form-submit fieldset[disabled] .focus#submit {
  1906. background-color: #5bc0de;
  1907. border-color: #46b8da; }
  1908. .btn-info .badge, .comment-reply-link .badge,
  1909. .form-submit #submit .badge {
  1910. color: #5bc0de;
  1911. background-color: #fff; }
  1912. .btn-warning {
  1913. color: #fff;
  1914. background-color: #f0ad4e;
  1915. border-color: #eea236; }
  1916. .btn-warning:focus, .btn-warning.focus {
  1917. color: #fff;
  1918. background-color: #ec971f;
  1919. border-color: #985f0d; }
  1920. .btn-warning:hover {
  1921. color: #fff;
  1922. background-color: #ec971f;
  1923. border-color: #d58512; }
  1924. .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  1925. color: #fff;
  1926. background-color: #ec971f;
  1927. border-color: #d58512; }
  1928. .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  1929. color: #fff;
  1930. background-color: #d58512;
  1931. border-color: #985f0d; }
  1932. .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  1933. background-image: none; }
  1934. .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  1935. background-color: #f0ad4e;
  1936. border-color: #eea236; }
  1937. .btn-warning .badge {
  1938. color: #f0ad4e;
  1939. background-color: #fff; }
  1940. .btn-danger {
  1941. color: #fff;
  1942. background-color: #d9534f;
  1943. border-color: #d43f3a; }
  1944. .btn-danger:focus, .btn-danger.focus {
  1945. color: #fff;
  1946. background-color: #c9302c;
  1947. border-color: #761c19; }
  1948. .btn-danger:hover {
  1949. color: #fff;
  1950. background-color: #c9302c;
  1951. border-color: #ac2925; }
  1952. .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  1953. color: #fff;
  1954. background-color: #c9302c;
  1955. border-color: #ac2925; }
  1956. .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  1957. color: #fff;
  1958. background-color: #ac2925;
  1959. border-color: #761c19; }
  1960. .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  1961. background-image: none; }
  1962. .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  1963. background-color: #d9534f;
  1964. border-color: #d43f3a; }
  1965. .btn-danger .badge {
  1966. color: #d9534f;
  1967. background-color: #fff; }
  1968. .btn-link {
  1969. color: #337ab7;
  1970. font-weight: normal;
  1971. border-radius: 0; }
  1972. .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  1973. background-color: transparent;
  1974. -webkit-box-shadow: none;
  1975. box-shadow: none; }
  1976. .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  1977. border-color: transparent; }
  1978. .btn-link:hover, .btn-link:focus {
  1979. color: #23527c;
  1980. text-decoration: underline;
  1981. background-color: transparent; }
  1982. .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  1983. color: #777777;
  1984. text-decoration: none; }
  1985. .btn-lg, .btn-group-lg > .btn, .btn-group-lg > .comment-reply-link,
  1986. .form-submit .btn-group-lg > #submit {
  1987. padding: 10px 16px;
  1988. font-size: 18px;
  1989. line-height: 1.33333;
  1990. border-radius: 6px; }
  1991. .btn-sm, .btn-group-sm > .btn, .btn-group-sm > .comment-reply-link,
  1992. .form-submit .btn-group-sm > #submit {
  1993. padding: 5px 10px;
  1994. font-size: 12px;
  1995. line-height: 1.5;
  1996. border-radius: 3px; }
  1997. .btn-xs, .btn-group-xs > .btn, .btn-group-xs > .comment-reply-link,
  1998. .form-submit .btn-group-xs > #submit {
  1999. padding: 1px 5px;
  2000. font-size: 12px;
  2001. line-height: 1.5;
  2002. border-radius: 3px; }
  2003. .btn-block {
  2004. display: block;
  2005. width: 100%; }
  2006. .btn-block + .btn-block {
  2007. margin-top: 5px; }
  2008. input[type="submit"].btn-block,
  2009. input[type="reset"].btn-block,
  2010. input[type="button"].btn-block {
  2011. width: 100%; }
  2012. .fade {
  2013. opacity: 0;
  2014. -webkit-transition: opacity 0.15s linear;
  2015. -o-transition: opacity 0.15s linear;
  2016. transition: opacity 0.15s linear; }
  2017. .fade.in {
  2018. opacity: 1; }
  2019. .collapse {
  2020. display: none; }
  2021. .collapse.in {
  2022. display: block; }
  2023. tr.collapse.in {
  2024. display: table-row; }
  2025. tbody.collapse.in {
  2026. display: table-row-group; }
  2027. .collapsing {
  2028. position: relative;
  2029. height: 0;
  2030. overflow: hidden;
  2031. -webkit-transition-property: height, visibility;
  2032. transition-property: height, visibility;
  2033. -webkit-transition-duration: 0.35s;
  2034. transition-duration: 0.35s;
  2035. -webkit-transition-timing-function: ease;
  2036. transition-timing-function: ease; }
  2037. .caret {
  2038. display: inline-block;
  2039. width: 0;
  2040. height: 0;
  2041. margin-left: 2px;
  2042. vertical-align: middle;
  2043. border-top: 4px dashed;
  2044. border-top: 4px solid \9;
  2045. border-right: 4px solid transparent;
  2046. border-left: 4px solid transparent; }
  2047. .dropup,
  2048. .dropdown {
  2049. position: relative; }
  2050. .dropdown-toggle:focus {
  2051. outline: 0; }
  2052. .dropdown-menu {
  2053. position: absolute;
  2054. top: 100%;
  2055. left: 0;
  2056. z-index: 1000;
  2057. display: none;
  2058. float: left;
  2059. min-width: 160px;
  2060. padding: 5px 0;
  2061. margin: 2px 0 0;
  2062. list-style: none;
  2063. font-size: 14px;
  2064. text-align: left;
  2065. background-color: #fff;
  2066. border: 1px solid #ccc;
  2067. border: 1px solid rgba(0, 0, 0, 0.15);
  2068. border-radius: 4px;
  2069. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2070. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2071. background-clip: padding-box; }
  2072. .dropdown-menu.pull-right {
  2073. right: 0;
  2074. left: auto; }
  2075. .dropdown-menu .divider {
  2076. height: 1px;
  2077. margin: 9px 0;
  2078. overflow: hidden;
  2079. background-color: #e5e5e5; }
  2080. .dropdown-menu > li > a {
  2081. display: block;
  2082. padding: 3px 20px;
  2083. clear: both;
  2084. font-weight: normal;
  2085. line-height: 1.42857;
  2086. color: #333333;
  2087. white-space: nowrap; }
  2088. .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  2089. text-decoration: none;
  2090. color: #262626;
  2091. background-color: #f5f5f5; }
  2092. .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  2093. color: #fff;
  2094. text-decoration: none;
  2095. outline: 0;
  2096. background-color: #337ab7; }
  2097. .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  2098. color: #777777; }
  2099. .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  2100. text-decoration: none;
  2101. background-color: transparent;
  2102. background-image: none;
  2103. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2104. cursor: not-allowed; }
  2105. .open > .dropdown-menu {
  2106. display: block; }
  2107. .open > a {
  2108. outline: 0; }
  2109. .dropdown-menu-right {
  2110. left: auto;
  2111. right: 0; }
  2112. .dropdown-menu-left {
  2113. left: 0;
  2114. right: auto; }
  2115. .dropdown-header {
  2116. display: block;
  2117. padding: 3px 20px;
  2118. font-size: 12px;
  2119. line-height: 1.42857;
  2120. color: #777777;
  2121. white-space: nowrap; }
  2122. .dropdown-backdrop {
  2123. position: fixed;
  2124. left: 0;
  2125. right: 0;
  2126. bottom: 0;
  2127. top: 0;
  2128. z-index: 990; }
  2129. .pull-right > .dropdown-menu {
  2130. right: 0;
  2131. left: auto; }
  2132. .dropup .caret,
  2133. .navbar-fixed-bottom .dropdown .caret {
  2134. border-top: 0;
  2135. border-bottom: 4px dashed;
  2136. border-bottom: 4px solid \9;
  2137. content: ""; }
  2138. .dropup .dropdown-menu,
  2139. .navbar-fixed-bottom .dropdown .dropdown-menu {
  2140. top: auto;
  2141. bottom: 100%;
  2142. margin-bottom: 2px; }
  2143. @media (min-width: 768px) {
  2144. .navbar-right .dropdown-menu {
  2145. right: 0;
  2146. left: auto; }
  2147. .navbar-right .dropdown-menu-left {
  2148. left: 0;
  2149. right: auto; } }
  2150. .btn-group,
  2151. .btn-group-vertical {
  2152. position: relative;
  2153. display: inline-block;
  2154. vertical-align: middle; }
  2155. .btn-group > .btn, .btn-group > .comment-reply-link,
  2156. .form-submit .btn-group > #submit,
  2157. .btn-group-vertical > .btn,
  2158. .btn-group-vertical > .comment-reply-link,
  2159. .form-submit .btn-group-vertical > #submit {
  2160. position: relative;
  2161. float: left; }
  2162. .btn-group > .btn:hover, .btn-group > .comment-reply-link:hover,
  2163. .form-submit .btn-group > #submit:hover, .btn-group > .btn:focus, .btn-group > .comment-reply-link:focus,
  2164. .form-submit .btn-group > #submit:focus, .btn-group > .btn:active, .btn-group > .comment-reply-link:active,
  2165. .form-submit .btn-group > #submit:active, .btn-group > .btn.active, .btn-group > .active.comment-reply-link,
  2166. .form-submit .btn-group > .active#submit,
  2167. .btn-group-vertical > .btn:hover,
  2168. .btn-group-vertical > .comment-reply-link:hover,
  2169. .form-submit .btn-group-vertical > #submit:hover,
  2170. .btn-group-vertical > .btn:focus,
  2171. .btn-group-vertical > .comment-reply-link:focus,
  2172. .form-submit .btn-group-vertical > #submit:focus,
  2173. .btn-group-vertical > .btn:active,
  2174. .btn-group-vertical > .comment-reply-link:active,
  2175. .form-submit .btn-group-vertical > #submit:active,
  2176. .btn-group-vertical > .btn.active,
  2177. .btn-group-vertical > .active.comment-reply-link,
  2178. .form-submit .btn-group-vertical > .active#submit {
  2179. z-index: 2; }
  2180. .btn-group .btn + .btn, .btn-group .comment-reply-link + .btn,
  2181. .btn-group .form-submit #submit + .btn,
  2182. .form-submit .btn-group #submit + .btn, .btn-group .btn + .comment-reply-link, .btn-group .comment-reply-link + .comment-reply-link,
  2183. .btn-group .form-submit #submit + .comment-reply-link,
  2184. .form-submit .btn-group #submit + .comment-reply-link,
  2185. .btn-group .form-submit .btn + #submit,
  2186. .form-submit .btn-group .btn + #submit,
  2187. .btn-group .form-submit .comment-reply-link + #submit,
  2188. .form-submit .btn-group .comment-reply-link + #submit,
  2189. .btn-group .form-submit #submit + #submit,
  2190. .form-submit .btn-group #submit + #submit,
  2191. .btn-group .btn + .btn-group,
  2192. .btn-group .comment-reply-link + .btn-group,
  2193. .btn-group .form-submit #submit + .btn-group,
  2194. .form-submit .btn-group #submit + .btn-group,
  2195. .btn-group .btn-group + .btn,
  2196. .btn-group .btn-group + .comment-reply-link,
  2197. .btn-group .form-submit .btn-group + #submit,
  2198. .form-submit .btn-group .btn-group + #submit,
  2199. .btn-group .btn-group + .btn-group {
  2200. margin-left: -1px; }
  2201. .btn-toolbar {
  2202. margin-left: -5px; }
  2203. .btn-toolbar:before, .btn-toolbar:after {
  2204. content: " ";
  2205. display: table; }
  2206. .btn-toolbar:after {
  2207. clear: both; }
  2208. .btn-toolbar .btn, .btn-toolbar .comment-reply-link,
  2209. .btn-toolbar .form-submit #submit,
  2210. .form-submit .btn-toolbar #submit,
  2211. .btn-toolbar .btn-group,
  2212. .btn-toolbar .input-group {
  2213. float: left; }
  2214. .btn-toolbar > .btn, .btn-toolbar > .comment-reply-link,
  2215. .form-submit .btn-toolbar > #submit,
  2216. .btn-toolbar > .btn-group,
  2217. .btn-toolbar > .input-group {
  2218. margin-left: 5px; }
  2219. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .comment-reply-link:not(:first-child):not(:last-child):not(.dropdown-toggle),
  2220. .form-submit .btn-group > #submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  2221. border-radius: 0; }
  2222. .btn-group > .btn:first-child, .btn-group > .comment-reply-link:first-child,
  2223. .form-submit .btn-group > #submit:first-child {
  2224. margin-left: 0; }
  2225. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .comment-reply-link:first-child:not(:last-child):not(.dropdown-toggle),
  2226. .form-submit .btn-group > #submit:first-child:not(:last-child):not(.dropdown-toggle) {
  2227. border-bottom-right-radius: 0;
  2228. border-top-right-radius: 0; }
  2229. .btn-group > .btn:last-child:not(:first-child), .btn-group > .comment-reply-link:last-child:not(:first-child),
  2230. .form-submit .btn-group > #submit:last-child:not(:first-child),
  2231. .btn-group > .dropdown-toggle:not(:first-child) {
  2232. border-bottom-left-radius: 0;
  2233. border-top-left-radius: 0; }
  2234. .btn-group > .btn-group {
  2235. float: left; }
  2236. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .comment-reply-link,
  2237. .form-submit .btn-group > .btn-group:not(:first-child):not(:last-child) > #submit {
  2238. border-radius: 0; }
  2239. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .comment-reply-link:last-child,
  2240. .form-submit .btn-group > .btn-group:first-child:not(:last-child) > #submit:last-child,
  2241. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  2242. border-bottom-right-radius: 0;
  2243. border-top-right-radius: 0; }
  2244. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .comment-reply-link:first-child,
  2245. .form-submit .btn-group > .btn-group:last-child:not(:first-child) > #submit:first-child {
  2246. border-bottom-left-radius: 0;
  2247. border-top-left-radius: 0; }
  2248. .btn-group .dropdown-toggle:active,
  2249. .btn-group.open .dropdown-toggle {
  2250. outline: 0; }
  2251. .btn-group > .btn + .dropdown-toggle, .btn-group > .comment-reply-link + .dropdown-toggle,
  2252. .form-submit .btn-group > #submit + .dropdown-toggle {
  2253. padding-left: 8px;
  2254. padding-right: 8px; }
  2255. .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .comment-reply-link + .dropdown-toggle,
  2256. .form-submit .btn-group-lg.btn-group > #submit + .dropdown-toggle {
  2257. padding-left: 12px;
  2258. padding-right: 12px; }
  2259. .btn-group.open .dropdown-toggle {
  2260. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2261. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  2262. .btn-group.open .dropdown-toggle.btn-link {
  2263. -webkit-box-shadow: none;
  2264. box-shadow: none; }
  2265. .btn .caret, .comment-reply-link .caret,
  2266. .form-submit #submit .caret {
  2267. margin-left: 0; }
  2268. .btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .comment-reply-link .caret,
  2269. .form-submit .btn-group-lg > #submit .caret {
  2270. border-width: 5px 5px 0;
  2271. border-bottom-width: 0; }
  2272. .dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .comment-reply-link .caret,
  2273. .dropup .form-submit .btn-group-lg > #submit .caret,
  2274. .form-submit .dropup .btn-group-lg > #submit .caret {
  2275. border-width: 0 5px 5px; }
  2276. .btn-group-vertical > .btn, .btn-group-vertical > .comment-reply-link,
  2277. .form-submit .btn-group-vertical > #submit,
  2278. .btn-group-vertical > .btn-group,
  2279. .btn-group-vertical > .btn-group > .btn,
  2280. .btn-group-vertical > .btn-group > .comment-reply-link,
  2281. .form-submit .btn-group-vertical > .btn-group > #submit {
  2282. display: block;
  2283. float: none;
  2284. width: 100%;
  2285. max-width: 100%; }
  2286. .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  2287. content: " ";
  2288. display: table; }
  2289. .btn-group-vertical > .btn-group:after {
  2290. clear: both; }
  2291. .btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .comment-reply-link,
  2292. .form-submit .btn-group-vertical > .btn-group > #submit {
  2293. float: none; }
  2294. .btn-group-vertical > .btn + .btn, .btn-group-vertical > .comment-reply-link + .btn,
  2295. .form-submit .btn-group-vertical > #submit + .btn, .btn-group-vertical > .btn + .comment-reply-link, .btn-group-vertical > .comment-reply-link + .comment-reply-link,
  2296. .form-submit .btn-group-vertical > #submit + .comment-reply-link,
  2297. .form-submit .btn-group-vertical > .btn + #submit,
  2298. .form-submit .btn-group-vertical > .comment-reply-link + #submit,
  2299. .form-submit .btn-group-vertical > #submit + #submit,
  2300. .btn-group-vertical > .btn + .btn-group,
  2301. .btn-group-vertical > .comment-reply-link + .btn-group,
  2302. .form-submit .btn-group-vertical > #submit + .btn-group,
  2303. .btn-group-vertical > .btn-group + .btn,
  2304. .btn-group-vertical > .btn-group + .comment-reply-link,
  2305. .form-submit .btn-group-vertical > .btn-group + #submit,
  2306. .btn-group-vertical > .btn-group + .btn-group {
  2307. margin-top: -1px;
  2308. margin-left: 0; }
  2309. .btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .comment-reply-link:not(:first-child):not(:last-child),
  2310. .form-submit .btn-group-vertical > #submit:not(:first-child):not(:last-child) {
  2311. border-radius: 0; }
  2312. .btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .comment-reply-link:first-child:not(:last-child),
  2313. .form-submit .btn-group-vertical > #submit:first-child:not(:last-child) {
  2314. border-top-right-radius: 4px;
  2315. border-top-left-radius: 4px;
  2316. border-bottom-right-radius: 0;
  2317. border-bottom-left-radius: 0; }
  2318. .btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .comment-reply-link:last-child:not(:first-child),
  2319. .form-submit .btn-group-vertical > #submit:last-child:not(:first-child) {
  2320. border-top-right-radius: 0;
  2321. border-top-left-radius: 0;
  2322. border-bottom-right-radius: 4px;
  2323. border-bottom-left-radius: 4px; }
  2324. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .comment-reply-link,
  2325. .form-submit .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > #submit {
  2326. border-radius: 0; }
  2327. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .comment-reply-link:last-child,
  2328. .form-submit .btn-group-vertical > .btn-group:first-child:not(:last-child) > #submit:last-child,
  2329. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  2330. border-bottom-right-radius: 0;
  2331. border-bottom-left-radius: 0; }
  2332. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .comment-reply-link:first-child,
  2333. .form-submit .btn-group-vertical > .btn-group:last-child:not(:first-child) > #submit:first-child {
  2334. border-top-right-radius: 0;
  2335. border-top-left-radius: 0; }
  2336. .btn-group-justified {
  2337. display: table;
  2338. width: 100%;
  2339. table-layout: fixed;
  2340. border-collapse: separate; }
  2341. .btn-group-justified > .btn, .btn-group-justified > .comment-reply-link,
  2342. .form-submit .btn-group-justified > #submit,
  2343. .btn-group-justified > .btn-group {
  2344. float: none;
  2345. display: table-cell;
  2346. width: 1%; }
  2347. .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .comment-reply-link,
  2348. .btn-group-justified > .btn-group .form-submit #submit,
  2349. .form-submit .btn-group-justified > .btn-group #submit {
  2350. width: 100%; }
  2351. .btn-group-justified > .btn-group .dropdown-menu {
  2352. left: auto; }
  2353. [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .comment-reply-link input[type="radio"],
  2354. .form-submit [data-toggle="buttons"] > #submit input[type="radio"],
  2355. [data-toggle="buttons"] > .btn input[type="checkbox"],
  2356. [data-toggle="buttons"] > .comment-reply-link input[type="checkbox"],
  2357. .form-submit [data-toggle="buttons"] > #submit input[type="checkbox"],
  2358. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  2359. [data-toggle="buttons"] > .btn-group > .comment-reply-link input[type="radio"],
  2360. .form-submit [data-toggle="buttons"] > .btn-group > #submit input[type="radio"],
  2361. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
  2362. [data-toggle="buttons"] > .btn-group > .comment-reply-link input[type="checkbox"],
  2363. .form-submit [data-toggle="buttons"] > .btn-group > #submit input[type="checkbox"] {
  2364. position: absolute;
  2365. clip: rect(0, 0, 0, 0);
  2366. pointer-events: none; }
  2367. .input-group {
  2368. position: relative;
  2369. display: table;
  2370. border-collapse: separate; }
  2371. .input-group[class*="col-"] {
  2372. float: none;
  2373. padding-left: 0;
  2374. padding-right: 0; }
  2375. .input-group .form-control {
  2376. position: relative;
  2377. z-index: 2;
  2378. float: left;
  2379. width: 100%;
  2380. margin-bottom: 0; }
  2381. .input-group .form-control:focus {
  2382. z-index: 3; }
  2383. .input-group-addon,
  2384. .input-group-btn,
  2385. .input-group .form-control {
  2386. display: table-cell; }
  2387. .input-group-addon:not(:first-child):not(:last-child),
  2388. .input-group-btn:not(:first-child):not(:last-child),
  2389. .input-group .form-control:not(:first-child):not(:last-child) {
  2390. border-radius: 0; }
  2391. .input-group-addon,
  2392. .input-group-btn {
  2393. width: 1%;
  2394. white-space: nowrap;
  2395. vertical-align: middle; }
  2396. .input-group-addon {
  2397. padding: 6px 12px;
  2398. font-size: 14px;
  2399. font-weight: normal;
  2400. line-height: 1;
  2401. color: #555555;
  2402. text-align: center;
  2403. background-color: #eeeeee;
  2404. border: 1px solid #ccc;
  2405. border-radius: 4px; }
  2406. .input-group-addon.input-sm,
  2407. .input-group-sm > .input-group-addon,
  2408. .input-group-sm > .input-group-btn > .input-group-addon.btn,
  2409. .input-group-sm > .input-group-btn > .input-group-addon.comment-reply-link,
  2410. .form-submit .input-group-sm > .input-group-btn > .input-group-addon#submit {
  2411. padding: 5px 10px;
  2412. font-size: 12px;
  2413. border-radius: 3px; }
  2414. .input-group-addon.input-lg,
  2415. .input-group-lg > .input-group-addon,
  2416. .input-group-lg > .input-group-btn > .input-group-addon.btn,
  2417. .input-group-lg > .input-group-btn > .input-group-addon.comment-reply-link,
  2418. .form-submit .input-group-lg > .input-group-btn > .input-group-addon#submit {
  2419. padding: 10px 16px;
  2420. font-size: 18px;
  2421. border-radius: 6px; }
  2422. .input-group-addon input[type="radio"],
  2423. .input-group-addon input[type="checkbox"] {
  2424. margin-top: 0; }
  2425. .input-group .form-control:first-child,
  2426. .input-group-addon:first-child,
  2427. .input-group-btn:first-child > .btn,
  2428. .input-group-btn:first-child > .comment-reply-link,
  2429. .form-submit .input-group-btn:first-child > #submit,
  2430. .input-group-btn:first-child > .btn-group > .btn,
  2431. .input-group-btn:first-child > .btn-group > .comment-reply-link,
  2432. .form-submit .input-group-btn:first-child > .btn-group > #submit,
  2433. .input-group-btn:first-child > .dropdown-toggle,
  2434. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  2435. .input-group-btn:last-child > .comment-reply-link:not(:last-child):not(.dropdown-toggle),
  2436. .form-submit .input-group-btn:last-child > #submit:not(:last-child):not(.dropdown-toggle),
  2437. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
  2438. .input-group-btn:last-child > .btn-group:not(:last-child) > .comment-reply-link,
  2439. .form-submit .input-group-btn:last-child > .btn-group:not(:last-child) > #submit {
  2440. border-bottom-right-radius: 0;
  2441. border-top-right-radius: 0; }
  2442. .input-group-addon:first-child {
  2443. border-right: 0; }
  2444. .input-group .form-control:last-child,
  2445. .input-group-addon:last-child,
  2446. .input-group-btn:last-child > .btn,
  2447. .input-group-btn:last-child > .comment-reply-link,
  2448. .form-submit .input-group-btn:last-child > #submit,
  2449. .input-group-btn:last-child > .btn-group > .btn,
  2450. .input-group-btn:last-child > .btn-group > .comment-reply-link,
  2451. .form-submit .input-group-btn:last-child > .btn-group > #submit,
  2452. .input-group-btn:last-child > .dropdown-toggle,
  2453. .input-group-btn:first-child > .btn:not(:first-child),
  2454. .input-group-btn:first-child > .comment-reply-link:not(:first-child),
  2455. .form-submit .input-group-btn:first-child > #submit:not(:first-child),
  2456. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  2457. .input-group-btn:first-child > .btn-group:not(:first-child) > .comment-reply-link,
  2458. .form-submit .input-group-btn:first-child > .btn-group:not(:first-child) > #submit {
  2459. border-bottom-left-radius: 0;
  2460. border-top-left-radius: 0; }
  2461. .input-group-addon:last-child {
  2462. border-left: 0; }
  2463. .input-group-btn {
  2464. position: relative;
  2465. font-size: 0;
  2466. white-space: nowrap; }
  2467. .input-group-btn > .btn, .input-group-btn > .comment-reply-link,
  2468. .form-submit .input-group-btn > #submit {
  2469. position: relative; }
  2470. .input-group-btn > .btn + .btn, .input-group-btn > .comment-reply-link + .btn,
  2471. .form-submit .input-group-btn > #submit + .btn, .input-group-btn > .btn + .comment-reply-link, .input-group-btn > .comment-reply-link + .comment-reply-link,
  2472. .form-submit .input-group-btn > #submit + .comment-reply-link,
  2473. .form-submit .input-group-btn > .btn + #submit,
  2474. .form-submit .input-group-btn > .comment-reply-link + #submit,
  2475. .form-submit .input-group-btn > #submit + #submit {
  2476. margin-left: -1px; }
  2477. .input-group-btn > .btn:hover, .input-group-btn > .comment-reply-link:hover,
  2478. .form-submit .input-group-btn > #submit:hover, .input-group-btn > .btn:focus, .input-group-btn > .comment-reply-link:focus,
  2479. .form-submit .input-group-btn > #submit:focus, .input-group-btn > .btn:active, .input-group-btn > .comment-reply-link:active,
  2480. .form-submit .input-group-btn > #submit:active {
  2481. z-index: 2; }
  2482. .input-group-btn:first-child > .btn, .input-group-btn:first-child > .comment-reply-link,
  2483. .form-submit .input-group-btn:first-child > #submit,
  2484. .input-group-btn:first-child > .btn-group {
  2485. margin-right: -1px; }
  2486. .input-group-btn:last-child > .btn, .input-group-btn:last-child > .comment-reply-link,
  2487. .form-submit .input-group-btn:last-child > #submit,
  2488. .input-group-btn:last-child > .btn-group {
  2489. z-index: 2;
  2490. margin-left: -1px; }
  2491. .nav {
  2492. margin-bottom: 0;
  2493. padding-left: 0;
  2494. list-style: none; }
  2495. .nav:before, .nav:after {
  2496. content: " ";
  2497. display: table; }
  2498. .nav:after {
  2499. clear: both; }
  2500. .nav > li {
  2501. position: relative;
  2502. display: block; }
  2503. .nav > li > a {
  2504. position: relative;
  2505. display: block;
  2506. padding: 10px 15px; }
  2507. .nav > li > a:hover, .nav > li > a:focus {
  2508. text-decoration: none;
  2509. background-color: #eeeeee; }
  2510. .nav > li.disabled > a {
  2511. color: #777777; }
  2512. .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  2513. color: #777777;
  2514. text-decoration: none;
  2515. background-color: transparent;
  2516. cursor: not-allowed; }
  2517. .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  2518. background-color: #eeeeee;
  2519. border-color: #337ab7; }
  2520. .nav .nav-divider {
  2521. height: 1px;
  2522. margin: 9px 0;
  2523. overflow: hidden;
  2524. background-color: #e5e5e5; }
  2525. .nav > li > a > img {
  2526. max-width: none; }
  2527. .nav-tabs {
  2528. border-bottom: 1px solid #ddd; }
  2529. .nav-tabs > li {
  2530. float: left;
  2531. margin-bottom: -1px; }
  2532. .nav-tabs > li > a {
  2533. margin-right: 2px;
  2534. line-height: 1.42857;
  2535. border: 1px solid transparent;
  2536. border-radius: 4px 4px 0 0; }
  2537. .nav-tabs > li > a:hover {
  2538. border-color: #eeeeee #eeeeee #ddd; }
  2539. .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  2540. color: #555555;
  2541. background-color: #fff;
  2542. border: 1px solid #ddd;
  2543. border-bottom-color: transparent;
  2544. cursor: default; }
  2545. .nav-pills > li {
  2546. float: left; }
  2547. .nav-pills > li > a {
  2548. border-radius: 4px; }
  2549. .nav-pills > li + li {
  2550. margin-left: 2px; }
  2551. .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  2552. color: #fff;
  2553. background-color: #337ab7; }
  2554. .nav-stacked > li {
  2555. float: none; }
  2556. .nav-stacked > li + li {
  2557. margin-top: 2px;
  2558. margin-left: 0; }
  2559. .nav-justified, .nav-tabs.nav-justified {
  2560. width: 100%; }
  2561. .nav-justified > li, .nav-tabs.nav-justified > li {
  2562. float: none; }
  2563. .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  2564. text-align: center;
  2565. margin-bottom: 5px; }
  2566. .nav-justified > .dropdown .dropdown-menu {
  2567. top: auto;
  2568. left: auto; }
  2569. @media (min-width: 768px) {
  2570. .nav-justified > li, .nav-tabs.nav-justified > li {
  2571. display: table-cell;
  2572. width: 1%; }
  2573. .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  2574. margin-bottom: 0; } }
  2575. .nav-tabs-justified, .nav-tabs.nav-justified {
  2576. border-bottom: 0; }
  2577. .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  2578. margin-right: 0;
  2579. border-radius: 4px; }
  2580. .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  2581. .nav-tabs-justified > .active > a:hover,
  2582. .nav-tabs.nav-justified > .active > a:hover,
  2583. .nav-tabs-justified > .active > a:focus,
  2584. .nav-tabs.nav-justified > .active > a:focus {
  2585. border: 1px solid #ddd; }
  2586. @media (min-width: 768px) {
  2587. .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  2588. border-bottom: 1px solid #ddd;
  2589. border-radius: 4px 4px 0 0; }
  2590. .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  2591. .nav-tabs-justified > .active > a:hover,
  2592. .nav-tabs.nav-justified > .active > a:hover,
  2593. .nav-tabs-justified > .active > a:focus,
  2594. .nav-tabs.nav-justified > .active > a:focus {
  2595. border-bottom-color: #fff; } }
  2596. .tab-content > .tab-pane {
  2597. display: none; }
  2598. .tab-content > .active {
  2599. display: block; }
  2600. .nav-tabs .dropdown-menu {
  2601. margin-top: -1px;
  2602. border-top-right-radius: 0;
  2603. border-top-left-radius: 0; }
  2604. .navbar {
  2605. position: relative;
  2606. min-height: 50px;
  2607. margin-bottom: 20px;
  2608. border: 1px solid transparent; }
  2609. .navbar:before, .navbar:after {
  2610. content: " ";
  2611. display: table; }
  2612. .navbar:after {
  2613. clear: both; }
  2614. @media (min-width: 768px) {
  2615. .navbar {
  2616. border-radius: 4px; } }
  2617. .navbar-header:before, .navbar-header:after {
  2618. content: " ";
  2619. display: table; }
  2620. .navbar-header:after {
  2621. clear: both; }
  2622. @media (min-width: 768px) {
  2623. .navbar-header {
  2624. float: left; } }
  2625. .navbar-collapse {
  2626. overflow-x: visible;
  2627. padding-right: 15px;
  2628. padding-left: 15px;
  2629. border-top: 1px solid transparent;
  2630. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  2631. -webkit-overflow-scrolling: touch; }
  2632. .navbar-collapse:before, .navbar-collapse:after {
  2633. content: " ";
  2634. display: table; }
  2635. .navbar-collapse:after {
  2636. clear: both; }
  2637. .navbar-collapse.in {
  2638. overflow-y: auto; }
  2639. @media (min-width: 768px) {
  2640. .navbar-collapse {
  2641. width: auto;
  2642. border-top: 0;
  2643. box-shadow: none; }
  2644. .navbar-collapse.collapse {
  2645. display: block !important;
  2646. height: auto !important;
  2647. padding-bottom: 0;
  2648. overflow: visible !important; }
  2649. .navbar-collapse.in {
  2650. overflow-y: visible; }
  2651. .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  2652. padding-left: 0;
  2653. padding-right: 0; } }
  2654. .navbar-fixed-top .navbar-collapse,
  2655. .navbar-fixed-bottom .navbar-collapse {
  2656. max-height: 340px; }
  2657. @media (max-device-width: 480px) and (orientation: landscape) {
  2658. .navbar-fixed-top .navbar-collapse,
  2659. .navbar-fixed-bottom .navbar-collapse {
  2660. max-height: 200px; } }
  2661. .container > .navbar-header,
  2662. .container > .navbar-collapse,
  2663. .container-fluid > .navbar-header,
  2664. .container-fluid > .navbar-collapse {
  2665. margin-right: -15px;
  2666. margin-left: -15px; }
  2667. @media (min-width: 768px) {
  2668. .container > .navbar-header,
  2669. .container > .navbar-collapse,
  2670. .container-fluid > .navbar-header,
  2671. .container-fluid > .navbar-collapse {
  2672. margin-right: 0;
  2673. margin-left: 0; } }
  2674. .navbar-static-top {
  2675. z-index: 1000;
  2676. border-width: 0 0 1px; }
  2677. @media (min-width: 768px) {
  2678. .navbar-static-top {
  2679. border-radius: 0; } }
  2680. .navbar-fixed-top,
  2681. .navbar-fixed-bottom {
  2682. position: fixed;
  2683. right: 0;
  2684. left: 0;
  2685. z-index: 1030; }
  2686. @media (min-width: 768px) {
  2687. .navbar-fixed-top,
  2688. .navbar-fixed-bottom {
  2689. border-radius: 0; } }
  2690. .navbar-fixed-top {
  2691. top: 0;
  2692. border-width: 0 0 1px; }
  2693. .navbar-fixed-bottom {
  2694. bottom: 0;
  2695. margin-bottom: 0;
  2696. border-width: 1px 0 0; }
  2697. .navbar-brand {
  2698. float: left;
  2699. padding: 15px 15px;
  2700. font-size: 18px;
  2701. line-height: 20px;
  2702. height: 50px; }
  2703. .navbar-brand:hover, .navbar-brand:focus {
  2704. text-decoration: none; }
  2705. .navbar-brand > img {
  2706. display: block; }
  2707. @media (min-width: 768px) {
  2708. .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  2709. margin-left: -15px; } }
  2710. .navbar-toggle {
  2711. position: relative;
  2712. float: right;
  2713. margin-right: 15px;
  2714. padding: 9px 10px;
  2715. margin-top: 8px;
  2716. margin-bottom: 8px;
  2717. background-color: transparent;
  2718. background-image: none;
  2719. border: 1px solid transparent;
  2720. border-radius: 4px; }
  2721. .navbar-toggle:focus {
  2722. outline: 0; }
  2723. .navbar-toggle .icon-bar {
  2724. display: block;
  2725. width: 22px;
  2726. height: 2px;
  2727. border-radius: 1px; }
  2728. .navbar-toggle .icon-bar + .icon-bar {
  2729. margin-top: 4px; }
  2730. @media (min-width: 768px) {
  2731. .navbar-toggle {
  2732. display: none; } }
  2733. .navbar-nav {
  2734. margin: 7.5px -15px; }
  2735. .navbar-nav > li > a {
  2736. padding-top: 10px;
  2737. padding-bottom: 10px;
  2738. line-height: 20px; }
  2739. .navbar-form {
  2740. margin-left: -15px;
  2741. margin-right: -15px;
  2742. padding: 10px 15px;
  2743. border-top: 1px solid transparent;
  2744. border-bottom: 1px solid transparent;
  2745. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  2746. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  2747. margin-top: 8px;
  2748. margin-bottom: 8px; }
  2749. @media (min-width: 768px) {
  2750. .navbar-form .form-group {
  2751. display: inline-block;
  2752. margin-bottom: 0;
  2753. vertical-align: middle; }
  2754. .navbar-form .form-control {
  2755. display: inline-block;
  2756. width: auto;
  2757. vertical-align: middle; }
  2758. .navbar-form .form-control-static {
  2759. display: inline-block; }
  2760. .navbar-form .input-group {
  2761. display: inline-table;
  2762. vertical-align: middle; }
  2763. .navbar-form .input-group .input-group-addon,
  2764. .navbar-form .input-group .input-group-btn,
  2765. .navbar-form .input-group .form-control {
  2766. width: auto; }
  2767. .navbar-form .input-group > .form-control {
  2768. width: 100%; }
  2769. .navbar-form .control-label {
  2770. margin-bottom: 0;
  2771. vertical-align: middle; }
  2772. .navbar-form .radio,
  2773. .navbar-form .checkbox {
  2774. display: inline-block;
  2775. margin-top: 0;
  2776. margin-bottom: 0;
  2777. vertical-align: middle; }
  2778. .navbar-form .radio label,
  2779. .navbar-form .checkbox label {
  2780. padding-left: 0; }
  2781. .navbar-form .radio input[type="radio"],
  2782. .navbar-form .checkbox input[type="checkbox"] {
  2783. position: relative;
  2784. margin-left: 0; }
  2785. .navbar-form .has-feedback .form-control-feedback {
  2786. top: 0; } }
  2787. @media (min-width: 768px) {
  2788. .navbar-form {
  2789. width: auto;
  2790. border: 0;
  2791. margin-left: 0;
  2792. margin-right: 0;
  2793. padding-top: 0;
  2794. padding-bottom: 0;
  2795. -webkit-box-shadow: none;
  2796. box-shadow: none; } }
  2797. .navbar-nav > li > .dropdown-menu {
  2798. margin-top: 0;
  2799. border-top-right-radius: 0;
  2800. border-top-left-radius: 0; }
  2801. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  2802. margin-bottom: 0;
  2803. border-top-right-radius: 4px;
  2804. border-top-left-radius: 4px;
  2805. border-bottom-right-radius: 0;
  2806. border-bottom-left-radius: 0; }
  2807. .navbar-btn {
  2808. margin-top: 8px;
  2809. margin-bottom: 8px; }
  2810. .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.comment-reply-link,
  2811. .form-submit .btn-group-sm > .navbar-btn#submit {
  2812. margin-top: 10px;
  2813. margin-bottom: 10px; }
  2814. .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.comment-reply-link,
  2815. .form-submit .btn-group-xs > .navbar-btn#submit {
  2816. margin-top: 14px;
  2817. margin-bottom: 14px; }
  2818. .navbar-text {
  2819. margin-top: 15px;
  2820. margin-bottom: 15px; }
  2821. @media (min-width: 768px) {
  2822. .navbar-text {
  2823. float: left;
  2824. margin-left: 15px;
  2825. margin-right: 15px; } }
  2826. @media (min-width: 768px) {
  2827. .navbar-left {
  2828. float: left !important; }
  2829. .navbar-right {
  2830. float: right !important;
  2831. margin-right: -15px; }
  2832. .navbar-right ~ .navbar-right {
  2833. margin-right: 0; } }
  2834. .navbar-default {
  2835. background-color: #f8f8f8;
  2836. border-color: #e7e7e7; }
  2837. .navbar-default .navbar-brand {
  2838. color: #777; }
  2839. .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  2840. color: #5e5e5e;
  2841. background-color: transparent; }
  2842. .navbar-default .navbar-text {
  2843. color: #777; }
  2844. .navbar-default .navbar-nav > li > a {
  2845. color: #777; }
  2846. .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  2847. color: #333;
  2848. background-color: transparent; }
  2849. .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  2850. color: #555;
  2851. background-color: #e7e7e7; }
  2852. .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  2853. color: #ccc;
  2854. background-color: transparent; }
  2855. .navbar-default .navbar-toggle {
  2856. border-color: #ddd; }
  2857. .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  2858. background-color: #ddd; }
  2859. .navbar-default .navbar-toggle .icon-bar {
  2860. background-color: #888; }
  2861. .navbar-default .navbar-collapse,
  2862. .navbar-default .navbar-form {
  2863. border-color: #e7e7e7; }
  2864. .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  2865. background-color: #e7e7e7;
  2866. color: #555; }
  2867. .navbar-default .navbar-link {
  2868. color: #777; }
  2869. .navbar-default .navbar-link:hover {
  2870. color: #333; }
  2871. .navbar-default .btn-link {
  2872. color: #777; }
  2873. .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  2874. color: #333; }
  2875. .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  2876. color: #ccc; }
  2877. .navbar-inverse {
  2878. background-color: #222;
  2879. border-color: #090909; }
  2880. .navbar-inverse .navbar-brand {
  2881. color: #9d9d9d; }
  2882. .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  2883. color: #fff;
  2884. background-color: transparent; }
  2885. .navbar-inverse .navbar-text {
  2886. color: #9d9d9d; }
  2887. .navbar-inverse .navbar-nav > li > a {
  2888. color: #9d9d9d; }
  2889. .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  2890. color: #fff;
  2891. background-color: transparent; }
  2892. .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  2893. color: #fff;
  2894. background-color: #090909; }
  2895. .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  2896. color: #444;
  2897. background-color: transparent; }
  2898. .navbar-inverse .navbar-toggle {
  2899. border-color: #333; }
  2900. .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  2901. background-color: #333; }
  2902. .navbar-inverse .navbar-toggle .icon-bar {
  2903. background-color: #fff; }
  2904. .navbar-inverse .navbar-collapse,
  2905. .navbar-inverse .navbar-form {
  2906. border-color: #101010; }
  2907. .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  2908. background-color: #090909;
  2909. color: #fff; }
  2910. .navbar-inverse .navbar-link {
  2911. color: #9d9d9d; }
  2912. .navbar-inverse .navbar-link:hover {
  2913. color: #fff; }
  2914. .navbar-inverse .btn-link {
  2915. color: #9d9d9d; }
  2916. .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  2917. color: #fff; }
  2918. .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  2919. color: #444; }
  2920. .pagination {
  2921. display: inline-block;
  2922. padding-left: 0;
  2923. margin: 20px 0;
  2924. border-radius: 4px; }
  2925. .pagination > li {
  2926. display: inline; }
  2927. .pagination > li > a,
  2928. .pagination > li > span {
  2929. position: relative;
  2930. float: left;
  2931. padding: 6px 12px;
  2932. line-height: 1.42857;
  2933. text-decoration: none;
  2934. color: #337ab7;
  2935. background-color: #fff;
  2936. border: 1px solid #ddd;
  2937. margin-left: -1px; }
  2938. .pagination > li:first-child > a,
  2939. .pagination > li:first-child > span {
  2940. margin-left: 0;
  2941. border-bottom-left-radius: 4px;
  2942. border-top-left-radius: 4px; }
  2943. .pagination > li:last-child > a,
  2944. .pagination > li:last-child > span {
  2945. border-bottom-right-radius: 4px;
  2946. border-top-right-radius: 4px; }
  2947. .pagination > li > a:hover, .pagination > li > a:focus,
  2948. .pagination > li > span:hover,
  2949. .pagination > li > span:focus {
  2950. z-index: 2;
  2951. color: #23527c;
  2952. background-color: #eeeeee;
  2953. border-color: #ddd; }
  2954. .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  2955. .pagination > .active > span,
  2956. .pagination > .active > span:hover,
  2957. .pagination > .active > span:focus {
  2958. z-index: 3;
  2959. color: #fff;
  2960. background-color: #337ab7;
  2961. border-color: #337ab7;
  2962. cursor: default; }
  2963. .pagination > .disabled > span,
  2964. .pagination > .disabled > span:hover,
  2965. .pagination > .disabled > span:focus,
  2966. .pagination > .disabled > a,
  2967. .pagination > .disabled > a:hover,
  2968. .pagination > .disabled > a:focus {
  2969. color: #777777;
  2970. background-color: #fff;
  2971. border-color: #ddd;
  2972. cursor: not-allowed; }
  2973. .pagination-lg > li > a,
  2974. .pagination-lg > li > span {
  2975. padding: 10px 16px;
  2976. font-size: 18px;
  2977. line-height: 1.33333; }
  2978. .pagination-lg > li:first-child > a,
  2979. .pagination-lg > li:first-child > span {
  2980. border-bottom-left-radius: 6px;
  2981. border-top-left-radius: 6px; }
  2982. .pagination-lg > li:last-child > a,
  2983. .pagination-lg > li:last-child > span {
  2984. border-bottom-right-radius: 6px;
  2985. border-top-right-radius: 6px; }
  2986. .pagination-sm > li > a,
  2987. .pagination-sm > li > span {
  2988. padding: 5px 10px;
  2989. font-size: 12px;
  2990. line-height: 1.5; }
  2991. .pagination-sm > li:first-child > a,
  2992. .pagination-sm > li:first-child > span {
  2993. border-bottom-left-radius: 3px;
  2994. border-top-left-radius: 3px; }
  2995. .pagination-sm > li:last-child > a,
  2996. .pagination-sm > li:last-child > span {
  2997. border-bottom-right-radius: 3px;
  2998. border-top-right-radius: 3px; }
  2999. .pager {
  3000. padding-left: 0;
  3001. margin: 20px 0;
  3002. list-style: none;
  3003. text-align: center; }
  3004. .pager:before, .pager:after {
  3005. content: " ";
  3006. display: table; }
  3007. .pager:after {
  3008. clear: both; }
  3009. .pager li {
  3010. display: inline; }
  3011. .pager li > a,
  3012. .pager li > span {
  3013. display: inline-block;
  3014. padding: 5px 14px;
  3015. background-color: #fff;
  3016. border: 1px solid #ddd;
  3017. border-radius: 15px; }
  3018. .pager li > a:hover,
  3019. .pager li > a:focus {
  3020. text-decoration: none;
  3021. background-color: #eeeeee; }
  3022. .pager .next > a,
  3023. .pager .next > span {
  3024. float: right; }
  3025. .pager .previous > a,
  3026. .pager .previous > span {
  3027. float: left; }
  3028. .pager .disabled > a,
  3029. .pager .disabled > a:hover,
  3030. .pager .disabled > a:focus,
  3031. .pager .disabled > span {
  3032. color: #777777;
  3033. background-color: #fff;
  3034. cursor: not-allowed; }
  3035. .label {
  3036. display: inline;
  3037. padding: .2em .6em .3em;
  3038. font-size: 75%;
  3039. font-weight: bold;
  3040. line-height: 1;
  3041. color: #fff;
  3042. text-align: center;
  3043. white-space: nowrap;
  3044. vertical-align: baseline;
  3045. border-radius: .25em; }
  3046. .label:empty {
  3047. display: none; }
  3048. .btn .label, .comment-reply-link .label,
  3049. .form-submit #submit .label {
  3050. position: relative;
  3051. top: -1px; }
  3052. a.label:hover, a.label:focus {
  3053. color: #fff;
  3054. text-decoration: none;
  3055. cursor: pointer; }
  3056. .label-default {
  3057. background-color: #777777; }
  3058. .label-default[href]:hover, .label-default[href]:focus {
  3059. background-color: #5e5e5e; }
  3060. .label-primary {
  3061. background-color: #337ab7; }
  3062. .label-primary[href]:hover, .label-primary[href]:focus {
  3063. background-color: #286090; }
  3064. .label-success {
  3065. background-color: #5cb85c; }
  3066. .label-success[href]:hover, .label-success[href]:focus {
  3067. background-color: #449d44; }
  3068. .label-info {
  3069. background-color: #5bc0de; }
  3070. .label-info[href]:hover, .label-info[href]:focus {
  3071. background-color: #31b0d5; }
  3072. .label-warning {
  3073. background-color: #f0ad4e; }
  3074. .label-warning[href]:hover, .label-warning[href]:focus {
  3075. background-color: #ec971f; }
  3076. .label-danger {
  3077. background-color: #d9534f; }
  3078. .label-danger[href]:hover, .label-danger[href]:focus {
  3079. background-color: #c9302c; }
  3080. .badge {
  3081. display: inline-block;
  3082. min-width: 10px;
  3083. padding: 3px 7px;
  3084. font-size: 12px;
  3085. font-weight: bold;
  3086. color: #fff;
  3087. line-height: 1;
  3088. vertical-align: middle;
  3089. white-space: nowrap;
  3090. text-align: center;
  3091. background-color: #777777;
  3092. border-radius: 10px; }
  3093. .badge:empty {
  3094. display: none; }
  3095. .btn .badge, .comment-reply-link .badge,
  3096. .form-submit #submit .badge {
  3097. position: relative;
  3098. top: -1px; }
  3099. .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .comment-reply-link .badge,
  3100. .form-submit .btn-group-xs > #submit .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .comment-reply-link .badge,
  3101. .form-submit .btn-group-xs > #submit .badge {
  3102. top: 0;
  3103. padding: 1px 5px; }
  3104. .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  3105. color: #337ab7;
  3106. background-color: #fff; }
  3107. .list-group-item > .badge {
  3108. float: right; }
  3109. .list-group-item > .badge + .badge {
  3110. margin-right: 5px; }
  3111. .nav-pills > li > a > .badge {
  3112. margin-left: 3px; }
  3113. a.badge:hover, a.badge:focus {
  3114. color: #fff;
  3115. text-decoration: none;
  3116. cursor: pointer; }
  3117. .jumbotron {
  3118. padding-top: 30px;
  3119. padding-bottom: 30px;
  3120. margin-bottom: 30px;
  3121. color: inherit;
  3122. background-color: #eeeeee; }
  3123. .jumbotron h1,
  3124. .jumbotron .h1 {
  3125. color: inherit; }
  3126. .jumbotron p {
  3127. margin-bottom: 15px;
  3128. font-size: 21px;
  3129. font-weight: 200; }
  3130. .jumbotron > hr {
  3131. border-top-color: #d5d5d5; }
  3132. .container .jumbotron, .container-fluid .jumbotron {
  3133. border-radius: 6px;
  3134. padding-left: 15px;
  3135. padding-right: 15px; }
  3136. .jumbotron .container {
  3137. max-width: 100%; }
  3138. @media screen and (min-width: 768px) {
  3139. .jumbotron {
  3140. padding-top: 48px;
  3141. padding-bottom: 48px; }
  3142. .container .jumbotron, .container-fluid .jumbotron {
  3143. padding-left: 60px;
  3144. padding-right: 60px; }
  3145. .jumbotron h1,
  3146. .jumbotron .h1 {
  3147. font-size: 63px; } }
  3148. .thumbnail {
  3149. display: block;
  3150. padding: 4px;
  3151. margin-bottom: 20px;
  3152. line-height: 1.42857;
  3153. background-color: #fff;
  3154. border: 1px solid #ddd;
  3155. border-radius: 4px;
  3156. -webkit-transition: border 0.2s ease-in-out;
  3157. -o-transition: border 0.2s ease-in-out;
  3158. transition: border 0.2s ease-in-out; }
  3159. .thumbnail > img,
  3160. .thumbnail a > img {
  3161. display: block;
  3162. max-width: 100%;
  3163. height: auto;
  3164. margin-left: auto;
  3165. margin-right: auto; }
  3166. .thumbnail .caption {
  3167. padding: 9px;
  3168. color: #333333; }
  3169. a.thumbnail:hover,
  3170. a.thumbnail:focus,
  3171. a.thumbnail.active {
  3172. border-color: #337ab7; }
  3173. .alert {
  3174. padding: 15px;
  3175. margin-bottom: 20px;
  3176. border: 1px solid transparent;
  3177. border-radius: 4px; }
  3178. .alert h4 {
  3179. margin-top: 0;
  3180. color: inherit; }
  3181. .alert .alert-link {
  3182. font-weight: bold; }
  3183. .alert > p,
  3184. .alert > ul {
  3185. margin-bottom: 0; }
  3186. .alert > p + p {
  3187. margin-top: 5px; }
  3188. .alert-dismissable,
  3189. .alert-dismissible {
  3190. padding-right: 35px; }
  3191. .alert-dismissable .close,
  3192. .alert-dismissible .close {
  3193. position: relative;
  3194. top: -2px;
  3195. right: -21px;
  3196. color: inherit; }
  3197. .alert-success {
  3198. background-color: #dff0d8;
  3199. border-color: #d6e9c6;
  3200. color: #3c763d; }
  3201. .alert-success hr {
  3202. border-top-color: #c9e2b3; }
  3203. .alert-success .alert-link {
  3204. color: #2b542c; }
  3205. .alert-info {
  3206. background-color: #d9edf7;
  3207. border-color: #bce8f1;
  3208. color: #31708f; }
  3209. .alert-info hr {
  3210. border-top-color: #a6e1ec; }
  3211. .alert-info .alert-link {
  3212. color: #245269; }
  3213. .alert-warning {
  3214. background-color: #fcf8e3;
  3215. border-color: #faebcc;
  3216. color: #8a6d3b; }
  3217. .alert-warning hr {
  3218. border-top-color: #f7e1b5; }
  3219. .alert-warning .alert-link {
  3220. color: #66512c; }
  3221. .alert-danger {
  3222. background-color: #f2dede;
  3223. border-color: #ebccd1;
  3224. color: #a94442; }
  3225. .alert-danger hr {
  3226. border-top-color: #e4b9c0; }
  3227. .alert-danger .alert-link {
  3228. color: #843534; }
  3229. .well, #archive-header {
  3230. min-height: 20px;
  3231. padding: 19px;
  3232. margin-bottom: 20px;
  3233. background-color: #f5f5f5;
  3234. border: 1px solid #e3e3e3;
  3235. border-radius: 4px;
  3236. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  3237. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  3238. .well blockquote, #archive-header blockquote {
  3239. border-color: #ddd;
  3240. border-color: rgba(0, 0, 0, 0.15); }
  3241. .well-lg {
  3242. padding: 24px;
  3243. border-radius: 6px; }
  3244. .well-sm {
  3245. padding: 9px;
  3246. border-radius: 3px; }
  3247. .close {
  3248. float: right;
  3249. font-size: 21px;
  3250. font-weight: bold;
  3251. line-height: 1;
  3252. color: #000;
  3253. text-shadow: 0 1px 0 #fff;
  3254. opacity: 0.2;
  3255. filter: alpha(opacity=20); }
  3256. .close:hover, .close:focus {
  3257. color: #000;
  3258. text-decoration: none;
  3259. cursor: pointer;
  3260. opacity: 0.5;
  3261. filter: alpha(opacity=50); }
  3262. button.close {
  3263. padding: 0;
  3264. cursor: pointer;
  3265. background: transparent;
  3266. border: 0;
  3267. -webkit-appearance: none; }
  3268. .tooltip {
  3269. position: absolute;
  3270. z-index: 1070;
  3271. display: block;
  3272. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  3273. font-style: normal;
  3274. font-weight: normal;
  3275. letter-spacing: normal;
  3276. line-break: auto;
  3277. line-height: 1.42857;
  3278. text-align: left;
  3279. text-align: start;
  3280. text-decoration: none;
  3281. text-shadow: none;
  3282. text-transform: none;
  3283. white-space: normal;
  3284. word-break: normal;
  3285. word-spacing: normal;
  3286. word-wrap: normal;
  3287. font-size: 12px;
  3288. opacity: 0;
  3289. filter: alpha(opacity=0); }
  3290. .tooltip.in {
  3291. opacity: 0.9;
  3292. filter: alpha(opacity=90); }
  3293. .tooltip.top {
  3294. margin-top: -3px;
  3295. padding: 5px 0; }
  3296. .tooltip.right {
  3297. margin-left: 3px;
  3298. padding: 0 5px; }
  3299. .tooltip.bottom {
  3300. margin-top: 3px;
  3301. padding: 5px 0; }
  3302. .tooltip.left {
  3303. margin-left: -3px;
  3304. padding: 0 5px; }
  3305. .tooltip-inner {
  3306. max-width: 200px;
  3307. padding: 3px 8px;
  3308. color: #fff;
  3309. text-align: center;
  3310. background-color: #000;
  3311. border-radius: 4px; }
  3312. .tooltip-arrow {
  3313. position: absolute;
  3314. width: 0;
  3315. height: 0;
  3316. border-color: transparent;
  3317. border-style: solid; }
  3318. .tooltip.top .tooltip-arrow {
  3319. bottom: 0;
  3320. left: 50%;
  3321. margin-left: -5px;
  3322. border-width: 5px 5px 0;
  3323. border-top-color: #000; }
  3324. .tooltip.top-left .tooltip-arrow {
  3325. bottom: 0;
  3326. right: 5px;
  3327. margin-bottom: -5px;
  3328. border-width: 5px 5px 0;
  3329. border-top-color: #000; }
  3330. .tooltip.top-right .tooltip-arrow {
  3331. bottom: 0;
  3332. left: 5px;
  3333. margin-bottom: -5px;
  3334. border-width: 5px 5px 0;
  3335. border-top-color: #000; }
  3336. .tooltip.right .tooltip-arrow {
  3337. top: 50%;
  3338. left: 0;
  3339. margin-top: -5px;
  3340. border-width: 5px 5px 5px 0;
  3341. border-right-color: #000; }
  3342. .tooltip.left .tooltip-arrow {
  3343. top: 50%;
  3344. right: 0;
  3345. margin-top: -5px;
  3346. border-width: 5px 0 5px 5px;
  3347. border-left-color: #000; }
  3348. .tooltip.bottom .tooltip-arrow {
  3349. top: 0;
  3350. left: 50%;
  3351. margin-left: -5px;
  3352. border-width: 0 5px 5px;
  3353. border-bottom-color: #000; }
  3354. .tooltip.bottom-left .tooltip-arrow {
  3355. top: 0;
  3356. right: 5px;
  3357. margin-top: -5px;
  3358. border-width: 0 5px 5px;
  3359. border-bottom-color: #000; }
  3360. .tooltip.bottom-right .tooltip-arrow {
  3361. top: 0;
  3362. left: 5px;
  3363. margin-top: -5px;
  3364. border-width: 0 5px 5px;
  3365. border-bottom-color: #000; }
  3366. .carousel {
  3367. position: relative; }
  3368. .carousel-inner {
  3369. position: relative;
  3370. overflow: hidden;
  3371. width: 100%; }
  3372. .carousel-inner > .item {
  3373. display: none;
  3374. position: relative;
  3375. -webkit-transition: 0.6s ease-in-out left;
  3376. -o-transition: 0.6s ease-in-out left;
  3377. transition: 0.6s ease-in-out left; }
  3378. .carousel-inner > .item > img,
  3379. .carousel-inner > .item > a > img {
  3380. display: block;
  3381. max-width: 100%;
  3382. height: auto;
  3383. line-height: 1; }
  3384. @media all and (transform-3d), (-webkit-transform-3d) {
  3385. .carousel-inner > .item {
  3386. -webkit-transition: -webkit-transform 0.6s ease-in-out;
  3387. -moz-transition: -moz-transform 0.6s ease-in-out;
  3388. -o-transition: -o-transform 0.6s ease-in-out;
  3389. transition: transform 0.6s ease-in-out;
  3390. -webkit-backface-visibility: hidden;
  3391. -moz-backface-visibility: hidden;
  3392. backface-visibility: hidden;
  3393. -webkit-perspective: 1000px;
  3394. -moz-perspective: 1000px;
  3395. perspective: 1000px; }
  3396. .carousel-inner > .item.next, .carousel-inner > .item.active.right {
  3397. -webkit-transform: translate3d(100%, 0, 0);
  3398. transform: translate3d(100%, 0, 0);
  3399. left: 0; }
  3400. .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
  3401. -webkit-transform: translate3d(-100%, 0, 0);
  3402. transform: translate3d(-100%, 0, 0);
  3403. left: 0; }
  3404. .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
  3405. -webkit-transform: translate3d(0, 0, 0);
  3406. transform: translate3d(0, 0, 0);
  3407. left: 0; } }
  3408. .carousel-inner > .active,
  3409. .carousel-inner > .next,
  3410. .carousel-inner > .prev {
  3411. display: block; }
  3412. .carousel-inner > .active {
  3413. left: 0; }
  3414. .carousel-inner > .next,
  3415. .carousel-inner > .prev {
  3416. position: absolute;
  3417. top: 0;
  3418. width: 100%; }
  3419. .carousel-inner > .next {
  3420. left: 100%; }
  3421. .carousel-inner > .prev {
  3422. left: -100%; }
  3423. .carousel-inner > .next.left,
  3424. .carousel-inner > .prev.right {
  3425. left: 0; }
  3426. .carousel-inner > .active.left {
  3427. left: -100%; }
  3428. .carousel-inner > .active.right {
  3429. left: 100%; }
  3430. .carousel-control {
  3431. position: absolute;
  3432. top: 0;
  3433. left: 0;
  3434. bottom: 0;
  3435. width: 15%;
  3436. opacity: 0.5;
  3437. filter: alpha(opacity=50);
  3438. font-size: 20px;
  3439. color: #fff;
  3440. text-align: center;
  3441. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  3442. background-color: transparent; }
  3443. .carousel-control.left {
  3444. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  3445. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  3446. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  3447. background-repeat: repeat-x;
  3448. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  3449. .carousel-control.right {
  3450. left: auto;
  3451. right: 0;
  3452. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  3453. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  3454. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  3455. background-repeat: repeat-x;
  3456. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  3457. .carousel-control:hover, .carousel-control:focus {
  3458. outline: 0;
  3459. color: #fff;
  3460. text-decoration: none;
  3461. opacity: 0.9;
  3462. filter: alpha(opacity=90); }
  3463. .carousel-control .icon-prev,
  3464. .carousel-control .icon-next,
  3465. .carousel-control .glyphicon-chevron-left,
  3466. .carousel-control .glyphicon-chevron-right {
  3467. position: absolute;
  3468. top: 50%;
  3469. margin-top: -10px;
  3470. z-index: 5;
  3471. display: inline-block; }
  3472. .carousel-control .icon-prev,
  3473. .carousel-control .glyphicon-chevron-left {
  3474. left: 50%;
  3475. margin-left: -10px; }
  3476. .carousel-control .icon-next,
  3477. .carousel-control .glyphicon-chevron-right {
  3478. right: 50%;
  3479. margin-right: -10px; }
  3480. .carousel-control .icon-prev,
  3481. .carousel-control .icon-next {
  3482. width: 20px;
  3483. height: 20px;
  3484. line-height: 1;
  3485. font-family: serif; }
  3486. .carousel-control .icon-prev:before {
  3487. content: '\2039'; }
  3488. .carousel-control .icon-next:before {
  3489. content: '\203a'; }
  3490. .carousel-indicators {
  3491. position: absolute;
  3492. bottom: 10px;
  3493. left: 50%;
  3494. z-index: 15;
  3495. width: 60%;
  3496. margin-left: -30%;
  3497. padding-left: 0;
  3498. list-style: none;
  3499. text-align: center; }
  3500. .carousel-indicators li {
  3501. display: inline-block;
  3502. width: 10px;
  3503. height: 10px;
  3504. margin: 1px;
  3505. text-indent: -999px;
  3506. border: 1px solid #fff;
  3507. border-radius: 10px;
  3508. cursor: pointer;
  3509. background-color: #000 \9;
  3510. background-color: transparent; }
  3511. .carousel-indicators .active {
  3512. margin: 0;
  3513. width: 12px;
  3514. height: 12px;
  3515. background-color: #fff; }
  3516. .carousel-caption {
  3517. position: absolute;
  3518. left: 15%;
  3519. right: 15%;
  3520. bottom: 20px;
  3521. z-index: 10;
  3522. padding-top: 20px;
  3523. padding-bottom: 20px;
  3524. color: #fff;
  3525. text-align: center;
  3526. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  3527. .carousel-caption .btn, .carousel-caption .comment-reply-link,
  3528. .carousel-caption .form-submit #submit,
  3529. .form-submit .carousel-caption #submit {
  3530. text-shadow: none; }
  3531. @media screen and (min-width: 768px) {
  3532. .carousel-control .glyphicon-chevron-left,
  3533. .carousel-control .glyphicon-chevron-right,
  3534. .carousel-control .icon-prev,
  3535. .carousel-control .icon-next {
  3536. width: 30px;
  3537. height: 30px;
  3538. margin-top: -10px;
  3539. font-size: 30px; }
  3540. .carousel-control .glyphicon-chevron-left,
  3541. .carousel-control .icon-prev {
  3542. margin-left: -10px; }
  3543. .carousel-control .glyphicon-chevron-right,
  3544. .carousel-control .icon-next {
  3545. margin-right: -10px; }
  3546. .carousel-caption {
  3547. left: 20%;
  3548. right: 20%;
  3549. padding-bottom: 30px; }
  3550. .carousel-indicators {
  3551. bottom: 20px; } }
  3552. .clearfix:before, .clearfix:after {
  3553. content: " ";
  3554. display: table; }
  3555. .clearfix:after {
  3556. clear: both; }
  3557. .center-block {
  3558. display: block;
  3559. margin-left: auto;
  3560. margin-right: auto; }
  3561. .pull-right {
  3562. float: right !important; }
  3563. .pull-left {
  3564. float: left !important; }
  3565. .hide {
  3566. display: none !important; }
  3567. .show {
  3568. display: block !important; }
  3569. .invisible {
  3570. visibility: hidden; }
  3571. .text-hide {
  3572. font: 0/0 a;
  3573. color: transparent;
  3574. text-shadow: none;
  3575. background-color: transparent;
  3576. border: 0; }
  3577. .hidden {
  3578. display: none !important; }
  3579. .affix {
  3580. position: fixed; }
  3581. @-ms-viewport {
  3582. width: device-width; }
  3583. .visible-xs {
  3584. display: none !important; }
  3585. .visible-sm {
  3586. display: none !important; }
  3587. .visible-md {
  3588. display: none !important; }
  3589. .visible-lg {
  3590. display: none !important; }
  3591. .visible-xs-block,
  3592. .visible-xs-inline,
  3593. .visible-xs-inline-block,
  3594. .visible-sm-block,
  3595. .visible-sm-inline,
  3596. .visible-sm-inline-block,
  3597. .visible-md-block,
  3598. .visible-md-inline,
  3599. .visible-md-inline-block,
  3600. .visible-lg-block,
  3601. .visible-lg-inline,
  3602. .visible-lg-inline-block {
  3603. display: none !important; }
  3604. .visible-print {
  3605. display: none !important; }
  3606. @media print {
  3607. .visible-print {
  3608. display: block !important; }
  3609. table.visible-print {
  3610. display: table !important; }
  3611. tr.visible-print {
  3612. display: table-row !important; }
  3613. th.visible-print,
  3614. td.visible-print {
  3615. display: table-cell !important; } }
  3616. .visible-print-block {
  3617. display: none !important; }
  3618. @media print {
  3619. .visible-print-block {
  3620. display: block !important; } }
  3621. .visible-print-inline {
  3622. display: none !important; }
  3623. @media print {
  3624. .visible-print-inline {
  3625. display: inline !important; } }
  3626. .visible-print-inline-block {
  3627. display: none !important; }
  3628. @media print {
  3629. .visible-print-inline-block {
  3630. display: inline-block !important; } }
  3631. @media print {
  3632. .hidden-print {
  3633. display: none !important; } }
  3634. * {
  3635. word-wrap: break-word;
  3636. outline: none; }
  3637. body.basic {
  3638. font-size: 16px;
  3639. color: #282828;
  3640. font-family: Open Sans, sans-serif; }
  3641. .basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6 {
  3642. color: #282828;
  3643. font-family: Raleway, sans-serif; }
  3644. .basic h1 a, .basic h2 a, .basic h3 a, .basic h4 a, .basic h5 a, .basic h6 a {
  3645. color: #282828; }
  3646. .basic a {
  3647. color: #428BCA; }
  3648. .basic a.btn, .basic a.comment-reply-link,
  3649. .basic .form-submit a#submit,
  3650. .form-submit .basic a#submit {
  3651. color: #fff; }
  3652. .basic a.btn-default {
  3653. color: #333; }
  3654. .basic a:hover {
  3655. color: #2A6496; }
  3656. pre {
  3657. margin: 1em 0; }
  3658. .alert {
  3659. font-size: 14px; }
  3660. blockquote {
  3661. border-left-color: #ccc; }
  3662. img {
  3663. max-width: 100%;
  3664. height: auto; }
  3665. table {
  3666. width: 100%;
  3667. background: #fff; }
  3668. table td, table th {
  3669. padding: 8px;
  3670. border: 1px solid #ddd;
  3671. text-align: left; }
  3672. table th {
  3673. background: #eee;
  3674. font-weight: bold; }
  3675. table caption {
  3676. padding: 1em 0;
  3677. text-align: center; }
  3678. dt {
  3679. font-weight: bold; }
  3680. dd {
  3681. line-height: 1.4;
  3682. margin: 4px 0 0;
  3683. padding: 0 0 .5em 0; }
  3684. input, textarea {
  3685. -moz-border-radius: 6px;
  3686. -webkit-border-radius: 6px;
  3687. border-radius: 6px;
  3688. -webkit-box-sizing: border-box;
  3689. -moz-box-sizing: border-box;
  3690. box-sizing: border-box;
  3691. padding: 8px;
  3692. border: 1px solid #bbb;
  3693. font-size: 14px;
  3694. color: #555; }
  3695. /* =Header
  3696. -------------------------------------------------------------- */
  3697. #header,
  3698. .title-card {
  3699. position: relative; }
  3700. .title-card-wrapper {
  3701. overflow: hidden; }
  3702. .title-card {
  3703. z-index: 1;
  3704. width: 100%;
  3705. display: table;
  3706. text-align: center; }
  3707. .title-card > img.header-img {
  3708. position: absolute;
  3709. z-index: 0;
  3710. left: -9999px;
  3711. max-width: none; }
  3712. #site-meta {
  3713. display: table-cell;
  3714. vertical-align: middle;
  3715. z-index: 1;
  3716. position: relative;
  3717. text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  3718. padding-top: 30px; }
  3719. .only-on-home #site-meta {
  3720. padding-top: 0; }
  3721. #site-meta i {
  3722. color: #fff;
  3723. font-size: 60px;
  3724. margin: 10px 0; }
  3725. .only-on-home #site-meta i {
  3726. font-size: 100px;
  3727. margin: 30px 0; }
  3728. #site-title,
  3729. #site-logo {
  3730. position: relative;
  3731. display: block; }
  3732. .only-on-home #site-title, .only-on-home
  3733. #site-logo {
  3734. -webkit-animation: dropHeader 1 0.75s ease-in;
  3735. -o-animation: dropHeader 1 0.75s ease-in;
  3736. animation: dropHeader 1 0.75s ease-in; }
  3737. #site-title {
  3738. margin: 0; }
  3739. .no-fittext #site-title {
  3740. font-size: 80px; }
  3741. #site-title a {
  3742. color: #fff;
  3743. text-decoration: none;
  3744. display: block;
  3745. width: 100%; }
  3746. .basic #site-title a {
  3747. font-family: 'Megrim', cursive; }
  3748. .only-on-home.no-fittext .basic #site-title a {
  3749. font-size: 120px; }
  3750. @-webkit-keyframes dropHeader {
  3751. 0% {
  3752. top: -40px;
  3753. opacity: 0; }
  3754. 100% {
  3755. top: 0;
  3756. opacity: 1; } }
  3757. @-moz-keyframes dropHeader {
  3758. 0% {
  3759. top: -40px;
  3760. opacity: 0; }
  3761. 100% {
  3762. top: 0;
  3763. opacity: 1; } }
  3764. @-o-keyframes dropHeader {
  3765. 0% {
  3766. top: -40px;
  3767. opacity: 0; }
  3768. 100% {
  3769. top: 0;
  3770. opacity: 1; } }
  3771. @keyframes dropHeader {
  3772. 0% {
  3773. top: -40px;
  3774. opacity: 0; }
  3775. 100% {
  3776. top: 0;
  3777. opacity: 1; } }
  3778. #site-description {
  3779. margin: 0;
  3780. font-size: 18px;
  3781. line-height: 1;
  3782. color: #fff; }
  3783. #site-description.margin-top {
  3784. margin-top: 90px; }
  3785. #more-site {
  3786. margin-top: 50px;
  3787. border: 1px solid #fff;
  3788. color: #fff;
  3789. font-weight: normal;
  3790. padding: 10px 25px;
  3791. display: none;
  3792. background: transparent; }
  3793. #more-site:hover {
  3794. background: rgba(0, 0, 0, 0.1);
  3795. border-color: #fff;
  3796. color: #fff; }
  3797. .only-on-home #more-site {
  3798. display: inline-block; }
  3799. #site-meta i,
  3800. #site-description,
  3801. #more-site {
  3802. position: relative; }
  3803. .only-on-home #site-meta i, .only-on-home
  3804. #site-description, .only-on-home
  3805. #more-site {
  3806. -webkit-animation: fadeHeader 1 1s ease-in;
  3807. -o-animation: fadeHeader 1 1s ease-in;
  3808. animation: fadeHeader 1 1s ease-in; }
  3809. @-webkit-keyframes fadeHeader {
  3810. 0% {
  3811. top: 20px;
  3812. opacity: 0; }
  3813. 50% {
  3814. top: 20px;
  3815. opacity: 0; }
  3816. 100% {
  3817. top: 0;
  3818. opacity: 1; } }
  3819. @-moz-keyframes fadeHeader {
  3820. 0% {
  3821. top: 20px;
  3822. opacity: 0; }
  3823. 50% {
  3824. top: 20px;
  3825. opacity: 0; }
  3826. 100% {
  3827. top: 0;
  3828. opacity: 1; } }
  3829. @-o-keyframes fadeHeader {
  3830. 0% {
  3831. top: 20px;
  3832. opacity: 0; }
  3833. 50% {
  3834. top: 20px;
  3835. opacity: 0; }
  3836. 100% {
  3837. top: 0;
  3838. opacity: 1; } }
  3839. @keyframes fadeHeader {
  3840. 0% {
  3841. top: 20px;
  3842. opacity: 0; }
  3843. 50% {
  3844. top: 20px;
  3845. opacity: 0; }
  3846. 100% {
  3847. top: 0;
  3848. opacity: 1; } }
  3849. .header-img {
  3850. width: 100%;
  3851. display: block;
  3852. max-width: none; }
  3853. /* =Main Navigation
  3854. -------------------------------------------------------------- */
  3855. .admin-bar .navbar-fixed-top {
  3856. top: 32px; }
  3857. .navbar-inverse {
  3858. text-align: left;
  3859. background: rgba(0, 0, 0, 0.6);
  3860. border: 0; }
  3861. .navbar-inverse.black {
  3862. background: rgba(0, 0, 0, 0.85); }
  3863. .dropdown-menu > li > a,
  3864. .navbar-nav > li > a {
  3865. color: #999; }
  3866. .black .dropdown-menu > li > a:hover {
  3867. background: #333; }
  3868. .dropdown-menu {
  3869. background: #080808; }
  3870. .dropdown-menu a:hover {
  3871. background: #444 !important;
  3872. color: #fff !important; }
  3873. .dropdown-menu > .active > a,
  3874. .dropdown-menu > .active > a:hover,
  3875. .dropdown-menu > .active > a:focus {
  3876. background-color: #444; }
  3877. .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  3878. background: none;
  3879. border: 0;
  3880. color: #fff; }
  3881. /* =Social Menu
  3882. -------------------------------------------------------------- */
  3883. #menu-social {
  3884. margin-top: 7px;
  3885. padding: 0 20px;
  3886. overflow: hidden;
  3887. margin-right: 0; }
  3888. #menu-social ul {
  3889. list-style: none;
  3890. padding: 0;
  3891. margin: 0; }
  3892. #menu-social ul li {
  3893. display: inline-block;
  3894. position: relative; }
  3895. #menu-social ul li a {
  3896. color: #666; }
  3897. #menu-social ul li a:before {
  3898. -moz-border-radius: 20px;
  3899. -webkit-border-radius: 20px;
  3900. border-radius: 20px;
  3901. content: '\f007';
  3902. float: left;
  3903. text-align: center;
  3904. margin: 0 0 0 3px;
  3905. font-family: FontAwesome;
  3906. font-size: 18px;
  3907. background: rgba(0, 0, 0, 0.5);
  3908. width: 35px;
  3909. height: 35px;
  3910. line-height: 35px; }
  3911. #menu-social ul li a:hover {
  3912. color: #888; }
  3913. #menu-social ul li a:hover:before {
  3914. background: rgba(0, 0, 0, 0.75); }
  3915. #menu-social ul li a[href*="facebook.com"]:before {
  3916. content: '\f09a'; }
  3917. #menu-social ul li a[href*="twitter.com"]:before {
  3918. content: '\f099'; }
  3919. #menu-social ul li a[href*="dribbble.com"]:before {
  3920. content: '\f17d'; }
  3921. #menu-social ul li a[href*="plus.google.com"]:before {
  3922. content: '\f0d5'; }
  3923. #menu-social ul li a[href*="pinterest.com"]:before {
  3924. content: '\f0d2'; }
  3925. #menu-social ul li a[href*="github.com"]:before {
  3926. content: '\f113'; }
  3927. #menu-social ul li a[href*="tumblr.com"]:before {
  3928. content: '\f173'; }
  3929. #menu-social ul li a[href*="youtube.com"]:before {
  3930. content: '\f16a'; }
  3931. #menu-social ul li a[href*="flickr.com"]:before {
  3932. content: '\f16e'; }
  3933. #menu-social ul li a[href*="vimeo.com"]:before {
  3934. content: '\f194'; }
  3935. #menu-social ul li a[href*="instagram.com"]:before {
  3936. content: '\f16d'; }
  3937. #menu-social ul li a[href*="linkedin.com"]:before {
  3938. content: '\f0e1'; }
  3939. #menu-social ul li a[href*="bitbucket.org"]:before {
  3940. content: '\f171'; }
  3941. #menu-social ul li a[href*="yelp.com"]:before {
  3942. content: '\f1e9'; }
  3943. #menu-social ul li a[href*="slideshare.net"]:before {
  3944. content: '\f1e7'; }
  3945. #menu-social ul li a[href*="xing.net"]:before {
  3946. content: '\f168'; }
  3947. #menu-social ul li a[href*="/feed"]:before {
  3948. content: '\f09e'; }
  3949. /* =Jumbotron
  3950. -------------------------------------------------------------- */
  3951. .jumbotron {
  3952. color: #222; }
  3953. .home-jumbotron,
  3954. .jumbo-headline.widget_text {
  3955. position: relative;
  3956. background-color: transparent;
  3957. margin-bottom: 0;
  3958. text-align: center;
  3959. padding: 30px 60px; }
  3960. .home-jumbotron:before, .home-jumbotron:after,
  3961. .jumbo-headline.widget_text:before,
  3962. .jumbo-headline.widget_text:after {
  3963. width: 50%;
  3964. margin-left: 25%;
  3965. content: "";
  3966. display: block;
  3967. height: 20px;
  3968. border-top: 5px solid #eee; }
  3969. .home-jumbotron:after,
  3970. .jumbo-headline.widget_text:after {
  3971. width: 40%;
  3972. margin-left: 30%;
  3973. height: 30px;
  3974. border: 0;
  3975. border-bottom: 3px solid #eee; }
  3976. .home-jumbotron h2,
  3977. .jumbo-headline.widget_text h2 {
  3978. font-size: 40px;
  3979. line-height: 1.3;
  3980. margin-bottom: 10px; }
  3981. .home-jumbotron p,
  3982. .jumbo-headline.widget_text p {
  3983. line-height: 1.6; }
  3984. .home-jumbotron .btn, .home-jumbotron .comment-reply-link,
  3985. .home-jumbotron .form-submit #submit,
  3986. .form-submit .home-jumbotron #submit,
  3987. .jumbo-headline.widget_text .btn,
  3988. .jumbo-headline.widget_text .comment-reply-link,
  3989. .jumbo-headline.widget_text .form-submit #submit,
  3990. .form-submit .jumbo-headline.widget_text #submit {
  3991. margin-top: 10px;
  3992. padding: 10px 25px; }
  3993. /* =Home Widgets
  3994. -------------------------------------------------------------- */
  3995. #home-page-widgets {
  3996. padding: 60px 0 40px;
  3997. background: #F7F7F7; }
  3998. .home-widget {
  3999. margin: 0 0 30px;
  4000. font-size: 16px;
  4001. line-height: 1.6;
  4002. text-align: center; }
  4003. .home-widget img {
  4004. margin-top: 0; }
  4005. .home-widget-title {
  4006. margin-bottom: 15px;
  4007. font-size: 24px; }
  4008. .home-widget-title a {
  4009. text-decoration: none; }
  4010. .bavotasan_custom_text_widget {
  4011. text-align: center; }
  4012. .bavotasan_custom_text_widget i {
  4013. -moz-border-radius: 2em;
  4014. -webkit-border-radius: 2em;
  4015. border-radius: 2em;
  4016. font-size: 40px;
  4017. line-height: 130px;
  4018. width: 130px;
  4019. height: 130px;
  4020. margin: 0 auto 30px;
  4021. display: block;
  4022. border: 3px solid; }
  4023. .bavotasan_custom_text_widget i.default {
  4024. color: #ccc;
  4025. border-color: #ccc; }
  4026. .bavotasan_custom_text_widget i.info {
  4027. color: #5cbde0;
  4028. border-color: #5cbde0; }
  4029. .bavotasan_custom_text_widget i.primary {
  4030. color: #428bca;
  4031. border-color: #428bca; }
  4032. .bavotasan_custom_text_widget i.danger {
  4033. color: #d9534f;
  4034. border-color: #d9534f; }
  4035. .bavotasan_custom_text_widget i.warning {
  4036. color: #f0ad4e;
  4037. border-color: #f0ad4e; }
  4038. .bavotasan_custom_text_widget i.success {
  4039. color: #5cb85c;
  4040. border-color: #5cb85c; }
  4041. .bavotasan_custom_text_widget a:hover {
  4042. text-decoration: none; }
  4043. .bavotasan_custom_text_widget .btn, .bavotasan_custom_text_widget .comment-reply-link,
  4044. .bavotasan_custom_text_widget .form-submit #submit,
  4045. .form-submit .bavotasan_custom_text_widget #submit {
  4046. margin-top: 20px; }
  4047. /* =Main elements
  4048. -------------------------------------------------------------- */
  4049. #page {
  4050. overflow: hidden; }
  4051. #primary {
  4052. margin: 50px 0; }
  4053. #primary.centered {
  4054. float: none !important;
  4055. margin-left: auto;
  4056. margin-right: auto; }
  4057. .home-top {
  4058. background: #fff; }
  4059. /* =Article
  4060. -------------------------------------------------------------- */
  4061. article {
  4062. margin-bottom: 40px;
  4063. padding-bottom: 20px;
  4064. border-bottom: 5px solid #eee; }
  4065. .from-the-blog article {
  4066. font-size: 14px;
  4067. margin-bottom: 15px;
  4068. padding-bottom: 10px; }
  4069. .from-the-blog article:last-child {
  4070. border: 0; }
  4071. .from-the-blog article img.alignleft {
  4072. margin-bottom: 0; }
  4073. .single article {
  4074. margin-bottom: 20px; }
  4075. article .time {
  4076. color: inherit; }
  4077. .first-post {
  4078. margin-bottom: 20px; }
  4079. .entry-title {
  4080. margin: 0; }
  4081. .basic .entry-title {
  4082. font-size: 32px; }
  4083. .from-the-blog .entry-title, .from-the-blog .entry-title a {
  4084. font-size: 24px; }
  4085. .from-the-blog .entry-title {
  4086. margin-bottom: 5px; }
  4087. .entry-title a:hover {
  4088. text-decoration: none;
  4089. color: #000; }
  4090. .entry-title a:hover .text-muted {
  4091. color: #777; }
  4092. .entry-meta {
  4093. line-height: 1.3;
  4094. margin: 10px 0 30px; }
  4095. .basic .entry-meta {
  4096. font-size: 13px; }
  4097. .single .entry-meta {
  4098. margin-bottom: 30px; }
  4099. .post-category,
  4100. .post-format {
  4101. text-transform: uppercase;
  4102. margin: 0 0 3px;
  4103. font-size: 13px; }
  4104. .entry-content {
  4105. line-height: 1.6; }
  4106. .entry-attachment {
  4107. margin-top: 20px; }
  4108. .entry-caption {
  4109. font-size: 12px;
  4110. margin: 5px 0 15px;
  4111. text-align: right; }
  4112. .edit-link {
  4113. margin: 1em 0; }
  4114. .more-link-p {
  4115. margin: 1em 0; }
  4116. .pullquote {
  4117. color: #444;
  4118. border: 0;
  4119. padding: 1em 0;
  4120. margin: 1em 1.625em 1em 0;
  4121. text-align: right;
  4122. width: 33%;
  4123. float: left;
  4124. border-top: 1px solid #aaa;
  4125. border-bottom: 1px solid #aaa; }
  4126. .pullquote p {
  4127. font-size: 21px;
  4128. line-height: 1.4;
  4129. font-weight: bold; }
  4130. .pullquote.alignright {
  4131. margin: 1em 0 1em 1.625em;
  4132. text-align: left;
  4133. float: right; }
  4134. /* =404
  4135. -------------------------------------------------------------- */
  4136. article.error404 i {
  4137. font-size: 200px;
  4138. display: block;
  4139. text-align: center;
  4140. margin-bottom: 40px; }
  4141. article.error404 .entry-title {
  4142. font-size: 500%;
  4143. text-align: center; }
  4144. article.error404 .entry-content {
  4145. text-align: center;
  4146. font-size: 200%;
  4147. line-height: 1.2;
  4148. text-transform: uppercase; }
  4149. /* =Aside
  4150. -------------------------------------------------------------- */
  4151. .format-aside p {
  4152. margin-top: 0; }
  4153. /* =Quote
  4154. -------------------------------------------------------------- */
  4155. .format-quote .entry-content {
  4156. padding-left: 70px;
  4157. font-style: italic;
  4158. font-size: 28px;
  4159. line-height: 1.4; }
  4160. .format-quote blockquote,
  4161. .format-quote blockquote p {
  4162. margin: 0;
  4163. border: 0;
  4164. padding: 0;
  4165. font-weight: normal;
  4166. font-size: 28px;
  4167. line-height: 1.4; }
  4168. .format-quote i.quote {
  4169. color: #ccc;
  4170. display: block;
  4171. font-size: 60px;
  4172. position: relative;
  4173. float: left; }
  4174. .format-quote cite {
  4175. margin-top: 1em;
  4176. font-size: 20px;
  4177. text-align: right;
  4178. display: block; }
  4179. .format-quote cite:before {
  4180. content: '\2013 \00A0'; }
  4181. /* =Status
  4182. -------------------------------------------------------------- */
  4183. .format-status .post-format {
  4184. margin-bottom: 10px; }
  4185. .format-status .avatar {
  4186. float: left;
  4187. margin: 0 17px 0 0; }
  4188. .format-status .author {
  4189. font-size: 18px;
  4190. margin: 0; }
  4191. .format-status .entry-content {
  4192. padding-left: 77px;
  4193. clear: none;
  4194. display: inherit; }
  4195. .format-status .entry-content p {
  4196. margin-top: 0; }
  4197. .format-status time {
  4198. font-size: 13px;
  4199. color: #666;
  4200. margin: 5px 0 10px;
  4201. display: inline-block; }
  4202. /* =Link
  4203. -------------------------------------------------------------- */
  4204. .format-link p {
  4205. font-size: 16px;
  4206. margin: 0;
  4207. font-weight: normal;
  4208. line-height: inherit; }
  4209. .format-link footer p {
  4210. margin: 1em 0; }
  4211. .format-link .entry-content a {
  4212. font-size: 24px; }
  4213. /* =Video
  4214. -------------------------------------------------------------- */
  4215. iframe {
  4216. max-width: 100%; }
  4217. .responsive-video-wrapper {
  4218. width: 100%;
  4219. position: relative;
  4220. padding: 0; }
  4221. .responsive-video-wrapper iframe,
  4222. .responsive-video-wrapper object,
  4223. .responsive-video-wrapper embed {
  4224. position: absolute;
  4225. top: 0;
  4226. left: 0;
  4227. width: 100%;
  4228. height: 100%; }
  4229. /* =Gallery
  4230. -------------------------------------------------------------- */
  4231. .gallery {
  4232. margin: 20px -20px; }
  4233. .gallery > p {
  4234. margin: 0;
  4235. height: 0; }
  4236. .gallery-item {
  4237. margin-bottom: 20px;
  4238. float: left;
  4239. padding: 0 20px; }
  4240. .gallery-item .gallery-icon img {
  4241. width: 100%; }
  4242. .gallery-item .gallery-caption {
  4243. display: none; }
  4244. .gallery-columns-1 .gallery-item {
  4245. width: 100%; }
  4246. .gallery-columns-2 .gallery-item {
  4247. width: 50%; }
  4248. .gallery-columns-3 .gallery-item {
  4249. width: 33.33%; }
  4250. .gallery-columns-4 .gallery-item {
  4251. width: 25%; }
  4252. .gallery-columns-5 .gallery-item {
  4253. width: 20%; }
  4254. .gallery-columns-6 .gallery-item {
  4255. width: 16.66%; }
  4256. .gallery-columns-7 .gallery-item {
  4257. width: 14.28%; }
  4258. .gallery-columns-8 .gallery-item {
  4259. width: 12.5%; }
  4260. .gallery-columns-9 .gallery-item {
  4261. width: 11.11%; }
  4262. /* =Tags
  4263. -------------------------------------------------------------- */
  4264. .tags {
  4265. font-size: 14px;
  4266. margin-bottom: 0; }
  4267. .tags span {
  4268. margin-right: 5px; }
  4269. .tags a {
  4270. -moz-border-radius: 4px;
  4271. -webkit-border-radius: 4px;
  4272. border-radius: 4px;
  4273. padding: 2px 6px;
  4274. border: 1px solid #ccc;
  4275. margin: 0 2px 5px 0;
  4276. color: #666;
  4277. display: inline-block;
  4278. text-decoration: none; }
  4279. .tags a:hover {
  4280. color: #666;
  4281. background: #f7f7f7; }
  4282. /* =Pagination
  4283. -------------------------------------------------------------- */
  4284. .posts-navigation {
  4285. padding: 20px 0 40px; }
  4286. .infinite-scroll .posts-navigation {
  4287. display: none; }
  4288. .posts-navigation .nav-previous {
  4289. float: left; }
  4290. .posts-navigation .nav-next {
  4291. float: right; }
  4292. .infinite-loader .spinner {
  4293. left: 50% !important; }
  4294. #infinite-handle {
  4295. padding: 40px 0;
  4296. clear: both; }
  4297. #infinite-handle span {
  4298. -moz-border-radius: 3px;
  4299. -webkit-border-radius: 3px;
  4300. border-radius: 3px;
  4301. background: #428BCA;
  4302. color: #fff;
  4303. width: 160px;
  4304. margin: auto;
  4305. display: block;
  4306. text-align: center;
  4307. font-size: 16px;
  4308. padding: 8px 0; }
  4309. #infinite-handle span:hover {
  4310. background: #D43F3A; }
  4311. #posts-pagination {
  4312. font-size: 14px;
  4313. padding: 0 0 20px; }
  4314. #posts-pagination .next,
  4315. #posts-pagination .previous {
  4316. max-width: 48%; }
  4317. #posts-pagination a {
  4318. white-space: normal;
  4319. display: block;
  4320. text-align: left; }
  4321. #posts-pagination .next a {
  4322. text-align: right; }
  4323. /* =Comments
  4324. -------------------------------------------------------------- */
  4325. .comments-area .commentlist,
  4326. .comments-area .children {
  4327. list-style: none;
  4328. padding: 0; }
  4329. .comments-area #comments-title {
  4330. padding: 0 0 10px;
  4331. font-size: 24px; }
  4332. .comment-form input {
  4333. clear: both;
  4334. display: block; }
  4335. .comment-form input[type="checkbox"] {
  4336. display: inline-block; }
  4337. .commentlist .comment,
  4338. .commentlist .pingback {
  4339. padding-bottom: 20px; }
  4340. .commentlist .comment .avatar {
  4341. float: left; }
  4342. .commentlist .comment .comment-author,
  4343. .commentlist .comment .comment-meta,
  4344. .commentlist .comment .comment-text {
  4345. padding-left: 75px; }
  4346. .commentlist .comment .comment-text {
  4347. margin-top: 10px; }
  4348. .commentlist .comment .comment-author {
  4349. font-size: 20px; }
  4350. .commentlist .comment .comment-meta {
  4351. font-size: 13px;
  4352. color: #888;
  4353. font-style: italic; }
  4354. .commentlist .children {
  4355. margin: 20px 0 0;
  4356. padding-left: 10px; }
  4357. .commentlist .children > .comment {
  4358. padding-left: 23px !important; }
  4359. .commentlist .children .comment {
  4360. border-left: 1px solid #ddd;
  4361. position: relative; }
  4362. .commentlist .children .comment:before {
  4363. width: 12px;
  4364. height: 12px;
  4365. display: block;
  4366. background: #fff;
  4367. -moz-border-radius: 12px;
  4368. -webkit-border-radius: 12px;
  4369. border-radius: 12px;
  4370. border: 1px solid #ddd;
  4371. position: absolute;
  4372. top: 30px;
  4373. left: -6px;
  4374. content: "";
  4375. z-index: 60; }
  4376. .commentlist .children .comment:after {
  4377. width: 100px;
  4378. height: 1px;
  4379. border-top: 1px solid #ddd;
  4380. display: block;
  4381. position: absolute;
  4382. top: 36px;
  4383. left: -5px;
  4384. content: "";
  4385. z-index: 50; }
  4386. .commentlist .comment-body {
  4387. -moz-border-radius: 6px;
  4388. -webkit-border-radius: 6px;
  4389. border-radius: 6px;
  4390. padding: 20px;
  4391. background: #f7f7f7;
  4392. display: block;
  4393. z-index: 100;
  4394. position: relative;
  4395. border: 1px solid #ddd; }
  4396. .commentlist .bypostauthor > .comment-body {
  4397. border: 10px solid #eee; }
  4398. .commentlist pre {
  4399. background: #fff;
  4400. border-color: #e6e6e6; }
  4401. .comment-respond textarea {
  4402. width: 100%; }
  4403. .comment-respond .form-allowed-tags {
  4404. font-size: 14px; }
  4405. .comment-respond .form-allowed-tags code {
  4406. white-space: normal; }
  4407. #cancel-comment-reply-link {
  4408. font-size: 14px;
  4409. font-weight: normal;
  4410. float: right; }
  4411. /* =Archives
  4412. -------------------------------------------------------------- */
  4413. #archive-header {
  4414. margin-bottom: 40px;
  4415. float: left;
  4416. width: 100%; }
  4417. .page-title {
  4418. margin: auto;
  4419. width: 100%;
  4420. font-size: 28px; }
  4421. .page-header {
  4422. margin-bottom: 30px; }
  4423. .from-the-blog .page-header {
  4424. margin-top: 0; }
  4425. .page-header h1 {
  4426. margin: 0; }
  4427. .page-header .navigation {
  4428. padding: 20px 0 0;
  4429. font-size: 14px;
  4430. float: right; }
  4431. .archive-meta {
  4432. color: #999;
  4433. margin: 0;
  4434. font-size: 13px;
  4435. font-weight: normal;
  4436. padding: 5px 0 0;
  4437. line-height: 1.4; }
  4438. .archive-meta p {
  4439. margin: 0; }
  4440. .page .entry-title {
  4441. margin-bottom: 15px; }
  4442. /* =Sidebar
  4443. -------------------------------------------------------------- */
  4444. #secondary,
  4445. #tertiary {
  4446. margin: 50px 0; }
  4447. .search-submit {
  4448. display: none; }
  4449. .widget {
  4450. width: 100%;
  4451. font-size: 90%;
  4452. margin-bottom: 30px; }
  4453. .widget .search-form label,
  4454. .widget .search-field {
  4455. width: 100%; }
  4456. .widget select {
  4457. max-width: 100%; }
  4458. .widget .tagcloud {
  4459. padding: 0 0 20px;
  4460. text-align: center; }
  4461. .widget-title {
  4462. font-size: 22px;
  4463. margin: 0 0 10px; }
  4464. .widget_rss ul {
  4465. list-style: none;
  4466. padding: 0; }
  4467. .widget_rss ul li {
  4468. padding-bottom: 15px; }
  4469. .widget_rss ul li .rsswidget {
  4470. font-size: 18px;
  4471. line-height: 1.1;
  4472. display: block; }
  4473. .widget_rss ul li .rsswidget:hover {
  4474. margin: 0 !important; }
  4475. .widget_rss ul li .rssSummary {
  4476. margin-top: 5px; }
  4477. .widget_rss ul li .rss-date {
  4478. font-size: 12px;
  4479. color: #888; }
  4480. .widget_rss ul li cite {
  4481. font-style: italic; }
  4482. /* =Footer Widgets
  4483. -------------------------------------------------------------- */
  4484. .line.active {
  4485. border-top: 1px solid #333;
  4486. width: 100%;
  4487. display: block;
  4488. margin-bottom: 20px; }
  4489. .footer-widget {
  4490. margin: 10px 0 30px;
  4491. font-size: 14px; }
  4492. .footer-widget #calendar_wrap {
  4493. color: #444;
  4494. text-shadow: none; }
  4495. .footer-widget #calendar_wrap caption {
  4496. color: #fff;
  4497. text-shadow: 1px 1px 0 #000;
  4498. margin-bottom: 10px; }
  4499. .footer-widget ul {
  4500. list-style: none;
  4501. padding: 5px 0 0; }
  4502. .footer-widget ul li {
  4503. margin-bottom: 5px; }
  4504. .footer-widget .widget-title {
  4505. color: #fff;
  4506. padding: 10px 0 5px;
  4507. text-transform: uppercase;
  4508. font-size: 16px; }
  4509. /* =Footer
  4510. -------------------------------------------------------------- */
  4511. #footer {
  4512. border-top: 1px solid #000;
  4513. background: #222;
  4514. color: #7B7B7B;
  4515. font-size: 13px;
  4516. position: relative;
  4517. z-index: 100;
  4518. clear: both;
  4519. padding: 10px 0; }
  4520. #footer .row {
  4521. margin-bottom: 0; }
  4522. #footer a,
  4523. #footer a .text-muted {
  4524. color: #7B7B7B; }
  4525. #footer #footer-content {
  4526. padding-top: 15px;
  4527. padding-bottom: 15px; }
  4528. #footer .copyright a {
  4529. color: #aaa; }
  4530. #footer .credit-link {
  4531. position: relative; }
  4532. #footer .fa-leaf {
  4533. -webkit-transform: rotate(-5deg);
  4534. -ms-transform: rotate(-5deg);
  4535. -o-transform: rotate(-5deg);
  4536. transform: rotate(-5deg);
  4537. font-size: 28px;
  4538. position: absolute;
  4539. top: -4px;
  4540. left: -35px; }
  4541. /* =Grid Template
  4542. -------------------------------------------------------------- */
  4543. .page-template-page-templatestemplate-grid-php main article {
  4544. padding-bottom: 0;
  4545. margin-bottom: 40px; }
  4546. .grid-template .col-md-4:nth-child(3n+1) {
  4547. clear: both; }
  4548. .grid-template .entry-title {
  4549. margin-bottom: 5px; }
  4550. .grid-template img {
  4551. padding: 0;
  4552. background: none;
  4553. border: 0;
  4554. width: 100%; }
  4555. .grid-wrapper {
  4556. border-top: 5px solid #ddd;
  4557. padding: 20px;
  4558. background: #f7f7f7;
  4559. margin-bottom: 40px;
  4560. min-height: 220px;
  4561. font-size: 14px; }
  4562. /* =Author archive
  4563. -------------------------------------------------------------- */
  4564. .archive.author #archive-header .avatar {
  4565. -moz-border-radius: 50em;
  4566. -webkit-border-radius: 50em;
  4567. border-radius: 50em;
  4568. float: left;
  4569. display: block; }
  4570. .archive.author #archive-header h1,
  4571. .archive.author #archive-header h2 {
  4572. padding-left: 100px; }
  4573. #author-info {
  4574. overflow: hidden;
  4575. margin-bottom: 20px;
  4576. padding: 20px; }
  4577. #author-info .author-text {
  4578. padding-left: 90px; }
  4579. #author-info h4 {
  4580. margin: 0 0 5px;
  4581. font-size: 18px; }
  4582. #author-info .author-text p {
  4583. font-size: 14px;
  4584. line-height: 1.4; }
  4585. #author-info img {
  4586. float: left;
  4587. border-color: #e2e2e2;
  4588. background: #fff; }
  4589. .dropdown-submenu {
  4590. position: relative; }
  4591. .dropdown-submenu > .dropdown-menu {
  4592. border-top-right-radius: 0;
  4593. border-top-left-radius: 0;
  4594. top: 0;
  4595. left: 100%;
  4596. margin-top: -6px; }
  4597. @media (min-width: 769px) {
  4598. .dropdown-submenu:hover > .dropdown-menu {
  4599. display: block; }
  4600. .dropdown-submenu .caret {
  4601. float: right;
  4602. border-color: transparent;
  4603. border-style: solid;
  4604. border-width: 5px 0 5px 5px;
  4605. border-left-color: #ccc;
  4606. margin-top: 5px; } }
  4607. .dropdown-submenu.pull-left {
  4608. float: none; }
  4609. .dropdown-submenu.pull-left > .dropdown-menu {
  4610. left: -100%;
  4611. margin-left: 10px; }
  4612. /* =Bootstrap fixes
  4613. -------------------------------------------------------------- */
  4614. .tab-content {
  4615. padding: 15px;
  4616. background: #fff;
  4617. border: 1px solid #ddd;
  4618. border-top: 0; }
  4619. pre {
  4620. font-size: 12px; }
  4621. .carousel-inner h3 {
  4622. color: #fff; }
  4623. .carousel-control {
  4624. width: 8%; }
  4625. .carousel-control i {
  4626. position: absolute;
  4627. top: 50%;
  4628. left: 50%;
  4629. font-size: 24px;
  4630. margin: -10px 0 0 -12px; }
  4631. .btn .text-muted, .comment-reply-link .text-muted,
  4632. .form-submit #submit .text-muted {
  4633. color: inherit; }
  4634. [rel="tooltip"]:hover {
  4635. text-decoration: none; }
  4636. /* =bbPress
  4637. -------------------------------------------------------------- */
  4638. #bbpress-forums .avatar {
  4639. -webkit-box-sizing: content-box;
  4640. -moz-box-sizing: content-box;
  4641. box-sizing: content-box; }
  4642. .bbp-author-avatar {
  4643. display: inline-block; }
  4644. .bbp-author-avatar img {
  4645. margin-bottom: 0 !important; }
  4646. .bbp-search-form {
  4647. margin-bottom: 20px; }
  4648. .subscription-toggle {
  4649. float: right; }
  4650. .quicktags-toolbar,
  4651. .wp-editor-area {
  4652. border: 1px solid #bbb !important; }
  4653. .bbp-topic-form legend, .bbp-reply-form legend {
  4654. border-bottom: 0;
  4655. display: inline-block;
  4656. width: auto; }
  4657. .quicktags-toolbar {
  4658. border-bottom: 0 !important; }
  4659. .wp-editor-area {
  4660. -moz-border-radius: 0 0 6px 6px;
  4661. -webkit-border-radius: 0;
  4662. border-radius: 0 0 6px 6px; }
  4663. /* =BuddyPress
  4664. -------------------------------------------------------------- */
  4665. #buddypress .clear {
  4666. clear: both; }
  4667. #buddypress .avatar {
  4668. margin-top: 10px !important; }
  4669. #buddypress #avatar-upload #file {
  4670. margin-bottom: 20px; }
  4671. #buddypress .label {
  4672. display: table-cell;
  4673. font-size: inherit;
  4674. line-height: inherit;
  4675. color: inherit;
  4676. text-align: left;
  4677. white-space: inherit;
  4678. border-radius: 0; }
  4679. #buddypress button,
  4680. #buddypress a.button,
  4681. #buddypress input[type=submit],
  4682. #buddypress input[type=button],
  4683. #buddypress input[type=reset],
  4684. #buddypress ul.button-nav li a,
  4685. #buddypress div.generic-button a,
  4686. #buddypress .comment-reply-link, #buddypress a.bp-title-button {
  4687. font-size: 12px; }
  4688. .wp-caption p.wp-caption-text {
  4689. padding: 10px 0 0 !important; }
  4690. /* =Woocommerce
  4691. -------------------------------------------------------------- */
  4692. .woocommerce .page-title,
  4693. .woocommerce-page .page-title {
  4694. margin-bottom: 20px; }
  4695. .woocommerce .woocommerce-error:before,
  4696. .woocommerce .woocommerce-info:before,
  4697. .woocommerce .woocommerce-message:before,
  4698. .woocommerce-page .woocommerce-error:before,
  4699. .woocommerce-page .woocommerce-info:before,
  4700. .woocommerce-page .woocommerce-message:before {
  4701. padding-top: 0; }
  4702. .woocommerce .cart-collaterals .cart_totals h2,
  4703. .woocommerce-page .cart-collaterals .cart_totals h2 {
  4704. text-align: left; }
  4705. .woocommerce .cart-collaterals .cart_totals table th,
  4706. .woocommerce-page .cart-collaterals .cart_totals table th {
  4707. width: 220px; }
  4708. .woocommerce .cart-collaterals .cart_totals table th,
  4709. .woocommerce .cart-collaterals .cart_totals table td,
  4710. .woocommerce-page .cart-collaterals .cart_totals table th,
  4711. .woocommerce-page .cart-collaterals .cart_totals table td {
  4712. border-top: 1px solid #ddd !important;
  4713. padding: 5px 10px; }
  4714. .woocommerce #ship-to-different-address label,
  4715. .woocommerce-page #ship-to-different-address label {
  4716. display: inline-block;
  4717. padding: 0; }
  4718. .woocommerce #payment div.payment_box:after,
  4719. .woocommerce-page #payment div.payment_box:after {
  4720. top: -1px; }
  4721. /* =WordPress Core
  4722. -------------------------------------------------------------- */
  4723. .alignnone {
  4724. margin: 0 0 15px 0; }
  4725. .aligncenter {
  4726. display: block;
  4727. margin: 0 auto 15px auto; }
  4728. .alignright {
  4729. float: right;
  4730. margin: 0 0 15px 15px; }
  4731. .alignleft {
  4732. float: left;
  4733. margin: 0 15px 15px 0; }
  4734. .wp-caption {
  4735. background: #f2f2f2;
  4736. border: 1px solid #e6e6e6;
  4737. max-width: 100%;
  4738. padding: 6px;
  4739. text-align: center; }
  4740. .wp-caption img {
  4741. border: 0 none;
  4742. height: auto;
  4743. margin: 0;
  4744. max-width: 100%;
  4745. padding: 0;
  4746. width: auto; }
  4747. .wp-caption p.wp-caption-text {
  4748. font-size: 14px;
  4749. margin: 0;
  4750. padding: 6px 6px 0; }
  4751. .sticky {
  4752. display: block; }