/* import of: c:\softpak\oespcpl\System\spportal\style\SpryCollapsiblePanel.css 07/04/2025 17:22:41.741+02:00 */
#container {
width:100%; /* 970px; */
margin-left:0px;
margin-top:3px;
}
/* --------- COLLAPSIBLE PANELS ----------*/

.expandable-panel {
width:100%;
position:relative;
min-height:45px;
overflow:auto;
/* margin-bottom: 10px; */
xborder:1px solid #999;
}
.expandable-panel-heading {
width:100%;
cursor:pointer;
min-height:42px; 
clear:both;
background-color: lightgrey;
color: white;
position:relative;
padding-top: 2px;
box-shadow: 2px 1px 3px #999;
border-radius: 5px;
}
.expandable-panel-heading:hover {
color: white;
background-color: RGB(107,168,214);
}
.expandable-panel-p {
font-size: 12px;	
font-weight: normal;
}
.expandable-panel-heading h2 {
padding:4px 1px 9px 15px;
font-size:18px;
line-height:20px;
}
.expandable-panel-content {
padding: 0 2px 0 15px;
margin-top:-999px;
}
.expandable-panel-content table {
padding:4px 0 6px 0;
}
.expandable-panel-content table:first-child  {
padding-top:10px;
}
.expandable-panel-content table:last-child {
padding-bottom:25px;
}
.icon-close-open {
width:32px;
height:32px;
position:absolute;
background-image:url(/img/collapsible.png);
top: 5px;
right:15px;
}
.expandable-panel-content img {
float:right;
padding-left:12px;
}
.header-active {
background-color: lightgrey;
color: #29598c;
}
.header-active .icon-close-open {
background-image:url(/img/collapse.png);
}
/* import of: c:\softpak\oespcpl\System\spportal\style\SpModalPopup.css 07/04/2025 17:22:41.747+02:00 */
/***************************/
/*Popup with static content*/
/***************************/
.sp-modal-popup {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
font-size: 18px;
}
.sp-modal-popup-header {
color: #fff;
background-color: #616161;
margin: auto;
margin-top: 10%;
padding: 10px;
border: 1px solid #616161;
width: 80%;
font-size: 28px;
}
.sp-modal-popup-title {

}
.sp-modal-popup-canvas {
font-family: courier;
position: relative;
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
.sp-modal-popup-content {
width: 100%;
}
/* Modal Footer */
.sp-modal-popup-footer {
background-color: #616161;
margin: auto;
padding: 20px;
border: 1px solid #616161;
width: 80%;
}
/* Modal close Button */
.sp-modal-popup-close {
font-weight: bold;
float: right;
}
.sp-modal-popup-close:hover,
.sp-modal-popup-close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/****************************/
/*Popup with dynamic content*/
/****************************/
.sp-dyn-modal-popup {
display: none; /* Hidden by default */
position: absolute; /* Stay in place */
z-index: 88888888; /* Sit on top */
left: 0px;
top: 0px;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: hidden; /* No scroll */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
font-size: 18px;
}
.sp-dyn-modal-popup-header {
color: #fff;
background-color: #616161;
border: 1px solid #616161;
font-size: 28px;
padding: 5px;
}
.sp-dyn-modal-popup-title {
padding-left:10px;
}
.sp-dyn-modal-popup-literal {
white-space:nowrap;
z-index: 1;
background-color: #fff;
}
.sp-dyn-modal-popup-label {
white-space:nowrap;
z-index: 1;
background-color: #fff;
}
.sp-dyn-modal-popup-field {
z-index: 1;
}
.sp-dyn-modal-popup-close {
font-weight: bold;
float: right;
}
.sp-dyn-modal-popup-canvas {
position: relative;
background-color: #fefefe;
border: 1px solid #888;
height: 100%;
width: 100%;
}
.sp-dyn-modal-popup-box {
border: 1px solid #616161;
}
.sp-dyn-modal-popup-content {
position: absolute;
left: 0px;
top: 0px;
background-color: #fefefe;
border: 1px solid #888;
height: 100%;
opacity: 100%;
}
.sp-dyn-modal-popup-footer {
background-color: #616161;
margin: auto;
padding: 20px;
border: 1px solid #616161;
}
.sp-dyn-modal-popup-close:hover,
.sp-dyn-modal-popup-close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/* import of: C:\Softpak\cust\ZZC\spportal/zzc.scss 07/04/2025 17:22:41.752+02:00 */
// softpak.scss
// import relative to oespcpl location
/* import of c:\softpak\oespcpl\System\spportal\style\spportal.scss */
* {
box-sizing: border-box;
margin: 0;
}
body {
margin: 0px;
width:100%;
min-width:100%;
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
background-color: hsl(200 50% 100%);
}
/* unvisited link */
a:link {
color: hsl(207.73, 56.41%, 45.88%);
}
/* visited link */
a:visited {
color: hsl(207.73, 56.41%, 45.88%);
}
/* mouse over link */
a:hover {
color: hsl(207 100% 24%);
background-color: hsl(207 100% 24%);
}
/* selected link */
a:active {
color: hsl(207.73, 56.41%, 45.88%);
}
.cardcontainer input:valid {
background-color: rgb(214, 240, 214);
}
.cardcontainer input:invalid {
background-color: hsla(59, 82%, 57%, 0.747);
}
.cardcontainer input:focus:invalid {
background-color: hsla(59, 82%, 57%, 0.747);
}
.sp-hidden-validation-data {
display: none;
}
.sp-warning {
display: none;
text-align: center;
color: darkred;
}
.sp-validation-message {
display: none;
color: red;
}
.sp-alert-bubble {
position: relative;
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 18px;
line-height: 24px;
width: 275px;
background: hsl(207 30% 30%);
border-radius: 5px;
padding: 1.2em;
text-align: center;
/* border-style: solid;
border-width: thin; */
}
.sp-alert-bubble-bottom-left:before {
content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 24px solid hsl(207 30% 30%);
border-right: 12px solid transparent;
border-top: 12px solid hsl(207 30% 30%);
border-bottom: 20px solid transparent;
left: 32px;
bottom: -24px;
}
.sp-alert-bubble-top-right:before {
content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 12px solid transparent;
border-right: 24px solid hsl(207 30% 30%);
border-top: 20px solid transparent;
border-bottom: 12px solid hsl(207 30% 30%);
left: 220px;
top: -15px;
}
.sp-alert-bubble-top-left:before {
content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 12px solid hsl(207 30% 30%);
border-right: 24px solid transparent;
border-top: 20px solid transparent;
border-bottom: 12px solid hsl(207 30% 30%);
left: 32px;
top: -15px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.c-sp-header {
color: hsl(207.73, 56.41%, 45.88%);
background: hsl(207 100% 24%);
padding: 1em;
}
.c-sp-header-layer {
background: hsl(207 100% 24%);
color: hsl(207.73, 56.41%, 45.88%);
}
.c-sp-header-logo img {
height: 100%;
}
#c-sp-header-softpaklogo{
width: 15px;
height: 15px;
}
.c-sp-menu-layer {
padding: 0.2em 0.2em;
color: hsl(207.73, 56.41%, 45.88%);
background: hsl(200 50% 100%);
border-bottom: 1px solid hsl(0, 2%, 90%);
overflow: auto;
}
.c-sp-menu-layer a {
color: hsl(207.73, 56.41%, 45.88%);
display: block;
font-size: 1.2em;
font-weight: 600;
line-height: 1.7 !important;
opacity: 0.8;
padding: 1 !important;
text-decoration: none;
}
.c-sp-menu-layer a:link,
.c-sp-menu-layer a:visited {
color: hsl(207.73, 56.41%, 45.88%);
background-color: hsl(200 50% 100%);
}
.c-sp-menu-layer a:hover {
color: hsl(200 50% 100%);
background-color: hsl(207.73, 56.41%, 45.88%);
border-radius: 5px;
}
.c-sp-footer-layer {
color: hsl(200 50% 100%);
background: #003c69;
padding: 0.5em 0.5em;
position: fixed;
bottom: 0;
text-align: center;
width: 100%;
font-size: 0.7em;
}
.c-sp-footer-menu-content {
display: inline-block;
}
.sp-footer-menu-item {
float: left;
text-align: center;
padding: 1em;
color: hsl(200 50% 100%);
text-decoration: none;
font-size: 1.1em;
}
.sp-footer-menu-item a:link {
color: hsl(200 50% 100%);
}
.sp-footer-menu-item a:hover {
color: hsl(207.73, 56.41%, 45.88%);
}
#sp-main-menu {
display: block;
}
.c-sp-header-menu-item {
float: left;
text-align: center;
top: 50%;
padding: 0.7em;
color: hsl(207.73, 56.41%, 45.88%);
background-color: hsl(200 50% 100%);
text-decoration: none;
font-size: 1.1em;
}
.c-sp-header-menu-item a:link,
.c-sp-header-menu-item a:visited {
color: hsl(207.73, 56.41%, 45.88%);
background-color: hsl(200 50% 100%);
}
.c-sp-header-menu-item a:hover {
color: hsl(200 50% 100%);
background-color: hsl(207.73, 56.41%, 45.88%);
}
.c-sp-header-login {
float: right;
}
.c-sp-header-login:hover {
color: hsl(207 30% 10%);
background-color: hsl(207 100% 24%);
}
.c-sp-content-layer {
padding: 1em;
}
.c-sp-dropbox {
display: block;
color: hsl(207.73, 56.41%, 45.88%);
background-color: hsl(200 15% 95%);
padding: 1em 2em;
border-bottom: 1px solid hsl(0, 2%, 90%);
position: absolute;
z-index: 10;
}
.c-sp-dropbox a:link,
.c-sp-dropbox a:visited {
color: hsl(207.73, 56.41%, 45.88%);
}
.c-sp-dropbox a:hover {
color: hsl(200 15% 95%);
background-color: hsl(207.73, 56.41%, 45.88%);
}
.c-sp-applicationmenu-header {
color: hsl(207.73, 56.41%, 45.88%);
font-weight: bold;
font-size: 1.1em;
padding: 1em;
}
.c-sp-applicationmenu-link {
display: block;
text-decoration: none;
color: hsl(207.73, 56.41%, 45.88%);
padding: 0.5em 2em 0.5em 1em;
}
.c-sp-applicationmenu-link a:link,
.c-sp-applicationmenu-link a:visited {
color: hsl(207.73, 56.41%, 45.88%);
}
.c-sp-applicationmenu-link a:hover {
color: hsl(200 15% 95%);
background-color: hsl(207.73, 56.41%, 45.88%);
}
.cardcontainer {
width: 100%;
border-radius: 5px;
color: hsl(207 30% 10%);
background-color: hsl(200 15% 95%);
padding: 1.2em;
}
.cardheader {
font-size: 1.2rem;
border-radius: 5px;
padding: 0.8em 0.8em;
background: hsl(207.73, 56.41%, 45.88%);
color: hsl(200 50% 100%);
}
.card {
box-shadow: 0px 4px 8px 0px hsl(207 30% 30%);
transition: 0.3s;
width: 50%;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}
.card-mobile {
width: 90%;
}
.card:hover {
box-shadow: 0px 4px 8px 0px hsl(207 30% 30%);
}
#sp-error-message {
display: none;
z-index: 1;
}
.c-sp-error-message-header {
color: hsl(207 30% 10%);
background-color: red;
font-size: 1.2rem;
font-weight: bold;
width: 100%;
border-radius: 5px;
padding: 1.2em;
}
#busyspinnercontainer {
position: fixed;
top: 0px;
left: 0px;
z-index: 999999;
height: 100%;
width: 100%;
overflow: auto;
background-color: transparent;
display: none;
}
#busyspinner {
position: fixed;
display: block;
border: 10px solid hsl(207 30% 30%);
border-top: 10px solid hsl(200 50% 100%);
border-radius: 50%;
width: 60px;
height: 60px;
animation: spin 2s linear infinite;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1000000;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* Add animation to "page content" */
.animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s;
}
@-webkit-keyframes animatebottom {
from {
bottom: -100px;
opacity: 0;
}
to {
bottom: 0px;
opacity: 1;
}
}
@keyframes animatebottom {
from {
bottom: -100px;
opacity: 0;
}
to {
bottom: 0;
opacity: 1;
}
}
.aa_form_details {
color: hsl(207 30% 10%);
background-color: hsl(200 15% 95%);
box-shadow: 0px 4px 8px 0px hsl(207 30% 30%);
border-radius: 5px;
margin: 20px 0;
padding: 1.2em;
}
h3,
.aa_form_header,
.teaser .teaser__title,
#mobile-menu .mm-title {
text-align: left;
color: hsl(207 100% 24%);
background-color: hsl(200 15% 95%);
display: block;
flex-grow: 0;
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 22px;
font-stretch: 100%;
font-style: normal;
}
.aa_form_column1,
.aa_form_column2 {
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
color: hsl(207 30% 10%);
background-color: hsl(200 15% 95%);
vertical-align: top;
line-height: 2.5em;
height: 2.5em;
}
.cardcontainer label {
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
display: inline-block;
width: 140px;
text-align: right;
font-weight: bold;
}
.aa_form_column1 input,
.aa_form_column2 input,
.aa_form_column1 select,
.aa_form_column2 select,
.cardcontainer select,
.cardcontainer input,
.aa_form_details input {
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
margin: 0.1rem;
}
.aa_form_column1 input[type="text"],
.aa_form_column2 input[type="text"],
.aa_form_column1 select,
.aa_form_column2 select,
.cardcontainer select,
.cardcontainer input[type=text],
.cardcontainer input[type=password] {
border-radius: 5px;
border: 1px solid hsl(207 30% 30%);
padding: 0.3rem 0.3rem 0.3rem 0.3rem;
font-size: 15px;
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
font-weight: 400;
}
.aa_form_column1 textarea,
.aa_form_column2 textarea {
border-radius: 5px;
border: 1px solid hsl(207 30% 30%);
}
.cardcontainer .button,
.aa_form_details .button,
.aa_form_column1 input[type=submit],
.aa_form_column2 input[type=submit],
.cardcontainer input[type=button],
.cardcontainer input[type=submit],
.aa_form_details input[type=button],
.aa_form_details input[type=submit],
input[type=submit],
input[type=button] {
color: hsl(200 50% 100%);
background-color: hsl(207.73, 56.41%, 45.88%);
border-radius: 5px;
border: 1px solid hsl(200 50% 100%);
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
input[type="button"]:hover,
input[type="submit"]:hover {
color: hsl(207.73, 56.41%, 45.88%);
background-color: hsl(207 100% 24%);
cursor: pointer;
}
.aa_column1,
.aa_column2 {
padding: 10px;
border: 1px solid hsl(200 50% 100%);
}
.aa_column1 {
background: hsl(200 15% 80%);
}
.aa_column2 {
background: hsl(200 15% 100%);
}
.aa_page_header {
color: hsl(207 100% 24%);
background-color: hsl(207.73, 56.41%, 45.88%);
}
.aa_page_logo {
font-size: 1.2rem;
color: hsl(207.73, 56.41%, 45.88%);
background-color: hsl(207.73, 56.41%, 45.88%);
border-radius: 5px;
padding: 0.8em 0.8em;
}
.infocardcontainer {
width: 100%;
border-radius: 5px;
color: hsl(207 30% 10%);
background-color: hsl(200 15% 95%);
padding: 1.2em;
}
.infocardheader {
font-size: 1.2rem;
color: hsl(207 30% 10%);
background-color: hsl(207.73, 56.41%, 45.88%);
border-radius: 5px;
padding: 0.8em 0.8em;
}
.infocard {
box-shadow: 0px 4px 8px 0px hsl(207 30% 30%);
transition: 0.3s;
width: 40%;
display: block;
margin-right: auto;
border-radius: 5px;
float: left;
}
.infocard-mobile {
width: 90%;
}
.infocard:hover {
box-shadow: 0px 4px 8px 0px hsl(207 30% 30%);
}
div.modelessdiv {
display: none;
position: absolute;
right: 60px;
top: 300px;
border: solid 1px;
width: 380px;
height: 310px;
background-color: hsl(200 50% 100%);
border-color: hsl(207.73, 56.41%, 45.88%);
}
.modelesstoptext {
color: hsl(207 30% 10%);
font-weight: bold;
}
/*PBE >>> adjustments*/
.c-sp-header-logo {
width: 220px;
height: 67px;
text-align: center;
}
.c-sp-applicationmenu-col {
float: left;
}
.cardcontainer {
border-radius: 0px 0px 5px 5px;
background-color: hsl(200 50% 100%);
}
.card {
box-shadow: 0px 2px 1px 0px hsl(207 30% 30%);
}
.card:hover {
box-shadow: 0px 3px 6px 0px hsl(207 30% 30%);
}
.cardfooter {
margin-top: 1.4em;
}
.cardfooterbuttonpanel {
width: 100%;
display: flex;
flex-direction: row;
justify-content: right;
}
.cardcontainer label {
font-weight: 500;
}
body {
background-color: hsl(200 50% 100%);
}
a {
color: hsl(207.73, 56.41%, 45.88%);
text-decoration: none;
background-color: transparent;
}
a:hover {
color: hsl(207 100% 24%);
background-color: transparent;
}
.c-sp-content-layer {
padding: 0em 1em 1em 1.7em;
}
.c-sp-content {
padding: 0em;
}
.c-sp-header-layer {
box-shadow: none;
}
.c-sp-header-logo {
width: 220px;
height: 50px;
text-align: center;
}
.c-sp-menu-layer {
background: hsl(200 50% 100%);
color: hsl(207.73, 56.41%, 45.88%);
padding: 0px;
box-shadow: 0px 1px 2px 0px 0px 4px 8px 0px hsl(207 30% 30%);
}
.c-sp-menu-layer a {
line-height: 1em !important; /*why*/
font-weight: 400;
opacity: 1;
font-size: 1em;
}
.c-sp-menu-layer a:link, .c-sp-menu-layer a:visited {
color: hsl(207.73, 56.41%, 45.88%);
background: hsl(200 50% 100%);
}
#c-sp-header-softpaklogo {
display: none;
}
.c-sp-menu-layer a:hover {
color: hsl(200 50% 100%);
background-color: hsl(207.73, 56.41%, 45.88%);
border-radius: 0px;
}
.c-sp-dropbox {
width: 100%;
border-radius: 0px;
box-shadow: 0px 1px 2px 0px 0px 4px 8px 0px hsl(207 30% 30%);
color: hsl(207.73, 56.41%, 45.88%);
background: hsl(200 15% 95%);
}
.c-sp-dropbox a:link, .c-sp-dropbox a:visited {
color: hsl(207.73, 56.41%, 45.88%);
}
.c-sp-dropbox a:hover {
color: hsl(200 15% 95%);
background-color: hsl(207.73, 56.41%, 45.88%);
}
.aa_page_header {
color: hsl(207 100% 24%);
font-family: Raleway, Arial, Helvetica, sans-serif;
font-size: 32px;
font-stretch: 100%;
font-style: normal;
font-weight: 400;
height: 28px;
background-color: transparent;
}
.aa_page_logo {
background-color: transparent;
padding: 0px;
padding-top: 1em;
}
/*PBE .cardcontainer toegevoegd*/
.aa_form_column1 input[type=text],
.aa_form_column2 input[type=text],
.aa_form_column1 select,
.aa_form_column2 select,
.cardcontainer select,
.cardcontainer input[type=text],
.cardcontainer input[type=password] {
border-radius: 3px;
}
/*PBE 3 x .cardcontainer + 3 x .aa_form_details toegevoegd*/
.cardcontainer .button,
.aa_form_details .button,
.aa_form_column1 input[type=submit],
.aa_form_column2 input[type=submit],
.cardcontainer input[type=button],
.cardcontainer input[type=submit],
.aa_form_details input[type=button],
.aa_form_details input[type=submit] {
color: hsl(200 50% 100%);
background-color: hsl(207.73, 56.41%, 45.88%);
}
input[type=button]:hover,
input[type=submit]:hover {
background-color: hsl(207 100% 24%);
cursor: pointer;
}
h3,
.aa_form_header,
.teaser .teaser__title,
#mobile-menu .mm-title {
color: hsl(207 100% 24%);
background-color: transparent;
}
/*<<<*/
#accountdetails {
margin-top: 0px;
background-color: hsl(200 50% 100%);
/* light grey */
;
width: 500px;
padding: 20px 20px;
border-radius: 0px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
.aa_form_column1 {
display: inline-block;
color: hsl(207 30% 10%);
width: 200px !important;
background-color: hsl(200 50% 100%) !important;
strong {
font-weight: 400 !important;
}
}
.aa_form_column2 {
width: 250px !important;
border: 1px solid hsl(207 100% 24%);
background-color: hsl(200 50% 100%);
}
}
body {
	font-family: "Roboto";
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Ubuntu";
}
p {
	font-family: "Ubuntu";
}
button, a {
	font-family: "Roboto";
}
.c-sp-header-logo {
width: 220px;
height: 67px;
text-align: center;
}
.followbox:hover, .followbox a:hover {
background: #302e7c;
color: white;
transition: 0.3s;
}
.followbox {
display: inline-block;
text-align: center;
background: hsl(200 15% 95%);
padding: 9px;
border-radius: 5px;
transition: 0.3s;
color: black;
}
.followbox a {
color: black; 
}	
.c-sp-header-logo {
width: 100px;
height: 100px;
text-align: center;
}
.c-sp-header-layer {
background-color: #FFFFFF !important;
border-bottom: 1px solid rgba(0,0,0,0.2);
padding: 0px 20px;
}
.c-sp-header-login {
	background-color: #FFFFFF !important;
	
}
.c-sp-footer-layer {
	background-color: #003c69;
}
.c-sp-header {
	background-color: #FFFFFF !important;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
}
.menu-container {
display: flex;
gap: 20px;
max-width: 1440px;
margin: auto;
.application-menu {
	padding: 10px 0px;
}
}
.menu-column {
	flex: 1;
background-color: #312b81;
border-radius: 10px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
max-width: 30%; /* Prevents it from going full width */
min-width: 200px; /* Ensures it does not get too small */
width: 100%; /* Maintains responsiveness */
}
.menu-column h3 {
margin-bottom: 10px;
width: 100%;
margin-top: 0px;
padding: 10px 20px;
color: #312b81;
background-color: #F9F9F9;
border-radius: 10px 10px 0px 0px;
display: flex;
align-items: center;
min-height: 76px;
font-size: 1.275rem
}
.menu-column .c-sp-applicationmenu-link-2 {
display: block;
margin-bottom: 5px;
padding: 0px 10px !important;
color: white !important;
}
.c-sp-applicationmenu-link-2:hover {
	text-decoration: underline;
}
.c-sp-content {
	min-height: 50vh !important;
}
body > div.ws-classic-content > table:nth-child(3) > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td:nth-child(1) > table > tbody > tr > td.aa_form_column1 {
background-color: #FFFFFF;
}
body > div.ws-classic-content > table:nth-child(3) > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td:nth-child(1) > table > tbody > tr > td.aa_form_column2 {
background-color: #FFFFFF;
}
body > div.ws-classic-content > table:nth-child(3) > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td:nth-child(2) > table > tbody > tr > td.aa_form_column1 {
background-color: #FFFFFF;
}
body > div.ws-classic-content > table:nth-child(3) > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td:nth-child(2) > table > tbody > tr > td.aa_form_column2 {
background-color: #FFFFFF;
}
body > div.ws-classic-content > table:nth-child(2) > tbody > tr > td > table:nth-child(10) {
width: 100%;
border-collapse: collapse;
/* First row styling */
tr:first-child {
background-color: #312b81 !important;
color: white;
}
/* Even rows background color */
tr:nth-child(even) {
background-color: #FAFAFA;
}
/* Odd rows background color */
tr:nth-child(odd) {
background-color: #FFFFFF;
}
td {
padding: 8px;
text-align: left;
}
	
} 
.aa_page_header {
	color: #312b81 !important;
}
.c-sp-menu-layer {
	border-bottom: none !important;
}
.c-sp-header-menu-content .c-sp-header-menu-item {
	background: rgba(0,0,0,0.0) !important;
}
.c-sp-menu-layer a {
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #003c69 !important;
	background-color: rgba(0,0,0,0.0) !important;
}
.c-sp-menu-layer a:hover {
	color: #f7be11 !important;
}
.cardcontainer .button, .aa_form_details .button, .aa_form_column1 input[type=submit], .aa_form_column2 input[type=submit], .cardcontainer input[type=button], .cardcontainer input[type=submit], .aa_form_details input[type=button], .aa_form_details input[type=submit] {
	background-color: #312b81 !important;
}
#accountdetails { 
	.aa_form_column1 { 
		display: inline-block;
		width: 120px;
		strong { 
		}
	}
	.aa_form_column2 { 
		display: inline-block;
		width: 200px;
	}
	br { 
	}
	.sp-validation-message { 
	}
}
input[type=button] {
	background-color: #312b81;
	width: auto;
}
.c-sp-header-logo img {
height: 100%;
width: 100%;
margin: auto;
object-fit: contain;
}
#welcome-message {
	position: absolute;
	width: 100%;
	top: 200px;
}
body > div.ws-classic-content > table:nth-child(2) > tbody > tr > td > table > tbody > tr:nth-child(2) > .aa_form_details {
	background-color: #FFFFFF;
box-shadow: none;
}
.aa_form_details {
	background-color: #FFFFFF;
	box-shadow: none;
}
.aa_form_column1, .aa_form_column2 {
	background-color: #FFFFFF;
	font-family: "Arial";
}
body { 
	div.ws-classic-content {
		#overflow: scroll; 
		
		table:nth-child(2) {
			tbody {
				tr {
					td {
						table:nth-child(7) {
							tbody {
								tr:first-of-type {
									background-color: #312b81;
									color: #FFFFFF !important;
								}
								
								tr:nth-child(odd) {
									background-color: #FFFFFF;
								}
								
								tr:nth-child(even) {
									background-color: #F9F9F9;
								}
							}
						}
					}
				}
			} 
		}
	} 
}
body { 
	div.ws-classic-content {
		table:nth-child(2) {
			tbody {
				tr {
					td {
						table:nth-child(4) {
							tbody {
								tr:first-of-type {
									background-color: #312b81;
									color: #FFFFFF;
								}
								
								tr:nth-child(odd) {
									background-color: #FFFFFF;
								}
								
								tr:nth-child(even) {
									background-color: #F9F9F9;
								}
							}
						}
					}
				}
			} 
		}
	} 
}
body { 
	div.ws-classic-content {
		table:nth-child(2) {
			tbody {
				tr {
					td {
						table:nth-child(6) {
							tbody {
								tr:first-of-type {
									background-color: #312b81;
									color: #FFFFFF;
								}
								
								tr:nth-child(odd) {
									background-color: #FFFFFF;
								}
								
								tr:nth-child(even) {
									background-color: #F9F9F9;
								}
							}
						}
					}
				}
			} 
		}
	} 
}
body > div.ws-classic-content > table:nth-child(2) > tbody > tr > td > table:nth-child(7) > tbody > tr:nth-child(1) > td.fw_booking_column1 {
	color: #FFFFFF;
	background-color: #312b81;
}
body > div.ws-classic-content > table:nth-child(2) > tbody > tr > td > table:nth-child(4) > tbody > tr:nth-child(1) > td.fw_booking_column1 {
	color: #FFFFFF;
	background-color: #312b81;
}
body > div.ws-classic-content > table:nth-child(2) > tbody > tr > td > table:nth-child(6) > tbody > tr:nth-child(1) > td.fw_booking_column1 {
	color: #FFFFFF;
	background-color: #312b81;
}
body > div.ws-classic-content > table:nth-child(2) > tbody > tr > td > table:nth-child(6) > tbody > tr:nth-child(3) > td > table > tbody > tr > td.fw_booking_column1 {
	color: #312b81;
}
.cardcontainer label {
	line-height: 3rem !important;
}
.cardcontainer {
	width: 95%;
}
@media only screen and (max-width: 800px) {
.c-sp-header {
	padding-top: 0px;
}
.c-sp-header-logo {
	width: 120px;
	height: auto !important;
	
}
}
