2022-09-08 21:05:49 +01:00
|
|
|
body {
|
|
|
|
background-color: #aac4ee;
|
2022-09-20 21:26:50 +01:00
|
|
|
color: #0280e5;
|
2022-09-08 21:05:49 +01:00
|
|
|
font-family: sans-serif;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 60px; /*Footer height*/
|
|
|
|
}
|
|
|
|
|
2022-10-17 14:30:28 +01:00
|
|
|
.titleimg {
|
2022-09-08 21:05:49 +01:00
|
|
|
width: 80%;
|
|
|
|
padding-top: 50px;
|
2022-10-05 21:09:37 +01:00
|
|
|
padding-bottom: 10px;
|
2022-09-08 21:05:49 +01:00
|
|
|
max-width: 500px;
|
2022-09-21 10:07:55 +01:00
|
|
|
transition: 0.2s;
|
2022-09-08 21:05:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.lookup-box {
|
|
|
|
text-align: center;
|
|
|
|
border: black;
|
2022-10-05 21:09:37 +01:00
|
|
|
padding-top: 40px;
|
2022-09-08 21:05:49 +01:00
|
|
|
border-radius: 40px;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-size: 18px;
|
|
|
|
text-transform: uppercase;
|
2022-09-21 10:07:55 +01:00
|
|
|
transition: 0.2s;
|
2022-09-08 21:05:49 +01:00
|
|
|
}
|
|
|
|
|
2022-09-20 21:12:38 +01:00
|
|
|
.form-text-small {
|
|
|
|
text-align: center;
|
|
|
|
border: black;
|
2022-09-21 09:39:33 +01:00
|
|
|
width: 80%;
|
2022-09-20 21:16:37 +01:00
|
|
|
border-radius: 5px;
|
2022-09-20 21:12:38 +01:00
|
|
|
padding: 10px;
|
|
|
|
font-size: 18px;
|
2022-09-21 10:07:55 +01:00
|
|
|
transition: 0.2s;
|
2022-09-20 21:12:38 +01:00
|
|
|
}
|
|
|
|
|
2022-09-21 09:58:57 +01:00
|
|
|
@media only screen and (min-width: 600px) {
|
|
|
|
.form-text-small {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-20 21:12:38 +01:00
|
|
|
.form-text-large {
|
|
|
|
text-align: left;
|
|
|
|
border: black;
|
2022-09-21 09:39:33 +01:00
|
|
|
width: 80%;
|
2022-09-21 09:44:21 +01:00
|
|
|
height: 90px;
|
2022-09-20 21:15:32 +01:00
|
|
|
border-radius: 5px;
|
2022-09-20 21:12:38 +01:00
|
|
|
padding: 5px;
|
|
|
|
font-size: 16px;
|
2022-09-21 10:07:55 +01:00
|
|
|
transition: 0.2s;
|
2022-09-20 21:12:38 +01:00
|
|
|
}
|
|
|
|
|
2022-09-21 09:58:57 +01:00
|
|
|
@media only screen and (min-width: 600px) {
|
|
|
|
.form-text-large {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-20 21:15:32 +01:00
|
|
|
.form-info {
|
2022-09-20 21:26:50 +01:00
|
|
|
color: #0280e5;
|
2022-09-20 21:16:37 +01:00
|
|
|
font-size: 17px;
|
|
|
|
font-weight: bolder;
|
|
|
|
margin-bottom: 4px;
|
2022-09-20 21:15:32 +01:00
|
|
|
}
|
|
|
|
|
2022-09-21 09:50:31 +01:00
|
|
|
.text-description {
|
2022-09-21 10:04:41 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 80%;
|
2022-09-20 21:26:50 +01:00
|
|
|
color: #0280e5;
|
2022-09-20 21:22:58 +01:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
2022-09-21 09:58:57 +01:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-09-21 10:07:55 +01:00
|
|
|
transition: 0.2s;
|
2022-09-20 21:20:13 +01:00
|
|
|
}
|
|
|
|
|
2022-09-21 09:58:57 +01:00
|
|
|
@media only screen and (min-width: 600px) {
|
2022-09-21 10:04:41 +01:00
|
|
|
.text-description{
|
2022-09-21 09:46:51 +01:00
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-08 21:05:49 +01:00
|
|
|
.lookup-button {
|
|
|
|
background-color: #3c78d8;
|
|
|
|
color: #f6f5f4;
|
|
|
|
border: none;
|
|
|
|
border-radius: 18px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 5px;
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
2022-09-23 11:03:54 +01:00
|
|
|
margin-bottom: 10px;
|
2022-09-08 21:05:49 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-09-20 20:51:45 +01:00
|
|
|
.actionbutton {
|
2022-09-08 21:05:49 +01:00
|
|
|
display: inline-block;
|
2022-09-21 10:42:49 +01:00
|
|
|
text-decoration: none;
|
2022-09-08 21:05:49 +01:00
|
|
|
cursor: pointer;
|
|
|
|
background-color: #3c78d8;
|
|
|
|
border: none;
|
|
|
|
border-radius: 10px;
|
|
|
|
color: #f6f5f4;
|
|
|
|
padding: 7px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2022-09-21 09:44:21 +01:00
|
|
|
.inlinelink {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #3c78d8;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-09-23 11:03:54 +01:00
|
|
|
/* START MENU STYLE */
|
2022-10-30 20:36:17 +00:00
|
|
|
#menubar_hamburger {
|
|
|
|
position: absolute;
|
|
|
|
top: 2px;
|
2022-09-23 11:03:54 +01:00
|
|
|
right: 0;
|
2022-10-30 20:36:17 +00:00
|
|
|
padding: 5px;
|
2022-09-08 21:05:49 +01:00
|
|
|
}
|
2022-10-30 20:36:17 +00:00
|
|
|
.sidebar_control {
|
|
|
|
background-color: transparent;
|
|
|
|
color: whitesmoke;
|
|
|
|
border: none;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: larger;
|
2022-09-23 11:03:54 +01:00
|
|
|
}
|
2022-10-30 20:36:17 +00:00
|
|
|
#sidebar_open_short {display: block;}
|
|
|
|
#sidebar_close_short {
|
2022-09-23 11:03:54 +01:00
|
|
|
display: none;
|
2022-10-30 20:36:17 +00:00
|
|
|
font-size: x-large;
|
2022-09-08 21:05:49 +01:00
|
|
|
}
|
2022-10-30 20:36:17 +00:00
|
|
|
#sidebar {
|
|
|
|
position: fixed;
|
|
|
|
top: 40px;
|
|
|
|
right: 0;
|
|
|
|
margin: auto;
|
|
|
|
height: 100%;
|
|
|
|
display: block;
|
|
|
|
max-width: 250px;
|
|
|
|
width: 0;
|
|
|
|
background-color: navy;
|
|
|
|
transition: 0.4s;
|
|
|
|
}
|
|
|
|
#sidebar a {
|
|
|
|
padding: 8px 8px 8px 8px;
|
|
|
|
margin-top: 10px;
|
|
|
|
font-family: indie-flower, sans-serif;
|
|
|
|
font-weight: 300;
|
2022-09-20 21:05:48 +01:00
|
|
|
text-decoration: none;
|
2022-10-30 20:36:17 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: 25px;
|
|
|
|
color: white;
|
2022-09-23 11:03:54 +01:00
|
|
|
display: block;
|
2022-10-30 20:36:17 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
transition: 0.5s;
|
2022-09-08 21:05:49 +01:00
|
|
|
}
|
|
|
|
|
2022-09-23 11:03:54 +01:00
|
|
|
/* Footer Styles */
|
|
|
|
|
2022-10-17 15:26:35 +01:00
|
|
|
/* Footer Styles */
|
2022-09-08 21:05:49 +01:00
|
|
|
footer {
|
|
|
|
background-color: #7fa7e6;
|
|
|
|
color: white;
|
|
|
|
width: 100%;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
2022-10-17 14:39:24 +01:00
|
|
|
|
|
|
|
footer a {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: white;
|
2022-10-17 15:26:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
footer a:visited {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer a:hover {
|
|
|
|
color: beige;
|
2022-10-17 14:39:24 +01:00
|
|
|
}
|