|
- /* roboto-regular - latin */
- @font-face {
- font-family: 'Roboto';
- font-style: normal;
- font-weight: 400;
- src: url("../fonts/roboto-v27-latin-regular.eot");
- /* IE9 Compat Modes */
- 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 */ }
- /* roboto-700 - latin */
- @font-face {
- font-family: 'Roboto';
- font-style: normal;
- font-weight: 700;
- src: url("../fonts/roboto-v27-latin-700.eot");
- /* IE9 Compat Modes */
- 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 */ }
- * {
- box-sizing: border-box; }
-
- html {
- font-size: 100%;
- scroll-behavior: smooth; }
-
- body {
- width: 100%;
- margin: 0; }
-
- html,
- body,
- table,
- td,
- th,
- textarea {
- font-family: 'Roboto', Arial, Verdana, sans-serif;
- font-weight: 400;
- font-size: 16px;
- line-height: 20px;
- text-align: left; }
-
- input:focus,
- select:focus,
- textarea:focus,
- button:focus {
- outline: none; }
-
- /* clears the 'X' from Internet Explorer */
- input[type=search]::-ms-clear {
- display: none;
- width: 0;
- height: 0; }
-
- input[type=search]::-ms-reveal {
- display: none;
- width: 0;
- height: 0; }
-
- /* clears the 'X' from Chrome */
- input[type="search"]::-webkit-search-decoration,
- input[type="search"]::-webkit-search-cancel-button,
- input[type="search"]::-webkit-search-results-button,
- input[type="search"]::-webkit-search-results-decoration {
- display: none; }
-
- fieldset {
- border: none; }
-
- section,
- aside,
- ul,
- ol,
- li,
- p,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- figure,
- div,
- dl,
- dd,
- dt,
- table,
- td,
- th,
- fieldset,
- button,
- label,
- input,
- textarea {
- padding: 0;
- margin: 0; }
-
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: 400; }
-
- ol,
- ul {
- list-style: none; }
-
- .table table,
- .table td,
- .table th,
- .table thead th {
- padding: 0;
- border: none; }
-
- input:-moz-placeholder,
- textarea:-moz-placeholder {
- color: inherit;
- opacity: 1; }
-
- input::-moz-placeholder,
- textarea::-moz-placeholder {
- color: inherit;
- opacity: 1; }
-
- input::-webkit-input-placeholder,
- textarea::-webkit-input-placeholder {
- color: inherit;
- opacity: 1; }
-
- input:-ms-input-placeholder,
- textarea:-ms-input-placeholder {
- color: inherit;
- opacity: 1; }
-
- input {
- background: #ffffff;
- border: 1px solid #cccccc;
- padding: 0.5rem 0.5rem; }
- #header input {
- padding-top: 0.25rem;
- padding-bottom: 0.25rem; }
-
- img {
- width: auto;
- height: auto; }
-
- a,
- a:hover {
- color: inherit;
- outline: 0; }
-
- a:not(footer a),
- a:not(footer a):hover {
- overflow-wrap: break-word;
- word-wrap: break-word;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -ms-hyphens: auto;
- -moz-hyphens: auto;
- -webkit-hyphens: auto;
- hyphens: auto; }
-
- strong {
- font-weight: 700; }
-
- body {
- padding-top: 6.5rem; }
- @media (max-width: 500px) {
- body {
- padding-top: 11rem; } }
- @media (max-width: 412px) {
- body {
- padding-top: 12rem; } }
-
- input:-moz-placeholder,
- textarea:-moz-placeholder {
- color: #bbbbbb;
- opacity: 1; }
-
- input::-moz-placeholder,
- textarea::-moz-placeholder {
- color: #bbbbbb;
- opacity: 1; }
-
- input::-webkit-input-placeholder,
- textarea::-webkit-input-placeholder {
- color: #bbbbbb;
- opacity: 1; }
-
- input:-ms-input-placeholder,
- textarea:-ms-input-placeholder {
- color: #bbbbbb;
- opacity: 1; }
-
- #main .inside {
- margin: 0 auto;
- width: 80vw;
- max-width: 1280px;
- padding: 3rem 0;
- min-height: 600px; }
- #main h1 {
- font-size: 2rem;
- line-height: 2.5rem;
- padding: 0 0 2rem 0; }
- @media (max-width: 767px) {
- #main h1 {
- font-size: 1.25rem;
- line-height: 1.5rem; } }
- #main h2, #main h3 {
- font-size: 1.5rem;
- line-height: 2rem;
- padding: 0 0 1.5rem 0; }
- @media (max-width: 767px) {
- #main h2, #main h3 {
- font-size: 1rem;
- line-height: 1.25rem; } }
- #main h3 {
- font-weight: bold;
- text-transform: uppercase; }
- #main h4, #main h5, #main h6 {
- font-size: 1rem;
- line-height: 1.25rem;
- padding: 0 0 0.5rem 0; }
- @media (max-width: 767px) {
- #main h4, #main h5, #main h6 {
- font-size: 0.875rem;
- line-height: 1rem; } }
- #main p, #main ul, #main ol, #main table {
- margin: 0 0 1.5rem 0; }
- #main p.img img {
- float: left;
- margin: 0 20px 20px 0;
- width: 200px;
- height: auto; }
- #main .mini-nav {
- padding: 0 0 1.5rem 0; }
- #main .mini-nav a {
- color: #e2003c; }
- #main .mini-nav a:before {
- content: "<< "; }
- #main .mini-nav a:hover {
- text-decoration: none; }
- #main .container {
- padding: 0 0 1.5rem 0; }
- #main .logo-bar li {
- overflow: hidden;
- padding: 0 0 10px 0;
- display: flex;
- align-items: center; }
- #main .logo-bar li img {
- float: left;
- margin-right: 40px;
- height: 100px; }
- @media (max-width: 767px) {
- #main .logo-bar li img {
- float: none;
- margin-bottom: 20px; } }
- @media (max-width: 767px) {
- #main .logo-bar li p {
- margin-left: 0; } }
-
- .btn {
- border: 1px solid #e2003c;
- background: #e2003c;
- color: #ffffff;
- padding: 0.5rem 1rem;
- font-size: 0.75rem;
- line-height: 1rem;
- text-transform: uppercase;
- cursor: pointer;
- text-decoration: none;
- display: inline-block;
- transition: all 0.3s ease-out; }
- .btn:hover {
- background: #e83363;
- border-color: #e83363;
- color: #ffffff; }
- .btn[disabled] {
- opacity: 0.5;
- background: #191919;
- border-color: #191919;
- cursor: default; }
- .btn--inverse {
- background: #ffffff;
- color: #e2003c; }
- .btn--correct {
- border-color: #008000;
- background: #008000;
- color: #ffffff; }
- .btn--correct:hover {
- background: #ffffff;
- border-color: #008000;
- color: #008000; }
-
- .form--row {
- display: flex;
- justify-content: flex-start;
- flex-wrap: wrap; }
- @media (max-width: 500px) {
- #header .form--row {
- padding-top: 20px; } }
- .form--row.form--row-right {
- justify-content: flex-end;
- margin-right: 5%; }
- .form--wrapper {
- width: 270px;
- padding: 0 0 1.5rem 0;
- display: flex;
- flex-wrap: wrap;
- align-items: flex-end; }
- #header .form--wrapper {
- padding-bottom: 0;
- width: 200px; }
- #header .form--wrapper.fw--no-width {
- width: auto; }
- @media (max-width: 412px) {
- #header .form--wrapper.fw--no-width {
- margin-top: 10px; } }
- @media (max-width: 768px) {
- #header .form--wrapper {
- width: 120px; } }
- @media (max-width: 412px) {
- #header .form--wrapper {
- width: 110px; } }
- .form--wrapper.mandatory label {
- font-weight: 700; }
- .form--wrapper label {
- display: block;
- padding: 0 0 0.25rem 0;
- font-size: 0.875rem;
- line-height: 1.5rem;
- width: 100%; }
- .form--wrapper input {
- display: block;
- font-size: 1rem;
- line-height: 1.5rem;
- width: 90%; }
- .form--wrapper input[type='checkbox'] {
- width: auto; }
- .form--wrapper textarea {
- display: block;
- font-size: 1rem;
- line-height: 1.5rem;
- padding: 1rem;
- width: 100%;
- height: 10rem; }
- @media (max-width: 1048px) {
- .form--wrapper textarea {
- width: 60%; } }
- @media (max-width: 768px) {
- .form--wrapper textarea {
- width: 100%; } }
- .form--legal {
- padding: 0 0 1.5rem 0; }
- .form--legal .form--wrapper {
- width: auto;
- max-width: 80%; }
- @media (max-width: 1048px) {
- .form--legal .form--wrapper {
- max-width: none; } }
- .form--legal .form-wrapper--container {
- display: flex;
- flex-wrap: nowrap;
- justify-content: flex-start;
- align-items: start; }
- @media (max-width: 1048px) {
- .form--legal .form-wrapper--container {
- display: block; } }
- .form--legal .form--checkbox input {
- float: left;
- margin: 5px 8px 0 0; }
- .form--catalogue {
- border-top: 2px solid #191919;
- padding: 0 0 1.5rem 0; }
- .form--catalogue .form-wrapper--container {
- display: flex;
- flex-wrap: nowrap;
- justify-content: flex-start;
- align-items: start; }
- @media (max-width: 1048px) {
- .form--catalogue .form-wrapper--container {
- display: block; } }
- .form--catalogue h3 {
- text-align: center;
- width: 100%; }
- .form--catalogue .question-count {
- padding: 1.5rem 0;
- position: relative; }
- .form--catalogue .question-count p {
- padding: 0; }
- .form--catalogue .question-count .progressbar {
- position: absolute;
- left: 0;
- bottom: 0;
- height: 12px;
- width: 100%;
- background: #ddd; }
- .form--catalogue .question-count .progressbar div {
- position: absolute;
- left: 0;
- bottom: 0;
- height: 12px;
- width: 0;
- background: green; }
- .form--catalogue .catalogue-nav {
- display: flex;
- justify-content: space-between;
- padding: 0 0 1.5rem 0; }
- @media (max-width: 1024px) {
- .form--catalogue .catalogue-nav {
- flex-wrap: wrap;
- justify-content: center; }
- .form--catalogue .catalogue-nav .save {
- width: 100%;
- text-align: center; }
- .form--catalogue .catalogue-nav span:not(.btn) {
- order: 3;
- justify-content: center;
- display: flex;
- flex-wrap: wrap; }
- .form--catalogue .catalogue-nav span:not(.btn):first-of-type {
- order: 2; }
- .form--catalogue .catalogue-nav .btn {
- order: 1;
- margin: 10px 10px 0 10px; } }
- .form--catalogue .form--wrapper {
- width: auto;
- justify-content: center; }
- .form--catalogue .form--wrapper .btn {
- float: right; }
- .form--catalogue .form--wrapper.left {
- justify-content: flex-start; }
- .form--catalogue h2 {
- font-size: 2rem;
- line-height: 3rem; }
- .form--catalogue label {
- font-size: 1.5rem;
- line-height: 2rem; }
- @media (max-width: 767px) {
- .form--catalogue label {
- font-size: 1rem;
- line-height: 1.25rem; } }
- .form--catalogue .form--checkbox label {
- display: flex; }
- .form--catalogue .form--checkbox label input {
- display: inline;
- width: auto;
- margin: 9px 10px 0 0; }
- @-moz-document url-prefix() {
- .form--catalogue .form--checkbox label input {
- margin-top: 0; } }
- .form--question {
- border-top: 2px solid #191919;
- padding-top: 1.5rem; }
- .form .alert {
- font-size: 0.75rem;
- line-height: 1rem; }
-
- .alert {
- color: #e2003c !important; }
-
- #message {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- width: 100%;
- z-index: 3000;
- display: none;
- color: #ffffff;
- font-size: 1.5rem; }
- #message.success {
- background: green; }
- #message.failure {
- background: #e2003c; }
- #message p {
- padding: 1.5rem; }
-
- header {
- 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);
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- z-index: 2000;
- background: #ffffff; }
- header .inside {
- padding: 1.5rem 3rem 0 3rem;
- height: 6.5rem;
- display: flex;
- justify-content: space-between; }
- @media (max-width: 412px) {
- header .inside {
- padding-left: 2rem;
- padding-right: 2rem; } }
- @media (max-width: 500px) {
- header .inside {
- height: 11rem;
- display: block; } }
- @media (max-width: 412px) {
- header .inside {
- height: 12rem; } }
- header .inside .logo {
- display: flex; }
- @media (min-width: 501px) and (max-width: 768px) {
- header .inside .logo {
- display: block; } }
- header .inside .logo a.home {
- font-weight: bold;
- color: #3c4952;
- margin-top: -5px;
- padding: 0 0 0 30px;
- text-decoration: none; }
- @media (min-width: 501px) and (max-width: 768px) {
- header .inside .logo a.home {
- display: block;
- padding: 10px 0 0 12px; } }
- header .inside .logo a.home:before {
- color: #3c4952 !important;
- content: "|";
- padding: 0 20px 0 0; }
- @media (min-width: 501px) and (max-width: 768px) {
- header .inside .logo a.home:before {
- content: "";
- display: none; } }
- header .inside .logo a.home:hover {
- color: #788187; }
- @media (max-width: 500px) {
- header .inside .status {
- padding-top: 20px; } }
- header img {
- height: 3rem; }
- @media (max-width: 800px) {
- header img {
- height: 2rem; } }
- header form {
- margin-top: -0.375rem; }
-
- footer {
- background: #191919;
- color: #ffffff; }
- footer .inside {
- padding: 1.5rem 3rem; }
- footer ul {
- display: flex;
- justify-content: flex-start; }
- footer li {
- padding: 0 0 0 1.5rem; }
- footer li:first-child {
- padding-left: 0; }
- footer li a {
- display: block; }
-
- .new-user {
- padding: 0 0 3rem 0; }
-
- .listing li {
- background: #fce6ec;
- padding: 0.75rem 1.5rem;
- margin-bottom: 2px; }
- .listing li:nth-child(even) {
- background: #f9ccd8; }
- .listing li.inactive {
- opacity: .3; }
- .listing--header {
- padding: 0.5rem 0;
- display: flex;
- justify-content: space-between;
- align-items: center; }
- @media (max-width: 1024px) {
- .listing--header {
- display: block; } }
- .listing--header h3 {
- padding: 0 !important; }
- .listing--header .buttons {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-items: center; }
- .listing--header .buttons * {
- margin-left: 1.5rem; }
- @media (max-width: 1024px) {
- .listing--header .buttons * {
- margin-top: 10px;
- margin-left: 0;
- margin-right: 1.5rem; } }
- .listing--header .buttons .pdfs {
- display: flex; }
- @media (max-width: 1024px) {
- .listing--header .buttons .pdfs {
- order: 2; } }
- .listing--header .buttons .pdfs a {
- display: block;
- width: 2rem;
- height: 2rem;
- background: transparent url("../images/elements/pdf.svg") no-repeat left top;
- background-size: 100% auto;
- position: relative; }
- .listing--header .buttons .pdfs a.latest:after {
- content: "";
- display: block;
- position: absolute;
- right: -0.25rem;
- top: -0.25rem;
- width: 1rem;
- height: 1rem;
- background: green;
- border-radius: 50%; }
- .listing--details {
- display: none; }
- .listing--details-inside {
- padding: 0.5rem 0; }
-
- /*# sourceMappingURL=styles.css.map */
|