Guest User

Untitled

a guest
Jan 24th, 2016
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 224.97 KB | None | 0 0
  1. @charset "UTF-8";
  2. /*! normalize.css v3.0.0 | MIT License | git.io/normalize */body, figure {
  3. margin: 0;
  4. }
  5. .img-thumbnail, .thumbnail {
  6. -webkit-transition: all .2s ease-in-out;
  7. -o-transition: all .2s ease-in-out;
  8. }
  9. html {
  10. font-family: sans-serif;
  11. -ms-text-size-adjust: 100%;
  12. -webkit-text-size-adjust: 100%;
  13. font-size: 62.5%;
  14. -webkit-tap-highlight-color: transparent;
  15. }
  16. article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  17. display: block;
  18. }
  19. audio, canvas, progress, video {
  20. display: inline-block;
  21. vertical-align: baseline;
  22. }
  23. audio:not([controls]) {
  24. display: none;
  25. height: 0;
  26. }
  27. [hidden], template {
  28. display: none;
  29. }
  30. a {
  31. background: 0 0;
  32. }
  33. a:active, a:hover {
  34. outline: 0;
  35. }
  36. b, optgroup, strong {
  37. font-weight: 700;
  38. }
  39. dfn {
  40. font-style: italic;
  41. }
  42. h1 {
  43. margin: .67em 0;
  44. }
  45. mark {
  46. background: #ff0;
  47. color: #000;
  48. }
  49. sub, sup {
  50. font-size: 75%;
  51. line-height: 0;
  52. position: relative;
  53. vertical-align: baseline;
  54. }
  55. sup {
  56. top: -.5em;
  57. }
  58. sub {
  59. bottom: -.25em;
  60. }
  61. img {
  62. border: 0;
  63. vertical-align: middle;
  64. }
  65. svg:not(:root) {
  66. overflow: hidden;
  67. }
  68. hr {
  69. -moz-box-sizing: content-box;
  70. box-sizing: content-box;
  71. height: 0;
  72. }
  73. pre, textarea {
  74. overflow: auto;
  75. }
  76. code, kbd, pre, samp {
  77. font-size: 1em;
  78. }
  79. button, input, optgroup, select, textarea {
  80. color: inherit;
  81. font: inherit;
  82. margin: 0;
  83. }
  84. .glyphicon, address, cite {
  85. font-style: normal;
  86. }
  87. button {
  88. overflow: visible;
  89. }
  90. button, select {
  91. text-transform: none;
  92. }
  93. button, html input[type=button], input[type=reset], input[type=submit] {
  94. -webkit-appearance: button;
  95. cursor: pointer;
  96. }
  97. button[disabled], html input[disabled] {
  98. cursor: default;
  99. }
  100. button::-moz-focus-inner, input::-moz-focus-inner {
  101. border: 0;
  102. padding: 0;
  103. }
  104. input[type=checkbox], input[type=radio] {
  105. box-sizing: border-box;
  106. padding: 0;
  107. }
  108. input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  109. height: auto;
  110. }
  111. input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  112. -webkit-appearance: none;
  113. }
  114. table {
  115. border-collapse: collapse;
  116. border-spacing: 0;
  117. }
  118. td, th {
  119. padding: 0;
  120. }
  121. @media print {
  122. blockquote, img, pre, tr {
  123. page-break-inside: avoid;
  124. }
  125. * {
  126. text-shadow: none!important;
  127. color: #000!important;
  128. background: 0 0!important;
  129. box-shadow: none!important;
  130. }
  131. a, a:visited {
  132. text-decoration: underline;
  133. }
  134. a[href]:after {
  135. content: " (" attr(href) ")"}
  136. abbr[title]:after {
  137. content: " (" attr(title) ")"}
  138. a[href^="javascript:"]:after, a[href^="#"]:after {
  139. content: ""}
  140. blockquote, pre {
  141. border: 1px solid #999;
  142. }
  143. thead {
  144. display: table-header-group;
  145. }
  146. img {
  147. max-width: 100%!important;
  148. }
  149. h2, h3, p {
  150. orphans: 3;
  151. widows: 3;
  152. }
  153. h2, h3 {
  154. page-break-after: avoid;
  155. }
  156. select {
  157. background: #fff!important;
  158. }
  159. .navbar {
  160. display: none;
  161. }
  162. .table td, .table th {
  163. background-color: #fff!important;
  164. }
  165. .btn>.caret, .dropup>.btn>.caret {
  166. border-top-color: #000!important;
  167. }
  168. .label {
  169. border: 1px solid #000;
  170. }
  171. .table {
  172. border-collapse: collapse!important;
  173. }
  174. .table-bordered td, .table-bordered th {
  175. border: 1px solid #ddd!important;
  176. }
  177. }.img-thumbnail, body {
  178. background-color: #f2f2f3;
  179. }
  180. *, :after, :before {
  181. -webkit-box-sizing: border-box;
  182. -moz-box-sizing: border-box;
  183. box-sizing: border-box;
  184. }
  185. body {
  186. font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  187. font-size: 14px;
  188. line-height: 1.42857143;
  189. color: #333;
  190. }
  191. button, input, select, textarea {
  192. font-family: inherit;
  193. font-size: inherit;
  194. line-height: inherit;
  195. }
  196. a {
  197. color: #4fb99f;
  198. text-decoration: none;
  199. }
  200. a:focus, a:hover {
  201. color: #358672;
  202. text-decoration: underline;
  203. }
  204. a:focus {
  205. outline: dotted thin;
  206. outline: -webkit-focus-ring-color auto 5px;
  207. outline-offset: -2px;
  208. }
  209. .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  210. display: block;
  211. max-width: 100%;
  212. height: auto;
  213. }
  214. .img-rounded {
  215. border-radius: 0;
  216. }
  217. .img-thumbnail {
  218. padding: 4px;
  219. line-height: 1.42857143;
  220. border: 1px solid #ddd;
  221. border-radius: 0;
  222. -moz-transition: all .2s ease-in-out;
  223. transition: all .2s ease-in-out;
  224. display: inline-block;
  225. max-width: 100%;
  226. height: auto;
  227. }
  228. .list-inline, .list-unstyled {
  229. list-style: none;
  230. padding-left: 0;
  231. }
  232. .img-circle {
  233. border-radius: 50%}
  234. hr {
  235. margin-top: 20px;
  236. margin-bottom: 20px;
  237. border: 0;
  238. border-top: 1px solid #eee;
  239. }
  240. .sr-only {
  241. position: absolute;
  242. width: 1px;
  243. height: 1px;
  244. margin: -1px;
  245. padding: 0;
  246. overflow: hidden;
  247. clip: rect(0, 0, 0, 0);
  248. border: 0;
  249. }
  250. .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  251. font-family: inherit;
  252. font-weight: 500;
  253. line-height: 1.1;
  254. color: inherit;
  255. }
  256. .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  257. font-weight: 400;
  258. line-height: 1;
  259. color: #999;
  260. }
  261. .h1, .h2, .h3, h1, h2, h3 {
  262. margin-top: 20px;
  263. margin-bottom: 10px;
  264. }
  265. .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  266. font-size: 65%}
  267. .h4, .h5, .h6, h4, h5, h6 {
  268. margin-top: 10px;
  269. margin-bottom: 10px;
  270. }
  271. .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  272. font-size: 75%}
  273. .h1, h1 {
  274. font-size: 36px;
  275. }
  276. .h2, h2 {
  277. font-size: 30px;
  278. }
  279. .h3, h3 {
  280. font-size: 24px;
  281. }
  282. .h4, h4 {
  283. font-size: 18px;
  284. }
  285. .h5, h5 {
  286. font-size: 14px;
  287. }
  288. .h6, h6 {
  289. font-size: 12px;
  290. }
  291. p {
  292. margin: 0 0 10px;
  293. }
  294. .lead {
  295. margin-bottom: 20px;
  296. font-size: 16px;
  297. font-weight: 200;
  298. line-height: 1.4;
  299. }
  300. address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
  301. line-height: 1.42857143;
  302. }
  303. dt, label {
  304. font-weight: 700;
  305. }
  306. @media (min-width:768px) {
  307. .lead {
  308. font-size: 21px;
  309. }
  310. }.small, small {
  311. font-size: 85%}
  312. .text-left {
  313. text-align: left;
  314. }
  315. .text-right {
  316. text-align: right;
  317. }
  318. .text-center {
  319. text-align: center;
  320. }
  321. .text-justify {
  322. text-align: justify;
  323. }
  324. .text-muted {
  325. color: #999;
  326. }
  327. .text-primary {
  328. color: #4fb99f;
  329. }
  330. a.text-primary:hover {
  331. color: #3d9882;
  332. }
  333. .text-success {
  334. color: #3c763d;
  335. }
  336. a.text-success:hover {
  337. color: #2b542c;
  338. }
  339. .text-info {
  340. color: #31708f;
  341. }
  342. a.text-info:hover {
  343. color: #245269;
  344. }
  345. .text-warning {
  346. color: #8a6d3b;
  347. }
  348. a.text-warning:hover {
  349. color: #66512c;
  350. }
  351. .text-danger {
  352. color: #a94442;
  353. }
  354. a.text-danger:hover {
  355. color: #843534;
  356. }
  357. .bg-primary {
  358. color: #fff;
  359. background-color: #4fb99f;
  360. }
  361. a.bg-primary:hover {
  362. background-color: #3d9882;
  363. }
  364. .bg-success {
  365. background-color: #dff0d8;
  366. }
  367. a.bg-success:hover {
  368. background-color: #c1e2b3;
  369. }
  370. .bg-info {
  371. background-color: #d9edf7;
  372. }
  373. a.bg-info:hover {
  374. background-color: #afd9ee;
  375. }
  376. .bg-warning {
  377. background-color: #fcf8e3;
  378. }
  379. a.bg-warning:hover {
  380. background-color: #f7ecb5;
  381. }
  382. .bg-danger {
  383. background-color: #f2dede;
  384. }
  385. a.bg-danger:hover {
  386. background-color: #e4b9b9;
  387. }
  388. pre code, table {
  389. background-color: transparent;
  390. }
  391. .page-header {
  392. padding-bottom: 9px;
  393. margin: 40px 0 20px;
  394. border-bottom: 1px solid #eee;
  395. }
  396. dl, ol, ul {
  397. margin-top: 0;
  398. }
  399. ol, ul {
  400. margin-bottom: 10px;
  401. }
  402. ol ol, ol ul, ul ol, ul ul {
  403. margin-bottom: 0;
  404. }
  405. .list-inline {
  406. margin-left: -5px;
  407. }
  408. .list-inline>li {
  409. display: inline-block;
  410. padding-left: 5px;
  411. padding-right: 5px;
  412. }
  413. dl {
  414. margin-bottom: 20px;
  415. }
  416. dd {
  417. margin-left: 0;
  418. }
  419. @media (min-width:1230px) {
  420. .dl-horizontal dt {
  421. float: left;
  422. width: 160px;
  423. clear: left;
  424. text-align: right;
  425. overflow: hidden;
  426. text-overflow: ellipsis;
  427. white-space: nowrap;
  428. }
  429. .dl-horizontal dd {
  430. margin-left: 180px;
  431. }
  432. }abbr[data-original-title], abbr[title] {
  433. cursor: help;
  434. border-bottom: 1px dotted #999;
  435. }
  436. .initialism {
  437. font-size: 90%;
  438. text-transform: uppercase;
  439. }
  440. blockquote {
  441. padding: 10px 20px;
  442. margin: 0 0 20px;
  443. font-size: 17.5px;
  444. border-left: 5px solid #eee;
  445. }
  446. blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  447. margin-bottom: 0;
  448. }
  449. blockquote .small, blockquote footer, blockquote small {
  450. display: block;
  451. font-size: 80%;
  452. color: #999;
  453. }
  454. blockquote .small:before, blockquote footer:before, blockquote small:before {
  455. content: '\2014 \00A0'}
  456. .blockquote-reverse, blockquote.pull-right {
  457. padding-right: 15px;
  458. padding-left: 0;
  459. border-right: 5px solid #eee;
  460. border-left: 0;
  461. text-align: right;
  462. }
  463. code, kbd {
  464. padding: 2px 4px;
  465. font-size: 90%;
  466. border-radius: 0;
  467. }
  468. .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  469. content: ''}
  470. .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  471. content: '\00A0 \2014'}
  472. blockquote:after, blockquote:before {
  473. content: ""}
  474. address {
  475. margin-bottom: 20px;
  476. }
  477. code, kbd, pre, samp {
  478. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  479. }
  480. code {
  481. color: #c7254e;
  482. background-color: #f9f2f4;
  483. white-space: nowrap;
  484. }
  485. kbd {
  486. color: #fff;
  487. background-color: #333;
  488. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  489. }
  490. pre {
  491. display: block;
  492. padding: 9.5px;
  493. margin: 0 0 10px;
  494. font-size: 13px;
  495. word-break: break-all;
  496. word-wrap: break-word;
  497. color: #333;
  498. background-color: #f5f5f5;
  499. border: 1px solid #ccc;
  500. border-radius: 0;
  501. }
  502. .container, .container-fluid {
  503. margin-right: auto;
  504. margin-left: auto;
  505. }
  506. pre code {
  507. padding: 0;
  508. font-size: inherit;
  509. color: inherit;
  510. white-space: pre-wrap;
  511. border-radius: 0;
  512. }
  513. .container, .container-fluid {
  514. padding-left: 15px;
  515. padding-right: 15px;
  516. }
  517. .pre-scrollable {
  518. max-height: 340px;
  519. overflow-y: scroll;
  520. }
  521. @media (min-width:768px) {
  522. .container {
  523. width: 750px;
  524. }
  525. }@media (min-width:1230px) {
  526. .container {
  527. width: 1130px;
  528. }
  529. }@media (min-width:1480px) {
  530. .container {
  531. width: 1380px;
  532. }
  533. }.row {
  534. margin-left: -15px;
  535. margin-right: -15px;
  536. }
  537. .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  538. position: relative;
  539. min-height: 1px;
  540. padding-left: 15px;
  541. padding-right: 15px;
  542. }
  543. .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  544. float: left;
  545. }
  546. .col-xs-12 {
  547. width: 100%}
  548. .col-xs-11 {
  549. width: 91.66666667%}
  550. .col-xs-10 {
  551. width: 83.33333333%}
  552. .col-xs-9 {
  553. width: 75%}
  554. .col-xs-8 {
  555. width: 66.66666667%}
  556. .col-xs-7 {
  557. width: 58.33333333%}
  558. .col-xs-6 {
  559. width: 50%}
  560. .col-xs-5 {
  561. width: 41.66666667%}
  562. .col-xs-4 {
  563. width: 33.33333333%}
  564. .col-xs-3 {
  565. width: 25%}
  566. .col-xs-2 {
  567. width: 16.66666667%}
  568. .col-xs-1 {
  569. width: 8.33333333%}
  570. .col-xs-pull-12 {
  571. right: 100%}
  572. .col-xs-pull-11 {
  573. right: 91.66666667%}
  574. .col-xs-pull-10 {
  575. right: 83.33333333%}
  576. .col-xs-pull-9 {
  577. right: 75%}
  578. .col-xs-pull-8 {
  579. right: 66.66666667%}
  580. .col-xs-pull-7 {
  581. right: 58.33333333%}
  582. .col-xs-pull-6 {
  583. right: 50%}
  584. .col-xs-pull-5 {
  585. right: 41.66666667%}
  586. .col-xs-pull-4 {
  587. right: 33.33333333%}
  588. .col-xs-pull-3 {
  589. right: 25%}
  590. .col-xs-pull-2 {
  591. right: 16.66666667%}
  592. .col-xs-pull-1 {
  593. right: 8.33333333%}
  594. .col-xs-pull-0 {
  595. right: 0;
  596. }
  597. .col-xs-push-12 {
  598. left: 100%}
  599. .col-xs-push-11 {
  600. left: 91.66666667%}
  601. .col-xs-push-10 {
  602. left: 83.33333333%}
  603. .col-xs-push-9 {
  604. left: 75%}
  605. .col-xs-push-8 {
  606. left: 66.66666667%}
  607. .col-xs-push-7 {
  608. left: 58.33333333%}
  609. .col-xs-push-6 {
  610. left: 50%}
  611. .col-xs-push-5 {
  612. left: 41.66666667%}
  613. .col-xs-push-4 {
  614. left: 33.33333333%}
  615. .col-xs-push-3 {
  616. left: 25%}
  617. .col-xs-push-2 {
  618. left: 16.66666667%}
  619. .col-xs-push-1 {
  620. left: 8.33333333%}
  621. .col-xs-push-0 {
  622. left: 0;
  623. }
  624. .col-xs-offset-12 {
  625. margin-left: 100%}
  626. .col-xs-offset-11 {
  627. margin-left: 91.66666667%}
  628. .col-xs-offset-10 {
  629. margin-left: 83.33333333%}
  630. .col-xs-offset-9 {
  631. margin-left: 75%}
  632. .col-xs-offset-8 {
  633. margin-left: 66.66666667%}
  634. .col-xs-offset-7 {
  635. margin-left: 58.33333333%}
  636. .col-xs-offset-6 {
  637. margin-left: 50%}
  638. .col-xs-offset-5 {
  639. margin-left: 41.66666667%}
  640. .col-xs-offset-4 {
  641. margin-left: 33.33333333%}
  642. .col-xs-offset-3 {
  643. margin-left: 25%}
  644. .col-xs-offset-2 {
  645. margin-left: 16.66666667%}
  646. .col-xs-offset-1 {
  647. margin-left: 8.33333333%}
  648. .col-xs-offset-0 {
  649. margin-left: 0;
  650. }
  651. @media (min-width:768px) {
  652. .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  653. float: left;
  654. }
  655. .col-sm-12 {
  656. width: 100%}
  657. .col-sm-11 {
  658. width: 91.66666667%}
  659. .col-sm-10 {
  660. width: 83.33333333%}
  661. .col-sm-9 {
  662. width: 75%}
  663. .col-sm-8 {
  664. width: 66.66666667%}
  665. .col-sm-7 {
  666. width: 58.33333333%}
  667. .col-sm-6 {
  668. width: 50%}
  669. .col-sm-5 {
  670. width: 41.66666667%}
  671. .col-sm-4 {
  672. width: 33.33333333%}
  673. .col-sm-3 {
  674. width: 25%}
  675. .col-sm-2 {
  676. width: 16.66666667%}
  677. .col-sm-1 {
  678. width: 8.33333333%}
  679. .col-sm-pull-12 {
  680. right: 100%}
  681. .col-sm-pull-11 {
  682. right: 91.66666667%}
  683. .col-sm-pull-10 {
  684. right: 83.33333333%}
  685. .col-sm-pull-9 {
  686. right: 75%}
  687. .col-sm-pull-8 {
  688. right: 66.66666667%}
  689. .col-sm-pull-7 {
  690. right: 58.33333333%}
  691. .col-sm-pull-6 {
  692. right: 50%}
  693. .col-sm-pull-5 {
  694. right: 41.66666667%}
  695. .col-sm-pull-4 {
  696. right: 33.33333333%}
  697. .col-sm-pull-3 {
  698. right: 25%}
  699. .col-sm-pull-2 {
  700. right: 16.66666667%}
  701. .col-sm-pull-1 {
  702. right: 8.33333333%}
  703. .col-sm-pull-0 {
  704. right: 0;
  705. }
  706. .col-sm-push-12 {
  707. left: 100%}
  708. .col-sm-push-11 {
  709. left: 91.66666667%}
  710. .col-sm-push-10 {
  711. left: 83.33333333%}
  712. .col-sm-push-9 {
  713. left: 75%}
  714. .col-sm-push-8 {
  715. left: 66.66666667%}
  716. .col-sm-push-7 {
  717. left: 58.33333333%}
  718. .col-sm-push-6 {
  719. left: 50%}
  720. .col-sm-push-5 {
  721. left: 41.66666667%}
  722. .col-sm-push-4 {
  723. left: 33.33333333%}
  724. .col-sm-push-3 {
  725. left: 25%}
  726. .col-sm-push-2 {
  727. left: 16.66666667%}
  728. .col-sm-push-1 {
  729. left: 8.33333333%}
  730. .col-sm-push-0 {
  731. left: 0;
  732. }
  733. .col-sm-offset-12 {
  734. margin-left: 100%}
  735. .col-sm-offset-11 {
  736. margin-left: 91.66666667%}
  737. .col-sm-offset-10 {
  738. margin-left: 83.33333333%}
  739. .col-sm-offset-9 {
  740. margin-left: 75%}
  741. .col-sm-offset-8 {
  742. margin-left: 66.66666667%}
  743. .col-sm-offset-7 {
  744. margin-left: 58.33333333%}
  745. .col-sm-offset-6 {
  746. margin-left: 50%}
  747. .col-sm-offset-5 {
  748. margin-left: 41.66666667%}
  749. .col-sm-offset-4 {
  750. margin-left: 33.33333333%}
  751. .col-sm-offset-3 {
  752. margin-left: 25%}
  753. .col-sm-offset-2 {
  754. margin-left: 16.66666667%}
  755. .col-sm-offset-1 {
  756. margin-left: 8.33333333%}
  757. .col-sm-offset-0 {
  758. margin-left: 0;
  759. }
  760. }@media (min-width:1230px) {
  761. .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
  762. float: left;
  763. }
  764. .col-md-12 {
  765. width: 100%}
  766. .col-md-11 {
  767. width: 91.66666667%}
  768. .col-md-10 {
  769. width: 83.33333333%}
  770. .col-md-9 {
  771. width: 75%}
  772. .col-md-8 {
  773. width: 66.66666667%}
  774. .col-md-7 {
  775. width: 58.33333333%}
  776. .col-md-6 {
  777. width: 50%}
  778. .col-md-5 {
  779. width: 41.66666667%}
  780. .col-md-4 {
  781. width: 33.33333333%}
  782. .col-md-3 {
  783. width: 25%}
  784. .col-md-2 {
  785. width: 16.66666667%}
  786. .col-md-1 {
  787. width: 8.33333333%}
  788. .col-md-pull-12 {
  789. right: 100%}
  790. .col-md-pull-11 {
  791. right: 91.66666667%}
  792. .col-md-pull-10 {
  793. right: 83.33333333%}
  794. .col-md-pull-9 {
  795. right: 75%}
  796. .col-md-pull-8 {
  797. right: 66.66666667%}
  798. .col-md-pull-7 {
  799. right: 58.33333333%}
  800. .col-md-pull-6 {
  801. right: 50%}
  802. .col-md-pull-5 {
  803. right: 41.66666667%}
  804. .col-md-pull-4 {
  805. right: 33.33333333%}
  806. .col-md-pull-3 {
  807. right: 25%}
  808. .col-md-pull-2 {
  809. right: 16.66666667%}
  810. .col-md-pull-1 {
  811. right: 8.33333333%}
  812. .col-md-pull-0 {
  813. right: 0;
  814. }
  815. .col-md-push-12 {
  816. left: 100%}
  817. .col-md-push-11 {
  818. left: 91.66666667%}
  819. .col-md-push-10 {
  820. left: 83.33333333%}
  821. .col-md-push-9 {
  822. left: 75%}
  823. .col-md-push-8 {
  824. left: 66.66666667%}
  825. .col-md-push-7 {
  826. left: 58.33333333%}
  827. .col-md-push-6 {
  828. left: 50%}
  829. .col-md-push-5 {
  830. left: 41.66666667%}
  831. .col-md-push-4 {
  832. left: 33.33333333%}
  833. .col-md-push-3 {
  834. left: 25%}
  835. .col-md-push-2 {
  836. left: 16.66666667%}
  837. .col-md-push-1 {
  838. left: 8.33333333%}
  839. .col-md-push-0 {
  840. left: 0;
  841. }
  842. .col-md-offset-12 {
  843. margin-left: 100%}
  844. .col-md-offset-11 {
  845. margin-left: 91.66666667%}
  846. .col-md-offset-10 {
  847. margin-left: 83.33333333%}
  848. .col-md-offset-9 {
  849. margin-left: 75%}
  850. .col-md-offset-8 {
  851. margin-left: 66.66666667%}
  852. .col-md-offset-7 {
  853. margin-left: 58.33333333%}
  854. .col-md-offset-6 {
  855. margin-left: 50%}
  856. .col-md-offset-5 {
  857. margin-left: 41.66666667%}
  858. .col-md-offset-4 {
  859. margin-left: 33.33333333%}
  860. .col-md-offset-3 {
  861. margin-left: 25%}
  862. .col-md-offset-2 {
  863. margin-left: 16.66666667%}
  864. .col-md-offset-1 {
  865. margin-left: 8.33333333%}
  866. .col-md-offset-0 {
  867. margin-left: 0;
  868. }
  869. }@media (min-width:1480px) {
  870. .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
  871. float: left;
  872. }
  873. .col-lg-12 {
  874. width: 100%}
  875. .col-lg-11 {
  876. width: 91.66666667%}
  877. .col-lg-10 {
  878. width: 83.33333333%}
  879. .col-lg-9 {
  880. width: 75%}
  881. .col-lg-8 {
  882. width: 66.66666667%}
  883. .col-lg-7 {
  884. width: 58.33333333%}
  885. .col-lg-6 {
  886. width: 50%}
  887. .col-lg-5 {
  888. width: 41.66666667%}
  889. .col-lg-4 {
  890. width: 33.33333333%}
  891. .col-lg-3 {
  892. width: 25%}
  893. .col-lg-2 {
  894. width: 16.66666667%}
  895. .col-lg-1 {
  896. width: 8.33333333%}
  897. .col-lg-pull-12 {
  898. right: 100%}
  899. .col-lg-pull-11 {
  900. right: 91.66666667%}
  901. .col-lg-pull-10 {
  902. right: 83.33333333%}
  903. .col-lg-pull-9 {
  904. right: 75%}
  905. .col-lg-pull-8 {
  906. right: 66.66666667%}
  907. .col-lg-pull-7 {
  908. right: 58.33333333%}
  909. .col-lg-pull-6 {
  910. right: 50%}
  911. .col-lg-pull-5 {
  912. right: 41.66666667%}
  913. .col-lg-pull-4 {
  914. right: 33.33333333%}
  915. .col-lg-pull-3 {
  916. right: 25%}
  917. .col-lg-pull-2 {
  918. right: 16.66666667%}
  919. .col-lg-pull-1 {
  920. right: 8.33333333%}
  921. .col-lg-pull-0 {
  922. right: 0;
  923. }
  924. .col-lg-push-12 {
  925. left: 100%}
  926. .col-lg-push-11 {
  927. left: 91.66666667%}
  928. .col-lg-push-10 {
  929. left: 83.33333333%}
  930. .col-lg-push-9 {
  931. left: 75%}
  932. .col-lg-push-8 {
  933. left: 66.66666667%}
  934. .col-lg-push-7 {
  935. left: 58.33333333%}
  936. .col-lg-push-6 {
  937. left: 50%}
  938. .col-lg-push-5 {
  939. left: 41.66666667%}
  940. .col-lg-push-4 {
  941. left: 33.33333333%}
  942. .col-lg-push-3 {
  943. left: 25%}
  944. .col-lg-push-2 {
  945. left: 16.66666667%}
  946. .col-lg-push-1 {
  947. left: 8.33333333%}
  948. .col-lg-push-0 {
  949. left: 0;
  950. }
  951. .col-lg-offset-12 {
  952. margin-left: 100%}
  953. .col-lg-offset-11 {
  954. margin-left: 91.66666667%}
  955. .col-lg-offset-10 {
  956. margin-left: 83.33333333%}
  957. .col-lg-offset-9 {
  958. margin-left: 75%}
  959. .col-lg-offset-8 {
  960. margin-left: 66.66666667%}
  961. .col-lg-offset-7 {
  962. margin-left: 58.33333333%}
  963. .col-lg-offset-6 {
  964. margin-left: 50%}
  965. .col-lg-offset-5 {
  966. margin-left: 41.66666667%}
  967. .col-lg-offset-4 {
  968. margin-left: 33.33333333%}
  969. .col-lg-offset-3 {
  970. margin-left: 25%}
  971. .col-lg-offset-2 {
  972. margin-left: 16.66666667%}
  973. .col-lg-offset-1 {
  974. margin-left: 8.33333333%}
  975. .col-lg-offset-0 {
  976. margin-left: 0;
  977. }
  978. }table {
  979. max-width: 100%}
  980. th {
  981. text-align: left;
  982. }
  983. .table {
  984. width: 100%;
  985. margin-bottom: 20px;
  986. }
  987. .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  988. padding: 8px;
  989. line-height: 1.42857143;
  990. vertical-align: top;
  991. border-top: 1px solid #ddd;
  992. }
  993. .table>thead>tr>th {
  994. vertical-align: bottom;
  995. border-bottom: 2px solid #ddd;
  996. }
  997. .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  998. border-top: 0;
  999. }
  1000. .table>tbody+tbody {
  1001. border-top: 2px solid #ddd;
  1002. }
  1003. .table .table {
  1004. background-color: #f2f2f3;
  1005. }
  1006. .table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
  1007. padding: 5px;
  1008. }
  1009. .table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  1010. border: 1px solid #ddd;
  1011. }
  1012. .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  1013. border-bottom-width: 2px;
  1014. }
  1015. .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  1016. background-color: #f9f9f9;
  1017. }
  1018. .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
  1019. background-color: #f5f5f5;
  1020. }
  1021. table col[class*=col-] {
  1022. position: static;
  1023. float: none;
  1024. display: table-column;
  1025. }
  1026. table td[class*=col-], table th[class*=col-] {
  1027. position: static;
  1028. float: none;
  1029. display: table-cell;
  1030. }
  1031. .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
  1032. background-color: #e8e8e8;
  1033. }
  1034. .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
  1035. background-color: #dff0d8;
  1036. }
  1037. .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
  1038. background-color: #d0e9c6;
  1039. }
  1040. .table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
  1041. background-color: #d9edf7;
  1042. }
  1043. .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
  1044. background-color: #c4e3f3;
  1045. }
  1046. .table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
  1047. background-color: #fcf8e3;
  1048. }
  1049. .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
  1050. background-color: #faf2cc;
  1051. }
  1052. .table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
  1053. background-color: #f2dede;
  1054. }
  1055. .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
  1056. background-color: #ebcccc;
  1057. }
  1058. @media (max-width:767px) {
  1059. .table-responsive {
  1060. width: 100%;
  1061. margin-bottom: 15px;
  1062. overflow-y: hidden;
  1063. overflow-x: scroll;
  1064. -ms-overflow-style: -ms-autohiding-scrollbar;
  1065. border: 1px solid #ddd;
  1066. -webkit-overflow-scrolling: touch;
  1067. }
  1068. .table-responsive>.table {
  1069. margin-bottom: 0;
  1070. }
  1071. .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
  1072. white-space: nowrap;
  1073. }
  1074. .table-responsive>.table-bordered {
  1075. border: 0;
  1076. }
  1077. .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
  1078. border-left: 0;
  1079. }
  1080. .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
  1081. border-right: 0;
  1082. }
  1083. .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
  1084. border-bottom: 0;
  1085. }
  1086. }fieldset, legend {
  1087. padding: 0;
  1088. border: 0;
  1089. }
  1090. fieldset {
  1091. margin: 0;
  1092. min-width: 0;
  1093. }
  1094. legend {
  1095. display: block;
  1096. width: 100%;
  1097. margin-bottom: 20px;
  1098. font-size: 21px;
  1099. line-height: inherit;
  1100. color: #333;
  1101. border-bottom: 1px solid #e5e5e5;
  1102. }
  1103. label {
  1104. display: inline-block;
  1105. margin-bottom: 5px;
  1106. }
  1107. input[type=search] {
  1108. -webkit-box-sizing: border-box;
  1109. -moz-box-sizing: border-box;
  1110. box-sizing: border-box;
  1111. -webkit-appearance: none;
  1112. }
  1113. input[type=checkbox], input[type=radio] {
  1114. margin: 4px 0 0;
  1115. margin-top: 1px\9;
  1116. line-height: normal;
  1117. }
  1118. .form-control, output {
  1119. display: block;
  1120. color: #999;
  1121. font-size: 14px;
  1122. line-height: 1.42857143;
  1123. }
  1124. input[type=file] {
  1125. display: block;
  1126. }
  1127. input[type=range] {
  1128. display: block;
  1129. width: 100%}
  1130. select[multiple], select[size] {
  1131. height: auto;
  1132. }
  1133. input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  1134. outline: dotted thin;
  1135. outline: -webkit-focus-ring-color auto 5px;
  1136. outline-offset: -2px;
  1137. }
  1138. output {
  1139. padding-top: 7px;
  1140. }
  1141. .form-control {
  1142. width: 100%;
  1143. height: 34px;
  1144. padding: 6px 12px;
  1145. background-color: #fff;
  1146. background-image: none;
  1147. border: 1px solid #ccc;
  1148. border-radius: 0;
  1149. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1150. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1151. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1152. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1153. -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1154. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1155. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1156. }
  1157. .form-control:focus {
  1158. border-color: #66afe9;
  1159. outline: 0;
  1160. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  1161. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  1162. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  1163. }
  1164. .form-control::-moz-placeholder {
  1165. color: #999;
  1166. opacity: 1;
  1167. }
  1168. .form-control:-ms-input-placeholder {
  1169. color: #999;
  1170. }
  1171. .form-control::-webkit-input-placeholder {
  1172. color: #999;
  1173. }
  1174. .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
  1175. color: #3c763d;
  1176. }
  1177. .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  1178. cursor: not-allowed;
  1179. background-color: #eee;
  1180. opacity: 1;
  1181. }
  1182. textarea.form-control {
  1183. height: auto;
  1184. }
  1185. input[type=date] {
  1186. line-height: 34px;
  1187. }
  1188. .form-group {
  1189. margin-bottom: 15px;
  1190. }
  1191. .checkbox, .radio {
  1192. display: block;
  1193. min-height: 20px;
  1194. margin-top: 10px;
  1195. margin-bottom: 10px;
  1196. padding-left: 20px;
  1197. }
  1198. .checkbox label, .radio label {
  1199. display: inline;
  1200. font-weight: 400;
  1201. cursor: pointer;
  1202. }
  1203. .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  1204. float: left;
  1205. margin-left: -20px;
  1206. }
  1207. .checkbox+.checkbox, .radio+.radio {
  1208. margin-top: -5px;
  1209. }
  1210. .checkbox-inline, .radio-inline {
  1211. display: inline-block;
  1212. padding-left: 20px;
  1213. margin-bottom: 0;
  1214. vertical-align: middle;
  1215. font-weight: 400;
  1216. cursor: pointer;
  1217. }
  1218. .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  1219. margin-top: 0;
  1220. margin-left: 10px;
  1221. }
  1222. .btn-block+.btn-block, .help-block {
  1223. margin-top: 5px;
  1224. }
  1225. .checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
  1226. cursor: not-allowed;
  1227. }
  1228. .input-sm {
  1229. height: 30px;
  1230. padding: 5px 10px;
  1231. font-size: 12px;
  1232. line-height: 1.5;
  1233. border-radius: 0;
  1234. }
  1235. select.input-sm {
  1236. height: 30px;
  1237. line-height: 30px;
  1238. }
  1239. select[multiple].input-sm, textarea.input-sm {
  1240. height: auto;
  1241. }
  1242. .input-lg {
  1243. height: 46px;
  1244. padding: 10px 16px;
  1245. font-size: 18px;
  1246. line-height: 1.33;
  1247. border-radius: 0;
  1248. }
  1249. select.input-lg {
  1250. height: 46px;
  1251. line-height: 46px;
  1252. }
  1253. select[multiple].input-lg, textarea.input-lg {
  1254. height: auto;
  1255. }
  1256. .has-feedback {
  1257. position: relative;
  1258. }
  1259. .has-feedback .form-control {
  1260. padding-right: 42.5px;
  1261. }
  1262. .has-feedback .form-control-feedback {
  1263. position: absolute;
  1264. top: 25px;
  1265. right: 0;
  1266. display: block;
  1267. width: 34px;
  1268. height: 34px;
  1269. line-height: 34px;
  1270. text-align: center;
  1271. }
  1272. .collapsing, .dropdown, .glyphicon {
  1273. position: relative;
  1274. }
  1275. .has-success .form-control {
  1276. border-color: #3c763d;
  1277. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1278. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1279. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1280. }
  1281. .has-success .form-control:focus {
  1282. border-color: #2b542c;
  1283. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  1284. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  1285. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  1286. }
  1287. .has-success .input-group-addon {
  1288. color: #3c763d;
  1289. border-color: #3c763d;
  1290. background-color: #dff0d8;
  1291. }
  1292. .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
  1293. color: #8a6d3b;
  1294. }
  1295. .has-warning .form-control {
  1296. border-color: #8a6d3b;
  1297. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1298. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1299. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1300. }
  1301. .has-warning .form-control:focus {
  1302. border-color: #66512c;
  1303. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  1304. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  1305. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  1306. }
  1307. .has-warning .input-group-addon {
  1308. color: #8a6d3b;
  1309. border-color: #8a6d3b;
  1310. background-color: #fcf8e3;
  1311. }
  1312. .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
  1313. color: #a94442;
  1314. }
  1315. .has-error .form-control {
  1316. border-color: #a94442;
  1317. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1318. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1319. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1320. }
  1321. .has-error .form-control:focus {
  1322. border-color: #843534;
  1323. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  1324. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  1325. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  1326. }
  1327. .has-error .input-group-addon {
  1328. color: #a94442;
  1329. border-color: #a94442;
  1330. background-color: #f2dede;
  1331. }
  1332. .form-control-static {
  1333. margin-bottom: 0;
  1334. }
  1335. .help-block {
  1336. display: block;
  1337. margin-bottom: 10px;
  1338. color: #737373;
  1339. }
  1340. @media (min-width:768px) {
  1341. .form-inline .control-label, .form-inline .form-group {
  1342. margin-bottom: 0;
  1343. vertical-align: middle;
  1344. }
  1345. .form-inline .form-group {
  1346. display: inline-block;
  1347. }
  1348. .form-inline .form-control {
  1349. display: inline-block;
  1350. width: auto;
  1351. vertical-align: middle;
  1352. }
  1353. .form-inline .input-group>.form-control {
  1354. width: 100%}
  1355. .form-inline .checkbox, .form-inline .radio {
  1356. display: inline-block;
  1357. margin-top: 0;
  1358. margin-bottom: 0;
  1359. padding-left: 0;
  1360. vertical-align: middle;
  1361. }
  1362. .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
  1363. float: none;
  1364. margin-left: 0;
  1365. }
  1366. .form-inline .has-feedback .form-control-feedback {
  1367. top: 0;
  1368. }
  1369. }.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
  1370. margin-top: 0;
  1371. margin-bottom: 0;
  1372. padding-top: 7px;
  1373. }
  1374. .form-horizontal .checkbox, .form-horizontal .radio {
  1375. min-height: 27px;
  1376. }
  1377. .form-horizontal .form-group {
  1378. margin-left: -15px;
  1379. margin-right: -15px;
  1380. }
  1381. .form-horizontal .form-control-static {
  1382. padding-top: 7px;
  1383. }
  1384. @media (min-width:768px) {
  1385. .form-horizontal .control-label {
  1386. text-align: right;
  1387. }
  1388. }.form-horizontal .has-feedback .form-control-feedback {
  1389. top: 0;
  1390. right: 15px;
  1391. }
  1392. .btn {
  1393. display: inline-block;
  1394. margin-bottom: 0;
  1395. font-weight: 400;
  1396. text-align: center;
  1397. vertical-align: middle;
  1398. cursor: pointer;
  1399. background-image: none;
  1400. border: 1px solid transparent;
  1401. white-space: nowrap;
  1402. padding: 6px 12px;
  1403. font-size: 14px;
  1404. line-height: 1.42857143;
  1405. border-radius: 0;
  1406. user-select: none;
  1407. }
  1408. .btn, .video-js {
  1409. -webkit-user-select: none;
  1410. -moz-user-select: none;
  1411. -ms-user-select: none;
  1412. }
  1413. .btn.active:focus, .btn:active:focus, .btn:focus {
  1414. outline: dotted thin;
  1415. outline: -webkit-focus-ring-color auto 5px;
  1416. outline-offset: -2px;
  1417. }
  1418. .btn:focus, .btn:hover {
  1419. color: #333;
  1420. text-decoration: none;
  1421. }
  1422. .btn.active, .btn:active {
  1423. outline: 0;
  1424. background-image: none;
  1425. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  1426. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  1427. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  1428. }
  1429. .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  1430. cursor: not-allowed;
  1431. pointer-events: none;
  1432. opacity: .65;
  1433. filter: alpha(opacity=65);
  1434. -webkit-box-shadow: none;
  1435. -moz-box-shadow: none;
  1436. box-shadow: none;
  1437. }
  1438. .btn-default {
  1439. color: #333;
  1440. background-color: #fff;
  1441. border-color: #ccc;
  1442. }
  1443. .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
  1444. color: #333;
  1445. background-color: #ebebeb;
  1446. border-color: #adadad;
  1447. }
  1448. .btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
  1449. background-image: none;
  1450. }
  1451. .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  1452. background-color: #fff;
  1453. border-color: #ccc;
  1454. }
  1455. .btn-default .badge {
  1456. color: #fff;
  1457. background-color: #333;
  1458. }
  1459. .btn-primary {
  1460. color: #fff;
  1461. background-color: #4fb99f;
  1462. border-color: #44ab91;
  1463. }
  1464. .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
  1465. color: #fff;
  1466. background-color: #40a088;
  1467. border-color: #327f6c;
  1468. }
  1469. .btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
  1470. background-image: none;
  1471. }
  1472. .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  1473. background-color: #4fb99f;
  1474. border-color: #44ab91;
  1475. }
  1476. .btn-primary .badge {
  1477. color: #4fb99f;
  1478. background-color: #fff;
  1479. }
  1480. .btn-success {
  1481. color: #fff;
  1482. background-color: #5cb85c;
  1483. border-color: #4cae4c;
  1484. }
  1485. .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
  1486. color: #fff;
  1487. background-color: #47a447;
  1488. border-color: #398439;
  1489. }
  1490. .btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
  1491. background-image: none;
  1492. }
  1493. .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  1494. background-color: #5cb85c;
  1495. border-color: #4cae4c;
  1496. }
  1497. .btn-success .badge {
  1498. color: #5cb85c;
  1499. background-color: #fff;
  1500. }
  1501. .btn-info {
  1502. color: #fff;
  1503. background-color: #5bc0de;
  1504. border-color: #46b8da;
  1505. }
  1506. .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
  1507. color: #fff;
  1508. background-color: #39b3d7;
  1509. border-color: #269abc;
  1510. }
  1511. .btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
  1512. background-image: none;
  1513. }
  1514. .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  1515. background-color: #5bc0de;
  1516. border-color: #46b8da;
  1517. }
  1518. .btn-info .badge {
  1519. color: #5bc0de;
  1520. background-color: #fff;
  1521. }
  1522. .btn-warning {
  1523. color: #fff;
  1524. background-color: #f0ad4e;
  1525. border-color: #eea236;
  1526. }
  1527. .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
  1528. color: #fff;
  1529. background-color: #ed9c28;
  1530. border-color: #d58512;
  1531. }
  1532. .btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
  1533. background-image: none;
  1534. }
  1535. .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  1536. background-color: #f0ad4e;
  1537. border-color: #eea236;
  1538. }
  1539. .btn-warning .badge {
  1540. color: #f0ad4e;
  1541. background-color: #fff;
  1542. }
  1543. .btn-danger {
  1544. color: #fff;
  1545. background-color: #d82123;
  1546. border-color: #c21e1f;
  1547. }
  1548. .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
  1549. color: #fff;
  1550. background-color: #b51c1d;
  1551. border-color: #8d1617;
  1552. }
  1553. .btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
  1554. background-image: none;
  1555. }
  1556. .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  1557. background-color: #d82123;
  1558. border-color: #c21e1f;
  1559. }
  1560. .btn-danger .badge {
  1561. color: #d82123;
  1562. background-color: #fff;
  1563. }
  1564. .btn-link {
  1565. color: #4fb99f;
  1566. font-weight: 400;
  1567. cursor: pointer;
  1568. border-radius: 0;
  1569. }
  1570. .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  1571. background-color: transparent;
  1572. -webkit-box-shadow: none;
  1573. -moz-box-shadow: none;
  1574. box-shadow: none;
  1575. }
  1576. .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  1577. border-color: transparent;
  1578. }
  1579. .btn-link:focus, .btn-link:hover {
  1580. color: #358672;
  1581. text-decoration: underline;
  1582. background-color: transparent;
  1583. }
  1584. .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  1585. color: #999;
  1586. text-decoration: none;
  1587. }
  1588. .btn-group-lg>.btn, .btn-lg {
  1589. padding: 10px 16px;
  1590. font-size: 18px;
  1591. line-height: 1.33;
  1592. border-radius: 0;
  1593. }
  1594. .btn-group-sm>.btn, .btn-sm {
  1595. padding: 5px 10px;
  1596. font-size: 12px;
  1597. line-height: 1.5;
  1598. border-radius: 0;
  1599. }
  1600. .btn-group-xs>.btn, .btn-xs {
  1601. padding: 1px 5px;
  1602. font-size: 12px;
  1603. line-height: 1.5;
  1604. border-radius: 0;
  1605. }
  1606. .btn-block {
  1607. display: block;
  1608. width: 100%;
  1609. padding-left: 0;
  1610. padding-right: 0;
  1611. }
  1612. input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  1613. width: 100%}
  1614. .fade {
  1615. opacity: 0;
  1616. -webkit-transition: opacity .15s linear;
  1617. -moz-transition: opacity .15s linear;
  1618. -o-transition: opacity .15s linear;
  1619. transition: opacity .15s linear;
  1620. }
  1621. .fade.in {
  1622. opacity: 1;
  1623. }
  1624. .collapse {
  1625. display: none;
  1626. }
  1627. .collapse.in {
  1628. display: block;
  1629. }
  1630. .caret, .glyphicon {
  1631. display: inline-block;
  1632. }
  1633. .collapsing {
  1634. height: 0;
  1635. overflow: hidden;
  1636. -webkit-transition: height .35s ease;
  1637. -moz-transition: height .35s ease;
  1638. -o-transition: height .35s ease;
  1639. transition: height .35s ease;
  1640. }
  1641. @font-face {
  1642. font-family: 'Glyphicons Halflings';
  1643. src: url(../fonts/glyphicons-halflings-regular.eot);
  1644. src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
  1645. }
  1646. .glyphicon {
  1647. top: 1px;
  1648. font-family: 'Glyphicons Halflings';
  1649. font-weight: 400;
  1650. line-height: 1;
  1651. -webkit-font-smoothing: antialiased;
  1652. -moz-osx-font-smoothing: grayscale;
  1653. }
  1654. .glyphicon-asterisk:before {
  1655. content: "\2a"}
  1656. .glyphicon-plus:before {
  1657. content: "\2b"}
  1658. .glyphicon-euro:before {
  1659. content: "\20ac"}
  1660. .glyphicon-minus:before {
  1661. content: "\2212"}
  1662. .glyphicon-cloud:before {
  1663. content: "\2601"}
  1664. .glyphicon-envelope:before {
  1665. content: "\2709"}
  1666. .glyphicon-pencil:before {
  1667. content: "\270f"}
  1668. .glyphicon-glass:before {
  1669. content: "\e001"}
  1670. .glyphicon-music:before {
  1671. content: "\e002"}
  1672. .glyphicon-search:before {
  1673. content: "\e003"}
  1674. .glyphicon-heart:before {
  1675. content: "\e005"}
  1676. .glyphicon-star:before {
  1677. content: "\e006"}
  1678. .glyphicon-star-empty:before {
  1679. content: "\e007"}
  1680. .glyphicon-user:before {
  1681. content: "\e008"}
  1682. .glyphicon-film:before {
  1683. content: "\e009"}
  1684. .glyphicon-th-large:before {
  1685. content: "\e010"}
  1686. .glyphicon-th:before {
  1687. content: "\e011"}
  1688. .glyphicon-th-list:before {
  1689. content: "\e012"}
  1690. .glyphicon-ok:before {
  1691. content: "\e013"}
  1692. .glyphicon-remove:before {
  1693. content: "\e014"}
  1694. .glyphicon-zoom-in:before {
  1695. content: "\e015"}
  1696. .glyphicon-zoom-out:before {
  1697. content: "\e016"}
  1698. .glyphicon-off:before {
  1699. content: "\e017"}
  1700. .glyphicon-signal:before {
  1701. content: "\e018"}
  1702. .glyphicon-cog:before {
  1703. content: "\e019"}
  1704. .glyphicon-trash:before {
  1705. content: "\e020"}
  1706. .glyphicon-home:before {
  1707. content: "\e021"}
  1708. .glyphicon-file:before {
  1709. content: "\e022"}
  1710. .glyphicon-time:before {
  1711. content: "\e023"}
  1712. .glyphicon-road:before {
  1713. content: "\e024"}
  1714. .glyphicon-download-alt:before {
  1715. content: "\e025"}
  1716. .glyphicon-download:before {
  1717. content: "\e026"}
  1718. .glyphicon-upload:before {
  1719. content: "\e027"}
  1720. .glyphicon-inbox:before {
  1721. content: "\e028"}
  1722. .glyphicon-play-circle:before {
  1723. content: "\e029"}
  1724. .glyphicon-repeat:before {
  1725. content: "\e030"}
  1726. .glyphicon-refresh:before {
  1727. content: "\e031"}
  1728. .glyphicon-list-alt:before {
  1729. content: "\e032"}
  1730. .glyphicon-lock:before {
  1731. content: "\e033"}
  1732. .glyphicon-flag:before {
  1733. content: "\e034"}
  1734. .glyphicon-headphones:before {
  1735. content: "\e035"}
  1736. .glyphicon-volume-off:before {
  1737. content: "\e036"}
  1738. .glyphicon-volume-down:before {
  1739. content: "\e037"}
  1740. .glyphicon-volume-up:before {
  1741. content: "\e038"}
  1742. .glyphicon-qrcode:before {
  1743. content: "\e039"}
  1744. .glyphicon-barcode:before {
  1745. content: "\e040"}
  1746. .glyphicon-tag:before {
  1747. content: "\e041"}
  1748. .glyphicon-tags:before {
  1749. content: "\e042"}
  1750. .glyphicon-book:before {
  1751. content: "\e043"}
  1752. .glyphicon-bookmark:before {
  1753. content: "\e044"}
  1754. .glyphicon-print:before {
  1755. content: "\e045"}
  1756. .glyphicon-camera:before {
  1757. content: "\e046"}
  1758. .glyphicon-font:before {
  1759. content: "\e047"}
  1760. .glyphicon-bold:before {
  1761. content: "\e048"}
  1762. .glyphicon-italic:before {
  1763. content: "\e049"}
  1764. .glyphicon-text-height:before {
  1765. content: "\e050"}
  1766. .glyphicon-text-width:before {
  1767. content: "\e051"}
  1768. .glyphicon-align-left:before {
  1769. content: "\e052"}
  1770. .glyphicon-align-center:before {
  1771. content: "\e053"}
  1772. .glyphicon-align-right:before {
  1773. content: "\e054"}
  1774. .glyphicon-align-justify:before {
  1775. content: "\e055"}
  1776. .glyphicon-list:before {
  1777. content: "\e056"}
  1778. .glyphicon-indent-left:before {
  1779. content: "\e057"}
  1780. .glyphicon-indent-right:before {
  1781. content: "\e058"}
  1782. .glyphicon-facetime-video:before {
  1783. content: "\e059"}
  1784. .glyphicon-picture:before {
  1785. content: "\e060"}
  1786. .glyphicon-map-marker:before {
  1787. content: "\e062"}
  1788. .glyphicon-adjust:before {
  1789. content: "\e063"}
  1790. .glyphicon-tint:before {
  1791. content: "\e064"}
  1792. .glyphicon-edit:before {
  1793. content: "\e065"}
  1794. .glyphicon-share:before {
  1795. content: "\e066"}
  1796. .glyphicon-check:before {
  1797. content: "\e067"}
  1798. .glyphicon-move:before {
  1799. content: "\e068"}
  1800. .glyphicon-step-backward:before {
  1801. content: "\e069"}
  1802. .glyphicon-fast-backward:before {
  1803. content: "\e070"}
  1804. .glyphicon-backward:before {
  1805. content: "\e071"}
  1806. .glyphicon-play:before {
  1807. content: "\e072"}
  1808. .glyphicon-pause:before {
  1809. content: "\e073"}
  1810. .glyphicon-stop:before {
  1811. content: "\e074"}
  1812. .glyphicon-forward:before {
  1813. content: "\e075"}
  1814. .glyphicon-fast-forward:before {
  1815. content: "\e076"}
  1816. .glyphicon-step-forward:before {
  1817. content: "\e077"}
  1818. .glyphicon-eject:before {
  1819. content: "\e078"}
  1820. .glyphicon-chevron-left:before {
  1821. content: "\e079"}
  1822. .glyphicon-chevron-right:before {
  1823. content: "\e080"}
  1824. .glyphicon-plus-sign:before {
  1825. content: "\e081"}
  1826. .glyphicon-minus-sign:before {
  1827. content: "\e082"}
  1828. .glyphicon-remove-sign:before {
  1829. content: "\e083"}
  1830. .glyphicon-ok-sign:before {
  1831. content: "\e084"}
  1832. .glyphicon-question-sign:before {
  1833. content: "\e085"}
  1834. .glyphicon-info-sign:before {
  1835. content: "\e086"}
  1836. .glyphicon-screenshot:before {
  1837. content: "\e087"}
  1838. .glyphicon-remove-circle:before {
  1839. content: "\e088"}
  1840. .glyphicon-ok-circle:before {
  1841. content: "\e089"}
  1842. .glyphicon-ban-circle:before {
  1843. content: "\e090"}
  1844. .glyphicon-arrow-left:before {
  1845. content: "\e091"}
  1846. .glyphicon-arrow-right:before {
  1847. content: "\e092"}
  1848. .glyphicon-arrow-up:before {
  1849. content: "\e093"}
  1850. .glyphicon-arrow-down:before {
  1851. content: "\e094"}
  1852. .glyphicon-share-alt:before {
  1853. content: "\e095"}
  1854. .glyphicon-resize-full:before {
  1855. content: "\e096"}
  1856. .glyphicon-resize-small:before {
  1857. content: "\e097"}
  1858. .glyphicon-exclamation-sign:before {
  1859. content: "\e101"}
  1860. .glyphicon-gift:before {
  1861. content: "\e102"}
  1862. .glyphicon-leaf:before {
  1863. content: "\e103"}
  1864. .glyphicon-fire:before {
  1865. content: "\e104"}
  1866. .glyphicon-eye-open:before {
  1867. content: "\e105"}
  1868. .glyphicon-eye-close:before {
  1869. content: "\e106"}
  1870. .glyphicon-warning-sign:before {
  1871. content: "\e107"}
  1872. .glyphicon-plane:before {
  1873. content: "\e108"}
  1874. .glyphicon-calendar:before {
  1875. content: "\e109"}
  1876. .glyphicon-random:before {
  1877. content: "\e110"}
  1878. .glyphicon-comment:before {
  1879. content: "\e111"}
  1880. .glyphicon-magnet:before {
  1881. content: "\e112"}
  1882. .glyphicon-chevron-up:before {
  1883. content: "\e113"}
  1884. .glyphicon-chevron-down:before {
  1885. content: "\e114"}
  1886. .glyphicon-retweet:before {
  1887. content: "\e115"}
  1888. .glyphicon-shopping-cart:before {
  1889. content: "\e116"}
  1890. .glyphicon-folder-close:before {
  1891. content: "\e117"}
  1892. .glyphicon-folder-open:before {
  1893. content: "\e118"}
  1894. .glyphicon-resize-vertical:before {
  1895. content: "\e119"}
  1896. .glyphicon-resize-horizontal:before {
  1897. content: "\e120"}
  1898. .glyphicon-hdd:before {
  1899. content: "\e121"}
  1900. .glyphicon-bullhorn:before {
  1901. content: "\e122"}
  1902. .glyphicon-bell:before {
  1903. content: "\e123"}
  1904. .glyphicon-certificate:before {
  1905. content: "\e124"}
  1906. .glyphicon-thumbs-up:before {
  1907. content: "\e125"}
  1908. .glyphicon-thumbs-down:before {
  1909. content: "\e126"}
  1910. .glyphicon-hand-right:before {
  1911. content: "\e127"}
  1912. .glyphicon-hand-left:before {
  1913. content: "\e128"}
  1914. .glyphicon-hand-up:before {
  1915. content: "\e129"}
  1916. .glyphicon-hand-down:before {
  1917. content: "\e130"}
  1918. .glyphicon-circle-arrow-right:before {
  1919. content: "\e131"}
  1920. .glyphicon-circle-arrow-left:before {
  1921. content: "\e132"}
  1922. .glyphicon-circle-arrow-up:before {
  1923. content: "\e133"}
  1924. .glyphicon-circle-arrow-down:before {
  1925. content: "\e134"}
  1926. .glyphicon-globe:before {
  1927. content: "\e135"}
  1928. .glyphicon-wrench:before {
  1929. content: "\e136"}
  1930. .glyphicon-tasks:before {
  1931. content: "\e137"}
  1932. .glyphicon-filter:before {
  1933. content: "\e138"}
  1934. .glyphicon-briefcase:before {
  1935. content: "\e139"}
  1936. .glyphicon-fullscreen:before {
  1937. content: "\e140"}
  1938. .glyphicon-dashboard:before {
  1939. content: "\e141"}
  1940. .glyphicon-paperclip:before {
  1941. content: "\e142"}
  1942. .glyphicon-heart-empty:before {
  1943. content: "\e143"}
  1944. .glyphicon-link:before {
  1945. content: "\e144"}
  1946. .glyphicon-phone:before {
  1947. content: "\e145"}
  1948. .glyphicon-pushpin:before {
  1949. content: "\e146"}
  1950. .glyphicon-usd:before {
  1951. content: "\e148"}
  1952. .glyphicon-gbp:before {
  1953. content: "\e149"}
  1954. .glyphicon-sort:before {
  1955. content: "\e150"}
  1956. .glyphicon-sort-by-alphabet:before {
  1957. content: "\e151"}
  1958. .glyphicon-sort-by-alphabet-alt:before {
  1959. content: "\e152"}
  1960. .glyphicon-sort-by-order:before {
  1961. content: "\e153"}
  1962. .glyphicon-sort-by-order-alt:before {
  1963. content: "\e154"}
  1964. .glyphicon-sort-by-attributes:before {
  1965. content: "\e155"}
  1966. .glyphicon-sort-by-attributes-alt:before {
  1967. content: "\e156"}
  1968. .glyphicon-unchecked:before {
  1969. content: "\e157"}
  1970. .glyphicon-expand:before {
  1971. content: "\e158"}
  1972. .glyphicon-collapse-down:before {
  1973. content: "\e159"}
  1974. .glyphicon-collapse-up:before {
  1975. content: "\e160"}
  1976. .glyphicon-log-in:before {
  1977. content: "\e161"}
  1978. .glyphicon-flash:before {
  1979. content: "\e162"}
  1980. .glyphicon-log-out:before {
  1981. content: "\e163"}
  1982. .glyphicon-new-window:before {
  1983. content: "\e164"}
  1984. .glyphicon-record:before {
  1985. content: "\e165"}
  1986. .glyphicon-save:before {
  1987. content: "\e166"}
  1988. .glyphicon-open:before {
  1989. content: "\e167"}
  1990. .glyphicon-saved:before {
  1991. content: "\e168"}
  1992. .glyphicon-import:before {
  1993. content: "\e169"}
  1994. .glyphicon-export:before {
  1995. content: "\e170"}
  1996. .glyphicon-send:before {
  1997. content: "\e171"}
  1998. .glyphicon-floppy-disk:before {
  1999. content: "\e172"}
  2000. .glyphicon-floppy-saved:before {
  2001. content: "\e173"}
  2002. .glyphicon-floppy-remove:before {
  2003. content: "\e174"}
  2004. .glyphicon-floppy-save:before {
  2005. content: "\e175"}
  2006. .glyphicon-floppy-open:before {
  2007. content: "\e176"}
  2008. .glyphicon-credit-card:before {
  2009. content: "\e177"}
  2010. .glyphicon-transfer:before {
  2011. content: "\e178"}
  2012. .glyphicon-cutlery:before {
  2013. content: "\e179"}
  2014. .glyphicon-header:before {
  2015. content: "\e180"}
  2016. .glyphicon-compressed:before {
  2017. content: "\e181"}
  2018. .glyphicon-earphone:before {
  2019. content: "\e182"}
  2020. .glyphicon-phone-alt:before {
  2021. content: "\e183"}
  2022. .glyphicon-tower:before {
  2023. content: "\e184"}
  2024. .glyphicon-stats:before {
  2025. content: "\e185"}
  2026. .glyphicon-sd-video:before {
  2027. content: "\e186"}
  2028. .glyphicon-hd-video:before {
  2029. content: "\e187"}
  2030. .glyphicon-subtitles:before {
  2031. content: "\e188"}
  2032. .glyphicon-sound-stereo:before {
  2033. content: "\e189"}
  2034. .glyphicon-sound-dolby:before {
  2035. content: "\e190"}
  2036. .glyphicon-sound-5-1:before {
  2037. content: "\e191"}
  2038. .glyphicon-sound-6-1:before {
  2039. content: "\e192"}
  2040. .glyphicon-sound-7-1:before {
  2041. content: "\e193"}
  2042. .glyphicon-copyright-mark:before {
  2043. content: "\e194"}
  2044. .glyphicon-registration-mark:before {
  2045. content: "\e195"}
  2046. .glyphicon-cloud-download:before {
  2047. content: "\e197"}
  2048. .glyphicon-cloud-upload:before {
  2049. content: "\e198"}
  2050. .glyphicon-tree-conifer:before {
  2051. content: "\e199"}
  2052. .glyphicon-tree-deciduous:before {
  2053. content: "\e200"}
  2054. .caret {
  2055. width: 0;
  2056. height: 0;
  2057. margin-left: 2px;
  2058. vertical-align: middle;
  2059. border-top: 4px solid;
  2060. border-right: 4px solid transparent;
  2061. border-left: 4px solid transparent;
  2062. }
  2063. .dropdown-toggle:focus {
  2064. outline: 0;
  2065. }
  2066. .dropdown-menu {
  2067. position: absolute;
  2068. top: 100%;
  2069. left: 0;
  2070. z-index: 1000;
  2071. display: none;
  2072. float: left;
  2073. min-width: 160px;
  2074. padding: 5px 0;
  2075. margin: 2px 0 0;
  2076. list-style: none;
  2077. font-size: 14px;
  2078. background-color: #fff;
  2079. border: 1px solid #ccc;
  2080. border: 1px solid rgba(0, 0, 0, .15);
  2081. border-radius: 0;
  2082. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  2083. -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  2084. box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  2085. background-clip: padding-box;
  2086. }
  2087. .dropdown-header, .dropdown-menu>li>a {
  2088. padding: 3px 20px;
  2089. line-height: 1.42857143;
  2090. }
  2091. .dropdown-menu-right, .dropdown-menu.pull-right {
  2092. left: auto;
  2093. right: 0;
  2094. }
  2095. .dropdown-menu .divider {
  2096. height: 1px;
  2097. margin: 9px 0;
  2098. overflow: hidden;
  2099. background-color: #e5e5e5;
  2100. }
  2101. .dropdown-menu>li>a {
  2102. display: block;
  2103. clear: both;
  2104. font-weight: 400;
  2105. color: #333;
  2106. white-space: nowrap;
  2107. }
  2108. .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  2109. text-decoration: none;
  2110. color: #262626;
  2111. background-color: #f5f5f5;
  2112. }
  2113. .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  2114. color: #fff;
  2115. text-decoration: none;
  2116. outline: 0;
  2117. background-color: #4fb99f;
  2118. }
  2119. .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  2120. color: #999;
  2121. }
  2122. .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  2123. text-decoration: none;
  2124. background-color: transparent;
  2125. background-image: none;
  2126. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2127. cursor: not-allowed;
  2128. }
  2129. .open>.dropdown-menu {
  2130. display: block;
  2131. }
  2132. .open>a {
  2133. outline: 0;
  2134. }
  2135. .dropdown-menu-left {
  2136. left: 0;
  2137. right: auto;
  2138. }
  2139. .dropdown-header {
  2140. display: block;
  2141. font-size: 12px;
  2142. color: #999;
  2143. }
  2144. .dropdown-backdrop {
  2145. position: fixed;
  2146. left: 0;
  2147. right: 0;
  2148. bottom: 0;
  2149. top: 0;
  2150. z-index: 990;
  2151. }
  2152. .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover, .input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
  2153. z-index: 2;
  2154. }
  2155. .nav-justified>.dropdown .dropdown-menu, .nav-tabs.nav-justified>.dropdown .dropdown-menu {
  2156. left: auto;
  2157. top: auto;
  2158. }
  2159. .pull-right>.dropdown-menu {
  2160. right: 0;
  2161. left: auto;
  2162. }
  2163. .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  2164. border-top: 0;
  2165. border-bottom: 4px solid;
  2166. content: ""}
  2167. .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  2168. top: auto;
  2169. bottom: 100%;
  2170. margin-bottom: 1px;
  2171. }
  2172. .btn-group, .btn-group-vertical {
  2173. position: relative;
  2174. display: inline-block;
  2175. vertical-align: middle;
  2176. }
  2177. .btn-group-vertical>.btn, .btn-group>.btn {
  2178. position: relative;
  2179. float: left;
  2180. }
  2181. .btn-group-vertical>.btn:focus, .btn-group>.btn:focus {
  2182. outline: 0;
  2183. }
  2184. .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  2185. margin-left: -1px;
  2186. }
  2187. .btn-toolbar {
  2188. margin-left: -5px;
  2189. }
  2190. .btn-toolbar .btn-group, .btn-toolbar .input-group {
  2191. float: left;
  2192. }
  2193. .btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
  2194. margin-left: 5px;
  2195. }
  2196. .btn .caret, .btn-group>.btn:first-child {
  2197. margin-left: 0;
  2198. }
  2199. .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  2200. border-radius: 0;
  2201. }
  2202. .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  2203. border-bottom-right-radius: 0;
  2204. border-top-right-radius: 0;
  2205. }
  2206. .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  2207. border-bottom-left-radius: 0;
  2208. border-top-left-radius: 0;
  2209. }
  2210. .btn-group>.btn-group {
  2211. float: left;
  2212. }
  2213. .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  2214. border-radius: 0;
  2215. }
  2216. .btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
  2217. border-bottom-right-radius: 0;
  2218. border-top-right-radius: 0;
  2219. }
  2220. .btn-group>.btn-group:last-child>.btn:first-child {
  2221. border-bottom-left-radius: 0;
  2222. border-top-left-radius: 0;
  2223. }
  2224. .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  2225. outline: 0;
  2226. }
  2227. .btn-group>.btn+.dropdown-toggle {
  2228. padding-left: 8px;
  2229. padding-right: 8px;
  2230. }
  2231. .btn-group>.btn-lg+.dropdown-toggle {
  2232. padding-left: 12px;
  2233. padding-right: 12px;
  2234. }
  2235. .btn-group.open .dropdown-toggle {
  2236. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2237. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2238. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2239. }
  2240. .btn-group.open .dropdown-toggle.btn-link {
  2241. -webkit-box-shadow: none;
  2242. -moz-box-shadow: none;
  2243. box-shadow: none;
  2244. }
  2245. .btn-lg .caret {
  2246. border-width: 5px 5px 0;
  2247. }
  2248. .dropup .btn-lg .caret {
  2249. border-width: 0 5px 5px;
  2250. }
  2251. .btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
  2252. display: block;
  2253. float: none;
  2254. width: 100%;
  2255. max-width: 100%}
  2256. .btn-group-vertical>.btn-group>.btn {
  2257. float: none;
  2258. }
  2259. .btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
  2260. margin-top: -1px;
  2261. margin-left: 0;
  2262. }
  2263. .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group, .input-group-btn>.btn+.btn {
  2264. margin-left: -1px;
  2265. }
  2266. .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  2267. border-radius: 0;
  2268. }
  2269. .btn-group-vertical>.btn:first-child:not(:last-child) {
  2270. border-top-right-radius: 0;
  2271. border-bottom-right-radius: 0;
  2272. border-bottom-left-radius: 0;
  2273. }
  2274. .btn-group-vertical>.btn:last-child:not(:first-child) {
  2275. border-bottom-left-radius: 0;
  2276. border-top-right-radius: 0;
  2277. border-top-left-radius: 0;
  2278. }
  2279. .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  2280. border-radius: 0;
  2281. }
  2282. .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  2283. border-bottom-right-radius: 0;
  2284. border-bottom-left-radius: 0;
  2285. }
  2286. .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  2287. border-top-right-radius: 0;
  2288. border-top-left-radius: 0;
  2289. }
  2290. .btn-group-justified {
  2291. display: table;
  2292. width: 100%;
  2293. table-layout: fixed;
  2294. border-collapse: separate;
  2295. }
  2296. .btn-group-justified>.btn, .btn-group-justified>.btn-group {
  2297. float: none;
  2298. display: table-cell;
  2299. width: 1%}
  2300. .btn-group-justified>.btn-group .btn {
  2301. width: 100%}
  2302. [data-toggle=buttons]>.btn>input[type=checkbox], [data-toggle=buttons]>.btn>input[type=radio] {
  2303. display: none;
  2304. }
  2305. .input-group {
  2306. position: relative;
  2307. display: table;
  2308. border-collapse: separate;
  2309. }
  2310. .input-group[class*=col-] {
  2311. float: none;
  2312. padding-left: 0;
  2313. padding-right: 0;
  2314. }
  2315. .input-group .form-control {
  2316. position: relative;
  2317. z-index: 2;
  2318. float: left;
  2319. width: 100%;
  2320. margin-bottom: 0;
  2321. }
  2322. .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
  2323. height: 46px;
  2324. padding: 10px 16px;
  2325. font-size: 18px;
  2326. line-height: 1.33;
  2327. border-radius: 0;
  2328. }
  2329. select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
  2330. height: 46px;
  2331. line-height: 46px;
  2332. }
  2333. select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
  2334. height: auto;
  2335. }
  2336. .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
  2337. height: 30px;
  2338. padding: 5px 10px;
  2339. font-size: 12px;
  2340. line-height: 1.5;
  2341. border-radius: 0;
  2342. }
  2343. select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
  2344. height: 30px;
  2345. line-height: 30px;
  2346. }
  2347. select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
  2348. height: auto;
  2349. }
  2350. .input-group .form-control, .input-group-addon, .input-group-btn {
  2351. display: table-cell;
  2352. }
  2353. .nav>li, .nav>li>a {
  2354. position: relative;
  2355. display: block;
  2356. }
  2357. .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  2358. border-radius: 0;
  2359. }
  2360. .input-group-addon, .input-group-btn {
  2361. width: 1%;
  2362. white-space: nowrap;
  2363. vertical-align: middle;
  2364. }
  2365. .input-group-addon {
  2366. padding: 6px 12px;
  2367. font-size: 14px;
  2368. font-weight: 400;
  2369. line-height: 1;
  2370. color: #999;
  2371. text-align: center;
  2372. background-color: #eee;
  2373. border: 1px solid #ccc;
  2374. border-radius: 0;
  2375. }
  2376. .input-group-addon.input-sm {
  2377. padding: 5px 10px;
  2378. font-size: 12px;
  2379. border-radius: 0;
  2380. }
  2381. .input-group-addon.input-lg {
  2382. padding: 10px 16px;
  2383. font-size: 18px;
  2384. border-radius: 0;
  2385. }
  2386. .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  2387. margin-top: 0;
  2388. }
  2389. .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  2390. border-bottom-right-radius: 0;
  2391. border-top-right-radius: 0;
  2392. }
  2393. .input-group-addon:first-child {
  2394. border-right: 0;
  2395. }
  2396. .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
  2397. border-bottom-left-radius: 0;
  2398. border-top-left-radius: 0;
  2399. }
  2400. .input-group-addon:last-child {
  2401. border-left: 0;
  2402. }
  2403. .input-group-btn {
  2404. position: relative;
  2405. font-size: 0;
  2406. white-space: nowrap;
  2407. }
  2408. .input-group-btn>.btn {
  2409. position: relative;
  2410. }
  2411. .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
  2412. margin-right: -1px;
  2413. }
  2414. .nav {
  2415. margin-bottom: 0;
  2416. padding-left: 0;
  2417. list-style: none;
  2418. }
  2419. .nav>li>a {
  2420. padding: 10px 15px;
  2421. }
  2422. .nav>li>a:focus, .nav>li>a:hover {
  2423. text-decoration: none;
  2424. background-color: #eee;
  2425. }
  2426. .nav>li.disabled>a {
  2427. color: #999;
  2428. }
  2429. .nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
  2430. color: #999;
  2431. text-decoration: none;
  2432. background-color: transparent;
  2433. cursor: not-allowed;
  2434. }
  2435. .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  2436. background-color: #eee;
  2437. border-color: #4fb99f;
  2438. }
  2439. .nav .nav-divider {
  2440. height: 1px;
  2441. margin: 9px 0;
  2442. overflow: hidden;
  2443. background-color: #e5e5e5;
  2444. }
  2445. .nav>li>a>img {
  2446. max-width: none;
  2447. }
  2448. .nav-tabs {
  2449. border-bottom: 1px solid #ddd;
  2450. }
  2451. .nav-tabs>li {
  2452. float: left;
  2453. margin-bottom: -1px;
  2454. }
  2455. .nav-tabs>li>a {
  2456. margin-right: 2px;
  2457. line-height: 1.42857143;
  2458. border: 1px solid transparent;
  2459. border-radius: 0;
  2460. }
  2461. .nav-tabs>li>a:hover {
  2462. border-color: #eee #eee #ddd;
  2463. }
  2464. .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  2465. color: #eff0f0;
  2466. background-color: #f2f2f3;
  2467. border: 1px solid #ddd;
  2468. border-bottom-color: transparent;
  2469. cursor: default;
  2470. }
  2471. .nav-tabs.nav-justified {
  2472. width: 100%;
  2473. border-bottom: 0;
  2474. }
  2475. .nav-tabs.nav-justified>li {
  2476. float: none;
  2477. }
  2478. .nav-tabs.nav-justified>li>a {
  2479. text-align: center;
  2480. margin-bottom: 5px;
  2481. margin-right: 0;
  2482. border-radius: 0;
  2483. }
  2484. .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  2485. border: 1px solid #ddd;
  2486. }
  2487. @media (min-width:768px) {
  2488. .nav-tabs.nav-justified>li {
  2489. display: table-cell;
  2490. width: 1%}
  2491. .nav-tabs.nav-justified>li>a {
  2492. margin-bottom: 0;
  2493. border-bottom: 1px solid #ddd;
  2494. border-radius: 0;
  2495. }
  2496. .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  2497. border-bottom-color: #f2f2f3;
  2498. }
  2499. }.nav-pills>li {
  2500. float: left;
  2501. }
  2502. .nav-justified>li, .nav-stacked>li {
  2503. float: none;
  2504. }
  2505. .nav-pills>li>a {
  2506. border-radius: 0;
  2507. }
  2508. .nav-pills>li+li {
  2509. margin-left: 2px;
  2510. }
  2511. .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  2512. color: #fff;
  2513. background-color: #4fb99f;
  2514. }
  2515. .nav-stacked>li+li {
  2516. margin-top: 2px;
  2517. margin-left: 0;
  2518. }
  2519. .nav-justified {
  2520. width: 100%}
  2521. .nav-justified>li>a {
  2522. text-align: center;
  2523. margin-bottom: 5px;
  2524. }
  2525. .nav-tabs-justified {
  2526. border-bottom: 0;
  2527. }
  2528. .nav-tabs-justified>li>a {
  2529. margin-right: 0;
  2530. border-radius: 0;
  2531. }
  2532. .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
  2533. border: 1px solid #ddd;
  2534. }
  2535. @media (min-width:768px) {
  2536. .nav-justified>li {
  2537. display: table-cell;
  2538. width: 1%}
  2539. .nav-justified>li>a {
  2540. margin-bottom: 0;
  2541. }
  2542. .nav-tabs-justified>li>a {
  2543. border-bottom: 1px solid #ddd;
  2544. border-radius: 0;
  2545. }
  2546. .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
  2547. border-bottom-color: #f2f2f3;
  2548. }
  2549. }.tab-content>.tab-pane {
  2550. display: none;
  2551. }
  2552. .tab-content>.active {
  2553. display: block;
  2554. }
  2555. .nav-tabs .dropdown-menu {
  2556. margin-top: -1px;
  2557. border-top-right-radius: 0;
  2558. border-top-left-radius: 0;
  2559. }
  2560. .navbar {
  2561. position: relative;
  2562. min-height: 80px;
  2563. margin-bottom: 20px;
  2564. border: 1px solid transparent;
  2565. }
  2566. .navbar-collapse {
  2567. max-height: 340px;
  2568. overflow-x: visible;
  2569. padding-right: 15px;
  2570. padding-left: 15px;
  2571. border-top: 1px solid transparent;
  2572. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  2573. -webkit-overflow-scrolling: touch;
  2574. }
  2575. .navbar-collapse.in {
  2576. overflow-y: auto;
  2577. }
  2578. @media (min-width:1230px) {
  2579. .navbar-right .dropdown-menu {
  2580. left: auto;
  2581. right: 0;
  2582. }
  2583. .navbar-right .dropdown-menu-left {
  2584. left: 0;
  2585. right: auto;
  2586. }
  2587. .navbar {
  2588. border-radius: 0;
  2589. }
  2590. .navbar-header {
  2591. float: left;
  2592. }
  2593. .navbar-collapse {
  2594. width: auto;
  2595. border-top: 0;
  2596. box-shadow: none;
  2597. }
  2598. .navbar-collapse.collapse {
  2599. display: block!important;
  2600. height: auto!important;
  2601. padding-bottom: 0;
  2602. overflow: visible!important;
  2603. }
  2604. .navbar-collapse.in {
  2605. overflow-y: visible;
  2606. }
  2607. .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
  2608. padding-left: 0;
  2609. padding-right: 0;
  2610. }
  2611. }.embed-responsive, .media, .media-body, .modal-open, .progress {
  2612. overflow: hidden;
  2613. }
  2614. .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  2615. margin-right: -15px;
  2616. margin-left: -15px;
  2617. }
  2618. .navbar-static-top {
  2619. z-index: 1000;
  2620. border-width: 0 0 1px;
  2621. }
  2622. .navbar-fixed-bottom, .navbar-fixed-top {
  2623. position: fixed;
  2624. right: 0;
  2625. left: 0;
  2626. z-index: 1030;
  2627. }
  2628. .navbar-fixed-top {
  2629. top: 0;
  2630. border-width: 0 0 1px;
  2631. }
  2632. .navbar-fixed-bottom {
  2633. bottom: 0;
  2634. margin-bottom: 0;
  2635. border-width: 1px 0 0;
  2636. }
  2637. .navbar-brand {
  2638. float: left;
  2639. padding: 30px 15px;
  2640. font-size: 18px;
  2641. line-height: 20px;
  2642. height: 80px;
  2643. }
  2644. .navbar-brand:focus, .navbar-brand:hover {
  2645. text-decoration: none;
  2646. }
  2647. @media (min-width:1230px) {
  2648. .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  2649. margin-right: 0;
  2650. margin-left: 0;
  2651. }
  2652. .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
  2653. border-radius: 0;
  2654. }
  2655. .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  2656. margin-left: -15px;
  2657. }
  2658. }.navbar-toggle {
  2659. position: relative;
  2660. float: right;
  2661. margin-right: 15px;
  2662. padding: 9px 10px;
  2663. margin-top: 23px;
  2664. margin-bottom: 23px;
  2665. background-color: transparent;
  2666. background-image: none;
  2667. border: 1px solid transparent;
  2668. border-radius: 0;
  2669. }
  2670. .navbar-toggle:focus {
  2671. outline: 0;
  2672. }
  2673. .navbar-toggle .icon-bar {
  2674. display: block;
  2675. width: 22px;
  2676. height: 2px;
  2677. border-radius: 1px;
  2678. }
  2679. .navbar-toggle .icon-bar+.icon-bar {
  2680. margin-top: 4px;
  2681. }
  2682. @media (min-width:1230px) {
  2683. .navbar-toggle {
  2684. display: none;
  2685. }
  2686. }.breadcrumb>li, .pagination {
  2687. display: inline-block;
  2688. }
  2689. .navbar-nav {
  2690. margin: 15px -15px;
  2691. }
  2692. @media (max-width:1229px) {
  2693. .navbar-nav .open .dropdown-menu {
  2694. position: static;
  2695. float: none;
  2696. width: auto;
  2697. margin-top: 0;
  2698. background-color: transparent;
  2699. border: 0;
  2700. box-shadow: none;
  2701. }
  2702. .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
  2703. padding: 5px 15px 5px 25px;
  2704. }
  2705. .navbar-nav .open .dropdown-menu>li>a {
  2706. line-height: 20px;
  2707. }
  2708. .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
  2709. background-image: none;
  2710. }
  2711. }.progress-striped .progress-bar, .progress-striped .progress-bar-danger, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning {
  2712. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  2713. }
  2714. @media (min-width:1230px) {
  2715. .navbar-nav {
  2716. float: left;
  2717. margin: 0;
  2718. }
  2719. .navbar-nav>li {
  2720. float: left;
  2721. }
  2722. .navbar-nav>li>a {
  2723. padding-top: 30px;
  2724. padding-bottom: 30px;
  2725. }
  2726. .navbar-nav.navbar-right:last-child {
  2727. margin-right: -15px;
  2728. }
  2729. .navbar-left {
  2730. float: left!important;
  2731. float: left;
  2732. }
  2733. .navbar-right {
  2734. float: right!important;
  2735. float: right;
  2736. }
  2737. }.navbar-form {
  2738. padding: 10px 15px;
  2739. border-top: 1px solid transparent;
  2740. border-bottom: 1px solid transparent;
  2741. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  2742. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  2743. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  2744. margin: 23px -15px;
  2745. }
  2746. @media (min-width:768px) {
  2747. .navbar-form .control-label, .navbar-form .form-group {
  2748. margin-bottom: 0;
  2749. vertical-align: middle;
  2750. }
  2751. .navbar-form .form-group {
  2752. display: inline-block;
  2753. }
  2754. .navbar-form .form-control {
  2755. display: inline-block;
  2756. width: auto;
  2757. vertical-align: middle;
  2758. }
  2759. .navbar-form .input-group>.form-control {
  2760. width: 100%}
  2761. .navbar-form .checkbox, .navbar-form .radio {
  2762. display: inline-block;
  2763. margin-top: 0;
  2764. margin-bottom: 0;
  2765. padding-left: 0;
  2766. vertical-align: middle;
  2767. }
  2768. .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
  2769. float: none;
  2770. margin-left: 0;
  2771. }
  2772. .navbar-form .has-feedback .form-control-feedback {
  2773. top: 0;
  2774. }
  2775. }@media (max-width:1229px) {
  2776. .navbar-form .form-group {
  2777. margin-bottom: 5px;
  2778. }
  2779. }@media (min-width:1230px) {
  2780. .navbar-form {
  2781. width: auto;
  2782. border: 0;
  2783. margin-left: 0;
  2784. margin-right: 0;
  2785. padding-top: 0;
  2786. padding-bottom: 0;
  2787. -webkit-box-shadow: none;
  2788. -moz-box-shadow: none;
  2789. box-shadow: none;
  2790. }
  2791. .navbar-form.navbar-right:last-child {
  2792. margin-right: -15px;
  2793. }
  2794. }.navbar-nav>li>.dropdown-menu {
  2795. margin-top: 0;
  2796. border-top-right-radius: 0;
  2797. border-top-left-radius: 0;
  2798. }
  2799. .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  2800. border-bottom-right-radius: 0;
  2801. border-bottom-left-radius: 0;
  2802. }
  2803. .navbar-btn {
  2804. margin-top: 23px;
  2805. margin-bottom: 23px;
  2806. }
  2807. .navbar-btn.btn-sm {
  2808. margin-top: 25px;
  2809. margin-bottom: 25px;
  2810. }
  2811. .navbar-btn.btn-xs {
  2812. margin-top: 29px;
  2813. margin-bottom: 29px;
  2814. }
  2815. .navbar-text {
  2816. margin-top: 30px;
  2817. margin-bottom: 30px;
  2818. }
  2819. @media (min-width:1230px) {
  2820. .navbar-text {
  2821. float: left;
  2822. margin-left: 15px;
  2823. margin-right: 15px;
  2824. }
  2825. .navbar-text.navbar-right:last-child {
  2826. margin-right: 0;
  2827. }
  2828. }.navbar-default {
  2829. background-color: #fff;
  2830. border-color: transparent;
  2831. }
  2832. .navbar-default .navbar-brand {
  2833. color: #959595;
  2834. }
  2835. .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  2836. color: #7c7c7c;
  2837. background-color: transparent;
  2838. }
  2839. .navbar-default .navbar-text {
  2840. color: #e2e2e2;
  2841. }
  2842. .navbar-default .navbar-nav>li>a {
  2843. color: #959595;
  2844. }
  2845. .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  2846. color: #6f6f6f;
  2847. background-color: transparent;
  2848. }
  2849. .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  2850. color: #555;
  2851. background-color: #eee;
  2852. }
  2853. .navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
  2854. color: #ccc;
  2855. background-color: transparent;
  2856. }
  2857. .navbar-default .navbar-toggle {
  2858. border-color: #ddd;
  2859. }
  2860. .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  2861. background-color: #ddd;
  2862. }
  2863. .navbar-default .navbar-toggle .icon-bar {
  2864. background-color: #888;
  2865. }
  2866. .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  2867. border-color: transparent;
  2868. }
  2869. .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  2870. background-color: #fff;
  2871. color: #555;
  2872. }
  2873. @media (max-width:1229px) {
  2874. .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  2875. color: #959595;
  2876. }
  2877. .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  2878. color: #6f6f6f;
  2879. background-color: transparent;
  2880. }
  2881. .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
  2882. color: #555;
  2883. background-color: #eee;
  2884. }
  2885. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
  2886. color: #ccc;
  2887. background-color: transparent;
  2888. }
  2889. }.navbar-default .navbar-link {
  2890. color: #959595;
  2891. }
  2892. .navbar-default .navbar-link:hover {
  2893. color: #6f6f6f;
  2894. }
  2895. .navbar-inverse {
  2896. background-color: #222;
  2897. border-color: #080808;
  2898. }
  2899. .navbar-inverse .navbar-brand {
  2900. color: #999;
  2901. }
  2902. .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  2903. color: #fff;
  2904. background-color: transparent;
  2905. }
  2906. .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
  2907. color: #999;
  2908. }
  2909. .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  2910. color: #fff;
  2911. background-color: transparent;
  2912. }
  2913. .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  2914. color: #fff;
  2915. background-color: #080808;
  2916. }
  2917. .navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
  2918. color: #444;
  2919. background-color: transparent;
  2920. }
  2921. .navbar-inverse .navbar-toggle {
  2922. border-color: #333;
  2923. }
  2924. .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  2925. background-color: #333;
  2926. }
  2927. .navbar-inverse .navbar-toggle .icon-bar {
  2928. background-color: #fff;
  2929. }
  2930. .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  2931. border-color: #101010;
  2932. }
  2933. .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  2934. background-color: #080808;
  2935. color: #fff;
  2936. }
  2937. @media (max-width:1229px) {
  2938. .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
  2939. border-color: #080808;
  2940. }
  2941. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  2942. background-color: #080808;
  2943. }
  2944. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  2945. color: #999;
  2946. }
  2947. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
  2948. color: #fff;
  2949. background-color: transparent;
  2950. }
  2951. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
  2952. color: #fff;
  2953. background-color: #080808;
  2954. }
  2955. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
  2956. color: #444;
  2957. background-color: transparent;
  2958. }
  2959. }.navbar-inverse .navbar-link {
  2960. color: #999;
  2961. }
  2962. .navbar-inverse .navbar-link:hover {
  2963. color: #fff;
  2964. }
  2965. .breadcrumb {
  2966. padding: 8px 15px;
  2967. margin-bottom: 20px;
  2968. list-style: none;
  2969. background-color: #f5f5f5;
  2970. border-radius: 0;
  2971. }
  2972. .breadcrumb>li+li:before {
  2973. content: "/\00a0";
  2974. padding: 0 5px;
  2975. color: #ccc;
  2976. }
  2977. .breadcrumb>.active {
  2978. color: #999;
  2979. }
  2980. .pagination {
  2981. padding-left: 0;
  2982. margin: 20px 0;
  2983. border-radius: 0;
  2984. }
  2985. .pager li, .pagination>li {
  2986. display: inline;
  2987. }
  2988. .pagination>li>a, .pagination>li>span {
  2989. position: relative;
  2990. float: left;
  2991. padding: 6px 12px;
  2992. line-height: 1.42857143;
  2993. text-decoration: none;
  2994. color: #4fb99f;
  2995. background-color: #fff;
  2996. border: 1px solid #ddd;
  2997. margin-left: -1px;
  2998. }
  2999. .pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span, .pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
  3000. border-bottom-left-radius: 0;
  3001. border-top-left-radius: 0;
  3002. }
  3003. .pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span, .pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
  3004. border-bottom-right-radius: 0;
  3005. border-top-right-radius: 0;
  3006. }
  3007. .badge, .label {
  3008. text-align: center;
  3009. font-weight: 700;
  3010. line-height: 1;
  3011. vertical-align: baseline;
  3012. white-space: nowrap;
  3013. }
  3014. .pagination>li:first-child>a, .pagination>li:first-child>span {
  3015. margin-left: 0;
  3016. border-bottom-left-radius: 0;
  3017. border-top-left-radius: 0;
  3018. }
  3019. .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  3020. color: #358672;
  3021. background-color: #eee;
  3022. border-color: #ddd;
  3023. }
  3024. .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  3025. z-index: 2;
  3026. color: #fff;
  3027. background-color: #4fb99f;
  3028. border-color: #4fb99f;
  3029. cursor: default;
  3030. }
  3031. .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  3032. color: #999;
  3033. background-color: #fff;
  3034. border-color: #ddd;
  3035. cursor: not-allowed;
  3036. }
  3037. .pagination-lg>li>a, .pagination-lg>li>span {
  3038. padding: 10px 16px;
  3039. font-size: 18px;
  3040. }
  3041. .pagination-sm>li>a, .pagination-sm>li>span {
  3042. padding: 5px 10px;
  3043. font-size: 12px;
  3044. }
  3045. .pager {
  3046. padding-left: 0;
  3047. margin: 20px 0;
  3048. list-style: none;
  3049. text-align: center;
  3050. }
  3051. .pager li>a, .pager li>span {
  3052. display: inline-block;
  3053. padding: 5px 14px;
  3054. background-color: #fff;
  3055. border: 1px solid #ddd;
  3056. border-radius: 15px;
  3057. }
  3058. .pager li>a:focus, .pager li>a:hover {
  3059. text-decoration: none;
  3060. background-color: #eee;
  3061. }
  3062. .pager .next>a, .pager .next>span {
  3063. float: right;
  3064. }
  3065. .pager .previous>a, .pager .previous>span {
  3066. float: left;
  3067. }
  3068. .pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
  3069. color: #999;
  3070. background-color: #fff;
  3071. cursor: not-allowed;
  3072. }
  3073. .label {
  3074. display: inline;
  3075. padding: .2em .6em .3em;
  3076. font-size: 75%;
  3077. color: #fff;
  3078. border-radius: .25em;
  3079. }
  3080. .label[href]:focus, .label[href]:hover {
  3081. color: #fff;
  3082. text-decoration: none;
  3083. cursor: pointer;
  3084. }
  3085. .label:empty {
  3086. display: none;
  3087. }
  3088. .btn .label {
  3089. position: relative;
  3090. top: -1px;
  3091. }
  3092. .label-default {
  3093. background-color: #999;
  3094. }
  3095. .label-default[href]:focus, .label-default[href]:hover {
  3096. background-color: grey;
  3097. }
  3098. .label-primary {
  3099. background-color: #4fb99f;
  3100. }
  3101. .label-primary[href]:focus, .label-primary[href]:hover {
  3102. background-color: #3d9882;
  3103. }
  3104. .label-success {
  3105. background-color: #5cb85c;
  3106. }
  3107. .label-success[href]:focus, .label-success[href]:hover {
  3108. background-color: #449d44;
  3109. }
  3110. .label-info {
  3111. background-color: #5bc0de;
  3112. }
  3113. .label-info[href]:focus, .label-info[href]:hover {
  3114. background-color: #31b0d5;
  3115. }
  3116. .label-warning {
  3117. background-color: #f0ad4e;
  3118. }
  3119. .label-warning[href]:focus, .label-warning[href]:hover {
  3120. background-color: #ec971f;
  3121. }
  3122. .label-danger {
  3123. background-color: #d82123;
  3124. }
  3125. .label-danger[href]:focus, .label-danger[href]:hover {
  3126. background-color: #ac1a1c;
  3127. }
  3128. .badge {
  3129. display: inline-block;
  3130. min-width: 10px;
  3131. padding: 3px 7px;
  3132. font-size: 12px;
  3133. color: #fff;
  3134. background-color: #999;
  3135. border-radius: 10px;
  3136. }
  3137. .badge:empty {
  3138. display: none;
  3139. }
  3140. .list-group-item, .media-object, .thumbnail {
  3141. display: block;
  3142. }
  3143. .btn .badge {
  3144. position: relative;
  3145. top: -1px;
  3146. }
  3147. .btn-xs .badge {
  3148. top: 0;
  3149. padding: 1px 5px;
  3150. }
  3151. a.badge:focus, a.badge:hover {
  3152. color: #fff;
  3153. text-decoration: none;
  3154. cursor: pointer;
  3155. }
  3156. .nav-pills>.active>a>.badge, a.list-group-item.active>.badge {
  3157. color: #4fb99f;
  3158. background-color: #fff;
  3159. }
  3160. .jumbotron, .jumbotron .h1, .jumbotron h1 {
  3161. color: inherit;
  3162. }
  3163. .nav-pills>li>a>.badge {
  3164. margin-left: 3px;
  3165. }
  3166. .jumbotron {
  3167. padding: 0;
  3168. margin-bottom: 0;
  3169. background-color: #eee;
  3170. }
  3171. .jumbotron p {
  3172. margin-bottom: 0;
  3173. font-size: 21px;
  3174. font-weight: 200;
  3175. }
  3176. .alert .alert-link, .close {
  3177. font-weight: 700;
  3178. }
  3179. .alert, .thumbnail {
  3180. margin-bottom: 20px;
  3181. }
  3182. .container .jumbotron {
  3183. border-radius: 0;
  3184. }
  3185. .jumbotron .container {
  3186. max-width: 100%}
  3187. @media screen and (min-width:768px) {
  3188. .jumbotron {
  3189. padding-top: 0;
  3190. padding-bottom: 0;
  3191. }
  3192. .container .jumbotron {
  3193. padding-left: 0;
  3194. padding-right: 0;
  3195. }
  3196. .jumbotron .h1, .jumbotron h1 {
  3197. font-size: 63px;
  3198. }
  3199. }.thumbnail {
  3200. padding: 4px;
  3201. line-height: 1.42857143;
  3202. background-color: #f2f2f3;
  3203. border: 1px solid #ddd;
  3204. border-radius: 0;
  3205. -moz-transition: all .2s ease-in-out;
  3206. transition: all .2s ease-in-out;
  3207. }
  3208. .thumbnail a>img, .thumbnail>img {
  3209. margin-left: auto;
  3210. margin-right: auto;
  3211. }
  3212. a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  3213. border-color: #4fb99f;
  3214. }
  3215. .thumbnail .caption {
  3216. padding: 9px;
  3217. color: #333;
  3218. }
  3219. .alert {
  3220. padding: 15px;
  3221. border: 1px solid transparent;
  3222. border-radius: 0;
  3223. text-align: center;
  3224. }
  3225. .alert h4 {
  3226. margin-top: 0;
  3227. color: inherit;
  3228. }
  3229. .alert>p, .alert>ul {
  3230. margin-bottom: 0;
  3231. }
  3232. .alert>p+p {
  3233. margin-top: 5px;
  3234. }
  3235. .alert-dismissable {
  3236. padding-right: 35px;
  3237. }
  3238. .alert-dismissable .close {
  3239. position: relative;
  3240. top: -2px;
  3241. right: -21px;
  3242. color: inherit;
  3243. }
  3244. .modal, .modal-backdrop {
  3245. right: 0;
  3246. bottom: 0;
  3247. left: 0;
  3248. }
  3249. .alert-success {
  3250. background-color: #5cb85c;
  3251. border-color: transparent;
  3252. color: #fff;
  3253. }
  3254. .alert-success hr {
  3255. border-top-color: transparent;
  3256. }
  3257. .alert-success .alert-link {
  3258. color: #e6e6e6;
  3259. }
  3260. .alert-info {
  3261. background-color: #d9edf7;
  3262. border-color: #bce8f1;
  3263. color: #31708f;
  3264. }
  3265. .alert-info hr {
  3266. border-top-color: #a6e1ec;
  3267. }
  3268. .alert-danger hr, .alert-warning hr {
  3269. border-top-color: transparent;
  3270. }
  3271. .alert-info .alert-link {
  3272. color: #245269;
  3273. }
  3274. .alert-warning {
  3275. background-color: #f0ad4e;
  3276. border-color: transparent;
  3277. color: #fff;
  3278. }
  3279. .alert-warning .alert-link {
  3280. color: #e6e6e6;
  3281. }
  3282. .alert-danger {
  3283. background-color: #d82123;
  3284. border-color: transparent;
  3285. color: #fff;
  3286. }
  3287. .alert-danger .alert-link {
  3288. color: #e6e6e6;
  3289. }
  3290. @-webkit-keyframes progress-bar-stripes {
  3291. from {
  3292. background-position: 40px 0;
  3293. }
  3294. to {
  3295. background-position: 0 0;
  3296. }
  3297. }@keyframes progress-bar-stripes {
  3298. from {
  3299. background-position: 40px 0;
  3300. }
  3301. to {
  3302. background-position: 0 0;
  3303. }
  3304. }.progress {
  3305. height: 20px;
  3306. margin-bottom: 20px;
  3307. background-color: #f5f5f5;
  3308. border-radius: 0;
  3309. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  3310. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  3311. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  3312. }
  3313. .progress-bar {
  3314. float: left;
  3315. width: 0;
  3316. height: 100%;
  3317. font-size: 12px;
  3318. line-height: 20px;
  3319. color: #fff;
  3320. text-align: center;
  3321. background-color: #4fb99f;
  3322. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  3323. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  3324. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  3325. -webkit-transition: width .6s ease;
  3326. -moz-transition: width .6s ease;
  3327. -o-transition: width .6s ease;
  3328. transition: width .6s ease;
  3329. }
  3330. .close, .list-group-item>.badge {
  3331. float: right;
  3332. }
  3333. .progress-striped .progress-bar {
  3334. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  3335. background-size: 40px 40px;
  3336. }
  3337. .progress.active .progress-bar {
  3338. -webkit-animation: progress-bar-stripes 2s linear infinite;
  3339. -moz-animation: progress-bar-stripes 2s linear infinite;
  3340. -o-animation: progress-bar-stripes 2s linear infinite;
  3341. animation: progress-bar-stripes 2s linear infinite;
  3342. }
  3343. .progress-bar-success {
  3344. background-color: #5cb85c;
  3345. }
  3346. .progress-striped .progress-bar-success {
  3347. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  3348. }
  3349. .progress-bar-info {
  3350. background-color: #5bc0de;
  3351. }
  3352. .progress-striped .progress-bar-info {
  3353. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  3354. }
  3355. .progress-bar-warning {
  3356. background-color: #f0ad4e;
  3357. }
  3358. .progress-striped .progress-bar-warning {
  3359. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  3360. }
  3361. .progress-bar-danger {
  3362. background-color: #d82123;
  3363. }
  3364. .progress-striped .progress-bar-danger {
  3365. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  3366. }
  3367. .media, .media-body {
  3368. zoom: 1;
  3369. }
  3370. .media, .media .media {
  3371. margin-top: 15px;
  3372. }
  3373. .media:first-child {
  3374. margin-top: 0;
  3375. }
  3376. .media-heading {
  3377. margin: 0 0 5px;
  3378. }
  3379. .media>.pull-left {
  3380. margin-right: 10px;
  3381. }
  3382. .media>.pull-right {
  3383. margin-left: 10px;
  3384. }
  3385. .media-list {
  3386. padding-left: 0;
  3387. list-style: none;
  3388. }
  3389. .list-group {
  3390. margin-bottom: 20px;
  3391. padding-left: 0;
  3392. }
  3393. .list-group-item {
  3394. position: relative;
  3395. padding: 10px 15px;
  3396. margin-bottom: -1px;
  3397. background-color: #fff;
  3398. border: 1px solid #ddd;
  3399. }
  3400. .list-group-item:first-child {
  3401. border-top-right-radius: 0;
  3402. border-top-left-radius: 0;
  3403. }
  3404. .list-group-item:last-child {
  3405. margin-bottom: 0;
  3406. border-bottom-right-radius: 0;
  3407. border-bottom-left-radius: 0;
  3408. }
  3409. .list-group-item>.badge+.badge {
  3410. margin-right: 5px;
  3411. }
  3412. a.list-group-item {
  3413. color: #555;
  3414. }
  3415. a.list-group-item .list-group-item-heading {
  3416. color: #333;
  3417. }
  3418. a.list-group-item:focus, a.list-group-item:hover {
  3419. text-decoration: none;
  3420. background-color: #f5f5f5;
  3421. }
  3422. a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
  3423. z-index: 2;
  3424. color: #fff;
  3425. background-color: #4fb99f;
  3426. border-color: #4fb99f;
  3427. }
  3428. a.list-group-item.active .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading {
  3429. color: inherit;
  3430. }
  3431. a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
  3432. color: #e1f3ef;
  3433. }
  3434. .list-group-item-success {
  3435. color: #3c763d;
  3436. background-color: #dff0d8;
  3437. }
  3438. a.list-group-item-success {
  3439. color: #3c763d;
  3440. }
  3441. a.list-group-item-success .list-group-item-heading {
  3442. color: inherit;
  3443. }
  3444. a.list-group-item-success:focus, a.list-group-item-success:hover {
  3445. color: #3c763d;
  3446. background-color: #d0e9c6;
  3447. }
  3448. a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
  3449. color: #fff;
  3450. background-color: #3c763d;
  3451. border-color: #3c763d;
  3452. }
  3453. .list-group-item-info {
  3454. color: #31708f;
  3455. background-color: #d9edf7;
  3456. }
  3457. a.list-group-item-info {
  3458. color: #31708f;
  3459. }
  3460. a.list-group-item-info .list-group-item-heading {
  3461. color: inherit;
  3462. }
  3463. a.list-group-item-info:focus, a.list-group-item-info:hover {
  3464. color: #31708f;
  3465. background-color: #c4e3f3;
  3466. }
  3467. a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
  3468. color: #fff;
  3469. background-color: #31708f;
  3470. border-color: #31708f;
  3471. }
  3472. .list-group-item-warning {
  3473. color: #8a6d3b;
  3474. background-color: #fcf8e3;
  3475. }
  3476. a.list-group-item-warning {
  3477. color: #8a6d3b;
  3478. }
  3479. a.list-group-item-warning .list-group-item-heading {
  3480. color: inherit;
  3481. }
  3482. a.list-group-item-warning:focus, a.list-group-item-warning:hover {
  3483. color: #8a6d3b;
  3484. background-color: #faf2cc;
  3485. }
  3486. a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
  3487. color: #fff;
  3488. background-color: #8a6d3b;
  3489. border-color: #8a6d3b;
  3490. }
  3491. .list-group-item-danger {
  3492. color: #a94442;
  3493. background-color: #f2dede;
  3494. }
  3495. a.list-group-item-danger {
  3496. color: #a94442;
  3497. }
  3498. a.list-group-item-danger .list-group-item-heading {
  3499. color: inherit;
  3500. }
  3501. a.list-group-item-danger:focus, a.list-group-item-danger:hover {
  3502. color: #a94442;
  3503. background-color: #ebcccc;
  3504. }
  3505. a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
  3506. color: #fff;
  3507. background-color: #a94442;
  3508. border-color: #a94442;
  3509. }
  3510. .panel-heading>.dropdown .dropdown-toggle, .panel-title, .panel-title>a {
  3511. color: inherit;
  3512. }
  3513. .list-group-item-heading {
  3514. margin-top: 0;
  3515. margin-bottom: 5px;
  3516. }
  3517. .list-group-item-text {
  3518. margin-bottom: 0;
  3519. line-height: 1.3;
  3520. }
  3521. .panel {
  3522. margin-bottom: 20px;
  3523. background-color: #fff;
  3524. border: 1px solid transparent;
  3525. border-radius: 0;
  3526. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  3527. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  3528. box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  3529. }
  3530. .panel-title, .panel>.list-group, .panel>.table, .panel>.table-responsive>.table {
  3531. margin-bottom: 0;
  3532. }
  3533. .panel-body {
  3534. padding: 15px;
  3535. }
  3536. .panel-heading {
  3537. padding: 10px 15px;
  3538. border-bottom: 1px solid transparent;
  3539. border-top-right-radius: -1px;
  3540. border-top-left-radius: -1px;
  3541. }
  3542. .panel-group .panel-heading, .panel>.list-group:last-child .list-group-item:last-child, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  3543. border-bottom: 0;
  3544. }
  3545. .panel-title {
  3546. margin-top: 0;
  3547. font-size: 16px;
  3548. }
  3549. .panel-footer {
  3550. padding: 10px 15px;
  3551. background-color: #f5f5f5;
  3552. border-top: 1px solid #ddd;
  3553. border-bottom-right-radius: -1px;
  3554. border-bottom-left-radius: -1px;
  3555. }
  3556. .panel>.list-group .list-group-item {
  3557. border-width: 1px 0;
  3558. border-radius: 0;
  3559. }
  3560. .panel>.list-group:last-child .list-group-item:last-child, .panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
  3561. border-bottom-right-radius: -1px;
  3562. border-bottom-left-radius: -1px;
  3563. }
  3564. .panel>.list-group:first-child .list-group-item:first-child {
  3565. border-top: 0;
  3566. border-top-right-radius: -1px;
  3567. border-top-left-radius: -1px;
  3568. }
  3569. .panel-heading+.list-group .list-group-item:first-child {
  3570. border-top-width: 0;
  3571. }
  3572. .panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
  3573. border-top-right-radius: -1px;
  3574. border-top-left-radius: -1px;
  3575. }
  3576. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  3577. border-top-left-radius: -1px;
  3578. }
  3579. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  3580. border-top-right-radius: -1px;
  3581. }
  3582. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  3583. border-bottom-left-radius: -1px;
  3584. }
  3585. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  3586. border-bottom-right-radius: -1px;
  3587. }
  3588. .panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
  3589. border-top: 1px solid #ddd;
  3590. }
  3591. .panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
  3592. border-top: 0;
  3593. }
  3594. .panel>.table-bordered, .panel>.table-responsive>.table-bordered {
  3595. border: 0;
  3596. }
  3597. .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  3598. border-left: 0;
  3599. }
  3600. .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  3601. border-right: 0;
  3602. }
  3603. .panel>.table-responsive {
  3604. border: 0;
  3605. margin-bottom: 0;
  3606. }
  3607. .panel-group {
  3608. margin-bottom: 20px;
  3609. }
  3610. .panel-group .panel {
  3611. margin-bottom: 0;
  3612. border-radius: 0;
  3613. overflow: hidden;
  3614. }
  3615. .panel-group .panel+.panel {
  3616. margin-top: 5px;
  3617. }
  3618. .panel-group .panel-heading+.panel-collapse .panel-body {
  3619. border-top: 1px solid #ddd;
  3620. }
  3621. .panel-group .panel-footer {
  3622. border-top: 0;
  3623. }
  3624. .panel-group .panel-footer+.panel-collapse .panel-body {
  3625. border-bottom: 1px solid #ddd;
  3626. }
  3627. .panel-default {
  3628. border-color: #ddd;
  3629. }
  3630. .panel-default>.panel-heading {
  3631. color: #333;
  3632. background-color: #f5f5f5;
  3633. border-color: #ddd;
  3634. }
  3635. .panel-default>.panel-heading+.panel-collapse .panel-body {
  3636. border-top-color: #ddd;
  3637. }
  3638. .panel-default>.panel-footer+.panel-collapse .panel-body {
  3639. border-bottom-color: #ddd;
  3640. }
  3641. .panel-primary {
  3642. border-color: #4fb99f;
  3643. }
  3644. .panel-primary>.panel-heading {
  3645. color: #fff;
  3646. background-color: #4fb99f;
  3647. border-color: #4fb99f;
  3648. }
  3649. .panel-primary>.panel-heading+.panel-collapse .panel-body {
  3650. border-top-color: #4fb99f;
  3651. }
  3652. .panel-primary>.panel-footer+.panel-collapse .panel-body {
  3653. border-bottom-color: #4fb99f;
  3654. }
  3655. .panel-success {
  3656. border-color: #d6e9c6;
  3657. }
  3658. .panel-success>.panel-heading {
  3659. color: #3c763d;
  3660. background-color: #dff0d8;
  3661. border-color: #d6e9c6;
  3662. }
  3663. .panel-success>.panel-heading+.panel-collapse .panel-body {
  3664. border-top-color: #d6e9c6;
  3665. }
  3666. .panel-success>.panel-footer+.panel-collapse .panel-body {
  3667. border-bottom-color: #d6e9c6;
  3668. }
  3669. .panel-info {
  3670. border-color: #bce8f1;
  3671. }
  3672. .panel-info>.panel-heading {
  3673. color: #31708f;
  3674. background-color: #d9edf7;
  3675. border-color: #bce8f1;
  3676. }
  3677. .panel-info>.panel-heading+.panel-collapse .panel-body {
  3678. border-top-color: #bce8f1;
  3679. }
  3680. .panel-info>.panel-footer+.panel-collapse .panel-body {
  3681. border-bottom-color: #bce8f1;
  3682. }
  3683. .panel-warning {
  3684. border-color: #faebcc;
  3685. }
  3686. .panel-warning>.panel-heading {
  3687. color: #8a6d3b;
  3688. background-color: #fcf8e3;
  3689. border-color: #faebcc;
  3690. }
  3691. .panel-warning>.panel-heading+.panel-collapse .panel-body {
  3692. border-top-color: #faebcc;
  3693. }
  3694. .panel-warning>.panel-footer+.panel-collapse .panel-body {
  3695. border-bottom-color: #faebcc;
  3696. }
  3697. .panel-danger {
  3698. border-color: #ebccd1;
  3699. }
  3700. .panel-danger>.panel-heading {
  3701. color: #a94442;
  3702. background-color: #f2dede;
  3703. border-color: #ebccd1;
  3704. }
  3705. .panel-danger>.panel-heading+.panel-collapse .panel-body {
  3706. border-top-color: #ebccd1;
  3707. }
  3708. .panel-danger>.panel-footer+.panel-collapse .panel-body {
  3709. border-bottom-color: #ebccd1;
  3710. }
  3711. .well {
  3712. min-height: 20px;
  3713. padding: 19px;
  3714. margin-bottom: 20px;
  3715. background-color: #f5f5f5;
  3716. border: 1px solid #e3e3e3;
  3717. border-radius: 0;
  3718. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  3719. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  3720. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  3721. }
  3722. .well blockquote {
  3723. border-color: #ddd;
  3724. border-color: rgba(0, 0, 0, .15);
  3725. }
  3726. .well-lg {
  3727. padding: 24px;
  3728. border-radius: 0;
  3729. }
  3730. .well-sm {
  3731. padding: 9px;
  3732. border-radius: 0;
  3733. }
  3734. .close {
  3735. font-size: 21px;
  3736. line-height: 1;
  3737. color: #000;
  3738. text-shadow: 0 1px 0 #fff;
  3739. opacity: .2;
  3740. filter: alpha(opacity=20);
  3741. }
  3742. .close:focus, .close:hover {
  3743. color: #000;
  3744. text-decoration: none;
  3745. cursor: pointer;
  3746. opacity: .5;
  3747. filter: alpha(opacity=50);
  3748. }
  3749. button.close {
  3750. padding: 0;
  3751. cursor: pointer;
  3752. background: 0 0;
  3753. border: 0;
  3754. -webkit-appearance: none;
  3755. }
  3756. .modal-content, .popover {
  3757. background-clip: padding-box;
  3758. }
  3759. .embed-responsive {
  3760. position: relative;
  3761. display: block;
  3762. height: 0;
  3763. padding: 0;
  3764. }
  3765. .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object {
  3766. position: absolute;
  3767. top: 0;
  3768. left: 0;
  3769. bottom: 0;
  3770. height: 100%;
  3771. width: 100%;
  3772. border: 0;
  3773. }
  3774. .embed-responsive.embed-responsive-16by9 {
  3775. padding-bottom: 56.25%}
  3776. .embed-responsive.embed-responsive-4by3 {
  3777. padding-bottom: 75%}
  3778. .modal {
  3779. display: none;
  3780. overflow: auto;
  3781. overflow-y: scroll;
  3782. position: fixed;
  3783. top: 0;
  3784. z-index: 1050;
  3785. -webkit-overflow-scrolling: touch;
  3786. outline: 0;
  3787. }
  3788. .modal.fade .modal-dialog {
  3789. -webkit-transform: translate(0, -25%);
  3790. -ms-transform: translate(0, -25%);
  3791. transform: translate(0, -25%);
  3792. -webkit-transition: -webkit-transform .3s ease-out;
  3793. -moz-transition: -moz-transform .3s ease-out;
  3794. -o-transition: -o-transform .3s ease-out;
  3795. transition: transform .3s ease-out;
  3796. }
  3797. .modal.in .modal-dialog {
  3798. -webkit-transform: translate(0, 0);
  3799. -ms-transform: translate(0, 0);
  3800. transform: translate(0, 0);
  3801. }
  3802. .modal-dialog {
  3803. position: relative;
  3804. width: auto;
  3805. margin: 10px;
  3806. }
  3807. .modal-content {
  3808. position: relative;
  3809. background-color: #fff;
  3810. border: 1px solid #999;
  3811. border: 1px solid rgba(0, 0, 0, .2);
  3812. border-radius: 0;
  3813. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  3814. -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  3815. box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  3816. outline: 0;
  3817. }
  3818. .modal-backdrop {
  3819. position: fixed;
  3820. top: 0;
  3821. z-index: 1040;
  3822. background-color: #000;
  3823. }
  3824. .modal-backdrop.fade {
  3825. opacity: 0;
  3826. filter: alpha(opacity=0);
  3827. }
  3828. .modal-backdrop.in {
  3829. opacity: .5;
  3830. filter: alpha(opacity=50);
  3831. }
  3832. .modal-header {
  3833. padding: 15px;
  3834. border-bottom: 1px solid #e5e5e5;
  3835. min-height: 16.43px;
  3836. }
  3837. .tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  3838. top: 0;
  3839. border-width: 0 5px 5px;
  3840. border-bottom-color: #000;
  3841. }
  3842. .modal-header .close {
  3843. margin-top: -2px;
  3844. }
  3845. .modal-title {
  3846. margin: 0;
  3847. line-height: 1.42857143;
  3848. }
  3849. .modal-body {
  3850. position: relative;
  3851. padding: 20px;
  3852. }
  3853. .popover, .tooltip, .tooltip-arrow {
  3854. position: absolute;
  3855. }
  3856. .modal-footer {
  3857. margin-top: 15px;
  3858. padding: 19px 20px 20px;
  3859. text-align: right;
  3860. border-top: 1px solid #e5e5e5;
  3861. }
  3862. .tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  3863. bottom: 0;
  3864. border-width: 5px 5px 0;
  3865. border-top-color: #000;
  3866. }
  3867. .modal-footer .btn+.btn {
  3868. margin-left: 5px;
  3869. margin-bottom: 0;
  3870. }
  3871. .modal-footer .btn-group .btn+.btn {
  3872. margin-left: -1px;
  3873. }
  3874. .modal-footer .btn-block+.btn-block {
  3875. margin-left: 0;
  3876. }
  3877. @media (min-width:768px) {
  3878. .modal-dialog {
  3879. width: 600px;
  3880. margin: 30px auto;
  3881. }
  3882. .modal-content {
  3883. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  3884. -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  3885. box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  3886. }
  3887. .modal-sm {
  3888. width: 300px;
  3889. }
  3890. }@media (min-width:1230px) {
  3891. .modal-lg {
  3892. width: 80%}
  3893. }.tooltip {
  3894. z-index: 1030;
  3895. display: block;
  3896. visibility: visible;
  3897. font-size: 12px;
  3898. line-height: 1.4;
  3899. opacity: 0;
  3900. filter: alpha(opacity=0);
  3901. }
  3902. .tooltip.in {
  3903. opacity: .9;
  3904. filter: alpha(opacity=90);
  3905. }
  3906. .tooltip.top {
  3907. margin-top: -3px;
  3908. padding: 5px 0;
  3909. }
  3910. .tooltip.right {
  3911. margin-left: 3px;
  3912. padding: 0 5px;
  3913. }
  3914. .tooltip.bottom {
  3915. margin-top: 3px;
  3916. padding: 5px 0;
  3917. }
  3918. .tooltip.left {
  3919. margin-left: -3px;
  3920. padding: 0 5px;
  3921. }
  3922. .tooltip-inner {
  3923. max-width: 200px;
  3924. padding: 3px 8px;
  3925. color: #fff;
  3926. text-align: center;
  3927. text-decoration: none;
  3928. background-color: #000;
  3929. border-radius: 0;
  3930. }
  3931. .tooltip-arrow {
  3932. width: 0;
  3933. height: 0;
  3934. border-color: transparent;
  3935. border-style: solid;
  3936. }
  3937. .tooltip.top .tooltip-arrow {
  3938. left: 50%;
  3939. margin-left: -5px;
  3940. }
  3941. .tooltip.top-left .tooltip-arrow {
  3942. left: 5px;
  3943. }
  3944. .tooltip.top-right .tooltip-arrow {
  3945. right: 5px;
  3946. }
  3947. .tooltip.right .tooltip-arrow {
  3948. top: 50%;
  3949. left: 0;
  3950. margin-top: -5px;
  3951. border-width: 5px 5px 5px 0;
  3952. border-right-color: #000;
  3953. }
  3954. .tooltip.left .tooltip-arrow {
  3955. top: 50%;
  3956. right: 0;
  3957. margin-top: -5px;
  3958. border-width: 5px 0 5px 5px;
  3959. border-left-color: #000;
  3960. }
  3961. .tooltip.bottom .tooltip-arrow {
  3962. left: 50%;
  3963. margin-left: -5px;
  3964. }
  3965. .tooltip.bottom-left .tooltip-arrow {
  3966. left: 5px;
  3967. }
  3968. .tooltip.bottom-right .tooltip-arrow {
  3969. right: 5px;
  3970. }
  3971. .popover {
  3972. top: 0;
  3973. left: 0;
  3974. z-index: 1010;
  3975. display: none;
  3976. max-width: 276px;
  3977. padding: 1px;
  3978. text-align: left;
  3979. background-color: #fff;
  3980. border: 1px solid #ccc;
  3981. border: 1px solid rgba(0, 0, 0, .2);
  3982. border-radius: 0;
  3983. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  3984. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  3985. box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  3986. white-space: normal;
  3987. }
  3988. .popover.top {
  3989. margin-top: -10px;
  3990. }
  3991. .popover.right {
  3992. margin-left: 10px;
  3993. }
  3994. .popover.bottom {
  3995. margin-top: 10px;
  3996. }
  3997. .popover.left {
  3998. margin-left: -10px;
  3999. }
  4000. .popover-title {
  4001. margin: 0;
  4002. padding: 8px 14px;
  4003. font-size: 14px;
  4004. font-weight: 400;
  4005. line-height: 18px;
  4006. background-color: #f7f7f7;
  4007. border-bottom: 1px solid #ebebeb;
  4008. border-radius: 5px 5px 0 0;
  4009. }
  4010. .popover-content {
  4011. padding: 9px 14px;
  4012. }
  4013. .popover>.arrow, .popover>.arrow:after {
  4014. position: absolute;
  4015. display: block;
  4016. width: 0;
  4017. height: 0;
  4018. border-color: transparent;
  4019. border-style: solid;
  4020. }
  4021. .carousel, .carousel-inner {
  4022. position: relative;
  4023. }
  4024. .popover>.arrow {
  4025. border-width: 11px;
  4026. }
  4027. .popover>.arrow:after {
  4028. border-width: 10px;
  4029. content: ""}
  4030. .popover.top>.arrow {
  4031. left: 50%;
  4032. margin-left: -11px;
  4033. border-bottom-width: 0;
  4034. border-top-color: #999;
  4035. border-top-color: rgba(0, 0, 0, .25);
  4036. bottom: -11px;
  4037. }
  4038. .popover.top>.arrow:after {
  4039. content: " ";
  4040. bottom: 1px;
  4041. margin-left: -10px;
  4042. border-bottom-width: 0;
  4043. border-top-color: #fff;
  4044. }
  4045. .popover.left>.arrow:after, .popover.right>.arrow:after {
  4046. content: " ";
  4047. bottom: -10px;
  4048. }
  4049. .popover.right>.arrow {
  4050. top: 50%;
  4051. left: -11px;
  4052. margin-top: -11px;
  4053. border-left-width: 0;
  4054. border-right-color: #999;
  4055. border-right-color: rgba(0, 0, 0, .25);
  4056. }
  4057. .popover.right>.arrow:after {
  4058. left: 1px;
  4059. border-left-width: 0;
  4060. border-right-color: #fff;
  4061. }
  4062. .popover.bottom>.arrow {
  4063. left: 50%;
  4064. margin-left: -11px;
  4065. border-top-width: 0;
  4066. border-bottom-color: #999;
  4067. border-bottom-color: rgba(0, 0, 0, .25);
  4068. top: -11px;
  4069. }
  4070. .popover.bottom>.arrow:after {
  4071. content: " ";
  4072. top: 1px;
  4073. margin-left: -10px;
  4074. border-top-width: 0;
  4075. border-bottom-color: #fff;
  4076. }
  4077. .popover.left>.arrow {
  4078. top: 50%;
  4079. right: -11px;
  4080. margin-top: -11px;
  4081. border-right-width: 0;
  4082. border-left-color: #999;
  4083. border-left-color: rgba(0, 0, 0, .25);
  4084. }
  4085. .popover.left>.arrow:after {
  4086. right: 1px;
  4087. border-right-width: 0;
  4088. border-left-color: #fff;
  4089. }
  4090. .carousel-inner {
  4091. overflow: hidden;
  4092. width: 100%}
  4093. .carousel-inner>.item {
  4094. display: none;
  4095. position: relative;
  4096. -webkit-transition: .6s ease-in-out left;
  4097. -moz-transition: .6s ease-in-out left;
  4098. -o-transition: .6s ease-in-out left;
  4099. transition: .6s ease-in-out left;
  4100. }
  4101. .carousel-inner>.item>a>img, .carousel-inner>.item>img {
  4102. line-height: 1;
  4103. }
  4104. .carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
  4105. display: block;
  4106. }
  4107. .carousel-inner>.active {
  4108. left: 0;
  4109. }
  4110. .carousel-inner>.next, .carousel-inner>.prev {
  4111. position: absolute;
  4112. top: 0;
  4113. width: 100%}
  4114. .carousel-inner>.next {
  4115. left: 100%}
  4116. .carousel-inner>.prev {
  4117. left: -100%}
  4118. .carousel-inner>.next.left, .carousel-inner>.prev.right {
  4119. left: 0;
  4120. }
  4121. .carousel-inner>.active.left {
  4122. left: -100%}
  4123. .carousel-inner>.active.right {
  4124. left: 100%}
  4125. .carousel-control {
  4126. position: absolute;
  4127. top: 0;
  4128. left: 0;
  4129. bottom: 0;
  4130. width: 15%;
  4131. opacity: .5;
  4132. filter: alpha(opacity=50);
  4133. font-size: 20px;
  4134. color: #fff;
  4135. text-align: center;
  4136. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  4137. }
  4138. .carousel-control.left {
  4139. background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
  4140. background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  4141. background-repeat: repeat-x;
  4142. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  4143. }
  4144. .carousel-control.right {
  4145. left: auto;
  4146. right: 0;
  4147. background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
  4148. background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  4149. background-repeat: repeat-x;
  4150. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  4151. }
  4152. .carousel-control:focus, .carousel-control:hover {
  4153. outline: 0;
  4154. color: #fff;
  4155. text-decoration: none;
  4156. opacity: .9;
  4157. filter: alpha(opacity=90);
  4158. }
  4159. .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  4160. position: absolute;
  4161. top: 50%;
  4162. z-index: 5;
  4163. display: inline-block;
  4164. }
  4165. .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  4166. left: 50%}
  4167. .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  4168. right: 50%}
  4169. .carousel-control .icon-next, .carousel-control .icon-prev {
  4170. width: 20px;
  4171. height: 20px;
  4172. margin-top: -10px;
  4173. margin-left: -10px;
  4174. font-family: serif;
  4175. }
  4176. .carousel-control .icon-prev:before {
  4177. content: '\2039'}
  4178. .carousel-control .icon-next:before {
  4179. content: '\203a'}
  4180. .carousel-indicators {
  4181. position: absolute;
  4182. bottom: 10px;
  4183. left: 50%;
  4184. z-index: 15;
  4185. width: 60%;
  4186. margin-left: -30%;
  4187. padding-left: 0;
  4188. list-style: none;
  4189. text-align: center;
  4190. }
  4191. .carousel-indicators li {
  4192. display: inline-block;
  4193. width: 10px;
  4194. height: 10px;
  4195. margin: 1px;
  4196. text-indent: -999px;
  4197. border: 1px solid #fff;
  4198. border-radius: 10px;
  4199. cursor: pointer;
  4200. background-color: #000\9;
  4201. background-color: transparent;
  4202. }
  4203. .carousel-indicators .active {
  4204. margin: 0;
  4205. width: 12px;
  4206. height: 12px;
  4207. background-color: #fff;
  4208. }
  4209. .carousel-caption {
  4210. position: absolute;
  4211. left: 15%;
  4212. right: 15%;
  4213. bottom: 20px;
  4214. z-index: 10;
  4215. padding-top: 20px;
  4216. padding-bottom: 20px;
  4217. color: #fff;
  4218. text-align: center;
  4219. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  4220. }
  4221. .carousel-caption .btn, .text-hide {
  4222. text-shadow: none;
  4223. }
  4224. @media screen and (min-width:768px) {
  4225. .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  4226. width: 30px;
  4227. height: 30px;
  4228. margin-top: -15px;
  4229. margin-left: -15px;
  4230. font-size: 30px;
  4231. }
  4232. .carousel-caption {
  4233. left: 20%;
  4234. right: 20%;
  4235. padding-bottom: 30px;
  4236. }
  4237. .carousel-indicators {
  4238. bottom: 20px;
  4239. }
  4240. }.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  4241. content: " ";
  4242. display: table;
  4243. }
  4244. .btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  4245. clear: both;
  4246. }
  4247. .center-block {
  4248. display: block;
  4249. margin-left: auto;
  4250. margin-right: auto;
  4251. }
  4252. .pull-right {
  4253. float: right!important;
  4254. }
  4255. .pull-left {
  4256. float: left!important;
  4257. }
  4258. .hide {
  4259. display: none!important;
  4260. }
  4261. .show {
  4262. display: block!important;
  4263. }
  4264. .hidden, .visible-lg, .visible-md, .visible-sm, .visible-xs {
  4265. display: none!important;
  4266. }
  4267. .invisible {
  4268. visibility: hidden;
  4269. }
  4270. .text-hide {
  4271. font: 0/0 a;
  4272. color: transparent;
  4273. background-color: transparent;
  4274. border: 0;
  4275. }
  4276. .cancel-off-png, .cancel-on-png, .fa, .star-half-png, .star-off-png, .star-on-png {
  4277. -moz-osx-font-smoothing: grayscale;
  4278. -webkit-font-smoothing: antialiased;
  4279. font-style: normal;
  4280. }
  4281. .hidden {
  4282. visibility: hidden!important;
  4283. }
  4284. .affix {
  4285. position: fixed;
  4286. }
  4287. @-ms-viewport {
  4288. width: device-width;
  4289. }
  4290. @media (max-width:767px) {
  4291. .visible-xs {
  4292. display: block!important;
  4293. }
  4294. table.visible-xs {
  4295. display: table;
  4296. }
  4297. tr.visible-xs {
  4298. display: table-row!important;
  4299. }
  4300. td.visible-xs, th.visible-xs {
  4301. display: table-cell!important;
  4302. }
  4303. }@media (min-width:768px) and (max-width:1229px) {
  4304. .visible-sm {
  4305. display: block!important;
  4306. }
  4307. table.visible-sm {
  4308. display: table;
  4309. }
  4310. tr.visible-sm {
  4311. display: table-row!important;
  4312. }
  4313. td.visible-sm, th.visible-sm {
  4314. display: table-cell!important;
  4315. }
  4316. }@media (min-width:1230px) and (max-width:1479px) {
  4317. .visible-md {
  4318. display: block!important;
  4319. }
  4320. table.visible-md {
  4321. display: table;
  4322. }
  4323. tr.visible-md {
  4324. display: table-row!important;
  4325. }
  4326. td.visible-md, th.visible-md {
  4327. display: table-cell!important;
  4328. }
  4329. }@media (min-width:1480px) {
  4330. .visible-lg {
  4331. display: block!important;
  4332. }
  4333. table.visible-lg {
  4334. display: table;
  4335. }
  4336. tr.visible-lg {
  4337. display: table-row!important;
  4338. }
  4339. td.visible-lg, th.visible-lg {
  4340. display: table-cell!important;
  4341. }
  4342. }@media (max-width:767px) {
  4343. .hidden-xs {
  4344. display: none!important;
  4345. }
  4346. }@media (min-width:768px) and (max-width:1229px) {
  4347. .hidden-sm {
  4348. display: none!important;
  4349. }
  4350. }@media (min-width:1230px) and (max-width:1479px) {
  4351. .hidden-md {
  4352. display: none!important;
  4353. }
  4354. }@media (min-width:1480px) {
  4355. .hidden-lg {
  4356. display: none!important;
  4357. }
  4358. }.visible-print {
  4359. display: none!important;
  4360. }
  4361. @media print {
  4362. .visible-print {
  4363. display: block!important;
  4364. }
  4365. table.visible-print {
  4366. display: table;
  4367. }
  4368. tr.visible-print {
  4369. display: table-row!important;
  4370. }
  4371. td.visible-print, th.visible-print {
  4372. display: table-cell!important;
  4373. }
  4374. .hidden-print {
  4375. display: none!important;
  4376. }
  4377. }.fa, .fa-stack {
  4378. display: inline-block;
  4379. }
  4380. /*!
  4381. * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
  4382. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  4383. */@font-face {
  4384. font-family: FontAwesome;
  4385. src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
  4386. src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
  4387. font-weight: 400;
  4388. font-style: normal;
  4389. }
  4390. .fa {
  4391. font-family: FontAwesome;
  4392. font-weight: 400;
  4393. line-height: 1;
  4394. }
  4395. .fa-lg {
  4396. font-size: 1.33333333em;
  4397. line-height: .75em;
  4398. vertical-align: -15%}
  4399. .fa-2x {
  4400. font-size: 2em;
  4401. }
  4402. .fa-3x {
  4403. font-size: 3em;
  4404. }
  4405. .fa-4x {
  4406. font-size: 4em;
  4407. }
  4408. .fa-5x {
  4409. font-size: 5em;
  4410. }
  4411. .fa-fw {
  4412. width: 1.28571429em;
  4413. text-align: center;
  4414. }
  4415. .fa-ul {
  4416. padding-left: 0;
  4417. margin-left: 2.14285714em;
  4418. list-style-type: none;
  4419. }
  4420. .fa-ul>li {
  4421. position: relative;
  4422. }
  4423. .fa-li {
  4424. position: absolute;
  4425. left: -2.14285714em;
  4426. width: 2.14285714em;
  4427. top: .14285714em;
  4428. text-align: center;
  4429. }
  4430. .fa-li.fa-lg {
  4431. left: -1.85714286em;
  4432. }
  4433. .fa-border {
  4434. padding: .2em .25em .15em;
  4435. border: .08em solid #eee;
  4436. border-radius: .1em;
  4437. }
  4438. .fa.pull-left {
  4439. margin-right: .3em;
  4440. }
  4441. .fa.pull-right {
  4442. margin-left: .3em;
  4443. }
  4444. .fa-spin {
  4445. -webkit-animation: spin 2s infinite linear;
  4446. -moz-animation: spin 2s infinite linear;
  4447. -o-animation: spin 2s infinite linear;
  4448. animation: spin 2s infinite linear;
  4449. }
  4450. .fa-rotate-90 {
  4451. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  4452. -webkit-transform: rotate(90deg);
  4453. -moz-transform: rotate(90deg);
  4454. -ms-transform: rotate(90deg);
  4455. -o-transform: rotate(90deg);
  4456. transform: rotate(90deg);
  4457. }
  4458. .fa-rotate-180 {
  4459. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  4460. -webkit-transform: rotate(180deg);
  4461. -moz-transform: rotate(180deg);
  4462. -ms-transform: rotate(180deg);
  4463. -o-transform: rotate(180deg);
  4464. transform: rotate(180deg);
  4465. }
  4466. .fa-rotate-270 {
  4467. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  4468. -webkit-transform: rotate(270deg);
  4469. -moz-transform: rotate(270deg);
  4470. -ms-transform: rotate(270deg);
  4471. -o-transform: rotate(270deg);
  4472. transform: rotate(270deg);
  4473. }
  4474. .fa-flip-horizontal {
  4475. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  4476. -webkit-transform: scale(-1, 1);
  4477. -moz-transform: scale(-1, 1);
  4478. -ms-transform: scale(-1, 1);
  4479. -o-transform: scale(-1, 1);
  4480. transform: scale(-1, 1);
  4481. }
  4482. .fa-flip-vertical {
  4483. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  4484. -webkit-transform: scale(1, -1);
  4485. -moz-transform: scale(1, -1);
  4486. -ms-transform: scale(1, -1);
  4487. -o-transform: scale(1, -1);
  4488. transform: scale(1, -1);
  4489. }
  4490. .fa-stack {
  4491. position: relative;
  4492. width: 2em;
  4493. height: 2em;
  4494. line-height: 2em;
  4495. vertical-align: middle;
  4496. }
  4497. .fa-stack-1x, .fa-stack-2x {
  4498. position: absolute;
  4499. left: 0;
  4500. width: 100%;
  4501. text-align: center;
  4502. }
  4503. .fa-stack-1x {
  4504. line-height: inherit;
  4505. }
  4506. .fa-stack-2x {
  4507. font-size: 2em;
  4508. }
  4509. .fa-inverse {
  4510. color: #fff;
  4511. }
  4512. .fa-glass:before {
  4513. content: "\f000"}
  4514. .fa-music:before {
  4515. content: "\f001"}
  4516. .fa-search:before {
  4517. content: "\f002"}
  4518. .fa-envelope-o:before {
  4519. content: "\f003"}
  4520. .fa-heart:before {
  4521. content: "\f004"}
  4522. .fa-star:before {
  4523. content: "\f005"}
  4524. .fa-star-o:before {
  4525. content: "\f006"}
  4526. .fa-user:before {
  4527. content: "\f007"}
  4528. .fa-film:before {
  4529. content: "\f008"}
  4530. .fa-th-large:before {
  4531. content: "\f009"}
  4532. .fa-th:before {
  4533. content: "\f00a"}
  4534. .fa-th-list:before {
  4535. content: "\f00b"}
  4536. .fa-check:before {
  4537. content: "\f00c"}
  4538. .fa-times:before {
  4539. content: "\f00d"}
  4540. .fa-search-plus:before {
  4541. content: "\f00e"}
  4542. .fa-search-minus:before {
  4543. content: "\f010"}
  4544. .fa-power-off:before {
  4545. content: "\f011"}
  4546. .fa-signal:before {
  4547. content: "\f012"}
  4548. .fa-cog:before, .fa-gear:before {
  4549. content: "\f013"}
  4550. .fa-trash-o:before {
  4551. content: "\f014"}
  4552. .fa-home:before {
  4553. content: "\f015"}
  4554. .fa-file-o:before {
  4555. content: "\f016"}
  4556. .fa-clock-o:before {
  4557. content: "\f017"}
  4558. .fa-road:before {
  4559. content: "\f018"}
  4560. .fa-download:before {
  4561. content: "\f019"}
  4562. .fa-arrow-circle-o-down:before {
  4563. content: "\f01a"}
  4564. .fa-arrow-circle-o-up:before {
  4565. content: "\f01b"}
  4566. .fa-inbox:before {
  4567. content: "\f01c"}
  4568. .fa-play-circle-o:before {
  4569. content: "\f01d"}
  4570. .fa-repeat:before, .fa-rotate-right:before {
  4571. content: "\f01e"}
  4572. .fa-refresh:before {
  4573. content: "\f021"}
  4574. .fa-list-alt:before {
  4575. content: "\f022"}
  4576. .fa-lock:before {
  4577. content: "\f023"}
  4578. .fa-flag:before {
  4579. content: "\f024"}
  4580. .fa-headphones:before {
  4581. content: "\f025"}
  4582. .fa-volume-off:before {
  4583. content: "\f026"}
  4584. .fa-volume-down:before {
  4585. content: "\f027"}
  4586. .fa-volume-up:before {
  4587. content: "\f028"}
  4588. .fa-qrcode:before {
  4589. content: "\f029"}
  4590. .fa-barcode:before {
  4591. content: "\f02a"}
  4592. .fa-tag:before {
  4593. content: "\f02b"}
  4594. .fa-tags:before {
  4595. content: "\f02c"}
  4596. .fa-book:before {
  4597. content: "\f02d"}
  4598. .fa-bookmark:before {
  4599. content: "\f02e"}
  4600. .fa-print:before {
  4601. content: "\f02f"}
  4602. .fa-camera:before {
  4603. content: "\f030"}
  4604. .fa-font:before {
  4605. content: "\f031"}
  4606. .fa-bold:before {
  4607. content: "\f032"}
  4608. .fa-italic:before {
  4609. content: "\f033"}
  4610. .fa-text-height:before {
  4611. content: "\f034"}
  4612. .fa-text-width:before {
  4613. content: "\f035"}
  4614. .fa-align-left:before {
  4615. content: "\f036"}
  4616. .fa-align-center:before {
  4617. content: "\f037"}
  4618. .fa-align-right:before {
  4619. content: "\f038"}
  4620. .fa-align-justify:before {
  4621. content: "\f039"}
  4622. .fa-list:before {
  4623. content: "\f03a"}
  4624. .fa-dedent:before, .fa-outdent:before {
  4625. content: "\f03b"}
  4626. .fa-indent:before {
  4627. content: "\f03c"}
  4628. .fa-video-camera:before {
  4629. content: "\f03d"}
  4630. .fa-image:before, .fa-photo:before, .fa-picture-o:before {
  4631. content: "\f03e"}
  4632. .fa-pencil:before {
  4633. content: "\f040"}
  4634. .fa-map-marker:before {
  4635. content: "\f041"}
  4636. .fa-adjust:before {
  4637. content: "\f042"}
  4638. .fa-tint:before {
  4639. content: "\f043"}
  4640. .fa-edit:before, .fa-pencil-square-o:before {
  4641. content: "\f044"}
  4642. .fa-share-square-o:before {
  4643. content: "\f045"}
  4644. .fa-check-square-o:before {
  4645. content: "\f046"}
  4646. .fa-arrows:before {
  4647. content: "\f047"}
  4648. .fa-step-backward:before {
  4649. content: "\f048"}
  4650. .fa-fast-backward:before {
  4651. content: "\f049"}
  4652. .fa-backward:before {
  4653. content: "\f04a"}
  4654. .fa-play:before {
  4655. content: "\f04b"}
  4656. .fa-pause:before {
  4657. content: "\f04c"}
  4658. .fa-stop:before {
  4659. content: "\f04d"}
  4660. .fa-forward:before {
  4661. content: "\f04e"}
  4662. .fa-fast-forward:before {
  4663. content: "\f050"}
  4664. .fa-step-forward:before {
  4665. content: "\f051"}
  4666. .fa-eject:before {
  4667. content: "\f052"}
  4668. .fa-chevron-left:before {
  4669. content: "\f053"}
  4670. .fa-chevron-right:before {
  4671. content: "\f054"}
  4672. .fa-plus-circle:before {
  4673. content: "\f055"}
  4674. .fa-minus-circle:before {
  4675. content: "\f056"}
  4676. .fa-times-circle:before {
  4677. content: "\f057"}
  4678. .fa-check-circle:before {
  4679. content: "\f058"}
  4680. .fa-question-circle:before {
  4681. content: "\f059"}
  4682. .fa-info-circle:before {
  4683. content: "\f05a"}
  4684. .fa-crosshairs:before {
  4685. content: "\f05b"}
  4686. .fa-times-circle-o:before {
  4687. content: "\f05c"}
  4688. .fa-check-circle-o:before {
  4689. content: "\f05d"}
  4690. .fa-ban:before {
  4691. content: "\f05e"}
  4692. .fa-arrow-left:before {
  4693. content: "\f060"}
  4694. .fa-arrow-right:before {
  4695. content: "\f061"}
  4696. .fa-arrow-up:before {
  4697. content: "\f062"}
  4698. .fa-arrow-down:before {
  4699. content: "\f063"}
  4700. .fa-mail-forward:before, .fa-share:before {
  4701. content: "\f064"}
  4702. .fa-expand:before {
  4703. content: "\f065"}
  4704. .fa-compress:before {
  4705. content: "\f066"}
  4706. .fa-plus:before {
  4707. content: "\f067"}
  4708. .fa-minus:before {
  4709. content: "\f068"}
  4710. .fa-asterisk:before {
  4711. content: "\f069"}
  4712. .fa-exclamation-circle:before {
  4713. content: "\f06a"}
  4714. .fa-gift:before {
  4715. content: "\f06b"}
  4716. .fa-leaf:before {
  4717. content: "\f06c"}
  4718. .fa-fire:before {
  4719. content: "\f06d"}
  4720. .fa-eye:before {
  4721. content: "\f06e"}
  4722. .fa-eye-slash:before {
  4723. content: "\f070"}
  4724. .fa-exclamation-triangle:before, .fa-warning:before {
  4725. content: "\f071"}
  4726. .fa-plane:before {
  4727. content: "\f072"}
  4728. .fa-calendar:before {
  4729. content: "\f073"}
  4730. .fa-random:before {
  4731. content: "\f074"}
  4732. .fa-comment:before {
  4733. content: "\f075"}
  4734. .fa-magnet:before {
  4735. content: "\f076"}
  4736. .fa-chevron-up:before {
  4737. content: "\f077"}
  4738. .fa-chevron-down:before {
  4739. content: "\f078"}
  4740. .fa-retweet:before {
  4741. content: "\f079"}
  4742. .fa-shopping-cart:before {
  4743. content: "\f07a"}
  4744. .fa-folder:before {
  4745. content: "\f07b"}
  4746. .fa-folder-open:before {
  4747. content: "\f07c"}
  4748. .fa-arrows-v:before {
  4749. content: "\f07d"}
  4750. .fa-arrows-h:before {
  4751. content: "\f07e"}
  4752. .fa-bar-chart-o:before {
  4753. content: "\f080"}
  4754. .fa-twitter-square:before {
  4755. content: "\f081"}
  4756. .fa-facebook-square:before {
  4757. content: "\f082"}
  4758. .fa-camera-retro:before {
  4759. content: "\f083"}
  4760. .fa-key:before {
  4761. content: "\f084"}
  4762. .fa-cogs:before, .fa-gears:before {
  4763. content: "\f085"}
  4764. .fa-comments:before {
  4765. content: "\f086"}
  4766. .fa-thumbs-o-up:before {
  4767. content: "\f087"}
  4768. .fa-thumbs-o-down:before {
  4769. content: "\f088"}
  4770. .fa-star-half:before {
  4771. content: "\f089"}
  4772. .fa-heart-o:before {
  4773. content: "\f08a"}
  4774. .fa-sign-out:before {
  4775. content: "\f08b"}
  4776. .fa-linkedin-square:before {
  4777. content: "\f08c"}
  4778. .fa-thumb-tack:before {
  4779. content: "\f08d"}
  4780. .fa-external-link:before {
  4781. content: "\f08e"}
  4782. .fa-sign-in:before {
  4783. content: "\f090"}
  4784. .fa-trophy:before {
  4785. content: "\f091"}
  4786. .fa-github-square:before {
  4787. content: "\f092"}
  4788. .fa-upload:before {
  4789. content: "\f093"}
  4790. .fa-lemon-o:before {
  4791. content: "\f094"}
  4792. .fa-phone:before {
  4793. content: "\f095"}
  4794. .fa-square-o:before {
  4795. content: "\f096"}
  4796. .fa-bookmark-o:before {
  4797. content: "\f097"}
  4798. .fa-phone-square:before {
  4799. content: "\f098"}
  4800. .fa-twitter:before {
  4801. content: "\f099"}
  4802. .fa-facebook:before {
  4803. content: "\f09a"}
  4804. .fa-github:before {
  4805. content: "\f09b"}
  4806. .fa-unlock:before {
  4807. content: "\f09c"}
  4808. .fa-credit-card:before {
  4809. content: "\f09d"}
  4810. .fa-rss:before {
  4811. content: "\f09e"}
  4812. .fa-hdd-o:before {
  4813. content: "\f0a0"}
  4814. .fa-bullhorn:before {
  4815. content: "\f0a1"}
  4816. .fa-bell:before {
  4817. content: "\f0f3"}
  4818. .fa-certificate:before {
  4819. content: "\f0a3"}
  4820. .fa-hand-o-right:before {
  4821. content: "\f0a4"}
  4822. .fa-hand-o-left:before {
  4823. content: "\f0a5"}
  4824. .fa-hand-o-up:before {
  4825. content: "\f0a6"}
  4826. .fa-hand-o-down:before {
  4827. content: "\f0a7"}
  4828. .fa-arrow-circle-left:before {
  4829. content: "\f0a8"}
  4830. .fa-arrow-circle-right:before {
  4831. content: "\f0a9"}
  4832. .fa-arrow-circle-up:before {
  4833. content: "\f0aa"}
  4834. .fa-arrow-circle-down:before {
  4835. content: "\f0ab"}
  4836. .fa-globe:before {
  4837. content: "\f0ac"}
  4838. .fa-wrench:before {
  4839. content: "\f0ad"}
  4840. .fa-tasks:before {
  4841. content: "\f0ae"}
  4842. .fa-filter:before {
  4843. content: "\f0b0"}
  4844. .fa-briefcase:before {
  4845. content: "\f0b1"}
  4846. .fa-arrows-alt:before {
  4847. content: "\f0b2"}
  4848. .fa-group:before, .fa-users:before {
  4849. content: "\f0c0"}
  4850. .fa-chain:before, .fa-link:before {
  4851. content: "\f0c1"}
  4852. .fa-cloud:before {
  4853. content: "\f0c2"}
  4854. .fa-flask:before {
  4855. content: "\f0c3"}
  4856. .fa-cut:before, .fa-scissors:before {
  4857. content: "\f0c4"}
  4858. .fa-copy:before, .fa-files-o:before {
  4859. content: "\f0c5"}
  4860. .fa-paperclip:before {
  4861. content: "\f0c6"}
  4862. .fa-floppy-o:before, .fa-save:before {
  4863. content: "\f0c7"}
  4864. .fa-square:before {
  4865. content: "\f0c8"}
  4866. .fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  4867. content: "\f0c9"}
  4868. .fa-list-ul:before {
  4869. content: "\f0ca"}
  4870. .fa-list-ol:before {
  4871. content: "\f0cb"}
  4872. .fa-strikethrough:before {
  4873. content: "\f0cc"}
  4874. .fa-underline:before {
  4875. content: "\f0cd"}
  4876. .fa-table:before {
  4877. content: "\f0ce"}
  4878. .fa-magic:before {
  4879. content: "\f0d0"}
  4880. .fa-truck:before {
  4881. content: "\f0d1"}
  4882. .fa-pinterest:before {
  4883. content: "\f0d2"}
  4884. .fa-pinterest-square:before {
  4885. content: "\f0d3"}
  4886. .fa-google-plus-square:before {
  4887. content: "\f0d4"}
  4888. .fa-google-plus:before {
  4889. content: "\f0d5"}
  4890. .fa-money:before {
  4891. content: "\f0d6"}
  4892. .fa-caret-down:before {
  4893. content: "\f0d7"}
  4894. .fa-caret-up:before {
  4895. content: "\f0d8"}
  4896. .fa-caret-left:before {
  4897. content: "\f0d9"}
  4898. .fa-caret-right:before {
  4899. content: "\f0da"}
  4900. .fa-columns:before {
  4901. content: "\f0db"}
  4902. .fa-sort:before, .fa-unsorted:before {
  4903. content: "\f0dc"}
  4904. .fa-sort-desc:before, .fa-sort-down:before {
  4905. content: "\f0dd"}
  4906. .fa-sort-asc:before, .fa-sort-up:before {
  4907. content: "\f0de"}
  4908. .fa-envelope:before {
  4909. content: "\f0e0"}
  4910. .fa-linkedin:before {
  4911. content: "\f0e1"}
  4912. .fa-rotate-left:before, .fa-undo:before {
  4913. content: "\f0e2"}
  4914. .fa-gavel:before, .fa-legal:before {
  4915. content: "\f0e3"}
  4916. .fa-dashboard:before, .fa-tachometer:before {
  4917. content: "\f0e4"}
  4918. .fa-comment-o:before {
  4919. content: "\f0e5"}
  4920. .fa-comments-o:before {
  4921. content: "\f0e6"}
  4922. .fa-bolt:before, .fa-flash:before {
  4923. content: "\f0e7"}
  4924. .fa-sitemap:before {
  4925. content: "\f0e8"}
  4926. .fa-umbrella:before {
  4927. content: "\f0e9"}
  4928. .fa-clipboard:before, .fa-paste:before {
  4929. content: "\f0ea"}
  4930. .fa-lightbulb-o:before {
  4931. content: "\f0eb"}
  4932. .fa-exchange:before {
  4933. content: "\f0ec"}
  4934. .fa-cloud-download:before {
  4935. content: "\f0ed"}
  4936. .fa-cloud-upload:before {
  4937. content: "\f0ee"}
  4938. .fa-user-md:before {
  4939. content: "\f0f0"}
  4940. .fa-stethoscope:before {
  4941. content: "\f0f1"}
  4942. .fa-suitcase:before {
  4943. content: "\f0f2"}
  4944. .fa-bell-o:before {
  4945. content: "\f0a2"}
  4946. .fa-coffee:before {
  4947. content: "\f0f4"}
  4948. .fa-cutlery:before {
  4949. content: "\f0f5"}
  4950. .fa-file-text-o:before {
  4951. content: "\f0f6"}
  4952. .fa-building-o:before {
  4953. content: "\f0f7"}
  4954. .fa-hospital-o:before {
  4955. content: "\f0f8"}
  4956. .fa-ambulance:before {
  4957. content: "\f0f9"}
  4958. .fa-medkit:before {
  4959. content: "\f0fa"}
  4960. .fa-fighter-jet:before {
  4961. content: "\f0fb"}
  4962. .fa-beer:before {
  4963. content: "\f0fc"}
  4964. .fa-h-square:before {
  4965. content: "\f0fd"}
  4966. .fa-plus-square:before {
  4967. content: "\f0fe"}
  4968. .fa-angle-double-left:before {
  4969. content: "\f100"}
  4970. .fa-angle-double-right:before {
  4971. content: "\f101"}
  4972. .fa-angle-double-up:before {
  4973. content: "\f102"}
  4974. .fa-angle-double-down:before {
  4975. content: "\f103"}
  4976. .fa-angle-left:before {
  4977. content: "\f104"}
  4978. .fa-angle-right:before {
  4979. content: "\f105"}
  4980. .fa-angle-up:before {
  4981. content: "\f106"}
  4982. .fa-angle-down:before {
  4983. content: "\f107"}
  4984. .fa-desktop:before {
  4985. content: "\f108"}
  4986. .fa-laptop:before {
  4987. content: "\f109"}
  4988. .fa-tablet:before {
  4989. content: "\f10a"}
  4990. .fa-mobile-phone:before, .fa-mobile:before {
  4991. content: "\f10b"}
  4992. .fa-circle-o:before {
  4993. content: "\f10c"}
  4994. .fa-quote-left:before {
  4995. content: "\f10d"}
  4996. .fa-quote-right:before {
  4997. content: "\f10e"}
  4998. .fa-spinner:before {
  4999. content: "\f110"}
  5000. .fa-circle:before {
  5001. content: "\f111"}
  5002. .fa-mail-reply:before, .fa-reply:before {
  5003. content: "\f112"}
  5004. .fa-github-alt:before {
  5005. content: "\f113"}
  5006. .fa-folder-o:before {
  5007. content: "\f114"}
  5008. .fa-folder-open-o:before {
  5009. content: "\f115"}
  5010. .fa-smile-o:before {
  5011. content: "\f118"}
  5012. .fa-frown-o:before {
  5013. content: "\f119"}
  5014. .fa-meh-o:before {
  5015. content: "\f11a"}
  5016. .fa-gamepad:before {
  5017. content: "\f11b"}
  5018. .fa-keyboard-o:before {
  5019. content: "\f11c"}
  5020. .fa-flag-o:before {
  5021. content: "\f11d"}
  5022. .fa-flag-checkered:before {
  5023. content: "\f11e"}
  5024. .fa-terminal:before {
  5025. content: "\f120"}
  5026. .fa-code:before {
  5027. content: "\f121"}
  5028. .fa-mail-reply-all:before, .fa-reply-all:before {
  5029. content: "\f122"}
  5030. .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  5031. content: "\f123"}
  5032. .fa-location-arrow:before {
  5033. content: "\f124"}
  5034. .fa-crop:before {
  5035. content: "\f125"}
  5036. .fa-code-fork:before {
  5037. content: "\f126"}
  5038. .fa-chain-broken:before, .fa-unlink:before {
  5039. content: "\f127"}
  5040. .fa-question:before {
  5041. content: "\f128"}
  5042. .fa-info:before {
  5043. content: "\f129"}
  5044. .fa-exclamation:before {
  5045. content: "\f12a"}
  5046. .fa-superscript:before {
  5047. content: "\f12b"}
  5048. .fa-subscript:before {
  5049. content: "\f12c"}
  5050. .fa-eraser:before {
  5051. content: "\f12d"}
  5052. .fa-puzzle-piece:before {
  5053. content: "\f12e"}
  5054. .fa-microphone:before {
  5055. content: "\f130"}
  5056. .fa-microphone-slash:before {
  5057. content: "\f131"}
  5058. .fa-shield:before {
  5059. content: "\f132"}
  5060. .fa-calendar-o:before {
  5061. content: "\f133"}
  5062. .fa-fire-extinguisher:before {
  5063. content: "\f134"}
  5064. .fa-rocket:before {
  5065. content: "\f135"}
  5066. .fa-maxcdn:before {
  5067. content: "\f136"}
  5068. .fa-chevron-circle-left:before {
  5069. content: "\f137"}
  5070. .fa-chevron-circle-right:before {
  5071. content: "\f138"}
  5072. .fa-chevron-circle-up:before {
  5073. content: "\f139"}
  5074. .fa-chevron-circle-down:before {
  5075. content: "\f13a"}
  5076. .fa-html5:before {
  5077. content: "\f13b"}
  5078. .fa-css3:before {
  5079. content: "\f13c"}
  5080. .fa-anchor:before {
  5081. content: "\f13d"}
  5082. .fa-unlock-alt:before {
  5083. content: "\f13e"}
  5084. .fa-bullseye:before {
  5085. content: "\f140"}
  5086. .fa-ellipsis-h:before {
  5087. content: "\f141"}
  5088. .fa-ellipsis-v:before {
  5089. content: "\f142"}
  5090. .fa-rss-square:before {
  5091. content: "\f143"}
  5092. .fa-play-circle:before {
  5093. content: "\f144"}
  5094. .fa-ticket:before {
  5095. content: "\f145"}
  5096. .fa-minus-square:before {
  5097. content: "\f146"}
  5098. .fa-minus-square-o:before {
  5099. content: "\f147"}
  5100. .fa-level-up:before {
  5101. content: "\f148"}
  5102. .fa-level-down:before {
  5103. content: "\f149"}
  5104. .fa-check-square:before {
  5105. content: "\f14a"}
  5106. .fa-pencil-square:before {
  5107. content: "\f14b"}
  5108. .fa-external-link-square:before {
  5109. content: "\f14c"}
  5110. .fa-share-square:before {
  5111. content: "\f14d"}
  5112. .fa-compass:before {
  5113. content: "\f14e"}
  5114. .fa-caret-square-o-down:before, .fa-toggle-down:before {
  5115. content: "\f150"}
  5116. .fa-caret-square-o-up:before, .fa-toggle-up:before {
  5117. content: "\f151"}
  5118. .fa-caret-square-o-right:before, .fa-toggle-right:before {
  5119. content: "\f152"}
  5120. .fa-eur:before, .fa-euro:before {
  5121. content: "\f153"}
  5122. .fa-gbp:before {
  5123. content: "\f154"}
  5124. .fa-dollar:before, .fa-usd:before {
  5125. content: "\f155"}
  5126. .fa-inr:before, .fa-rupee:before {
  5127. content: "\f156"}
  5128. .fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  5129. content: "\f157"}
  5130. .fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  5131. content: "\f158"}
  5132. .fa-krw:before, .fa-won:before {
  5133. content: "\f159"}
  5134. .fa-bitcoin:before, .fa-btc:before {
  5135. content: "\f15a"}
  5136. .fa-file:before {
  5137. content: "\f15b"}
  5138. .fa-file-text:before {
  5139. content: "\f15c"}
  5140. .fa-sort-alpha-asc:before {
  5141. content: "\f15d"}
  5142. .fa-sort-alpha-desc:before {
  5143. content: "\f15e"}
  5144. .fa-sort-amount-asc:before {
  5145. content: "\f160"}
  5146. .fa-sort-amount-desc:before {
  5147. content: "\f161"}
  5148. .fa-sort-numeric-asc:before {
  5149. content: "\f162"}
  5150. .fa-sort-numeric-desc:before {
  5151. content: "\f163"}
  5152. .fa-thumbs-up:before {
  5153. content: "\f164"}
  5154. .fa-thumbs-down:before {
  5155. content: "\f165"}
  5156. .fa-youtube-square:before {
  5157. content: "\f166"}
  5158. .fa-youtube:before {
  5159. content: "\f167"}
  5160. .fa-xing:before {
  5161. content: "\f168"}
  5162. .fa-xing-square:before {
  5163. content: "\f169"}
  5164. .fa-youtube-play:before {
  5165. content: "\f16a"}
  5166. .fa-dropbox:before {
  5167. content: "\f16b"}
  5168. .fa-stack-overflow:before {
  5169. content: "\f16c"}
  5170. .fa-instagram:before {
  5171. content: "\f16d"}
  5172. .fa-flickr:before {
  5173. content: "\f16e"}
  5174. .fa-adn:before {
  5175. content: "\f170"}
  5176. .fa-bitbucket:before {
  5177. content: "\f171"}
  5178. .fa-bitbucket-square:before {
  5179. content: "\f172"}
  5180. .fa-tumblr:before {
  5181. content: "\f173"}
  5182. .fa-tumblr-square:before {
  5183. content: "\f174"}
  5184. .fa-long-arrow-down:before {
  5185. content: "\f175"}
  5186. .fa-long-arrow-up:before {
  5187. content: "\f176"}
  5188. .fa-long-arrow-left:before {
  5189. content: "\f177"}
  5190. .fa-long-arrow-right:before {
  5191. content: "\f178"}
  5192. .fa-apple:before {
  5193. content: "\f179"}
  5194. .fa-windows:before {
  5195. content: "\f17a"}
  5196. .fa-android:before {
  5197. content: "\f17b"}
  5198. .fa-linux:before {
  5199. content: "\f17c"}
  5200. .fa-dribbble:before {
  5201. content: "\f17d"}
  5202. .fa-skype:before {
  5203. content: "\f17e"}
  5204. .fa-foursquare:before {
  5205. content: "\f180"}
  5206. .fa-trello:before {
  5207. content: "\f181"}
  5208. .fa-female:before {
  5209. content: "\f182"}
  5210. .fa-male:before {
  5211. content: "\f183"}
  5212. .fa-gittip:before {
  5213. content: "\f184"}
  5214. .fa-sun-o:before {
  5215. content: "\f185"}
  5216. .fa-moon-o:before {
  5217. content: "\f186"}
  5218. .fa-archive:before {
  5219. content: "\f187"}
  5220. .fa-bug:before {
  5221. content: "\f188"}
  5222. .fa-vk:before {
  5223. content: "\f189"}
  5224. .fa-weibo:before {
  5225. content: "\f18a"}
  5226. .fa-renren:before {
  5227. content: "\f18b"}
  5228. .fa-pagelines:before {
  5229. content: "\f18c"}
  5230. .fa-stack-exchange:before {
  5231. content: "\f18d"}
  5232. .fa-arrow-circle-o-right:before {
  5233. content: "\f18e"}
  5234. .fa-arrow-circle-o-left:before {
  5235. content: "\f190"}
  5236. .fa-caret-square-o-left:before, .fa-toggle-left:before {
  5237. content: "\f191"}
  5238. .fa-dot-circle-o:before {
  5239. content: "\f192"}
  5240. .fa-wheelchair:before {
  5241. content: "\f193"}
  5242. .fa-vimeo-square:before {
  5243. content: "\f194"}
  5244. .fa-try:before, .fa-turkish-lira:before {
  5245. content: "\f195"}
  5246. .fa-plus-square-o:before {
  5247. content: "\f196"}
  5248. .fa-space-shuttle:before {
  5249. content: "\f197"}
  5250. .fa-slack:before {
  5251. content: "\f198"}
  5252. .fa-envelope-square:before {
  5253. content: "\f199"}
  5254. .fa-wordpress:before {
  5255. content: "\f19a"}
  5256. .fa-openid:before {
  5257. content: "\f19b"}
  5258. .fa-bank:before, .fa-institution:before, .fa-university:before {
  5259. content: "\f19c"}
  5260. .fa-graduation-cap:before, .fa-mortar-board:before {
  5261. content: "\f19d"}
  5262. .fa-yahoo:before {
  5263. content: "\f19e"}
  5264. .fa-google:before {
  5265. content: "\f1a0"}
  5266. .fa-reddit:before {
  5267. content: "\f1a1"}
  5268. .fa-reddit-square:before {
  5269. content: "\f1a2"}
  5270. .fa-stumbleupon-circle:before {
  5271. content: "\f1a3"}
  5272. .fa-stumbleupon:before {
  5273. content: "\f1a4"}
  5274. .fa-delicious:before {
  5275. content: "\f1a5"}
  5276. .fa-digg:before {
  5277. content: "\f1a6"}
  5278. .fa-pied-piper-square:before, .fa-pied-piper:before {
  5279. content: "\f1a7"}
  5280. .fa-pied-piper-alt:before {
  5281. content: "\f1a8"}
  5282. .fa-drupal:before {
  5283. content: "\f1a9"}
  5284. .fa-joomla:before {
  5285. content: "\f1aa"}
  5286. .fa-language:before {
  5287. content: "\f1ab"}
  5288. .fa-fax:before {
  5289. content: "\f1ac"}
  5290. .fa-building:before {
  5291. content: "\f1ad"}
  5292. .fa-child:before {
  5293. content: "\f1ae"}
  5294. .fa-paw:before {
  5295. content: "\f1b0"}
  5296. .fa-spoon:before {
  5297. content: "\f1b1"}
  5298. .fa-cube:before {
  5299. content: "\f1b2"}
  5300. .fa-cubes:before {
  5301. content: "\f1b3"}
  5302. .fa-behance:before {
  5303. content: "\f1b4"}
  5304. .fa-behance-square:before {
  5305. content: "\f1b5"}
  5306. .fa-steam:before {
  5307. content: "\f1b6"}
  5308. .fa-steam-square:before {
  5309. content: "\f1b7"}
  5310. .fa-recycle:before {
  5311. content: "\f1b8"}
  5312. .fa-automobile:before, .fa-car:before {
  5313. content: "\f1b9"}
  5314. .fa-cab:before, .fa-taxi:before {
  5315. content: "\f1ba"}
  5316. .fa-tree:before {
  5317. content: "\f1bb"}
  5318. .fa-spotify:before {
  5319. content: "\f1bc"}
  5320. .fa-deviantart:before {
  5321. content: "\f1bd"}
  5322. .fa-soundcloud:before {
  5323. content: "\f1be"}
  5324. .fa-database:before {
  5325. content: "\f1c0"}
  5326. .fa-file-pdf-o:before {
  5327. content: "\f1c1"}
  5328. .fa-file-word-o:before {
  5329. content: "\f1c2"}
  5330. .fa-file-excel-o:before {
  5331. content: "\f1c3"}
  5332. .fa-file-powerpoint-o:before {
  5333. content: "\f1c4"}
  5334. .fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  5335. content: "\f1c5"}
  5336. .fa-file-archive-o:before, .fa-file-zip-o:before {
  5337. content: "\f1c6"}
  5338. .fa-file-audio-o:before, .fa-file-sound-o:before {
  5339. content: "\f1c7"}
  5340. .fa-file-movie-o:before, .fa-file-video-o:before {
  5341. content: "\f1c8"}
  5342. .fa-file-code-o:before {
  5343. content: "\f1c9"}
  5344. .fa-vine:before {
  5345. content: "\f1ca"}
  5346. .fa-codepen:before {
  5347. content: "\f1cb"}
  5348. .fa-jsfiddle:before {
  5349. content: "\f1cc"}
  5350. .fa-life-bouy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  5351. content: "\f1cd"}
  5352. .fa-circle-o-notch:before {
  5353. content: "\f1ce"}
  5354. .fa-ra:before, .fa-rebel:before {
  5355. content: "\f1d0"}
  5356. .fa-empire:before, .fa-ge:before {
  5357. content: "\f1d1"}
  5358. .fa-git-square:before {
  5359. content: "\f1d2"}
  5360. .fa-git:before {
  5361. content: "\f1d3"}
  5362. .fa-hacker-news:before {
  5363. content: "\f1d4"}
  5364. .fa-tencent-weibo:before {
  5365. content: "\f1d5"}
  5366. .fa-qq:before {
  5367. content: "\f1d6"}
  5368. .fa-wechat:before, .fa-weixin:before {
  5369. content: "\f1d7"}
  5370. .fa-paper-plane:before, .fa-send:before {
  5371. content: "\f1d8"}
  5372. .fa-paper-plane-o:before, .fa-send-o:before {
  5373. content: "\f1d9"}
  5374. .fa-history:before {
  5375. content: "\f1da"}
  5376. .fa-circle-thin:before {
  5377. content: "\f1db"}
  5378. .fa-header:before {
  5379. content: "\f1dc"}
  5380. .fa-paragraph:before {
  5381. content: "\f1dd"}
  5382. .fa-sliders:before {
  5383. content: "\f1de"}
  5384. .fa-share-alt:before {
  5385. content: "\f1e0"}
  5386. .fa-share-alt-square:before {
  5387. content: "\f1e1"}
  5388. .fa-bomb:before {
  5389. content: "\f1e2"}
  5390. /*!
  5391. Video.js Default Styles (http://videojs.com)
  5392. Version GENERATED_AT_BUILD
  5393. Create your own skin at http://designer.videojs.com
  5394. */.vjs-default-skin {
  5395. color: #ccc;
  5396. }
  5397. @font-face {
  5398. font-family: VideoJS;
  5399. src: url(../fonts/vjs.eot);
  5400. src: url(fonts/vjs.eot?#iefix) format('embedded-opentype'), url(../fonts/vjs.woff) format('woff'), url(../fonts/vjs.ttf) format('truetype');
  5401. font-weight: 400;
  5402. font-style: normal;
  5403. }
  5404. .vjs-default-skin .vjs-slider {
  5405. outline: 0;
  5406. position: relative;
  5407. cursor: pointer;
  5408. padding: 0;
  5409. background-color: #333;
  5410. background-color: rgba(51, 51, 51, .9);
  5411. }
  5412. .vjs-default-skin .vjs-slider:focus {
  5413. -webkit-box-shadow: 0 0 2em #fff;
  5414. -moz-box-shadow: 0 0 2em #fff;
  5415. box-shadow: 0 0 2em #fff;
  5416. }
  5417. .vjs-default-skin .vjs-slider-handle {
  5418. position: absolute;
  5419. left: 0;
  5420. top: 0;
  5421. }
  5422. .vjs-default-skin .vjs-slider-handle:before {
  5423. content: "\e009";
  5424. font-family: VideoJS;
  5425. font-size: 1em;
  5426. line-height: 1;
  5427. text-align: center;
  5428. text-shadow: 0 0 1em #fff;
  5429. position: absolute;
  5430. top: 0;
  5431. left: 0;
  5432. -webkit-transform: rotate(-45deg);
  5433. -moz-transform: rotate(-45deg);
  5434. -ms-transform: rotate(-45deg);
  5435. -o-transform: rotate(-45deg);
  5436. transform: rotate(-45deg);
  5437. }
  5438. .vjs-default-skin .vjs-control-bar {
  5439. display: none;
  5440. position: absolute;
  5441. bottom: 0;
  5442. left: 0;
  5443. right: 0;
  5444. height: 3em;
  5445. background-color: #07141e;
  5446. background-color: rgba(7, 20, 30, .7);
  5447. }
  5448. .vjs-default-skin .vjs-play-progress, .vjs-default-skin .vjs-volume-level {
  5449. background: url(data:image/png;
  5450. base64, iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 #66a8cc;
  5451. }
  5452. .vjs-default-skin.vjs-has-started .vjs-control-bar {
  5453. display: block;
  5454. visibility: visible;
  5455. opacity: 1;
  5456. -webkit-transition: visibility .1s, opacity .1s;
  5457. -moz-transition: visibility .1s, opacity .1s;
  5458. -o-transition: visibility .1s, opacity .1s;
  5459. transition: visibility .1s, opacity .1s;
  5460. }
  5461. .vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  5462. display: block;
  5463. visibility: hidden;
  5464. opacity: 0;
  5465. -webkit-transition: visibility 1s, opacity 1s;
  5466. -moz-transition: visibility 1s, opacity 1s;
  5467. -o-transition: visibility 1s, opacity 1s;
  5468. transition: visibility 1s, opacity 1s;
  5469. }
  5470. .vjs-default-skin.vjs-controls-disabled .vjs-control-bar, .vjs-default-skin.vjs-error .vjs-control-bar, .vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  5471. display: none;
  5472. }
  5473. @media \0screen {
  5474. .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar : before {
  5475. content: ""}
  5476. }.vjs-default-skin .vjs-control {
  5477. outline: 0;
  5478. position: relative;
  5479. float: left;
  5480. text-align: center;
  5481. margin: 0;
  5482. padding: 0;
  5483. height: 3em;
  5484. width: 4em;
  5485. }
  5486. .vjs-default-skin .vjs-control:before {
  5487. font-family: VideoJS;
  5488. font-size: 1.5em;
  5489. line-height: 2;
  5490. position: absolute;
  5491. top: 0;
  5492. left: 0;
  5493. width: 100%;
  5494. height: 100%;
  5495. text-align: center;
  5496. text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  5497. }
  5498. .vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
  5499. text-shadow: 0 0 1em #fff;
  5500. }
  5501. .vjs-default-skin .vjs-control-text {
  5502. border: 0;
  5503. clip: rect(0 0 0 0);
  5504. height: 1px;
  5505. margin: -1px;
  5506. overflow: hidden;
  5507. padding: 0;
  5508. position: absolute;
  5509. width: 1px;
  5510. }
  5511. .vjs-default-skin .vjs-play-control {
  5512. width: 5em;
  5513. cursor: pointer;
  5514. }
  5515. .vjs-default-skin .vjs-play-control:before {
  5516. content: "\e001"}
  5517. .vjs-default-skin.vjs-playing .vjs-play-control:before {
  5518. content: "\e002"}
  5519. .vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  5520. font-size: 1.5em;
  5521. line-height: 2;
  5522. position: absolute;
  5523. top: 0;
  5524. left: 0;
  5525. width: 100%;
  5526. height: 100%;
  5527. text-align: center;
  5528. text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  5529. }
  5530. .vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  5531. width: 4em;
  5532. left: -2em;
  5533. list-style: none;
  5534. }
  5535. .vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
  5536. cursor: pointer;
  5537. float: right;
  5538. }
  5539. .vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
  5540. content: "\e006"}
  5541. .vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  5542. content: "\e003"}
  5543. .vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  5544. content: "\e004"}
  5545. .vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  5546. content: "\e005"}
  5547. .vjs-default-skin .vjs-volume-control {
  5548. width: 5em;
  5549. float: right;
  5550. }
  5551. .vjs-default-skin .vjs-volume-bar {
  5552. width: 5em;
  5553. height: .6em;
  5554. margin: 1.1em auto 0;
  5555. }
  5556. .vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  5557. height: 2.9em;
  5558. }
  5559. .vjs-default-skin .vjs-volume-level {
  5560. position: absolute;
  5561. top: 0;
  5562. left: 0;
  5563. height: .5em;
  5564. width: 100%}
  5565. .vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  5566. width: .5em;
  5567. height: .5em;
  5568. left: 4.5em;
  5569. }
  5570. .vjs-default-skin .vjs-volume-handle:before {
  5571. font-size: .9em;
  5572. top: -.2em;
  5573. left: -.2em;
  5574. width: 1em;
  5575. height: 1em;
  5576. }
  5577. .vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  5578. width: 6em;
  5579. left: -4em;
  5580. }
  5581. .vjs-default-skin .vjs-progress-control {
  5582. position: absolute;
  5583. left: 0;
  5584. right: 0;
  5585. width: auto;
  5586. font-size: .3em;
  5587. height: 1em;
  5588. top: -1em;
  5589. -webkit-transition: all .4s;
  5590. -moz-transition: all .4s;
  5591. -o-transition: all .4s;
  5592. transition: all .4s;
  5593. }
  5594. .vjs-default-skin:hover .vjs-progress-control {
  5595. font-size: .9em;
  5596. -webkit-transition: all .2s;
  5597. -moz-transition: all .2s;
  5598. -o-transition: all .2s;
  5599. transition: all .2s;
  5600. }
  5601. .vjs-default-skin .vjs-progress-holder {
  5602. height: 100%}
  5603. .vjs-default-skin .vjs-progress-holder .vjs-load-progress, .vjs-default-skin .vjs-progress-holder .vjs-play-progress {
  5604. position: absolute;
  5605. display: block;
  5606. height: 100%;
  5607. margin: 0;
  5608. padding: 0;
  5609. width: 0;
  5610. left: 0;
  5611. top: 0;
  5612. }
  5613. .vjs-default-skin .vjs-load-progress {
  5614. background: #646464;
  5615. background: rgba(255, 255, 255, .4);
  5616. }
  5617. .vjs-default-skin .vjs-seek-handle {
  5618. width: 1.5em;
  5619. height: 100%}
  5620. .vjs-default-skin .vjs-seek-handle:before {
  5621. padding-top: .1em;
  5622. }
  5623. .vjs-default-skin.vjs-live .vjs-progress-control, .vjs-default-skin.vjs-live .vjs-time-controls, .vjs-default-skin.vjs-live .vjs-time-divider {
  5624. display: none;
  5625. }
  5626. .vjs-default-skin.vjs-live .vjs-live-display {
  5627. display: block;
  5628. }
  5629. .vjs-default-skin .vjs-live-display {
  5630. display: none;
  5631. font-size: 1em;
  5632. line-height: 3em;
  5633. }
  5634. .vjs-default-skin .vjs-time-controls {
  5635. font-size: 1em;
  5636. line-height: 3em;
  5637. }
  5638. .vjs-default-skin .vjs-current-time, .vjs-default-skin .vjs-duration {
  5639. float: left;
  5640. }
  5641. .vjs-default-skin .vjs-remaining-time {
  5642. display: none;
  5643. float: left;
  5644. }
  5645. .vjs-time-divider {
  5646. float: left;
  5647. line-height: 3em;
  5648. }
  5649. .vjs-default-skin .vjs-fullscreen-control {
  5650. width: 3.8em;
  5651. cursor: pointer;
  5652. float: right;
  5653. }
  5654. .vjs-default-skin .vjs-fullscreen-control:before {
  5655. content: "\e000"}
  5656. .vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  5657. content: "\e00b"}
  5658. .vjs-default-skin .vjs-big-play-button {
  5659. left: .5em;
  5660. top: .5em;
  5661. font-size: 3em;
  5662. display: block;
  5663. z-index: 2;
  5664. position: absolute;
  5665. width: 4em;
  5666. height: 2.6em;
  5667. text-align: center;
  5668. vertical-align: middle;
  5669. cursor: pointer;
  5670. opacity: 1;
  5671. background-color: #07141e;
  5672. background-color: rgba(7, 20, 30, .7);
  5673. border: .1em solid #3b4249;
  5674. -webkit-border-radius: .8em;
  5675. -moz-border-radius: .8em;
  5676. border-radius: .8em;
  5677. -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, .25);
  5678. -moz-box-shadow: 0 0 1em rgba(255, 255, 255, .25);
  5679. box-shadow: 0 0 1em rgba(255, 255, 255, .25);
  5680. -webkit-transition: all .4s;
  5681. -moz-transition: all .4s;
  5682. -o-transition: all .4s;
  5683. transition: all .4s;
  5684. }
  5685. .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button, .vjs-default-skin.vjs-has-started .vjs-big-play-button, .vjs-default-skin.vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-error-display {
  5686. display: none;
  5687. }
  5688. .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  5689. left: 50%;
  5690. margin-left: -2.1em;
  5691. top: 50%;
  5692. margin-top: -1.4em;
  5693. }
  5694. .vjs-default-skin .vjs-big-play-button:focus, .vjs-default-skin:hover .vjs-big-play-button {
  5695. outline: 0;
  5696. border-color: #fff;
  5697. background-color: #505050;
  5698. background-color: rgba(50, 50, 50, .75);
  5699. -webkit-box-shadow: 0 0 3em #fff;
  5700. -moz-box-shadow: 0 0 3em #fff;
  5701. box-shadow: 0 0 3em #fff;
  5702. -webkit-transition: all 0s;
  5703. -moz-transition: all 0s;
  5704. -o-transition: all 0s;
  5705. transition: all 0s;
  5706. }
  5707. .vjs-default-skin .vjs-big-play-button:before {
  5708. content: "\e001";
  5709. font-family: VideoJS;
  5710. line-height: 2.6em;
  5711. text-shadow: .05em .05em .1em #000;
  5712. text-align: center;
  5713. position: absolute;
  5714. left: 0;
  5715. width: 100%;
  5716. height: 100%}
  5717. .vjs-error .vjs-error-display {
  5718. display: block;
  5719. position: absolute;
  5720. left: 0;
  5721. top: 0;
  5722. width: 100%;
  5723. height: 100%}
  5724. .vjs-error .vjs-error-display:before {
  5725. content: 'X';
  5726. font-family: Arial;
  5727. font-size: 4em;
  5728. color: #666;
  5729. line-height: 1;
  5730. text-shadow: .05em .05em .1em #000;
  5731. text-align: center;
  5732. vertical-align: middle;
  5733. position: absolute;
  5734. top: 50%;
  5735. margin-top: -.5em;
  5736. width: 100%}
  5737. .vjs-error-display div {
  5738. position: absolute;
  5739. font-size: 1.4em;
  5740. text-align: center;
  5741. bottom: 1em;
  5742. right: 1em;
  5743. left: 1em;
  5744. }
  5745. .vjs-error-display a, .vjs-error-display a:visited {
  5746. color: #F4A460;
  5747. }
  5748. .vjs-loading-spinner {
  5749. display: none;
  5750. position: absolute;
  5751. top: 50%;
  5752. left: 50%;
  5753. font-size: 4em;
  5754. line-height: 1;
  5755. width: 1em;
  5756. height: 1em;
  5757. margin-left: -.5em;
  5758. margin-top: -.5em;
  5759. opacity: .75;
  5760. -webkit-animation: spin 1.5s infinite linear;
  5761. -moz-animation: spin 1.5s infinite linear;
  5762. -o-animation: spin 1.5s infinite linear;
  5763. animation: spin 1.5s infinite linear;
  5764. }
  5765. .video-js.vjs-error .vjs-loading-spinner {
  5766. display: none!important;
  5767. -webkit-animation: none;
  5768. -moz-animation: none;
  5769. -o-animation: none;
  5770. animation: none;
  5771. }
  5772. .vjs-default-skin .vjs-loading-spinner:before {
  5773. content: "\e01e";
  5774. font-family: VideoJS;
  5775. position: absolute;
  5776. top: 0;
  5777. left: 0;
  5778. width: 1em;
  5779. height: 1em;
  5780. text-align: center;
  5781. text-shadow: 0 0 .1em #000;
  5782. }
  5783. .video-js, .vjs-no-js {
  5784. font-family: Arial, sans-serif;
  5785. }
  5786. @-moz-keyframes spin {
  5787. 0% {
  5788. -moz-transform: rotate(0);
  5789. }
  5790. 100% {
  5791. -moz-transform: rotate(359deg);
  5792. }
  5793. }@-webkit-keyframes spin {
  5794. 0% {
  5795. -webkit-transform: rotate(0);
  5796. }
  5797. 100% {
  5798. -webkit-transform: rotate(359deg);
  5799. }
  5800. }@-o-keyframes spin {
  5801. 0% {
  5802. -o-transform: rotate(0);
  5803. }
  5804. 100% {
  5805. -o-transform: rotate(359deg);
  5806. }
  5807. }@keyframes spin {
  5808. 0% {
  5809. -webkit-transform: rotate(0);
  5810. transform: rotate(0);
  5811. }
  5812. 100% {
  5813. -webkit-transform: rotate(359deg);
  5814. transform: rotate(359deg);
  5815. }
  5816. }.vjs-default-skin .vjs-menu-button {
  5817. float: right;
  5818. cursor: pointer;
  5819. }
  5820. .vjs-default-skin .vjs-menu {
  5821. display: none;
  5822. position: absolute;
  5823. bottom: 0;
  5824. left: 0;
  5825. width: 0;
  5826. height: 0;
  5827. margin-bottom: 3em;
  5828. border-left: 2em solid transparent;
  5829. border-right: 2em solid transparent;
  5830. border-top: 1.55em solid #000;
  5831. border-top-color: rgba(7, 40, 50, .5);
  5832. }
  5833. .vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  5834. display: block;
  5835. padding: 0;
  5836. margin: 0;
  5837. position: absolute;
  5838. width: 10em;
  5839. bottom: 1.5em;
  5840. max-height: 15em;
  5841. overflow: auto;
  5842. left: -5em;
  5843. background-color: #07141e;
  5844. background-color: rgba(7, 20, 30, .7);
  5845. -webkit-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
  5846. -moz-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
  5847. box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
  5848. }
  5849. .vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  5850. display: block;
  5851. }
  5852. .vjs-default-skin .vjs-menu-button ul li {
  5853. list-style: none;
  5854. margin: 0;
  5855. padding: .3em 0;
  5856. line-height: 1.4em;
  5857. font-size: 1.2em;
  5858. text-align: center;
  5859. text-transform: lowercase;
  5860. }
  5861. .vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  5862. background-color: #000;
  5863. }
  5864. .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover, .vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover {
  5865. outline: 0;
  5866. color: #111;
  5867. background-color: #fff;
  5868. background-color: rgba(255, 255, 255, .75);
  5869. -webkit-box-shadow: 0 0 1em #fff;
  5870. -moz-box-shadow: 0 0 1em #fff;
  5871. box-shadow: 0 0 1em #fff;
  5872. }
  5873. .vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  5874. text-align: center;
  5875. text-transform: uppercase;
  5876. font-size: 1em;
  5877. line-height: 2em;
  5878. padding: 0;
  5879. margin: 0 0 .3em;
  5880. font-weight: 700;
  5881. cursor: default;
  5882. }
  5883. .vjs-default-skin .vjs-subtitles-button:before {
  5884. content: "\e00c"}
  5885. .vjs-default-skin .vjs-captions-button:before {
  5886. content: "\e008"}
  5887. .vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  5888. -webkit-box-shadow: 0 0 1em #fff;
  5889. -moz-box-shadow: 0 0 1em #fff;
  5890. box-shadow: 0 0 1em #fff;
  5891. }
  5892. .video-js {
  5893. background-color: #000;
  5894. position: relative;
  5895. padding: 0;
  5896. font-size: 10px;
  5897. vertical-align: middle;
  5898. font-weight: 400;
  5899. font-style: normal;
  5900. user-select: none;
  5901. }
  5902. .video-js .vjs-tech {
  5903. position: absolute;
  5904. top: 0;
  5905. left: 0;
  5906. width: 100%;
  5907. height: 100%}
  5908. .video-js:-moz-full-screen {
  5909. position: absolute;
  5910. }
  5911. body.vjs-full-window {
  5912. padding: 0;
  5913. margin: 0;
  5914. height: 100%;
  5915. overflow-y: auto;
  5916. }
  5917. .video-js.vjs-fullscreen {
  5918. position: fixed;
  5919. overflow: hidden;
  5920. z-index: 1000;
  5921. left: 0;
  5922. top: 0;
  5923. bottom: 0;
  5924. right: 0;
  5925. width: 100%!important;
  5926. height: 100%!important;
  5927. }
  5928. .video-js:-webkit-full-screen {
  5929. width: 100%!important;
  5930. height: 100%!important;
  5931. }
  5932. .video-js.vjs-fullscreen.vjs-user-inactive {
  5933. cursor: none;
  5934. }
  5935. .vjs-poster {
  5936. background-repeat: no-repeat;
  5937. background-position: 50% 50%;
  5938. background-size: contain;
  5939. cursor: pointer;
  5940. height: 100%;
  5941. margin: 0;
  5942. padding: 0;
  5943. position: relative;
  5944. width: 100%}
  5945. .vjs-poster img {
  5946. display: block;
  5947. margin: 0 auto;
  5948. max-height: 100%;
  5949. padding: 0;
  5950. width: 100%}
  5951. .video-js.vjs-using-native-controls .vjs-poster {
  5952. display: none;
  5953. }
  5954. .video-js .vjs-text-track-display {
  5955. text-align: center;
  5956. position: absolute;
  5957. bottom: 4em;
  5958. left: 1em;
  5959. right: 1em;
  5960. }
  5961. .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  5962. bottom: 1em;
  5963. }
  5964. .video-js .vjs-text-track {
  5965. display: none;
  5966. font-size: 1.4em;
  5967. text-align: center;
  5968. margin-bottom: .1em;
  5969. background-color: #000;
  5970. background-color: rgba(0, 0, 0, .5);
  5971. }
  5972. .video-js .vjs-subtitles {
  5973. color: #fff;
  5974. }
  5975. .video-js .vjs-captions {
  5976. color: #fc6;
  5977. }
  5978. .vjs-tt-cue {
  5979. display: block;
  5980. }
  5981. .vjs-default-skin .vjs-hidden {
  5982. display: none;
  5983. }
  5984. .vjs-lock-showing {
  5985. display: block!important;
  5986. opacity: 1;
  5987. visibility: visible;
  5988. }
  5989. .vjs-no-js {
  5990. padding: 20px;
  5991. color: #ccc;
  5992. background-color: #333;
  5993. font-size: 18px;
  5994. text-align: center;
  5995. width: 300px;
  5996. height: 150px;
  5997. margin: 0 auto;
  5998. }
  5999. .vjs-no-js a, .vjs-no-js a:visited {
  6000. color: #F4A460;
  6001. }
  6002. .cancel-off-png, .cancel-on-png, .star-half-png, .star-off-png, .star-on-png {
  6003. font-size: 2em;
  6004. font-family: raty;
  6005. font-variant: normal;
  6006. font-weight: 400;
  6007. line-height: 1;
  6008. speak: none;
  6009. text-transform: none;
  6010. }
  6011. @font-face {
  6012. font-family: raty;
  6013. font-style: normal;
  6014. font-weight: 400;
  6015. src: url(../fonts/raty.eot);
  6016. src: url(../fonts/raty.eot?#iefix) format("embedded-opentype");
  6017. src: url(../fonts/raty.svg#raty) format("svg");
  6018. src: url(../fonts/raty.ttf) format("truetype");
  6019. src: url(../fonts/raty.woff) format("woff");
  6020. }
  6021. .cancel-on-png:before {
  6022. content: "\e600"}
  6023. .cancel-off-png:before {
  6024. content: "\e601"}
  6025. .star-on-png:before {
  6026. content: "\f005"}
  6027. .star-off-png:before {
  6028. content: "\f006"}
  6029. .star-half-png:before {
  6030. content: "\f123"}
  6031. .blueimp-gallery, .blueimp-gallery>.slides>.slide>.slide-content {
  6032. position: absolute;
  6033. top: 0;
  6034. right: 0;
  6035. bottom: 0;
  6036. left: 0;
  6037. -moz-backface-visibility: hidden;
  6038. }
  6039. .blueimp-gallery>.slides>.slide>.slide-content {
  6040. margin: auto;
  6041. width: auto;
  6042. height: auto;
  6043. max-width: 100%;
  6044. max-height: 100%;
  6045. opacity: 1;
  6046. }
  6047. .blueimp-gallery {
  6048. position: fixed;
  6049. z-index: 999999;
  6050. overflow: hidden;
  6051. background: #000;
  6052. background: rgba(0, 0, 0, .9);
  6053. opacity: 0;
  6054. display: none;
  6055. direction: ltr;
  6056. -ms-touch-action: none;
  6057. touch-action: none;
  6058. }
  6059. .blueimp-gallery-carousel {
  6060. position: relative;
  6061. z-index: auto;
  6062. margin: 1em auto;
  6063. padding-bottom: 56.25%;
  6064. box-shadow: 0 0 10px #000;
  6065. -ms-touch-action: pan-y;
  6066. touch-action: pan-y;
  6067. }
  6068. .blueimp-gallery-display {
  6069. display: block;
  6070. opacity: 1;
  6071. }
  6072. .blueimp-gallery>.slides {
  6073. position: relative;
  6074. height: 100%;
  6075. overflow: hidden;
  6076. }
  6077. .blueimp-gallery-carousel>.slides {
  6078. position: absolute;
  6079. }
  6080. .blueimp-gallery>.slides>.slide {
  6081. position: relative;
  6082. float: left;
  6083. height: 100%;
  6084. text-align: center;
  6085. -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  6086. -moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  6087. -ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  6088. -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  6089. transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  6090. }
  6091. .blueimp-gallery, .blueimp-gallery>.slides>.slide>.slide-content {
  6092. -webkit-transition: opacity .5s linear;
  6093. -moz-transition: opacity .5s linear;
  6094. -ms-transition: opacity .5s linear;
  6095. -o-transition: opacity .5s linear;
  6096. transition: opacity .5s linear;
  6097. }
  6098. .blueimp-gallery>.slides>.slide-loading {
  6099. background: url(../images/loading.gif) center no-repeat;
  6100. background-size: 64px 64px;
  6101. }
  6102. .blueimp-gallery>.slides>.slide-loading>.slide-content {
  6103. opacity: 0;
  6104. }
  6105. .blueimp-gallery>.slides>.slide-error {
  6106. background: url(../images/error.png) center no-repeat;
  6107. }
  6108. .blueimp-gallery>.slides>.slide-error>.slide-content {
  6109. display: none;
  6110. }
  6111. .blueimp-gallery>.next, .blueimp-gallery>.prev {
  6112. position: absolute;
  6113. top: 50%;
  6114. left: 15px;
  6115. width: 40px;
  6116. height: 40px;
  6117. margin-top: -23px;
  6118. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6119. font-size: 60px;
  6120. font-weight: 100;
  6121. line-height: 30px;
  6122. color: #fff;
  6123. text-decoration: none;
  6124. text-shadow: 0 0 2px #000;
  6125. text-align: center;
  6126. background: #222;
  6127. background: rgba(0, 0, 0, .5);
  6128. -webkit-box-sizing: content-box;
  6129. -moz-box-sizing: content-box;
  6130. box-sizing: content-box;
  6131. border: 3px solid #fff;
  6132. -webkit-border-radius: 23px;
  6133. -moz-border-radius: 23px;
  6134. border-radius: 23px;
  6135. opacity: .5;
  6136. cursor: pointer;
  6137. display: none;
  6138. }
  6139. .blueimp-gallery>.next {
  6140. left: auto;
  6141. right: 15px;
  6142. }
  6143. .blueimp-gallery>.close, .blueimp-gallery>.title {
  6144. position: absolute;
  6145. top: 15px;
  6146. left: 15px;
  6147. margin: 0 40px 0 0;
  6148. font-size: 20px;
  6149. line-height: 30px;
  6150. color: #fff;
  6151. text-shadow: 0 0 2px #000;
  6152. opacity: .8;
  6153. display: none;
  6154. }
  6155. .blueimp-gallery>.close {
  6156. padding: 15px;
  6157. right: 15px;
  6158. left: auto;
  6159. margin: -15px;
  6160. font-size: 30px;
  6161. text-decoration: none;
  6162. cursor: pointer;
  6163. }
  6164. .blueimp-gallery>.play-pause {
  6165. position: absolute;
  6166. right: 15px;
  6167. bottom: 15px;
  6168. width: 15px;
  6169. height: 15px;
  6170. background: url(../images/play-pause.png) no-repeat;
  6171. cursor: pointer;
  6172. opacity: .5;
  6173. display: none;
  6174. }
  6175. .blueimp-gallery-playing>.play-pause {
  6176. background-position: -15px 0;
  6177. }
  6178. .blueimp-gallery>.close:hover, .blueimp-gallery>.next:hover, .blueimp-gallery>.play-pause:hover, .blueimp-gallery>.prev:hover, .blueimp-gallery>.title:hover {
  6179. color: #fff;
  6180. opacity: 1;
  6181. }
  6182. .blueimp-gallery-controls>.close, .blueimp-gallery-controls>.next, .blueimp-gallery-controls>.play-pause, .blueimp-gallery-controls>.prev, .blueimp-gallery-controls>.title {
  6183. display: block;
  6184. -webkit-transform: translateZ(0);
  6185. -moz-transform: translateZ(0);
  6186. -ms-transform: translateZ(0);
  6187. -o-transform: translateZ(0);
  6188. transform: translateZ(0);
  6189. }
  6190. .blueimp-gallery-left>.prev, .blueimp-gallery-right>.next, .blueimp-gallery-single>.next, .blueimp-gallery-single>.play-pause, .blueimp-gallery-single>.prev {
  6191. display: none;
  6192. }
  6193. .blueimp-gallery>.close, .blueimp-gallery>.next, .blueimp-gallery>.play-pause, .blueimp-gallery>.prev, .blueimp-gallery>.slides>.slide>.slide-content {
  6194. -webkit-user-select: none;
  6195. -khtml-user-select: none;
  6196. -moz-user-select: none;
  6197. -ms-user-select: none;
  6198. user-select: none;
  6199. }
  6200. body:last-child .blueimp-gallery>.slides>.slide-error {
  6201. background-image: url(../images/error.svg);
  6202. }
  6203. body:last-child .blueimp-gallery>.play-pause {
  6204. width: 20px;
  6205. height: 20px;
  6206. background-size: 40px 20px;
  6207. background-image: url(../images/play-pause.svg);
  6208. }
  6209. body:last-child .blueimp-gallery-playing>.play-pause {
  6210. background-position: -20px 0;
  6211. }
  6212. .blueimp-gallery>.indicator {
  6213. position: absolute;
  6214. top: auto;
  6215. right: 15px;
  6216. bottom: 15px;
  6217. left: 15px;
  6218. margin: 0 40px;
  6219. padding: 0;
  6220. list-style: none;
  6221. text-align: center;
  6222. line-height: 10px;
  6223. display: none;
  6224. -webkit-user-select: none;
  6225. -khtml-user-select: none;
  6226. -moz-user-select: none;
  6227. -ms-user-select: none;
  6228. user-select: none;
  6229. }
  6230. .blueimp-gallery>.indicator>li {
  6231. display: inline-block;
  6232. width: 9px;
  6233. height: 9px;
  6234. margin: 6px 3px 0;
  6235. -webkit-box-sizing: content-box;
  6236. -moz-box-sizing: content-box;
  6237. box-sizing: content-box;
  6238. border: 1px solid transparent;
  6239. background: #ccc;
  6240. background: center no-repeat rgba(255, 255, 255, .25);
  6241. border-radius: 5px;
  6242. box-shadow: 0 0 2px #000;
  6243. opacity: .5;
  6244. cursor: pointer;
  6245. }
  6246. .blueimp-gallery>.indicator>.active, .blueimp-gallery>.indicator>li:hover {
  6247. background-color: #fff;
  6248. border-color: #fff;
  6249. opacity: 1;
  6250. }
  6251. .blueimp-gallery-controls>.indicator {
  6252. display: block;
  6253. -webkit-transform: translateZ(0);
  6254. -moz-transform: translateZ(0);
  6255. -ms-transform: translateZ(0);
  6256. -o-transform: translateZ(0);
  6257. transform: translateZ(0);
  6258. }
  6259. .blueimp-gallery-single>.indicator, .blueimp-gallery>.slides>.slide>.video-content>video, .blueimp-gallery>.slides>.slide>.video-playing>a, .blueimp-gallery>.slides>.slide>.video-playing>img {
  6260. display: none;
  6261. }
  6262. .blueimp-gallery>.slides>.slide>.video-content>img {
  6263. position: absolute;
  6264. top: 0;
  6265. right: 0;
  6266. bottom: 0;
  6267. left: 0;
  6268. margin: auto;
  6269. width: auto;
  6270. height: auto;
  6271. max-width: 100%;
  6272. max-height: 100%;
  6273. -moz-backface-visibility: hidden;
  6274. }
  6275. .blueimp-gallery>.slides>.slide>.video-content>video {
  6276. position: absolute;
  6277. top: 0;
  6278. left: 0;
  6279. width: 100%;
  6280. height: 100%}
  6281. .blueimp-gallery>.slides>.slide>.video-content>iframe {
  6282. position: absolute;
  6283. top: 100%;
  6284. left: 0;
  6285. width: 100%;
  6286. height: 100%;
  6287. border: none;
  6288. }
  6289. .blueimp-gallery>.slides>.slide>.video-playing>iframe {
  6290. top: 0;
  6291. }
  6292. .blueimp-gallery>.slides>.slide>.video-content>a {
  6293. position: absolute;
  6294. top: 50%;
  6295. right: 0;
  6296. left: 0;
  6297. margin: -64px auto 0;
  6298. width: 128px;
  6299. height: 128px;
  6300. background: url(../images/video-play.png) center no-repeat;
  6301. opacity: .8;
  6302. cursor: pointer;
  6303. }
  6304. .blueimp-gallery>.slides>.slide>.video-content>a:hover {
  6305. opacity: 1;
  6306. }
  6307. .blueimp-gallery>.slides>.slide>.video-playing>video {
  6308. display: block;
  6309. }
  6310. .blueimp-gallery>.slides>.slide>.video-loading>a {
  6311. background: url(../images/loading.gif) center no-repeat;
  6312. background-size: 64px 64px;
  6313. }
  6314. body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
  6315. background-image: url(../images/video-play.svg);
  6316. }
  6317. .icheckbox_square-aero, .iradio_square-aero {
  6318. display: inline-block;
  6319. vertical-align: middle;
  6320. margin: 0;
  6321. padding: 0;
  6322. width: 22px;
  6323. height: 22px;
  6324. background: url(../images/aero.png) no-repeat;
  6325. border: none;
  6326. cursor: pointer;
  6327. }
  6328. .inner, .loader {
  6329. position: absolute;
  6330. border-radius: 50%}
  6331. .icheckbox_square-aero {
  6332. background-position: 0 0;
  6333. }
  6334. .icheckbox_square-aero.hover {
  6335. background-position: -24px 0;
  6336. }
  6337. .icheckbox_square-aero.checked {
  6338. background-position: -48px 0;
  6339. }
  6340. .icheckbox_square-aero.disabled {
  6341. background-position: -72px 0;
  6342. cursor: default;
  6343. }
  6344. .icheckbox_square-aero.checked.disabled {
  6345. background-position: -96px 0;
  6346. }
  6347. .iradio_square-aero {
  6348. background-position: -120px 0;
  6349. }
  6350. .iradio_square-aero.hover {
  6351. background-position: -144px 0;
  6352. }
  6353. .iradio_square-aero.checked {
  6354. background-position: -168px 0;
  6355. }
  6356. .iradio_square-aero.disabled {
  6357. background-position: -192px 0;
  6358. cursor: default;
  6359. }
  6360. .iradio_square-aero.checked.disabled {
  6361. background-position: -216px 0;
  6362. }
  6363. @media (-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {
  6364. .icheckbox_square-aero, .iradio_square-aero {
  6365. background-image: url(aero@2x.png);
  6366. -webkit-background-size: 240px 24px;
  6367. background-size: 240px 24px;
  6368. }
  6369. }body, html {
  6370. height: 100%}
  6371. #main-loading-outter {
  6372. display: none;
  6373. position: absolute;
  6374. top: 0;
  6375. left: 0;
  6376. width: 100%;
  6377. height: 100%;
  6378. background-color: rgba(255, 255, 255, .8);
  6379. z-index: 9999;
  6380. }
  6381. #main-loading-container {
  6382. display: block!important;
  6383. position: absolute;
  6384. top: 45%;
  6385. left: 48%;
  6386. z-index: 0;
  6387. }
  6388. .loader {
  6389. top: calc(18%);
  6390. left: calc(18%);
  6391. width: 120px;
  6392. height: 120px;
  6393. -webkit-perspective: 800px;
  6394. perspective: 800px;
  6395. }
  6396. .inner {
  6397. box-sizing: border-box;
  6398. width: 100%;
  6399. height: 100%}
  6400. .actions .scraper-container .form-group .form-control, .settings .form-group .form-control {
  6401. height: 45px;
  6402. }
  6403. .inner.one {
  6404. left: 0;
  6405. top: 0;
  6406. -webkit-animation: rotate-one 1s linear infinite;
  6407. animation: rotate-one 1s linear infinite;
  6408. border-bottom: 3px solid #4fb99f;
  6409. }
  6410. .inner.two {
  6411. right: 0;
  6412. top: 0;
  6413. -webkit-animation: rotate-two 1s linear infinite;
  6414. animation: rotate-two 1s linear infinite;
  6415. border-right: 3px solid #4fb99f;
  6416. }
  6417. .inner.three {
  6418. right: 0;
  6419. bottom: 0;
  6420. -webkit-animation: rotate-three 1s linear infinite;
  6421. animation: rotate-three 1s linear infinite;
  6422. border-top: 3px solid #4fb99f;
  6423. }
  6424. @-webkit-keyframes rotate-one {
  6425. 0% {
  6426. -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  6427. transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  6428. }
  6429. 100% {
  6430. -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  6431. transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  6432. }
  6433. }@keyframes rotate-one {
  6434. 0% {
  6435. -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  6436. transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  6437. }
  6438. 100% {
  6439. -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  6440. transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  6441. }
  6442. }@-webkit-keyframes rotate-two {
  6443. 0% {
  6444. -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  6445. transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  6446. }
  6447. 100% {
  6448. -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  6449. transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  6450. }
  6451. }@keyframes rotate-two {
  6452. 0% {
  6453. -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  6454. transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  6455. }
  6456. 100% {
  6457. -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  6458. transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  6459. }
  6460. }@-webkit-keyframes rotate-three {
  6461. 0% {
  6462. -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  6463. transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  6464. }
  6465. 100% {
  6466. -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  6467. transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  6468. }
  6469. }@keyframes rotate-three {
  6470. 0% {
  6471. -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  6472. transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  6473. }
  6474. 100% {
  6475. -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  6476. transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  6477. }
  6478. }#stats-bar {
  6479. margin-bottom: 30px;
  6480. }
  6481. @media (min-width:768px) {
  6482. #stats-bar {
  6483. margin-left: -15px;
  6484. }
  6485. }@media (min-width:1230px) {
  6486. #stats-bar {
  6487. margin-left: 1.5%}
  6488. }@media (min-width:1480px) {
  6489. #stats-bar {
  6490. margin-left: 5%}
  6491. }.stats-box {
  6492. margin: 0 15px;
  6493. padding: 0;
  6494. background: #fff;
  6495. color: #999;
  6496. box-shadow: 1px 1px 2px 0 #d0d0d0;
  6497. }
  6498. .actions .scraper-contents, .stats-box {
  6499. -webkit-box-shadow: 1px 1px 2px 0 #d0d0d0;
  6500. -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
  6501. }
  6502. .stats-box>.stats-text {
  6503. padding: 23px 0;
  6504. text-align: center;
  6505. font-size: 16px;
  6506. vertical-align: middle;
  6507. }
  6508. .stats-box>.stats-text>strong {
  6509. display: block;
  6510. }
  6511. .stats-box>.stats-icon {
  6512. padding: 10px 0;
  6513. font-size: 50px;
  6514. color: #fff;
  6515. text-align: center;
  6516. vertical-align: middle;
  6517. }
  6518. .stats-box:nth-child(1)>.stats-icon {
  6519. background: #5cb85c;
  6520. }
  6521. .stats-box:nth-child(2)>.stats-icon {
  6522. background: #d82123;
  6523. }
  6524. .stats-box:nth-child(3)>.stats-icon {
  6525. background: #1E824C;
  6526. }
  6527. .stats-box:nth-child(4)>.stats-icon {
  6528. background: #2980b9;
  6529. }
  6530. .stats-box:nth-child(5)>.stats-icon {
  6531. background: #336e7b;
  6532. }
  6533. .ads, .media-page .content .col-sm-12 {
  6534. padding: 25px 55px 55px!important;
  6535. }
  6536. .actions .scraper-container {
  6537. margin-bottom: 15px;
  6538. }
  6539. .actions .scraper-container.disabled {
  6540. opacity: .3;
  6541. cursor: no-drop;
  6542. }
  6543. .actions .scraper-container.disabled .btn, .actions .scraper-container.disabled input, .actions .scraper-container.disabled select {
  6544. pointer-events: none;
  6545. }
  6546. .actions .delete-container .btn {
  6547. margin: 5px 0;
  6548. }
  6549. .actions .scraper-contents {
  6550. padding: 10px 20px;
  6551. background-color: #fff;
  6552. box-shadow: 1px 1px 2px 0 #d0d0d0;
  6553. }
  6554. .actions .dash-padding {
  6555. padding-top: 25px;
  6556. }
  6557. .table-centered .col-sm-1>.img-responsive {
  6558. padding: 4px;
  6559. }
  6560. .settings {
  6561. padding: 50px;
  6562. }
  6563. .settings .form-group {
  6564. margin-bottom: 30px;
  6565. }
  6566. .settings .form-group label {
  6567. padding-top: 10px;
  6568. }
  6569. .settings .submit-btn {
  6570. margin-bottom: 20px;
  6571. width: 100%;
  6572. border: none;
  6573. border-bottom: 5px solid #3d9882;
  6574. }
  6575. .settings .panel {
  6576. border: 1px solid #d5d7d7;
  6577. }
  6578. .settings .panel .form-group {
  6579. margin-bottom: 0;
  6580. }
  6581. .settings .panel .panel-heading {
  6582. background-color: #4d4c50;
  6583. color: #fff;
  6584. font-weight: 700;
  6585. }
  6586. .categories-page #categories-list h4 {
  6587. background-color: #303236;
  6588. padding: 10px;
  6589. color: #D1D2D4;
  6590. margin: 0;
  6591. font-size: 15px;
  6592. height: 54px;
  6593. }
  6594. .categories-page #categories-list h4 .pull-left {
  6595. padding-top: 9px;
  6596. }
  6597. .categories-page #categories-list>ul>li {
  6598. background-color: #fff;
  6599. padding: 10px;
  6600. margin-bottom: 5px;
  6601. text-transform: uppercase;
  6602. font-weight: 700;
  6603. }
  6604. .categories-page #categories-list>ul>li .pull-left {
  6605. padding-top: 5px;
  6606. font-size: 15px;
  6607. padding-left: 5px;
  6608. }
  6609. .categories-page #categories-list>ul>li .pull-left .fa {
  6610. padding-right: 5px;
  6611. }
  6612. .categories-page #categories-list>ul>li:hover {
  6613. cursor: pointer;
  6614. }
  6615. .categories-page #categories-list>ul>li.active {
  6616. background-color: #98d6c7;
  6617. color: #fff;
  6618. }
  6619. .categories-page #category-panel .category-heading {
  6620. background-color: #303236;
  6621. padding: 10px;
  6622. color: #D1D2D4;
  6623. margin: 0 15px 10px;
  6624. font-size: 15px;
  6625. text-transform: uppercase;
  6626. }
  6627. .categories-page #category-panel .category-heading .pull-left {
  6628. padding-top: 9px;
  6629. padding-left: 5px;
  6630. }
  6631. .categories-page #category-panel .category-heading .pull-left .fa {
  6632. padding-right: 5px;
  6633. }
  6634. .categories-page #category-panel #category-search {
  6635. width: 50%}
  6636. .categories-page #category-panel #category-search>#search-group>select {
  6637. width: 15%;
  6638. padding-left: 5px;
  6639. border-left: 2px solid #303236;
  6640. color: #b7b8bb;
  6641. }
  6642. .categories-page #category-panel #category-search>#search-group>input {
  6643. width: 85%;
  6644. padding-left: 10px;
  6645. padding-bottom: 10px;
  6646. }
  6647. .categories-page #category-panel #category-search .form-control {
  6648. background-color: #3e4146;
  6649. border: none;
  6650. outline: 0;
  6651. }
  6652. .categories-page #category-panel #category-search .form-control::-moz-placeholder {
  6653. color: #b7b8bb;
  6654. opacity: 1;
  6655. }
  6656. .categories-page #category-panel #category-search .form-control:-ms-input-placeholder {
  6657. color: #b7b8bb;
  6658. }
  6659. .categories-page #category-panel #category-search .form-control::-webkit-input-placeholder {
  6660. color: #b7b8bb;
  6661. }
  6662. .categories-page #category-panel .category-body .remove-title {
  6663. position: absolute;
  6664. top: 0;
  6665. right: 0;
  6666. margin-right: 15px;
  6667. background-color: #d82123;
  6668. padding: 7px 9px;
  6669. color: #fff;
  6670. }
  6671. .categories-page #category-panel .category-body .remove-title:hover {
  6672. cursor: pointer;
  6673. background-color: #ac1a1c;
  6674. }
  6675. .categories-page #category-panel .category-body input {
  6676. margin-bottom: 15px;
  6677. }
  6678. .categories-page .panel-btns {
  6679. height: initial;
  6680. position: initial;
  6681. padding: 0!important;
  6682. }
  6683. .categories-page .panel-btns>.panel-btn {
  6684. line-height: initial;
  6685. }
  6686. .categories-page .panel-btns>.panel-btn:hover {
  6687. color: #ccc;
  6688. }
  6689. .categories-page .autocomplete-container {
  6690. display: block;
  6691. top: 55px;
  6692. min-width: initial;
  6693. width: 47%;
  6694. text-transform: initial;
  6695. }
  6696. .categories-page .autocomplete-container .suggestions {
  6697. overflow: auto;
  6698. max-height: 600px;
  6699. }
  6700. .categories-page .autocomplete-container .media-heading {
  6701. font-size: 15px;
  6702. padding-top: 5px;
  6703. }
  6704. .categories-page>.content, .categories-page>.content .panel-btns, .slider-page>.content, .slider-page>.content .panel-btns {
  6705. padding: 30px;
  6706. }
  6707. .categories-page .autocomplete-container .media-body {
  6708. font-size: 13px;
  6709. }
  6710. .categories-page .autocomplete-container .img-responsive {
  6711. width: 100%;
  6712. height: 100%}
  6713. .categories-page .autocomplete-container .media:hover {
  6714. background-color: #262626;
  6715. cursor: pointer;
  6716. }
  6717. .categories-page>.content .panel-heading, .slider-page>.content .panel-heading {
  6718. background: #4D4C50;
  6719. color: #fff;
  6720. font-weight: 700;
  6721. }
  6722. .categories-page>.content .panel-btns .panel-btn:hover, .slider-page>.content .panel-btns .panel-btn:hover {
  6723. background: 0 0;
  6724. }
  6725. .autocomplete-container-modal {
  6726. margin-top: 15px;
  6727. padding: 15px;
  6728. }
  6729. .autocomplete-container-modal:hover {
  6730. cursor: pointer;
  6731. }
  6732. .panel-btns {
  6733. position: absolute;
  6734. top: 0;
  6735. right: 0;
  6736. padding: 0;
  6737. height: 39px;
  6738. vertical-align: middle;
  6739. }
  6740. .panel-btns>.panel-btn {
  6741. margin: 0;
  6742. float: left;
  6743. display: block;
  6744. padding: 0 15px;
  6745. line-height: 36px;
  6746. font-size: 13px;
  6747. text-decoration: none;
  6748. font-weight: 300;
  6749. text-align: center;
  6750. background: 0 0;
  6751. border: 0;
  6752. outline: 0;
  6753. }
  6754. .panel-btns>.panel-btn:hover {
  6755. background-color: #dcdcdc;
  6756. border-color: transparent;
  6757. text-decoration: none;
  6758. }
  6759. .working {
  6760. text-align: center;
  6761. color: #fff;
  6762. margin-top: 100px;
  6763. font-size: 30px;
  6764. }
  6765. .dash-padding {
  6766. padding: 0 30px;
  6767. }
  6768. #dashboard {
  6769. background-color: #eff0f0;
  6770. padding-top: 0;
  6771. color: #72757E;
  6772. height: auto;
  6773. }
  6774. #dashboard h3 {
  6775. font-family: Ubuntu, sans-serif;
  6776. }
  6777. #dashboard>.navbar {
  6778. border-bottom: 1px solid #D1D1D4;
  6779. margin-left: 105px;
  6780. box-shadow: none;
  6781. }
  6782. #new-user-modal p {
  6783. color: #999;
  6784. margin-left: 5px;
  6785. margin-bottom: 3px;
  6786. }
  6787. #new-user-modal p:first-of-type {
  6788. margin-top: 10px;
  6789. }
  6790. #filter-row {
  6791. margin-bottom: 75px;
  6792. border: 1px solid #DEE0E4;
  6793. }
  6794. #filter-row .filter-row-search {
  6795. padding: 0;
  6796. height: 52px;
  6797. }
  6798. #filter-row .filter-row-search input {
  6799. background: url(../images/search.png) 96% no-repeat;
  6800. }
  6801. #filter-row .btn {
  6802. padding: 15px;
  6803. border-right: 1px solid #DEE0E4;
  6804. border-radius: 0;
  6805. }
  6806. #filter-row a, #filter-row>section {
  6807. padding: 14px;
  6808. border-right: 1px solid #DEE0E4;
  6809. }
  6810. #filter-row a>.fa-search, #filter-row>section>.fa-search {
  6811. font-size: 20px;
  6812. padding-right: 5px;
  6813. }
  6814. #filter-row>.filter-dropdown {
  6815. padding: 0;
  6816. height: 52px;
  6817. }
  6818. #filter-row>.filter-dropdown select::-ms-expand {
  6819. display: none;
  6820. }
  6821. #filter-row>.filter-dropdown select {
  6822. height: 100%;
  6823. border: none;
  6824. font-size: 17px;
  6825. letter-spacing: .5px;
  6826. color: #b3b3b3;
  6827. -webkit-appearance: none;
  6828. -moz-appearance: none;
  6829. appearance: none;
  6830. background: url(../images/chevron-down.png) 96% no-repeat;
  6831. box-shadow: none;
  6832. }
  6833. #filter-row>.filter-dropdown select:focus {
  6834. outline: 0;
  6835. }
  6836. .strip-input-styles {
  6837. height: 100%;
  6838. background-color: transparent;
  6839. border: none;
  6840. font-size: 15px;
  6841. }
  6842. .strip-input-styles:focus {
  6843. outline: 0;
  6844. }
  6845. .table-centered .img-responsive {
  6846. padding-right: 25px;
  6847. }
  6848. .table-centered td, .table-centered th {
  6849. text-align: center;
  6850. vertical-align: middle!important;
  6851. }
  6852. #dash-container {
  6853. position: relative;
  6854. display: block;
  6855. height: 100%;
  6856. overflow-x: hidden;
  6857. }
  6858. #dash-container .content {
  6859. position: relative;
  6860. margin-top: 80px;
  6861. display: block;
  6862. margin-left: 105px;
  6863. padding-bottom: 0;
  6864. min-height: 100vh;
  6865. }
  6866. #dash-container #sidebar {
  6867. position: absolute;
  6868. display: block;
  6869. top: 0;
  6870. bottom: 0;
  6871. width: 105px;
  6872. background: #303236;
  6873. z-index: 98;
  6874. }
  6875. #dash-container .sidebar-inner {
  6876. margin: 73.5px 0 0;
  6877. padding: 0;
  6878. list-style: none;
  6879. border-bottom: 1px solid rgba(255, 255, 255, .1);
  6880. }
  6881. #dash-container .sidebar-item {
  6882. position: relative;
  6883. margin: 0;
  6884. list-style: none;
  6885. height: 60px;
  6886. display: block;
  6887. font-size: 13px;
  6888. font-weight: 500;
  6889. text-align: center;
  6890. border-top: 1px solid rgba(255, 255, 255, .1);
  6891. border-bottom: 1px solid rgba(0, 0, 0, .25);
  6892. vertical-align: middle;
  6893. }
  6894. #dash-container .sidebar-item.active a {
  6895. background-color: #484b51;
  6896. }
  6897. #dash-container .sidebar-item a {
  6898. display: block;
  6899. margin: 0;
  6900. padding: 10px 0 5px;
  6901. height: 100%;
  6902. width: 100%;
  6903. background-color: #303236;
  6904. color: #D1D2D4;
  6905. cursor: pointer;
  6906. }
  6907. #dash-container .sidebar-item a .fa {
  6908. display: block;
  6909. font-size: 24px;
  6910. line-height: 1.2em;
  6911. }
  6912. #dash-container .sidebar-item a .badge {
  6913. position: absolute;
  6914. top: 5px;
  6915. left: 60%;
  6916. padding: 2px 5px;
  6917. font-size: 11px;
  6918. font-weight: 400;
  6919. -webkit-animation-delay: 3s;
  6920. animation-delay: 3s;
  6921. }
  6922. #dash-container .sidebar-item a:hover {
  6923. color: #E67E22;
  6924. text-decoration: none;
  6925. }
  6926. #create-edit-page {
  6927. background: #eff0f0;
  6928. padding-top: 120px;
  6929. }
  6930. #create-edit-page .actions-column p {
  6931. margin-top: 15px;
  6932. font-size: 12px;
  6933. }
  6934. #create-edit-page .nav-justified a {
  6935. color: #959595;
  6936. border: 1px solid #ddd;
  6937. background: #f5f5f5;
  6938. }
  6939. #create-edit-page .nav-justified .active {
  6940. font-weight: 700;
  6941. }
  6942. #create-edit-page .tab-pane {
  6943. padding: 15px 25px;
  6944. background: #fff;
  6945. border: 1px solid #ddd;
  6946. border-top: none;
  6947. }
  6948. #create-edit-page .season-btns {
  6949. margin: 15px 0;
  6950. }
  6951. #create-edit-page .season-btns .pull-right {
  6952. margin-right: 5px;
  6953. }
  6954. #create-edit-page #content {
  6955. padding-bottom: 50px;
  6956. }
  6957. #create-edit-page #content .autocomplete-container {
  6958. position: initial;
  6959. top: 0;
  6960. display: block;
  6961. }
  6962. #create-edit-page #content .autocomplete-container .media:hover {
  6963. background: #242629;
  6964. cursor: pointer;
  6965. }
  6966. #create-edit-page #cast-cont {
  6967. margin-top: 20px;
  6968. }
  6969. #create-edit-page #cast-cont figure {
  6970. display: inline-block;
  6971. padding-right: 10px;
  6972. padding-bottom: 25px;
  6973. }
  6974. #create-edit-page #cast-cont figure figcaption {
  6975. background: #d82123;
  6976. padding: 6px 10px;
  6977. color: #fff;
  6978. }
  6979. #create-edit-page #cast-cont figure figcaption .fa:hover {
  6980. cursor: pointer;
  6981. }
  6982. #create-edit-page #cast-cont figure .img-responsive {
  6983. width: 100%;
  6984. height: auto;
  6985. }
  6986. @media (min-width:768px) {
  6987. #create-edit-page #cast-cont figure .img-responsive {
  6988. height: 306px;
  6989. }
  6990. }@media (min-width:1230px) {
  6991. #create-edit-page #cast-cont figure .img-responsive {
  6992. height: 241px;
  6993. }
  6994. }@media (min-width:1480px) {
  6995. #create-edit-page #cast-cont figure .img-responsive {
  6996. height: 311px;
  6997. }
  6998. }#create-edit-page #images {
  6999. padding-top: 25px;
  7000. padding-bottom: 25px;
  7001. }
  7002. #create-edit-page #images .img-responsive {
  7003. margin-bottom: 20px;
  7004. }
  7005. #create-edit-page #images .delete-icon {
  7006. top: 0;
  7007. right: 15px;
  7008. }
  7009. #create-edit-page .panel-heading>.fa {
  7010. padding-right: 5px;
  7011. }
  7012. #create-edit-page .panel .fa-times {
  7013. color: #d82123;
  7014. padding-right: 3px;
  7015. }
  7016. #create-edit-page .panel .fa-times:hover {
  7017. cursor: pointer;
  7018. }
  7019. #create-edit-page .list-inline {
  7020. margin-top: 10px;
  7021. }
  7022. #upload-media-modal #filter-row {
  7023. margin: 0 0 75px!important;
  7024. border-top: none;
  7025. border-left: none;
  7026. }
  7027. #upload-media-modal .modal-body {
  7028. padding: 0;
  7029. }
  7030. #upload-media-modal .col-sm-12 {
  7031. padding: 0 55px 30px;
  7032. }
  7033. #upload-media-modal .col-sm-12 .img-responsive {
  7034. width: 274px;
  7035. }
  7036. #upload-media-modal #dropzone .btn {
  7037. margin-bottom: 50px;
  7038. }
  7039. .autocomplete-container img {
  7040. width: 32px;
  7041. height: 45px;
  7042. }
  7043. .modal-close {
  7044. position: absolute;
  7045. top: -10px;
  7046. right: -25px;
  7047. color: #4fb99f;
  7048. border: 0 transparent;
  7049. outline: 0;
  7050. font-size: 15px;
  7051. cursor: pointer;
  7052. background: 0 0;
  7053. z-index: 1000;
  7054. }
  7055. .fileinput-button {
  7056. position: relative;
  7057. overflow: hidden;
  7058. }
  7059. .fileinput-button input {
  7060. position: absolute;
  7061. top: 0;
  7062. right: 0;
  7063. margin: 0;
  7064. opacity: 0;
  7065. -ms-filter: 'alpha(opacity=0)';
  7066. font-size: 200px;
  7067. direction: ltr;
  7068. cursor: pointer;
  7069. }
  7070. .files>div {
  7071. display: inline-block;
  7072. text-align: center;
  7073. margin-right: 25px;
  7074. }
  7075. .files>div .btn {
  7076. margin-top: 7px;
  7077. }
  7078. #dropzone {
  7079. border: 4px dashed #eff0f0;
  7080. text-align: center;
  7081. background: #fff;
  7082. }
  7083. #dropzone>div>h3 {
  7084. padding-top: 70px;
  7085. color: #d5d7d7;
  7086. }
  7087. #dropzone .btn {
  7088. margin-bottom: 60px;
  7089. }
  7090. #dropzone .checkbox {
  7091. margin-top: 0;
  7092. margin-right: 15px;
  7093. }
  7094. #browse>figure {
  7095. position: relative;
  7096. display: inline-block;
  7097. padding: 3px;
  7098. }
  7099. #browse>figure>.img-responsive {
  7100. width: 100%;
  7101. height: 200px;
  7102. }
  7103. #browse>figure>.link-icon {
  7104. position: absolute;
  7105. left: 8px;
  7106. top: 8px;
  7107. padding: 0 3px;
  7108. color: #fff;
  7109. background: #4fb99f;
  7110. }
  7111. #browse>figure>.link-icon:hover {
  7112. cursor: pointer;
  7113. }
  7114. .delete-icon {
  7115. position: absolute;
  7116. right: 8px;
  7117. top: 8px;
  7118. padding: 0 5px;
  7119. color: #fff;
  7120. background: #d82123;
  7121. }
  7122. .delete-icon:hover {
  7123. cursor: pointer;
  7124. }
  7125. #vid-modal .modal-body, #vid-modal .modal-content {
  7126. padding: 0;
  7127. background-color: transparent;
  7128. border: none;
  7129. }
  7130. #vid-modal .modal-body iframe, #vid-modal .modal-content iframe {
  7131. border: none;
  7132. }
  7133. #vid-modal .modal-dialog {
  7134. display: -webkit-flex;
  7135. display: -ms-flexbox;
  7136. display: flex;
  7137. -webkit-align-items: center;
  7138. -ms-flex-align: center;
  7139. align-items: center;
  7140. -webkit-justify-content: center;
  7141. -ms-flex-pack: center;
  7142. justify-content: center;
  7143. }
  7144. #vid-modal .modal-dialog .modal-content {
  7145. width: 90%}
  7146. .vjs-fullscreen {
  7147. padding-top: 0;
  7148. }
  7149. .with-rating figcaption {
  7150. height: 56px;
  7151. }
  7152. .with-rating figcaption.no-rating {
  7153. padding-top: 17px;
  7154. }
  7155. .pretty-figure {
  7156. margin-bottom: 25px;
  7157. }
  7158. .pretty-figure .img-responsive {
  7159. width: 100%;
  7160. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7161. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7162. box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7163. }
  7164. .pretty-figure figcaption {
  7165. padding: 8px 15px;
  7166. text-align: center;
  7167. background: #fff;
  7168. color: #666;
  7169. font-weight: 600;
  7170. max-height: 56px;
  7171. white-space: nowrap;
  7172. text-overflow: ellipsis;
  7173. overflow: hidden;
  7174. box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7175. }
  7176. .navbar-default, .pretty-figure figcaption {
  7177. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7178. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7179. }
  7180. .pretty-figure figcaption a {
  7181. color: #666;
  7182. }
  7183. .heading {
  7184. background: #fff;
  7185. text-transform: uppercase;
  7186. padding: 15px;
  7187. font-family: Bitter, serif;
  7188. font-size: 19px;
  7189. margin: 0 15px 20px;
  7190. color: #3E424D;
  7191. }
  7192. #home .slider-red, .heading .fa {
  7193. color: #d82123;
  7194. }
  7195. .heading .fa {
  7196. padding-right: 8px;
  7197. }
  7198. #home {
  7199. background: #F2F2F3;
  7200. }
  7201. #home #slider {
  7202. width: 90%;
  7203. margin: 0 auto;
  7204. }
  7205. #home #slider .sl-content-wrapper, #home #slider .sl-slider {
  7206. width: 100%!important;
  7207. }
  7208. #home #slider:after, #home #slider:before {
  7209. content: " ";
  7210. width: 110px;
  7211. height: 100%;
  7212. display: block;
  7213. top: 0;
  7214. right: auto;
  7215. left: -1px;
  7216. position: absolute;
  7217. background-size: 100%;
  7218. background-image: url(../images/fade-left.png);
  7219. z-index: 10;
  7220. }
  7221. #home #slider:after {
  7222. right: -1px;
  7223. left: auto;
  7224. background-image: url(data:image/png;
  7225. base64, iVBORw0KGgoAAAANSUhEUgAAARgAAAAoCAQAAACPii0eAAAAl0lEQVR42u3SMQqAMAxA0ST3v7MOHaTS1goODu+JYiQ46M8jmsyIuM7Z1F/HU3/X39+n2dG2amt3tlfLndqc6qN3rp/O9mL7W+XDt1/9sdE/Hk9RAS8IBsEgGASDYBAMCAbBIBgEg2AQDAgGwSAYBINgEAwIBsEgGASDYEAwCAbBIBgEg2BAMAgGwSAYBINgQDAIBsHwfyfxRwJPIQjWGwAAAABJRU5ErkJggg==);
  7226. }
  7227. #home .no-slider {
  7228. margin-top: 100px;
  7229. }
  7230. #home .navbar {
  7231. background: #fff;
  7232. }
  7233. #home .jumbotron {
  7234. background-color: #000;
  7235. overflow: hidden;
  7236. margin-bottom: 30px;
  7237. max-height: 600px;
  7238. }
  7239. #home .content {
  7240. margin-top: 83.5px;
  7241. }
  7242. #home #news-container {
  7243. padding: 0 15px;
  7244. }
  7245. #home #news-container .heading {
  7246. margin-left: 0;
  7247. margin-right: 0;
  7248. }
  7249. #home #news-container figure {
  7250. margin-bottom: 25px;
  7251. }
  7252. #home #news-container figure>figcaption {
  7253. height: 49px;
  7254. padding: 5px 10px;
  7255. white-space: initial;
  7256. }
  7257. #home #genres-container h3 {
  7258. text-transform: uppercase;
  7259. background: #31353E;
  7260. color: #fff;
  7261. padding: 15px;
  7262. margin: 30px 0 0;
  7263. }
  7264. #home #genres-container li {
  7265. padding: 15px;
  7266. }
  7267. #home #genres-container li:nth-child(odd) {
  7268. background: #DBDCDE;
  7269. }
  7270. #home #genres-container li:nth-child(even) {
  7271. background: #E2E6E7;
  7272. }
  7273. #home #upcoming-container .img-responsive {
  7274. border-top-right-radius: 4px;
  7275. border-top-left-radius: 4px;
  7276. }
  7277. #home #upcoming-container figcaption {
  7278. padding: 15px 5px;
  7279. font-size: 13px;
  7280. text-transform: uppercase;
  7281. }
  7282. @media (min-width:768px) and (max-width:1480px) {
  7283. #home .home-rating>img {
  7284. height: 12px;
  7285. width: 12px;
  7286. }
  7287. #home #upcoming-container figcaption {
  7288. height: 57px;
  7289. }
  7290. }#home #upcoming-container figcaption>a {
  7291. color: #666;
  7292. }
  7293. .actor-sizes .img-responsive {
  7294. width: 100%;
  7295. height: auto;
  7296. }
  7297. @media (min-width:768px) {
  7298. .actor-sizes .img-responsive {
  7299. height: 360px;
  7300. }
  7301. }@media (min-width:1230px) {
  7302. .actor-sizes .img-responsive {
  7303. height: 240px;
  7304. }
  7305. }@media (min-width:1480px) {
  7306. .actor-sizes .img-responsive {
  7307. height: 335px;
  7308. }
  7309. }.title-sizes .img-responsive {
  7310. width: 100%;
  7311. height: auto;
  7312. }
  7313. @media (min-width:768px) {
  7314. .title-sizes .img-responsive {
  7315. height: 360px;
  7316. }
  7317. }@media (min-width:1230px) {
  7318. .title-sizes .img-responsive {
  7319. height: 264px;
  7320. }
  7321. }@media (min-width:1480px) {
  7322. .title-sizes .img-responsive {
  7323. height: 335px;
  7324. }
  7325. }@media (min-width:768px) {
  7326. .no-news .img-responsive {
  7327. height: 315px;
  7328. }
  7329. }@media (min-width:1230px) {
  7330. .no-news .img-responsive {
  7331. height: 367px;
  7332. }
  7333. }@media (min-width:1480px) {
  7334. .no-news .img-responsive {
  7335. height: 292px;
  7336. }
  7337. }.no-news figcaption {
  7338. padding: 8px 3px;
  7339. }
  7340. .play:hover {
  7341. cursor: pointer;
  7342. }
  7343. .center {
  7344. width: 50px;
  7345. height: 50px;
  7346. position: absolute;
  7347. left: 50%;
  7348. top: 50%;
  7349. margin-top: -25px;
  7350. margin-left: -25px;
  7351. }
  7352. #privacy {
  7353. background: #fff;
  7354. padding-top: 110px;
  7355. }
  7356. #privacy #content {
  7357. padding-bottom: 60px;
  7358. }
  7359. .navbar-default {
  7360. box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7361. }
  7362. .navbar-default .navbar-nav>li>a {
  7363. text-transform: uppercase;
  7364. font-weight: 700;
  7365. letter-spacing: .4px;
  7366. }
  7367. @media (min-width:1230px) {
  7368. .navbar-default .navbar-nav>li>a {
  7369. padding-top: 32.5px!important;
  7370. }
  7371. .navbar-default .navbar-nav .navbar-form {
  7372. margin-top: 25px;
  7373. }
  7374. .navbar-default .navbar-nav.logged-in-box .simple-dropdown>a {
  7375. padding-top: 22px!important;
  7376. }
  7377. }.navbar-default .navbar-nav.main-menu .simple-dropdown>a {
  7378. text-transform: uppercase!important;
  7379. }
  7380. .navbar-default .navbar-nav.main-menu .simple-dropdown>.dropdown-menu {
  7381. margin-top: 30px!important;
  7382. }
  7383. .simple-dropdown {
  7384. position: relative!important;
  7385. }
  7386. .simple-dropdown .small-avatar {
  7387. width: 40px;
  7388. height: 40px;
  7389. }
  7390. .simple-dropdown>a {
  7391. margin-left: 5px;
  7392. padding: 20px 0 0!important;
  7393. text-transform: none!important;
  7394. }
  7395. .simple-dropdown>a:hover {
  7396. background: 0 0!important;
  7397. }
  7398. .simple-dropdown>a>span {
  7399. padding-left: 5px;
  7400. }
  7401. .simple-dropdown .dropdown-menu {
  7402. margin-top: 21px!important;
  7403. border-right: 1px solid #999;
  7404. border-left: 1px solid #999;
  7405. border-radius: 0 0 8px 8px;
  7406. border-bottom: 2px solid #999;
  7407. box-shadow: none!important;
  7408. background: #fff;
  7409. font-size: 15px;
  7410. }
  7411. .simple-dropdown .dropdown-menu a {
  7412. padding: 10px 0 10px 20px;
  7413. border-bottom: 1px solid #999;
  7414. color: #999;
  7415. }
  7416. .simple-dropdown .dropdown-menu li:last-of-type a {
  7417. border-bottom-left-radius: 8px;
  7418. border-bottom-right-radius: 8px;
  7419. border-bottom: none;
  7420. }
  7421. .brand-logo, .navbar-brand {
  7422. padding-top: 5px;
  7423. }
  7424. #navbar-search>input {
  7425. border-radius: 1px;
  7426. background-color: #191919;
  7427. border-color: #444;
  7428. }
  7429. #navbar-search .btn {
  7430. padding: 6px 18px;
  7431. }
  7432. .autocomplete-container {
  7433. display: none;
  7434. position: absolute;
  7435. top: 90%;
  7436. z-index: 100;
  7437. right: auto;
  7438. min-width: 100%}
  7439. .autocomplete-container>.suggestions {
  7440. background: #191919;
  7441. padding: 15px;
  7442. }
  7443. .autocomplete-container>.suggestions .col-sm-2 {
  7444. min-width: 61px;
  7445. }
  7446. .autocomplete-container .media {
  7447. color: #fff;
  7448. }
  7449. .autocomplete-container .media .media-heading {
  7450. padding-top: 7px;
  7451. }
  7452. .autocomplete-container .media a {
  7453. color: #fff;
  7454. margin-right: 0;
  7455. }
  7456. .autocomplete-container .auto-heading {
  7457. color: #fff;
  7458. text-align: center;
  7459. background: #4fb99f;
  7460. padding: 15px;
  7461. }
  7462. .autocomplete-container .auto-heading>span {
  7463. font-weight: 700;
  7464. }
  7465. .arrow-up {
  7466. width: 0;
  7467. height: 0;
  7468. border-left: 5px solid transparent;
  7469. border-right: 5px solid transparent;
  7470. border-bottom: 5px solid #4fb99f;
  7471. margin: 0 auto;
  7472. }
  7473. .navbar-form .form-control, .navbar-form .form-group {
  7474. width: 100%}
  7475. @media (max-width:767px) {
  7476. #searchbar {
  7477. width: 100%}
  7478. }@media (min-width:768px) and (max-width:991px) {
  7479. #searchbar {
  7480. width: 205px;
  7481. }
  7482. }@media (min-width:992px) {
  7483. #searchbar {
  7484. width: 315px;
  7485. }
  7486. }@media (min-width:1485px) {
  7487. #searchbar {
  7488. width: 400px;
  7489. }
  7490. }#video-modal>.modal-dialog {
  7491. width: 90%}
  7492. #video-modal>.modal-dialog>.modal-content {
  7493. box-shadow: none;
  7494. border: 1px solid transparent;
  7495. background-color: transparent;
  7496. }
  7497. #video-modal>.modal-dialog>.modal-content iframe {
  7498. border: none;
  7499. }
  7500. .boxed-items {
  7501. margin-top: 20px;
  7502. list-style: none;
  7503. padding: 0;
  7504. }
  7505. .boxed-items>li {
  7506. background: #fff;
  7507. margin-bottom: 20px;
  7508. padding: 15px 25px;
  7509. }
  7510. .boxed-items>li>h3 {
  7511. margin: 0;
  7512. }
  7513. .boxed-items>li .rating {
  7514. margin: 4px 0 10px;
  7515. }
  7516. #title-page {
  7517. color: #7c7c7c;
  7518. }
  7519. #title-page hr {
  7520. margin: 25px 0 0;
  7521. border-color: #e6e6e6;
  7522. }
  7523. #title-page #episode-grid {
  7524. margin: 35px -15px 0 -30px;
  7525. }
  7526. #title-page #episode-grid h2 {
  7527. border-bottom: 1px solid #d5d7d7;
  7528. margin: 0 15px 20px;
  7529. font-family: Bitter;
  7530. font-size: 19px;
  7531. padding-bottom: 5px;
  7532. }
  7533. #title-page #episode-grid figure {
  7534. margin-bottom: 20px;
  7535. background-color: #fff;
  7536. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7537. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7538. box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7539. }
  7540. #title-page #episode-grid figure .img-responsive {
  7541. width: 100%;
  7542. height: auto;
  7543. }
  7544. @media (min-width:768px) {
  7545. #title-page #episode-grid figure .img-responsive {
  7546. height: 190px;
  7547. }
  7548. }@media (min-width:1230px) {
  7549. #title-page #episode-grid figure .img-responsive {
  7550. height: 192px;
  7551. }
  7552. }@media (min-width:1480px) {
  7553. #title-page #episode-grid figure .img-responsive {
  7554. height: 175px;
  7555. }
  7556. }#title-page #episode-grid figure figcaption {
  7557. padding: 5px;
  7558. text-align: center;
  7559. }
  7560. #title-page #episodes-guide {
  7561. margin-top: 20px;
  7562. padding-bottom: 20px;
  7563. border-bottom: 1px solid #ddd;
  7564. }
  7565. #title-page #episodes-guide .media-heading {
  7566. font-size: 17px;
  7567. margin: 3px 0 0;
  7568. }
  7569. #title-page #episodes-guide>.prev-ep {
  7570. padding-left: 0;
  7571. }
  7572. #title-page #episodes-guide>.prev-ep>h3 {
  7573. margin: 0;
  7574. padding: 0 0 3px 10px;
  7575. border-bottom: 1px solid #ddd;
  7576. font-size: 15px;
  7577. }
  7578. #title-page #episodes-guide>.next-ep {
  7579. padding-right: 0;
  7580. }
  7581. #title-page #episodes-guide>.next-ep>h3 {
  7582. margin: 0;
  7583. padding: 0 10px 3px 0;
  7584. border-bottom: 1px solid #ddd;
  7585. text-align: right;
  7586. font-size: 15px;
  7587. }
  7588. #title-page #episodes-guide .air-date {
  7589. font-size: 12px;
  7590. margin: 6px 0;
  7591. background-color: #4fb99f;
  7592. padding: 5px 6px;
  7593. color: #fff;
  7594. display: inline-block;
  7595. border-radius: 2px;
  7596. }
  7597. #title-page #episodes-guide .airs-on {
  7598. background-color: #f0ad4e!important;
  7599. }
  7600. #title-page #episodes-guide .media>a {
  7601. width: 170px;
  7602. height: 110px;
  7603. overflow: hidden;
  7604. }
  7605. @media (max-width:768px) {
  7606. #title-page #episodes-guide .media>a {
  7607. width: 100%;
  7608. height: auto;
  7609. float: none!important;
  7610. }
  7611. #title-page #episodes-guide .next-ep {
  7612. padding: 0;
  7613. margin-top: 10px;
  7614. }
  7615. }#title-page #star-rating {
  7616. margin-bottom: 20px;
  7617. }
  7618. #title-page #disqus_thread {
  7619. margin-top: 25px;
  7620. }
  7621. #title-page #filter-bar {
  7622. background: #fff;
  7623. padding: 15px;
  7624. margin-top: 20px;
  7625. }
  7626. #title-page .pretty-figure .img-responsive, #title-page .pretty-figure figcaption {
  7627. box-shadow: none;
  7628. border-radius: 0;
  7629. }
  7630. #title-page .episode-list .heading {
  7631. text-align: center;
  7632. }
  7633. #title-page .episode-list #details-container .col-lg-10 {
  7634. padding: 44px 20px!important;
  7635. }
  7636. #title-page .heading {
  7637. margin: 35px 0;
  7638. }
  7639. #title-page .nav-tabs {
  7640. margin-top: 25px;
  7641. }
  7642. #title-page .nav-tabs>.active>a {
  7643. color: #7c7c7c;
  7644. }
  7645. #title-page #episode-list .media {
  7646. margin-bottom: 30px;
  7647. background: #fff;
  7648. }
  7649. #title-page #episode-list .media .center {
  7650. margin-left: -31px;
  7651. }
  7652. @media (max-width:768px) {
  7653. #title-page #episode-list .media .media-body {
  7654. padding: 10px;
  7655. }
  7656. #title-page #episode-list .media h4 {
  7657. margin-top: 0;
  7658. }
  7659. #title-page #episode-list .media .img-responsive {
  7660. width: 100%}
  7661. }#title-page #episode-list .media>a {
  7662. padding-left: 0;
  7663. margin-right: 15px;
  7664. }
  7665. #title-page #episode-list h4 {
  7666. margin-top: 40px;
  7667. }
  7668. #title-page #episode-list strong {
  7669. display: block;
  7670. padding: 5px 0;
  7671. }
  7672. #title-page>.container {
  7673. margin-top: 80px;
  7674. padding: 30px;
  7675. background: #F2F2F3;
  7676. }
  7677. #title-page>.container #social {
  7678. position: absolute;
  7679. top: 5px;
  7680. left: 5px;
  7681. }
  7682. #title-page>.container #social .facebook {
  7683. background: #3B5999;
  7684. color: #fff;
  7685. padding: 6px 16px;
  7686. }
  7687. #title-page>.container #social .google {
  7688. background: #D44332;
  7689. color: #fff;
  7690. }
  7691. #title-page>.container #social .twitter {
  7692. background: #00ACED;
  7693. color: #fff;
  7694. }
  7695. #title-page>.container #lists {
  7696. position: absolute;
  7697. top: 5px;
  7698. right: 5px;
  7699. }
  7700. #title-page>.container #lists .btn {
  7701. font-size: 13px;
  7702. }
  7703. #title-page>.container #lists .btn .fa {
  7704. padding-right: 2px;
  7705. }
  7706. @media (max-width:412px) {
  7707. #title-page>.container #lists {
  7708. top: -60px;
  7709. right: 0;
  7710. width: 100%;
  7711. margin-top: 40px;
  7712. }
  7713. #title-page>.container #lists .btn {
  7714. width: 100%;
  7715. margin-bottom: 3px;
  7716. }
  7717. #title-page>.container #social {
  7718. top: 95px;
  7719. }
  7720. #title-page>.container #trailer-mask {
  7721. margin-top: 90px;
  7722. }
  7723. }#title-page>.container #details-container {
  7724. margin-top: 25px;
  7725. }
  7726. #title-page>.container #details-container .col-md-2 {
  7727. padding-left: 0;
  7728. }
  7729. #title-page>.container #details-container #details {
  7730. background: #fff;
  7731. padding: 20px;
  7732. }
  7733. #title-page>.container #details-container #details .list-inline {
  7734. display: inline-block;
  7735. }
  7736. #title-page>.container #details-container #details h3, #title-page>.container #details-container #details h4, #title-page>.container #details-container #details strong {
  7737. margin: 0;
  7738. color: #6f6f6f!important;
  7739. }
  7740. #title-page>.container #details-container #details #people>.list-inline {
  7741. margin-bottom: 5px;
  7742. }
  7743. #title-page>.container #details-container #ratings {
  7744. margin: 20px 0;
  7745. }
  7746. #title-page>.container #details-container #ratings .rating-icon {
  7747. width: 20px;
  7748. height: 20px;
  7749. margin: 5px 7px 5px 0;
  7750. }
  7751. #title-page>.container #details-container #sub-details {
  7752. border-left: 1px solid #F2F2F3;
  7753. }
  7754. #title-page>.container #details-container #sub-details .list-unstyled .fa {
  7755. padding-right: 5px;
  7756. }
  7757. #title-page>.container #details-container #sub-details .list-unstyled .fa-dollar, #title-page>.container #details-container #sub-details .list-unstyled .fa-language {
  7758. padding-right: 10px;
  7759. }
  7760. #title-page>.container #details-container #sub-details strong {
  7761. padding-right: 3px;
  7762. }
  7763. #title-page>.container #details-container #sub-details .raty {
  7764. vertical-align: middle;
  7765. }
  7766. #title-page>.container #details-container #sub-details .raty-text {
  7767. vertical-align: middle;
  7768. font-size: 13px;
  7769. font-weight: 700;
  7770. padding-left: 5px;
  7771. }
  7772. #title-page>.container>#images-col>.img-responsive {
  7773. margin: 0 20px 10px;
  7774. border-radius: 3px;
  7775. }
  7776. #title-page>.container>#images-col>.img-responsive:hover {
  7777. cursor: -webkit-zoom-in;
  7778. }
  7779. @media (max-width:768px) {
  7780. #title-page>.container>#images-col {
  7781. padding: 0;
  7782. }
  7783. #title-page>.container>#images-col .img-responsive {
  7784. width: 100%;
  7785. margin: 0 0 10px;
  7786. padding: 0;
  7787. }
  7788. }#title-page>.container #trailer {
  7789. display: none;
  7790. }
  7791. #title-page>.container #trailer-mask {
  7792. position: relative;
  7793. }
  7794. #title-page>.container #trailer-mask:hover {
  7795. cursor: pointer;
  7796. }
  7797. #title-page>.container #trailer-mask>img {
  7798. width: 100%;
  7799. border-radius: 3px;
  7800. }
  7801. #title-page>.container #cast {
  7802. margin-top: 30px;
  7803. }
  7804. #title-page>.container #cast .char-name {
  7805. border-top: 1px solid #f6f6f6;
  7806. padding-top: 1px;
  7807. margin-top: 1px;
  7808. font-weight: 400;
  7809. font-size: 12.5px;
  7810. overflow: hidden;
  7811. text-overflow: ellipsis;
  7812. }
  7813. #title-page>.container #cast figure {
  7814. padding-left: 0;
  7815. }
  7816. #title-page>.container #cast figcaption {
  7817. min-height: 56px;
  7818. }
  7819. #title-page>.container #cast figcaption>a {
  7820. color: #4fb99f;
  7821. }
  7822. #title-page>.container #cast figcaption.no-char-name {
  7823. padding-top: 17px;
  7824. }
  7825. #title-page>.container #cast .img-responsive {
  7826. width: 100%;
  7827. height: auto;
  7828. }
  7829. @media (min-width:768px) and (max-width:1230px) {
  7830. #title-page>.container #cast .img-responsive {
  7831. height: 366px;
  7832. }
  7833. }@media (min-width:1230px) {
  7834. #title-page>.container #cast .img-responsive {
  7835. height: 178px;
  7836. }
  7837. }@media (min-width:1480px) {
  7838. #title-page>.container #cast .img-responsive {
  7839. height: 225px;
  7840. }
  7841. }#pagi-bar {
  7842. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7843. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7844. box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7845. background: #fff;
  7846. margin: 15px 0 30px;
  7847. height: 50px;
  7848. border-radius: 2px;
  7849. }
  7850. #pagi-bar>.btn {
  7851. height: 100%}
  7852. #pagi-bar>.btn:first-of-type {
  7853. border-top-left-radius: 2px;
  7854. border-bottom-left-radius: 2px;
  7855. }
  7856. #pagi-bar>.btn:last-of-type {
  7857. border-top-right-radius: 2px;
  7858. border-bottom-right-radius: 2px;
  7859. }
  7860. #pagi-bar>.pagi-pages {
  7861. text-align: center;
  7862. text-transform: uppercase;
  7863. font-weight: 700;
  7864. letter-spacing: .4px;
  7865. color: #959595;
  7866. vertical-align: middle;
  7867. padding-top: 16px;
  7868. }
  7869. #titles-index {
  7870. padding-top: 120px;
  7871. }
  7872. #titles-index .new-button {
  7873. padding: 9px 14px;
  7874. border-radius: 3px;
  7875. }
  7876. #titles-index #content {
  7877. padding-bottom: 35px;
  7878. min-height: calc(100% - 240px);
  7879. }
  7880. #titles-index #content .date-picker {
  7881. padding-left: 30px;
  7882. background: url(../images/calendar.png) 8px 20px no-repeat #fff;
  7883. }
  7884. #titles-index #content .list-btns {
  7885. position: absolute;
  7886. display: none;
  7887. right: 15px;
  7888. top: 0;
  7889. max-width: 50px;
  7890. }
  7891. #titles-index #content .list-btns .watchlist-button, #titles-index #content .list-btns>.fav-button {
  7892. width: 100%;
  7893. margin-bottom: 5px;
  7894. }
  7895. #titles-index #content .form-control {
  7896. height: 60px;
  7897. border: 2px solid #d5d5d5;
  7898. border-radius: 5px;
  7899. box-shadow: none;
  7900. }
  7901. #titles-index #content .pretty-figure {
  7902. padding: 0 5px;
  7903. }
  7904. #titles-index #content .pretty-figure img {
  7905. border: 2px solid #fff;
  7906. border-bottom: none;
  7907. box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  7908. }
  7909. #titles-index #content .pretty-figure>figcaption {
  7910. padding: 15px 10px;
  7911. border-radius: 2px;
  7912. height: 50px;
  7913. font-size: 13px;
  7914. }
  7915. #titles-index #content .pretty-figure:hover .list-btns {
  7916. display: block;
  7917. }
  7918. #titles-index #content #filter-bar {
  7919. margin: 0 -10px 25px;
  7920. }
  7921. #titles-index #content #selected-genres {
  7922. margin-top: 15px;
  7923. font-size: 15px;
  7924. }
  7925. #titles-index #content #selected-genres .fa {
  7926. color: #d82123;
  7927. padding-right: 3px;
  7928. cursor: pointer;
  7929. }
  7930. #titles-index #content .img-responsive {
  7931. width: 100%;
  7932. height: auto;
  7933. }
  7934. @media (min-width:768px) {
  7935. #titles-index #content .img-responsive {
  7936. height: 356px;
  7937. }
  7938. }@media (min-width:1230px) {
  7939. #titles-index #content .img-responsive {
  7940. height: 405px;
  7941. }
  7942. }@media (min-width:1480px) {
  7943. #titles-index #content .img-responsive {
  7944. height: 322px;
  7945. }
  7946. }.index-pagination {
  7947. margin: -10px -10px 0;
  7948. }
  7949. .index-pagination>ul {
  7950. list-style: none;
  7951. display: inline-block;
  7952. padding: 0;
  7953. border-radius: 3px;
  7954. margin: 0 0 15px 13px;
  7955. float: right;
  7956. }
  7957. .index-pagination>ul>li {
  7958. display: inline;
  7959. }
  7960. .index-pagination>ul>li span, .index-pagination>ul>li>a {
  7961. position: relative;
  7962. float: left;
  7963. padding: 8px 14px;
  7964. border-right: 1px solid #f4f4f4;
  7965. background-color: #fff;
  7966. border-top: 2px solid #d5d5d5;
  7967. border-bottom: 2px solid #d5d5d5;
  7968. color: #999;
  7969. }
  7970. .index-pagination>ul>li.active a, .index-pagination>ul>li.active span {
  7971. color: #ccc;
  7972. font-weight: 400;
  7973. cursor: not-allowed;
  7974. }
  7975. .index-pagination>ul>li.active:first-of-type a, .index-pagination>ul>li.active:first-of-type span, .index-pagination>ul>li.active:last-of-type a, .index-pagination>ul>li.active:last-of-type span {
  7976. background-color: #73c8b3;
  7977. border-color: #73c8b3;
  7978. }
  7979. .index-pagination>ul>li:first-of-type a, .index-pagination>ul>li:first-of-type span {
  7980. background-color: #4fb99f;
  7981. border-color: #4fb99f;
  7982. color: #fff;
  7983. border-top-left-radius: 3px;
  7984. border-bottom-left-radius: 3px;
  7985. }
  7986. .index-pagination>ul>li:last-of-type a, .index-pagination>ul>li:last-of-type span {
  7987. background-color: #4fb99f;
  7988. border-color: #4fb99f;
  7989. color: #fff;
  7990. border-top-right-radius: 3px;
  7991. border-bottom-right-radius: 3px;
  7992. }
  7993. #login-page #login-box .form-control, .fb, .go, .tw {
  7994. border-radius: 2px;
  7995. }
  7996. #actor-page {
  7997. color: #6f6f6f!important;
  7998. padding-top: 110px;
  7999. }
  8000. .fb, .fb:hover, .go, .go:hover, .tw, .tw:hover {
  8001. color: #fff;
  8002. }
  8003. #actor-page .heading {
  8004. margin: 30px 0;
  8005. }
  8006. #actor-page #main-image>.img-responsive {
  8007. height: auto;
  8008. box-shadow: 7px 4px 10px -6px #000;
  8009. }
  8010. #actor-page #known-for .img-responsive, #actor-page #main-image>.img-responsive {
  8011. width: 100%;
  8012. -webkit-box-shadow: 7px 4px 10px -6px #000;
  8013. -moz-box-shadow: 7px 4px 10px -6px #000;
  8014. }
  8015. @media (min-width:768px) {
  8016. #actor-page #main-image>.img-responsive {
  8017. height: 236px;
  8018. }
  8019. }@media (min-width:1230px) {
  8020. #actor-page #main-image>.img-responsive {
  8021. height: 379px;
  8022. }
  8023. }@media (min-width:1480px) {
  8024. #actor-page #main-image>.img-responsive {
  8025. height: 473px;
  8026. }
  8027. }#actor-page #bio {
  8028. padding-left: 30px;
  8029. }
  8030. #actor-page #bio .dl-horizontal dt {
  8031. text-align: left;
  8032. }
  8033. #actor-page #known-for figure {
  8034. padding: 0;
  8035. }
  8036. #actor-page #known-for .img-responsive {
  8037. box-shadow: 7px 4px 10px -6px #000;
  8038. height: auto;
  8039. }
  8040. @media (min-width:768px) {
  8041. #actor-page #known-for .img-responsive {
  8042. height: 270px;
  8043. }
  8044. }@media (min-width:1230px) {
  8045. #actor-page #known-for .img-responsive {
  8046. height: 413px;
  8047. }
  8048. }@media (min-width:1480px) {
  8049. #actor-page #known-for .img-responsive {
  8050. height: 506px;
  8051. }
  8052. }.fb {
  8053. background: #3468af;
  8054. border-bottom: 4px solid #285188;
  8055. }
  8056. .fb:hover {
  8057. background: #2e5c9b;
  8058. }
  8059. .tw {
  8060. background: #4fc4f6;
  8061. border-bottom: 4px solid #1eb4f4;
  8062. }
  8063. .tw:hover {
  8064. background: #37bcf5;
  8065. }
  8066. .go {
  8067. background: #DA4D2F;
  8068. border-bottom: 4px solid #b63b20;
  8069. }
  8070. .go:hover {
  8071. background: #cb4124;
  8072. }
  8073. .social-login-btns {
  8074. margin: 25px 0;
  8075. }
  8076. .social-login-btns>.btn {
  8077. margin-bottom: 5px;
  8078. }
  8079. #login-page {
  8080. padding-top: 130px;
  8081. }
  8082. #login-page #login-box {
  8083. margin: 8% 0 19%;
  8084. box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
  8085. background: #fff;
  8086. padding: 40px 15px 35px;
  8087. }
  8088. #contact-page #contact-box, #login-page #login-box {
  8089. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
  8090. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
  8091. }
  8092. #login-page #login-box label {
  8093. font-weight: 400;
  8094. text-transform: uppercase;
  8095. color: #777;
  8096. }
  8097. #login-page #login-box .login-remember-row label {
  8098. text-transform: none;
  8099. }
  8100. #login-page #login-box .login-remember-row input {
  8101. margin-left: 5px;
  8102. }
  8103. #login-page #login-box .login-remember-row a {
  8104. padding-left: 25px;
  8105. }
  8106. #login-page #login-box .form-control {
  8107. background: #fbfbfb;
  8108. height: 40px;
  8109. }
  8110. #contact-page {
  8111. padding-top: 100px;
  8112. }
  8113. #contact-page #contact-box {
  8114. box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
  8115. background: #fff;
  8116. padding: 5px 15px 10px;
  8117. margin: 25px 0;
  8118. }
  8119. #contact-page #contact-box form img {
  8120. padding-bottom: 15px;
  8121. }
  8122. #contact-page #contact-box input, #contact-page #contact-box textarea {
  8123. margin-bottom: 15px;
  8124. }
  8125. #contact-page #contact-box label {
  8126. font-weight: 400;
  8127. text-transform: uppercase;
  8128. color: #777;
  8129. }
  8130. #search-page {
  8131. padding-top: 110px;
  8132. }
  8133. #search-page #all h2 {
  8134. margin-top: 0;
  8135. font-family: Bitter;
  8136. font-size: 25px;
  8137. border-bottom: 1px solid #d5d7d7;
  8138. padding: 0 0 5px 5px;
  8139. }
  8140. #users-show #under-image-cont .number, #users-show h1 {
  8141. font-family: Bitter, serif;
  8142. }
  8143. #search-page .nothing-found {
  8144. text-align: center;
  8145. margin: 10px 0;
  8146. }
  8147. #search-page .well {
  8148. background: #fff;
  8149. }
  8150. #search-page .well p {
  8151. margin: 0;
  8152. padding-top: 7px;
  8153. font-size: 15px;
  8154. color: #959595;
  8155. }
  8156. #search-page .well ul {
  8157. margin: 0;
  8158. }
  8159. #search-page .well ul>.active>.btn {
  8160. background: #3e9c85;
  8161. border-color: #3e9c85;
  8162. }
  8163. #search-page .pretty-figure {
  8164. padding: 0 5px;
  8165. }
  8166. #search-page .pretty-figure>figcaption {
  8167. padding: 15px 10px;
  8168. border-radius: 2px;
  8169. height: 50px;
  8170. font-size: 13px;
  8171. }
  8172. #news-index .media a, #search-page .pretty-figure:first-of-type {
  8173. padding-left: 0;
  8174. }
  8175. #search-page .pretty-figure .img-responsive {
  8176. width: 100%;
  8177. height: auto;
  8178. border: 2px solid #fff;
  8179. border-bottom: none;
  8180. box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  8181. }
  8182. @media (min-width:768px) {
  8183. #search-page .pretty-figure .img-responsive {
  8184. height: 356px;
  8185. }
  8186. }@media (min-width:1230px) {
  8187. #search-page .pretty-figure .img-responsive {
  8188. height: 405px;
  8189. }
  8190. }@media (min-width:1480px) {
  8191. #search-page .pretty-figure .img-responsive {
  8192. height: 322px;
  8193. }
  8194. }#search-page .pretty-figure:last-of-type {
  8195. padding-right: 0;
  8196. }
  8197. #news-index {
  8198. padding-top: 110px;
  8199. }
  8200. #news-index .content {
  8201. min-height: calc(100% - 243px);
  8202. }
  8203. #news-index .media {
  8204. background: #fff;
  8205. margin-bottom: 20px;
  8206. }
  8207. #news-index .media .img-responsive {
  8208. width: 100%}
  8209. #news-index .media h3 {
  8210. margin-top: 30px;
  8211. padding: 0 20px;
  8212. }
  8213. #news-index .media p {
  8214. padding: 10px 20px;
  8215. }
  8216. #footer {
  8217. background: #272727;
  8218. }
  8219. #footer li {
  8220. padding: 0;
  8221. }
  8222. #footer #copyright {
  8223. color: #aaa;
  8224. text-align: left;
  8225. }
  8226. #footer a {
  8227. color: #aaa;
  8228. }
  8229. #footer .footer-heading {
  8230. color: #8D9092;
  8231. }
  8232. #footer .footer-heading h2 {
  8233. margin-top: 17px;
  8234. padding: 0;
  8235. font-size: 28px;
  8236. }
  8237. #footer .footer-heading a {
  8238. width: 161px;
  8239. float: left;
  8240. }
  8241. #footer #bottom {
  8242. padding: 10px 5px;
  8243. background: #1a1a1a;
  8244. }
  8245. #footer #top {
  8246. padding: 35px 5px 35px 15px;
  8247. }
  8248. #footer #index {
  8249. margin: 10px 0 0 80px;
  8250. }
  8251. #footer #index li {
  8252. padding-left: 20px;
  8253. }
  8254. #footer #legal {
  8255. font-size: 13px;
  8256. text-align: right;
  8257. margin-bottom: 0;
  8258. }
  8259. #ad, #install #compat-check h4, #install .table td, #install .table th, #not-found h1, #not-found h2, #update .container, #users-show #img-bg, #users-show #under-image-cont #under-image-wrapper, #users-show #under-image-cont .stats, .wizard li, .wizard li .step, .wizard li .title {
  8260. text-align: center;
  8261. }
  8262. #footer .social-icons {
  8263. margin: 35px 0 0 210px;
  8264. }
  8265. #footer .social-icons li>a {
  8266. font-size: 15px;
  8267. }
  8268. #footer .social-icons li>a .fa {
  8269. color: #aaa;
  8270. }
  8271. #footer .social-icons li>a .fa-circle {
  8272. color: #414141;
  8273. }
  8274. @media (max-width:768px) {
  8275. #footer #top .list-inline {
  8276. margin-left: 0;
  8277. text-align: center;
  8278. }
  8279. #footer #top .list-inline>li {
  8280. padding-left: 0;
  8281. }
  8282. #footer #index {
  8283. margin-left: 0;
  8284. }
  8285. #footer #copyright, #footer #legal {
  8286. text-align: center;
  8287. margin-top: 10px;
  8288. }
  8289. #footer #copyright>li, #footer #legal>li {
  8290. padding: 0;
  8291. }
  8292. }#users-show {
  8293. padding-top: 100px;
  8294. }
  8295. #users-show .list-btns {
  8296. position: absolute;
  8297. display: none;
  8298. right: 15px;
  8299. top: 0;
  8300. max-width: 50px;
  8301. }
  8302. #users-show .list-btns .watchlist-button, #users-show .list-btns>.fav-button {
  8303. width: 100%;
  8304. margin-bottom: 5px;
  8305. }
  8306. #users-show .pretty-figure {
  8307. padding: 0 5px;
  8308. }
  8309. #users-show .pretty-figure img {
  8310. border: 2px solid #fff;
  8311. border-bottom: none;
  8312. box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  8313. }
  8314. #users-show .pretty-figure>figcaption {
  8315. padding: 15px 10px;
  8316. border-radius: 2px;
  8317. height: 50px;
  8318. font-size: 13px;
  8319. }
  8320. #users-show .pretty-figure:hover .list-btns {
  8321. display: block;
  8322. }
  8323. #users-show #filter-bar {
  8324. margin: 0 -10px 25px;
  8325. }
  8326. #users-show #selected-genres {
  8327. margin-top: 15px;
  8328. font-size: 15px;
  8329. }
  8330. #users-show #selected-genres .fa {
  8331. color: #d82123;
  8332. padding-right: 3px;
  8333. cursor: pointer;
  8334. }
  8335. #users-show .lists-wrapper .img-responsive {
  8336. width: 100%;
  8337. height: auto;
  8338. }
  8339. @media (min-width:768px) {
  8340. #users-show .lists-wrapper .img-responsive {
  8341. height: 356px;
  8342. }
  8343. }@media (min-width:1230px) {
  8344. #users-show .lists-wrapper .img-responsive {
  8345. height: 405px;
  8346. }
  8347. }@media (min-width:1480px) {
  8348. #users-show .lists-wrapper .img-responsive {
  8349. height: 322px;
  8350. }
  8351. }#users-show #filter-bar .form-control {
  8352. height: 60px;
  8353. border: 2px solid #d5d5d5;
  8354. border-radius: 5px;
  8355. box-shadow: none;
  8356. }
  8357. #users-show #filter-bar .date-picker {
  8358. padding-left: 30px;
  8359. background: url(../images/calendar.png) 8px 20px no-repeat #fff;
  8360. }
  8361. #users-show #img-bg {
  8362. background-size: cover;
  8363. }
  8364. #users-show #img-contents {
  8365. margin: 60px 0;
  8366. display: inline-block;
  8367. }
  8368. #users-show #grid {
  8369. margin: 45px 0;
  8370. }
  8371. #users-show h1 {
  8372. font-size: 40px;
  8373. color: #fff;
  8374. text-shadow: 1px 1px 1px #000;
  8375. }
  8376. #users-show .remove-list {
  8377. position: absolute;
  8378. top: 2px;
  8379. right: 7px;
  8380. }
  8381. #users-show #under-image-cont {
  8382. background: #fff;
  8383. border-radius: 1px;
  8384. padding: 8px;
  8385. margin-bottom: 35px;
  8386. -webkit-box-shadow: 1px 2px 1px #d1d1d1;
  8387. -moz-box-shadow: 1px 2px 1px #d1d1d1;
  8388. box-shadow: 1px 2px 1px #d1d1d1;
  8389. }
  8390. #users-show #under-image-cont .stats {
  8391. display: inline-block;
  8392. margin: 0 10px;
  8393. }
  8394. #users-show #under-image-cont .number {
  8395. font-size: 17px;
  8396. }
  8397. #users-show #under-image-cont .text-muted {
  8398. font-weight: 700;
  8399. }
  8400. #users-show #under-image-cont #under-image-wrapper .pull-right {
  8401. padding-top: 5px;
  8402. width: initial;
  8403. display: inline-block;
  8404. }
  8405. #news-show {
  8406. margin-top: 110px;
  8407. }
  8408. #news-show iframe {
  8409. width: 100%!important;
  8410. }
  8411. #ad, #news-show #main-image, .wizard {
  8412. width: 100%}
  8413. #news-show #content {
  8414. margin-bottom: 60px;
  8415. }
  8416. @media (max-width:768px) {
  8417. #news-show #content aside {
  8418. margin-top: 15px;
  8419. padding: 0;
  8420. }
  8421. }#news-show #disqus_thread {
  8422. margin: 35px 0;
  8423. }
  8424. #news-show h1 {
  8425. margin-top: 0;
  8426. font-size: 30px;
  8427. }
  8428. #news-show p {
  8429. font-size: 17px;
  8430. color: #646464;
  8431. }
  8432. #news-show p img {
  8433. display: block;
  8434. max-width: 100%;
  8435. height: auto;
  8436. }
  8437. #news-show aside {
  8438. padding: 0 35px;
  8439. }
  8440. #news-show aside .heading {
  8441. margin: 0;
  8442. }
  8443. #news-show aside .media-body {
  8444. padding-top: 15px;
  8445. }
  8446. #news-show aside .media-body .text-muted {
  8447. font-size: 12px;
  8448. }
  8449. #news-show .byline {
  8450. margin: 20px 0;
  8451. }
  8452. #news-show article {
  8453. background-color: #fff;
  8454. padding: 0;
  8455. }
  8456. #news-show article #news-body {
  8457. padding: 25px;
  8458. }
  8459. #not-found {
  8460. padding-top: 0;
  8461. }
  8462. #news-create, #users-edit {
  8463. padding-top: 110px;
  8464. }
  8465. #not-found h1 {
  8466. font-size: 90px;
  8467. letter-spacing: 2px;
  8468. margin-bottom: 40px;
  8469. }
  8470. #not-found h2 {
  8471. margin-bottom: 20px;
  8472. }
  8473. #not-found p {
  8474. font-size: 17px;
  8475. margin-bottom: 40px;
  8476. }
  8477. #not-found .btn {
  8478. border-bottom: 4px solid #3d9882;
  8479. }
  8480. #not-found .btn .fa {
  8481. padding-right: 10px;
  8482. }
  8483. #ad {
  8484. display: block;
  8485. overflow: hidden;
  8486. margin-left: auto;
  8487. margin-right: auto;
  8488. margin-bottom: 35px;
  8489. }
  8490. #news-show #ad {
  8491. margin-top: 30px;
  8492. }
  8493. #title-page #ad {
  8494. margin: 25px 0 10px;
  8495. }
  8496. #news-create form.container {
  8497. padding-bottom: 40px;
  8498. }
  8499. #news-create form.container .form-control {
  8500. height: 40px;
  8501. border: 1px solid #d5d5d5;
  8502. border-radius: 0;
  8503. box-shadow: none;
  8504. }
  8505. #users-edit .content {
  8506. padding-bottom: 25px;
  8507. }
  8508. #users-edit .content .form-control {
  8509. height: 50px;
  8510. }
  8511. #users-edit .users-upload-box .btn, #users-edit .users-upload-box img {
  8512. margin-bottom: 15px;
  8513. }
  8514. #install {
  8515. background: #eff0f0;
  8516. }
  8517. #install .container {
  8518. margin-top: 50px;
  8519. }
  8520. #install .step-panel {
  8521. background: #fff;
  8522. -webkit-box-shadow: 1px 1px 2px 0 #d0d0d0;
  8523. -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
  8524. box-shadow: 1px 1px 2px 0 #d0d0d0;
  8525. margin-top: 30px;
  8526. padding: 20px 50px;
  8527. }
  8528. #install #configuration .btn, #install .manual-fill {
  8529. margin-top: 20px;
  8530. }
  8531. #install h2 {
  8532. text-align: center;
  8533. }
  8534. #install .manual-fill input {
  8535. margin-left: -6px;
  8536. margin-right: 8px;
  8537. }
  8538. #install .manual-fill .col-sm-6 {
  8539. padding: 0;
  8540. }
  8541. #install #site_description {
  8542. padding-bottom: 10px;
  8543. }
  8544. #install #compat-check h4 {
  8545. margin-top: 30px;
  8546. }
  8547. #install #compat-check .btn {
  8548. display: inline-block;
  8549. margin-right: 10px;
  8550. margin-bottom: 30px;
  8551. }
  8552. #install #compat-check p {
  8553. margin: 15px 0 25px;
  8554. }
  8555. #install .danger {
  8556. background: #d82123;
  8557. color: #fff;
  8558. padding: 5px;
  8559. }
  8560. #install .success {
  8561. background: #5cb85c;
  8562. color: #fff;
  8563. padding: 5px;
  8564. }
  8565. .wizard {
  8566. display: block;
  8567. position: relative;
  8568. padding: 0;
  8569. }
  8570. .wizard li {
  8571. display: block;
  8572. float: left;
  8573. width: 25%;
  8574. padding-left: 0;
  8575. }
  8576. .wizard li a:hover {
  8577. text-decoration: none;
  8578. }
  8579. .wizard li:before {
  8580. display: block;
  8581. border-top: 3px solid #55606E;
  8582. content: "";
  8583. font-size: 0;
  8584. overflow: hidden;
  8585. position: relative;
  8586. top: 11px;
  8587. right: 1px;
  8588. width: 100%;
  8589. z-index: 1;
  8590. }
  8591. .wizard li:first-child:before {
  8592. left: 50%;
  8593. max-width: 50%}
  8594. .wizard li:last-child:before {
  8595. max-width: 50%;
  8596. width: 50%}
  8597. .wizard li .title {
  8598. color: #999;
  8599. display: block;
  8600. font-size: 13px;
  8601. line-height: 15px;
  8602. max-width: 100%;
  8603. position: relative;
  8604. table-layout: fixed;
  8605. top: 20px;
  8606. word-wrap: break-word;
  8607. z-index: 104;
  8608. }
  8609. .wizard li .step, .wizard li.active .step {
  8610. color: #fff;
  8611. font-weight: 700;
  8612. padding: 9px 13.5px;
  8613. font-size: 15px;
  8614. }
  8615. .wizard li .step {
  8616. background: #d5d5d5;
  8617. display: inline;
  8618. border: 3px solid transparent;
  8619. border-radius: 50%;
  8620. line-height: normal;
  8621. position: relative;
  8622. z-index: 2;
  8623. }
  8624. .wizard li.active .step {
  8625. background: #45C8DC;
  8626. border-radius: 50%;
  8627. border: 3px solid #55606E;
  8628. }
  8629. .wizard li.active .title {
  8630. color: #55606E;
  8631. }
  8632. #update {
  8633. background-color: #eff0f0;
  8634. }
  8635. #update .container {
  8636. margin-top: 10%;
  8637. background-color: #fff;
  8638. padding: 50px;
  8639. }
  8640. #update .container .btn {
  8641. border-radius: 0;
  8642. margin-top: 15px;
  8643. }
  8644. #pages-show .main-container {
  8645. padding: 5px 20px 15px;
  8646. background: #fff;
  8647. margin-top: 105px;
  8648. margin-bottom: 40px;
  8649. box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  8650. }
  8651. #pages-show .main-container .page-title {
  8652. margin-bottom: 40px;
  8653. }
  8654. #dashboard-menus {
  8655. padding: 25px;
  8656. }
  8657. #dashboard-menus .panel-heading {
  8658. color: #fff;
  8659. background: #3c3f44;
  8660. position: relative;
  8661. }
  8662. #dashboard-menus .btn {
  8663. border: none;
  8664. padding: 6px 30px;
  8665. }
  8666. #dashboard-menus .btn-success {
  8667. background-color: #65C6BB;
  8668. }
  8669. #dashboard-menus .btn-success:hover {
  8670. background-color: #43b5a8;
  8671. }
  8672. #dashboard-menus .btn-danger {
  8673. background-color: #EA6153;
  8674. }
  8675. #dashboard-menus .btn-danger:hover {
  8676. background-color: #e43726;
  8677. }
  8678. #dashboard-menus .btn-primary {
  8679. background-color: #45C8DC;
  8680. }
  8681. #dashboard-menus .btn-primary:hover {
  8682. background-color: #26b3c8;
  8683. }
  8684. #dashboard-menus .navbar-inverse {
  8685. background-color: #fff;
  8686. border: 1px solid #d1d2d4;
  8687. }
  8688. #dashboard-menus .panel-btns {
  8689. position: absolute;
  8690. top: 0;
  8691. right: 0;
  8692. padding: 0;
  8693. height: 39px;
  8694. vertical-align: middle;
  8695. }
  8696. #dashboard-menus .panel-btns .panel-btn:hover {
  8697. background-color: #54585e;
  8698. }
  8699. #dashboard-menus .panel-small {
  8700. width: 40%;
  8701. border: none;
  8702. margin-bottom: 5px;
  8703. }
  8704. #dashboard-menus .panel-small .panel-body {
  8705. border: 1px solid #d1d2d4;
  8706. }
  8707. #dashboard-menus .panel-body {
  8708. padding: 8px 12px;
  8709. }
  8710. #dashboard-menus .panel-body .form-control {
  8711. margin-bottom: 10px;
  8712. }
  8713. #dashboard-menus .radio {
  8714. padding-left: 0;
  8715. }
  8716. #dashboard-menus #routes .row {
  8717. margin: 10px 0 20px;
  8718. }
  8719. #dashboard-menus #routes .checkbox {
  8720. padding-left: 0;
  8721. margin: 0 0 8px;
  8722. }
  8723. #dashboard-menus #routes .checkbox span {
  8724. margin-left: 10px;
  8725. }
Add Comment
Please, Sign In to add comment