Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

862 řádky
15 KiB

  1. /* roboto-regular - latin */
  2. @font-face {
  3. font-family: "Roboto";
  4. font-style: normal;
  5. font-weight: 400;
  6. src: url("../fonts/roboto-v27-latin-regular.eot"); /* IE9 Compat Modes */
  7. src: local(""), url("../fonts/roboto-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v27-latin-regular.woff") format("woff"), url("../fonts/roboto-v27-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v27-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  8. }
  9. /* roboto-700 - latin */
  10. @font-face {
  11. font-family: "Roboto";
  12. font-style: normal;
  13. font-weight: 700;
  14. src: url("../fonts/roboto-v27-latin-700.eot"); /* IE9 Compat Modes */
  15. src: local(""), url("../fonts/roboto-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v27-latin-700.woff2") format("woff2"), url("../fonts/roboto-v27-latin-700.woff") format("woff"), url("../fonts/roboto-v27-latin-700.ttf") format("truetype"), url("../fonts/roboto-v27-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  16. }
  17. * {
  18. box-sizing: border-box;
  19. }
  20. html {
  21. font-size: 100%;
  22. scroll-behavior: smooth;
  23. }
  24. body {
  25. width: 100%;
  26. margin: 0;
  27. }
  28. html,
  29. body,
  30. table,
  31. td,
  32. th,
  33. textarea {
  34. font-family: "Roboto", Arial, Verdana, sans-serif;
  35. font-weight: 400;
  36. font-size: 16px;
  37. line-height: 20px;
  38. text-align: left;
  39. }
  40. input:focus,
  41. select:focus,
  42. textarea:focus,
  43. button:focus {
  44. outline: none;
  45. }
  46. /* clears the 'X' from Internet Explorer */
  47. input[type=search]::-ms-clear {
  48. display: none;
  49. width: 0;
  50. height: 0;
  51. }
  52. input[type=search]::-ms-reveal {
  53. display: none;
  54. width: 0;
  55. height: 0;
  56. }
  57. /* clears the 'X' from Chrome */
  58. input[type=search]::-webkit-search-decoration,
  59. input[type=search]::-webkit-search-cancel-button,
  60. input[type=search]::-webkit-search-results-button,
  61. input[type=search]::-webkit-search-results-decoration {
  62. display: none;
  63. }
  64. fieldset {
  65. border: none;
  66. }
  67. section,
  68. aside,
  69. ul,
  70. ol,
  71. li,
  72. p,
  73. h1,
  74. h2,
  75. h3,
  76. h4,
  77. h5,
  78. h6,
  79. figure,
  80. div,
  81. dl,
  82. dd,
  83. dt,
  84. table,
  85. td,
  86. th,
  87. fieldset,
  88. button,
  89. label,
  90. input,
  91. textarea {
  92. padding: 0;
  93. margin: 0;
  94. }
  95. h1,
  96. h2,
  97. h3,
  98. h4,
  99. h5,
  100. h6 {
  101. font-weight: 400;
  102. }
  103. ol,
  104. ul {
  105. list-style: none;
  106. }
  107. .table table,
  108. .table td,
  109. .table th,
  110. .table thead th {
  111. padding: 0;
  112. border: none;
  113. }
  114. input:-moz-placeholder,
  115. textarea:-moz-placeholder {
  116. color: inherit;
  117. opacity: 1;
  118. }
  119. input::-moz-placeholder,
  120. textarea::-moz-placeholder {
  121. color: inherit;
  122. opacity: 1;
  123. }
  124. input::-webkit-input-placeholder,
  125. textarea::-webkit-input-placeholder {
  126. color: inherit;
  127. opacity: 1;
  128. }
  129. input:-ms-input-placeholder,
  130. textarea:-ms-input-placeholder {
  131. color: inherit;
  132. opacity: 1;
  133. }
  134. input {
  135. background: #ffffff;
  136. border: 1px solid #cccccc;
  137. padding: 0.5rem 0.5rem;
  138. }
  139. #header input {
  140. padding-top: 0.25rem;
  141. padding-bottom: 0.25rem;
  142. }
  143. img {
  144. width: auto;
  145. height: auto;
  146. }
  147. a,
  148. a:hover {
  149. color: inherit;
  150. outline: 0;
  151. }
  152. a:not(footer a),
  153. a:not(footer a):hover {
  154. overflow-wrap: break-word;
  155. word-wrap: break-word;
  156. -ms-word-break: break-all;
  157. word-break: break-all;
  158. word-break: break-word;
  159. -ms-hyphens: auto;
  160. -moz-hyphens: auto;
  161. -webkit-hyphens: auto;
  162. hyphens: auto;
  163. }
  164. strong {
  165. font-weight: 700;
  166. }
  167. body {
  168. padding-top: 6.5rem;
  169. }
  170. @media (max-width: 500px) {
  171. body {
  172. padding-top: 11rem;
  173. }
  174. }
  175. @media (max-width: 412px) {
  176. body {
  177. padding-top: 12rem;
  178. }
  179. }
  180. input:-moz-placeholder,
  181. textarea:-moz-placeholder {
  182. color: #bbbbbb;
  183. opacity: 1;
  184. }
  185. input::-moz-placeholder,
  186. textarea::-moz-placeholder {
  187. color: #bbbbbb;
  188. opacity: 1;
  189. }
  190. input::-webkit-input-placeholder,
  191. textarea::-webkit-input-placeholder {
  192. color: #bbbbbb;
  193. opacity: 1;
  194. }
  195. input:-ms-input-placeholder,
  196. textarea:-ms-input-placeholder {
  197. color: #bbbbbb;
  198. opacity: 1;
  199. }
  200. #main .inside {
  201. margin: 0 auto;
  202. width: 80vw;
  203. max-width: 1280px;
  204. padding: 3rem 0;
  205. min-height: 600px;
  206. }
  207. #main h1 {
  208. font-size: 2rem;
  209. line-height: 2.5rem;
  210. padding: 0 0 2rem 0;
  211. }
  212. @media (max-width: 767px) {
  213. #main h1 {
  214. font-size: 1.25rem;
  215. line-height: 1.5rem;
  216. }
  217. }
  218. #main h2, #main h3 {
  219. font-size: 1.5rem;
  220. line-height: 2rem;
  221. padding: 0 0 1.5rem 0;
  222. }
  223. @media (max-width: 767px) {
  224. #main h2, #main h3 {
  225. font-size: 1rem;
  226. line-height: 1.25rem;
  227. }
  228. }
  229. #main h3 {
  230. font-weight: bold;
  231. text-transform: uppercase;
  232. }
  233. #main h4, #main h5, #main h6 {
  234. font-size: 1rem;
  235. line-height: 1.25rem;
  236. padding: 0 0 0.5rem 0;
  237. }
  238. @media (max-width: 767px) {
  239. #main h4, #main h5, #main h6 {
  240. font-size: 0.875rem;
  241. line-height: 1rem;
  242. }
  243. }
  244. #main p, #main ul, #main ol, #main table {
  245. margin: 0 0 1.5rem 0;
  246. }
  247. #main p.img img {
  248. float: left;
  249. margin: 0 20px 20px 0;
  250. width: 200px;
  251. height: auto;
  252. }
  253. #main .mini-nav {
  254. padding: 0 0 1.5rem 0;
  255. }
  256. #main .mini-nav a {
  257. color: #e2003c;
  258. }
  259. #main .mini-nav a:before {
  260. content: "<< ";
  261. }
  262. #main .mini-nav a:hover {
  263. text-decoration: none;
  264. }
  265. #main .container {
  266. padding: 0 0 1.5rem 0;
  267. }
  268. #main .logo-bar li {
  269. overflow: hidden;
  270. padding: 0 0 10px 0;
  271. display: flex;
  272. align-items: center;
  273. }
  274. #main .logo-bar li img {
  275. float: left;
  276. margin-right: 40px;
  277. height: 100px;
  278. }
  279. @media (max-width: 767px) {
  280. #main .logo-bar li img {
  281. float: none;
  282. margin-bottom: 20px;
  283. }
  284. }
  285. @media (max-width: 767px) {
  286. #main .logo-bar li p {
  287. margin-left: 0;
  288. }
  289. }
  290. .btn {
  291. border: 1px solid #e2003c;
  292. background: #e2003c;
  293. color: #ffffff;
  294. padding: 0.5rem 1rem;
  295. font-size: 0.75rem;
  296. line-height: 1rem;
  297. text-transform: uppercase;
  298. cursor: pointer;
  299. text-decoration: none;
  300. display: inline-block;
  301. transition: all 0.3s ease-out;
  302. }
  303. .btn:hover {
  304. background: #e83363;
  305. border-color: #e83363;
  306. color: #ffffff;
  307. }
  308. .btn[disabled] {
  309. opacity: 0.5;
  310. background: #191919;
  311. border-color: #191919;
  312. cursor: default;
  313. }
  314. .btn--inverse {
  315. background: #ffffff;
  316. color: #e2003c;
  317. }
  318. .btn--correct {
  319. border-color: #008000;
  320. background: #008000;
  321. color: #ffffff;
  322. }
  323. .btn--correct:hover {
  324. background: #ffffff;
  325. border-color: #008000;
  326. color: #008000;
  327. }
  328. .form--row {
  329. display: flex;
  330. justify-content: flex-start;
  331. flex-wrap: wrap;
  332. }
  333. @media (max-width: 500px) {
  334. #header .form--row {
  335. padding-top: 20px;
  336. }
  337. }
  338. .form--row.form--row-right {
  339. justify-content: flex-end;
  340. margin-right: 5%;
  341. }
  342. .form--wrapper {
  343. width: 270px;
  344. padding: 0 0 1.5rem 0;
  345. display: flex;
  346. flex-wrap: wrap;
  347. align-items: flex-end;
  348. }
  349. #header .form--wrapper {
  350. padding-bottom: 0;
  351. width: 200px;
  352. }
  353. #header .form--wrapper.fw--no-width {
  354. width: auto;
  355. }
  356. @media (max-width: 412px) {
  357. #header .form--wrapper.fw--no-width {
  358. margin-top: 10px;
  359. }
  360. }
  361. @media (max-width: 768px) {
  362. #header .form--wrapper {
  363. width: 120px;
  364. }
  365. }
  366. @media (max-width: 412px) {
  367. #header .form--wrapper {
  368. width: 110px;
  369. }
  370. }
  371. .form--wrapper.mandatory label {
  372. font-weight: 700;
  373. }
  374. .form--wrapper label {
  375. display: block;
  376. padding: 0 0 0.25rem 0;
  377. font-size: 0.875rem;
  378. line-height: 1.5rem;
  379. width: 100%;
  380. }
  381. .form--wrapper input {
  382. display: block;
  383. font-size: 1rem;
  384. line-height: 1.5rem;
  385. width: 90%;
  386. }
  387. .form--wrapper input[type=checkbox] {
  388. width: auto;
  389. }
  390. .form--wrapper textarea {
  391. display: block;
  392. font-size: 1rem;
  393. line-height: 1.5rem;
  394. padding: 1rem;
  395. width: 100%;
  396. height: 10rem;
  397. }
  398. @media (max-width: 1048px) {
  399. .form--wrapper textarea {
  400. width: 60%;
  401. }
  402. }
  403. @media (max-width: 768px) {
  404. .form--wrapper textarea {
  405. width: 100%;
  406. }
  407. }
  408. .form--legal {
  409. padding: 0 0 1.5rem 0;
  410. }
  411. .form--legal .form--wrapper {
  412. width: auto;
  413. max-width: 80%;
  414. }
  415. @media (max-width: 1048px) {
  416. .form--legal .form--wrapper {
  417. max-width: none;
  418. }
  419. }
  420. .form--legal .form-wrapper--container {
  421. display: flex;
  422. flex-wrap: nowrap;
  423. justify-content: flex-start;
  424. align-items: start;
  425. }
  426. @media (max-width: 1048px) {
  427. .form--legal .form-wrapper--container {
  428. display: block;
  429. }
  430. }
  431. .form--legal .form--checkbox input {
  432. float: left;
  433. margin: 5px 8px 0 0;
  434. }
  435. .form--catalogue {
  436. border-top: 2px solid #191919;
  437. padding: 0 0 1.5rem 0;
  438. }
  439. .form--catalogue .form-wrapper--container {
  440. display: flex;
  441. flex-wrap: nowrap;
  442. justify-content: flex-start;
  443. align-items: start;
  444. }
  445. @media (max-width: 1048px) {
  446. .form--catalogue .form-wrapper--container {
  447. display: block;
  448. }
  449. }
  450. .form--catalogue h3 {
  451. text-align: center;
  452. width: 100%;
  453. }
  454. .form--catalogue .question-count {
  455. padding: 1.5rem 0;
  456. position: relative;
  457. }
  458. .form--catalogue .question-count p {
  459. padding: 0;
  460. }
  461. .form--catalogue .question-count .progressbar {
  462. position: absolute;
  463. left: 0;
  464. bottom: 0;
  465. height: 12px;
  466. width: 100%;
  467. background: #ddd;
  468. }
  469. .form--catalogue .question-count .progressbar div {
  470. position: absolute;
  471. left: 0;
  472. bottom: 0;
  473. height: 12px;
  474. width: 0;
  475. background: green;
  476. }
  477. .form--catalogue .catalogue-nav {
  478. display: flex;
  479. justify-content: space-between;
  480. padding: 0 0 1.5rem 0;
  481. }
  482. @media (max-width: 1024px) {
  483. .form--catalogue .catalogue-nav {
  484. flex-wrap: wrap;
  485. justify-content: center;
  486. }
  487. .form--catalogue .catalogue-nav .save {
  488. width: 100%;
  489. text-align: center;
  490. }
  491. .form--catalogue .catalogue-nav span:not(.btn) {
  492. order: 3;
  493. justify-content: center;
  494. display: flex;
  495. flex-wrap: wrap;
  496. }
  497. .form--catalogue .catalogue-nav span:not(.btn):first-of-type {
  498. order: 2;
  499. }
  500. .form--catalogue .catalogue-nav .btn {
  501. order: 1;
  502. margin: 10px 10px 0 10px;
  503. }
  504. }
  505. .form--catalogue .form--wrapper {
  506. width: auto;
  507. justify-content: center;
  508. }
  509. .form--catalogue .form--wrapper .btn {
  510. float: right;
  511. }
  512. .form--catalogue .form--wrapper.left {
  513. justify-content: flex-start;
  514. }
  515. .form--catalogue h2 {
  516. font-size: 2rem;
  517. line-height: 3rem;
  518. }
  519. .form--catalogue label {
  520. font-size: 1.5rem;
  521. line-height: 2rem;
  522. }
  523. @media (max-width: 767px) {
  524. .form--catalogue label {
  525. font-size: 1rem;
  526. line-height: 1.25rem;
  527. }
  528. }
  529. .form--catalogue .form--checkbox label {
  530. display: flex;
  531. }
  532. .form--catalogue .form--checkbox label input {
  533. display: inline;
  534. width: auto;
  535. margin: 9px 10px 0 0;
  536. }
  537. @-moz-document url-prefix() {
  538. .form--catalogue .form--checkbox label input {
  539. margin-top: 0;
  540. }
  541. }
  542. .form--question {
  543. border-top: 2px solid #191919;
  544. padding-top: 1.5rem;
  545. }
  546. .form .alert {
  547. font-size: 0.75rem;
  548. line-height: 1rem;
  549. }
  550. .alert {
  551. color: #e2003c !important;
  552. }
  553. #message {
  554. position: fixed;
  555. left: 0;
  556. top: 0;
  557. right: 0;
  558. width: 100%;
  559. z-index: 3000;
  560. display: none;
  561. color: #ffffff;
  562. font-size: 1.5rem;
  563. }
  564. #message.success {
  565. background: green;
  566. }
  567. #message.failure {
  568. background: #e2003c;
  569. }
  570. #message p {
  571. padding: 1.5rem;
  572. }
  573. /* New MPP */
  574. .row-box {
  575. display: flex;
  576. justify-content: space-between;
  577. flex-wrap: wrap;
  578. }
  579. .row-box .col-box {
  580. width: 60%;
  581. }
  582. .row-box .col-box:nth-child(2) {
  583. width: 30%;
  584. }
  585. .row-box .col-box .col-box {
  586. width: 48%;
  587. }
  588. #main .form--catalogue {
  589. padding-top: 20px;
  590. }
  591. #main .form--catalogue h2 {
  592. padding-bottom: 10px;
  593. }
  594. .form-fields {
  595. padding: 0 0 30px 0;
  596. }
  597. .form-fields label {
  598. display: block;
  599. font-size: 16px;
  600. }
  601. .form-fields input, .form-fields select {
  602. display: block;
  603. width: 100%;
  604. max-width: 350px;
  605. background: #fff;
  606. border: 1px solid #000;
  607. padding: 10px 10px;
  608. }
  609. .result-box {
  610. background: rgba(118, 127, 134, 0.3);
  611. padding: 30px 20px;
  612. }
  613. .result-box dl {
  614. display: flex;
  615. flex-wrap: wrap;
  616. justify-content: space-between;
  617. padding: 0 0 20px 0;
  618. }
  619. .result-box dl dt, .result-box dl dd {
  620. padding: 0 0 10px 0;
  621. margin: 0 0 10px 0;
  622. border-bottom: 1px solid #000;
  623. }
  624. .result-box dl dt:last-of-type, .result-box dl dd:last-of-type {
  625. border-bottom: none;
  626. }
  627. .result-box dl dt {
  628. flex-basis: 80%;
  629. font-weight: normal;
  630. }
  631. .result-box dl dd {
  632. flex-basis: 20%;
  633. font-weight: bold;
  634. text-align: right;
  635. }
  636. .result-box h3 {
  637. text-align: left;
  638. }
  639. .result-box .btn {
  640. margin: 0 auto;
  641. }
  642. header {
  643. box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
  644. position: fixed;
  645. left: 0;
  646. top: 0;
  647. width: 100%;
  648. z-index: 2000;
  649. background: #ffffff;
  650. }
  651. header .inside {
  652. padding: 1.5rem 3rem 0 3rem;
  653. height: 6.5rem;
  654. display: flex;
  655. justify-content: space-between;
  656. }
  657. @media (max-width: 412px) {
  658. header .inside {
  659. padding-left: 2rem;
  660. padding-right: 2rem;
  661. }
  662. }
  663. @media (max-width: 500px) {
  664. header .inside {
  665. height: 11rem;
  666. display: block;
  667. }
  668. }
  669. @media (max-width: 412px) {
  670. header .inside {
  671. height: 12rem;
  672. }
  673. }
  674. header .inside .logo {
  675. display: flex;
  676. }
  677. @media (min-width: 501px) and (max-width: 768px) {
  678. header .inside .logo {
  679. display: block;
  680. }
  681. }
  682. header .inside .logo a.home {
  683. font-weight: bold;
  684. color: #3c4952;
  685. margin-top: -5px;
  686. padding: 0 0 0 30px;
  687. text-decoration: none;
  688. }
  689. @media (min-width: 501px) and (max-width: 768px) {
  690. header .inside .logo a.home {
  691. display: block;
  692. padding: 10px 0 0 12px;
  693. }
  694. }
  695. header .inside .logo a.home:before {
  696. color: #3c4952 !important;
  697. content: "|";
  698. padding: 0 20px 0 0;
  699. }
  700. @media (min-width: 501px) and (max-width: 768px) {
  701. header .inside .logo a.home:before {
  702. content: "";
  703. display: none;
  704. }
  705. }
  706. header .inside .logo a.home:hover {
  707. color: #788187;
  708. }
  709. @media (max-width: 500px) {
  710. header .inside .status {
  711. padding-top: 20px;
  712. }
  713. }
  714. header img {
  715. height: 3rem;
  716. }
  717. @media (max-width: 800px) {
  718. header img {
  719. height: 2rem;
  720. }
  721. }
  722. header form {
  723. margin-top: -0.375rem;
  724. }
  725. footer {
  726. background: #191919;
  727. color: #ffffff;
  728. }
  729. footer .inside {
  730. padding: 1.5rem 3rem;
  731. }
  732. footer ul {
  733. display: flex;
  734. justify-content: flex-start;
  735. }
  736. footer li {
  737. padding: 0 0 0 1.5rem;
  738. }
  739. footer li:first-child {
  740. padding-left: 0;
  741. }
  742. footer li a {
  743. display: block;
  744. }
  745. .new-user {
  746. padding: 0 0 3rem 0;
  747. }
  748. .listing li {
  749. background: #fce6ec;
  750. padding: 0.75rem 1.5rem;
  751. margin-bottom: 2px;
  752. }
  753. .listing li:nth-child(even) {
  754. background: #f9ccd8;
  755. }
  756. .listing li.inactive {
  757. opacity: 0.3;
  758. }
  759. .listing--header {
  760. padding: 0.5rem 0;
  761. display: flex;
  762. justify-content: space-between;
  763. align-items: center;
  764. }
  765. @media (max-width: 1024px) {
  766. .listing--header {
  767. display: block;
  768. }
  769. }
  770. .listing--header h3 {
  771. padding: 0 !important;
  772. }
  773. .listing--header .buttons {
  774. display: flex;
  775. flex-wrap: wrap;
  776. justify-content: flex-start;
  777. align-items: center;
  778. }
  779. .listing--header .buttons * {
  780. margin-left: 1.5rem;
  781. }
  782. @media (max-width: 1024px) {
  783. .listing--header .buttons * {
  784. margin-top: 10px;
  785. margin-left: 0;
  786. margin-right: 1.5rem;
  787. }
  788. }
  789. .listing--header .buttons .pdfs {
  790. display: flex;
  791. }
  792. @media (max-width: 1024px) {
  793. .listing--header .buttons .pdfs {
  794. order: 2;
  795. }
  796. }
  797. .listing--header .buttons .pdfs a {
  798. display: block;
  799. width: 2rem;
  800. height: 2rem;
  801. background: transparent url("../images/elements/pdf.svg") no-repeat left top;
  802. background-size: 100% auto;
  803. position: relative;
  804. }
  805. .listing--header .buttons .pdfs a.latest:after {
  806. content: "";
  807. display: block;
  808. position: absolute;
  809. right: -0.25rem;
  810. top: -0.25rem;
  811. width: 1rem;
  812. height: 1rem;
  813. background: green;
  814. border-radius: 50%;
  815. }
  816. .listing--details {
  817. display: none;
  818. }
  819. .listing--details-inside {
  820. padding: 0.5rem 0;
  821. }
  822. /*# sourceMappingURL=styles.css.map */