/* import of: c:\softpak\oespcpl\System\spportal\style\SpryCollapsiblePanel.css 25/09/2024 16:40:34.193+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\cust\softpak.scss 25/09/2024 16:40:34.213+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 {
width:100%;
min-width:100%;
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
background-color: hsl(200 15% 95%);
}
/* unvisited link */
a:link {
color: darkblue;
}
/* visited link */
a:visited {
color: purple;
}
/* mouse over link */
a:hover {
color: lightblue;
background-color: #FFFFFF;
}
/* selected link */
a:active {
color: lightblue;
}
.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(0 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(0 30% 30%);
border-right: 12px solid transparent;
border-top: 12px solid hsl(0 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(0 30% 30%);
border-top: 20px solid transparent;
border-bottom: 12px solid hsl(0 30% 30%);
left: 220px;
top: -15px;
}
.sp-alert-bubble-top-left:before {
content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 12px solid hsl(0 30% 30%);
border-right: 24px solid transparent;
border-top: 20px solid transparent;
border-bottom: 12px solid hsl(0 30% 30%);
left: 32px;
top: -15px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.c-sp-header {
color: #FFFFFF;
background: #FFFFFF;
padding: 1em;
}
.c-sp-header-layer {
background: #FFFFFF;
color: #FFFFFF;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.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(200 50% 100%);
background: hsl(200 50% 50.2%);
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
overflow: auto;
}
.c-sp-menu-layer a {
color: hsl(200 50% 100%);
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(200 50% 100%);
background-color: hsl(200 50% 50.2%);
}
.c-sp-menu-layer a:hover {
color: hsl(200 50% 50.2%);
background-color: hsl(200 50% 100%);
border-radius: 5px;
}
.c-sp-footer-layer {
color: #FFFFFF;
background: #FFFFFF;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
padding: 0.5em 0.5em;
position: fixed;
bottom: 0;
text-align: center;
width: 100%;
font-size: 0.7em;
}
#sp-main-menu {
display: block;
}
.c-sp-header-menu-item {
float: left;
text-align: center;
top: 50%;
padding: 0.7em;
color: hsl(200 50% 100%);
background-color: hsl(200 50% 50.2%);
text-decoration: none;
font-size: 1.1em;
}
.c-sp-header-menu-item a:link,
.c-sp-header-menu-item a:visited {
color: hsl(200 50% 100%);
background-color: hsl(200 50% 50.2%);
}
.c-sp-header-menu-item a:hover {
color: hsl(200 50% 50.2%);
background-color: hsl(200 50% 100%);
}
.sp-footer-menu-item {
float: left;
text-align: center;
padding: 1em;
color: hsl(200 50% 100%);
text-decoration: none;
font-size: 1.1em;
}
.c-sp-footer-menu-content {
display: inline-block;
}
.c-sp-header-login {
float: right;
}
.c-sp-header-login:hover {
color: hsl(0 30% 10%);
background-color: #FFFFFF;
}
.c-sp-content-layer {
padding: 1em;
}
.c-sp-dropbox {
display: block;
color: hsl(0 30% 10%);
background-color: hsl(200 15% 70%);
padding: 1em 2em;
border-radius: 5px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
position: absolute;
z-index: 10;
}
.c-sp-dropbox a:link,
.c-sp-dropbox a:visited {
color: hsl(0 30% 10%);
}
.c-sp-dropbox a:hover {
color: hsl(200 15% 70%);
background-color: hsl(0 30% 10%);
border-radius: 5px;
}
.c-sp-applicationmenu-header {
color: hsl(0 30% 10%);
font-weight: bold;
font-size: 1.1em;
padding: 1em;
}
.c-sp-applicationmenu-link {
display: block;
text-decoration: none;
color: hsl(0 30% 10%);
padding: 0.5em 2em;
}
.c-sp-applicationmenu-link a:link,
.c-sp-applicationmenu-link a:visited {
color: hsl(0 30% 10%);
}
.c-sp-applicationmenu-link a:hover {
color: hsl(200 15% 70%);
background-color: hsl(0 30% 10%);
}
.cardcontainer {
width: 100%;
border-radius: 5px;
color: hsl(0 30% 10%);
background-color: hsl(200 15% 80%);
padding: 1.2em;
}
.cardheader {
font-size: 1.2rem;
border-radius: 5px;
padding: 0.8em 0.8em;
background: #FFFFFF;
color: #FFFFFF;
}
.card {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
transition: 0.3s;
width: 50%;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}
.card-mobile {
width: 90%;
}
.card:hover {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#sp-error-message {
display: none;
z-index: 1;
}
.c-sp-error-message-header {
color: hsl(0 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(0 30% 30%);
border-top: 10px solid hsl(200 15% 95%);
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(0 30% 10%);
background-color: hsl(200 15% 95%);
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
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(0 30% 10%);
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(0 30% 10%);
background-color: hsl(200 15% 95%);  vertical-align: middle;
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(0 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(0 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(200 50% 50.2%);
border-radius: 5px;
border: 1px solid hsl(200 15% 95%);
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
input[type="button"]:hover,
input[type="submit"]:hover {
color: hsl(200 50% 50.2%);
background-color: hsl(200 50% 100%);
border-color: #FFFFFF;
cursor: pointer;
}
.aa_column1,
.aa_column2 {
padding: 10px;
border: 1px solid hsl(200 15% 95%);
}
.aa_column1 {
background: hsl(200 15% 80%);
}
.aa_column2 {
background: hsl(200 15% 100%);
}
.aa_page_header {
color: hsl(0 30% 10%);
background-color: #FFFFFF;
}
.aa_page_logo {
font-size: 1.2rem;
color: hsl(200 50% 100%);
background-color: #FFFFFF;
border-radius: 5px;
padding: 0.8em 0.8em;
}
.infocardcontainer {
width: 100%;
border-radius: 5px;
color: hsl(0 30% 10%);
background-color: hsl(200 15% 80%);
padding: 1.2em;
}
.infocardheader {
font-size: 1.2rem;
color: hsl(0 30% 10%);
background-color: #FFFFFF;
border-radius: 5px;
padding: 0.8em 0.8em;
}
.infocard {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
transition: 0.3s;
width: 40%;
display: block;
margin-right: auto;
border-radius: 5px;
float: left;
}
.infocard-mobile {
width: 90%;
}
.infocard:hover {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
div.modelessdiv {
display: none;
position: absolute;
right: 60px;
top: 300px;
border: solid 1px;
width: 380px;
height: 310px;
background-color: hsl(200 50% 50.2%);
border-color: hsl(200 50% 100%);
}
.modelesstoptext {
color: hsl(0 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 15% 95%);
}
.card {
box-shadow: 0px 2px 1px 0px hsl(0 30% 30%);
}
.card:hover {
box-shadow: 0px 3px 6px 0px hsl(0 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 15% 95%);
}
a {
color: darkblue;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: lightblue;
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% 50.2%);
color: hsl(200 50% 100%);
padding: 0px;
box-shadow: 0px 1px 2px 0px 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.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(200 50% 100%);
background: hsl(200 50% 50.2%);
}
#c-sp-header-softpaklogo {
display: none;
}
.c-sp-menu-layer a:hover {
color: hsl(200 50% 50.2%);
background-color: hsl(200 50% 100%);
border-radius: 0px;
}
.c-sp-applicationmenu-header {
color: hsl(200 50% 100%);
}
.c-sp-dropbox {
width: 100%;
border-radius: 0px;
box-shadow: 0px 1px 2px 0px 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
color: hsl(0 30% 10%);
background: hsl(200 15% 70%);
}
.c-sp-dropbox a:link, .c-sp-dropbox a:visited {
color: hsl(0 30% 10%);
}
.c-sp-dropbox a:hover {
border-radius: 3px;
color: hsl(200 15% 70%);
background-color: hsl(0 30% 10%);
}
.aa_page_header {
color: hsl(0 30% 10%);
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(200 50% 50.2%);
}
input[type=button]:hover,
input[type=submit]:hover {
color: hsl(200 15% 80%);
background-color: hsl(0 30% 10%);
cursor: pointer;
}
.aa_form_details {
color: hsl(0 30% 10%);
background-color: hsl(200 15% 95%);
box-shadow: 0px 1px 2px 0px 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 5px;
margin: 20px 0;
padding: 1.2em;
}
.aa_form_column1,
.aa_form_column2 {
background-color: hsl(200 15% 95%);
}
h3,
.aa_form_header,
.teaser .teaser__title,
#mobile-menu .mm-title {
color: hsl(0 30% 10%);
background-color: transparent;
}
/*<<<*/
.c-sp-header-logo {
width: 220px;
height: 67px;
text-align: center;
}
// CUSTOM CODE
iframe {
min-height: 80vh !important;
}
.c-sp-header-logo {
width: 120px;
height: 67px;
text-align: center;
}
#container {
width: 100%;
/* 970px; */
margin-left: 0px;
margin-top: 3px;
}
/* --------- COLLAPSIBLE PANELS ----------*/
.expandable-panel {
width: 100%;
position: relative;
min-height: 45px;
overflow: auto;
border: 1px solid #9999;
}
.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);
}
* {
box-sizing: border-box;
margin: 0;
}
body {
width: 100%;
min-width: 100%;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
background-color: #f0f0f0;
}
/* unvisited link */
a:link {
color: darkblue;
}
/* visited link */
a:visited {
color: purple;
}
/* mouse over link */
a:hover {
color: lightblue;
background-color: hsl(207, 100%, 24%);
}
/* selected link */
a:active {
color: lightblue;
}
.cardcontainer input:valid {
background-color: rgb(214, 240, 214);
}
.cardcontainer input:invalid {
background-color: #FFFFFF;
border: 1px solid #FAFAFA;
}
.cardcontainer input:focus:invalid {
background-color: #FFFFFF;
border: 1px solid #FAFAFA;
}
.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;
right: 0;
width: 100% !important;
padding: 1.5em;
}
.c-sp-header {
color: #FFFFFF;
background: #FFFFFF;
}
.c-sp-menu-layer a:hover {
color: hsl(200, 50%, 50.2%);
background-color: hsl(200, 50%, 100%);
border-radius: 5px;
}
.c-sp-header-menu-item a:link,
.c-sp-header-menu-item a:visited {
color: hsl(200, 50%, 100%);
background-color: hsl(200, 50%, 50.2%);
}
.c-sp-header-menu-item a:hover {
color: hsl(200, 50%, 50.2%);
background-color: hsl(200, 50%, 100%);
}
.c-sp-footer-menu-content {
display: inline-block;
}
// .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, 30%, 10%);
background-color: #FAFAFA;
padding: 1em 2em;
position: absolute;
z-index: 10;
width: 100%;
}
//.c-sp-dropbox a:link,
//.c-sp-dropbox a:visited {
//  color: #FFFFFF;
//}
.c-sp-dropbox a:hover {
color: #FFFFFF !important;
background-color: hsl(200 50% 50.2%) !important;
border-radius: 5px !important;
}
.c-sp-applicationmenu-header {
display: none;
}
.c-sp-applicationmenu-link {
display: block;
text-decoration: none;
color: #FFFFFF;
padding: 0.5em 2em;
}
.c-sp-applicationmenu-link a:link,
.c-sp-applicationmenu-link a:visited {
color: hsl(207, 30%, 10%);
}
.c-sp-applicationmenu-link a:hover {
color: hsl(200, 15%, 70%);
background-color: hsl(207, 30%, 10%);
}
.card {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
top: 160px !important;
left: 30px !important;
width: 100% !important;
}
.cardheader {
width: 30%;
font-size: 1.3rem;
font-family: sans-serif;
padding: 0.8em 0.8em;
background: #FFFFFF;
color: #FFFFFF;
}
.cardcontainer {
width: 30%;
border-radius: 5px;
color: #FFFFFF;
background-color: hsl(0, 0%, 98%);
padding: 1.2em;
}
.card-mobile {
width: 90%;
}
#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, 15%, 95%);
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;
}
}
h3,
.aa_form_header,
.teaser .teaser__title,
#mobile-menu .mm-title {
text-align: left;
color: hsl(207, 30%, 10%);
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: #FFFFFF;
// background-color: hsl(200, 15%, 95%);
vertical-align: middle;
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: #FFFFFF;
background-color: #FAFAFA;
border-radius: 5px;
border: 1px solid hsl(200, 15%, 95%);
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
input[type="button"]:hover,
input[type="submit"]:hover {
color: #FFFFFF;
background-color: #FFFFFF;
border-color: #FAFAFA;
cursor: pointer;
}
.aa_column1,
.aa_column2 {
padding: 10px;
border: 1px solid hsl(200, 15%, 95%);
}
.aa_column1 {
background: hsl(200, 15%, 80%);
}
.aa_column2 {
background: hsl(200, 15%, 100%);
}
.aa_page_header {
color: #FAFAFA;
background-color: hsl(200, 49.6%, 50.2%);
}
.infocardcontainer {
width: 100%;
border-radius: 5px;
color: hsl(207, 30%, 10%);
background-color: hsl(200, 15%, 80%);
padding: 1.2em;
}
.infocardheader {
font-size: 1.2rem;
color: hsl(207, 30%, 10%);
background-color: hsl(200, 49.6%, 50.2%);
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%, 50.2%);
border-color: hsl(200, 50%, 100%);
}
.modelesstoptext {
color: hsl(207, 30%, 10%);
font-weight: bold;
}
/*PBE >>> adjustments*/
.c-sp-applicationmenu-col {
float: left;
}
.cardfooter {
margin-top: 1.4em;
}
.cardfooterbuttonpanel {
width: 100%;
display: flex;
flex-direction: row;
justify-content: right;
}
.cardcontainer label {
font-weight: 500;
}
a {
color: darkblue;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: lightblue;
background-color: transparent;
}
.c-sp-content-layer {
padding: 0em 1em 1em 1.7em;
}
.c-sp-content {
padding: 0em;
}
.c-sp-menu-layer a:link,
.c-sp-menu-layer a:visited {
color: hsl(200, 50%, 100%);
background: hsl(200, 50%, 50.2%);
}
#c-sp-header-softpaklogo {
display: none;
}
.c-sp-menu-layer a:hover {
color: hsl(200, 50%, 50.2%);
background-color: hsl(200, 50%, 100%);
border-radius: 0px;
}
/*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;
}
input[type=button]:hover,
input[type=submit]:hover {
color: hsl(200, 15%, 80%);
background-color: hsl(207, 30%, 10%);
cursor: pointer;
}
.aa_form_column1,
.aa_form_column2 {
background-color: hsl(0, 0%, 98%) !important;
}
h3,
.aa_form_header,
.teaser .teaser__title,
#mobile-menu .mm-title {
color: hsl(207, 30%, 10%);
background-color: transparent;
}
#busyspinner {
position: fixed;
display: block;
border: 10px solid #633644;
border-top: 10px solid white;
border-radius: 50%;
width: 60px;
height: 60px;
animation: spin 2s linear infinite;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1000000;
}
.animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s;
}
.aa_form_details {
color: #121921;
background-color: hsl(0, 0%, 98%);
box-shadow: none;
border-radius: 5px;
margin: 20px 0;
padding: 1.2em;
font-family: "Open Sans" !important;
}
.aa_form_details input {
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
margin: 0.1rem;
}
.aa_form_details .button {
color: #FFFFFF;
background-color: #FAFAFA;
border-radius: 5px;
border: 1px solid #ededed;
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
.aa_form_details input[type=button] {
color: #FFFFFF;
background-color: #FAFAFA;
border-radius: 5px;
border: 1px solid #ededed;
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
.aa_form_details input[type=submit] {
background-color: #FAFAFA;
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 20px;
color: #fff;
line-height: 1.2;
text-align: center;
padding: 5px 30px;
min-height: 56px;
display: flex;
align-items: center;
justify-content: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
text-decoration: none;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: none;
white-space: nowrap;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
h3 {
text-align: left;
color: #121921;
background-color: white;
display: block;
flex-grow: 0;
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 22px;
font-stretch: 100%;
font-style: normal;
color: #121921;
background-color: transparent;
}
.aa_form_header {
text-align: left;
color: #121921;
background-color: hsl(0, 0%, 98%) !important;
display: block;
flex-grow: 0;
font-family: "Open Sans";
font-size: 22px;
font-stretch: 100%;
font-style: normal;
color: #121921;
background-color: transparent;
}
.teaser .teaser__title {
text-align: left;
color: #121921;
background-color: white;
display: block;
flex-grow: 0;
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 22px;
font-stretch: 100%;
font-style: normal;
color: #121921;
background-color: transparent;
}
#mobile-menu .mm-title {
text-align: left;
color: #121921;
background-color: white;
display: block;
flex-grow: 0;
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 22px;
font-stretch: 100%;
font-style: normal;
color: #121921;
background-color: transparent;
}
.aa_form_column1 {
font-family: "Open Sans";
font-size: 0.875em;
font-weight: 400;
color: #FFFFFF;
background-color: white;
vertical-align: middle;
line-height: 2.5em;
height: 2.5em;
background-color: white;
}
.aa_form_column1 input {
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
margin: 0.1rem;
}
.aa_form_column1 select {
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
margin: 0.1rem;
border-radius: 5px;
border: 1px solid #633644;
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;
border-radius: 3px;
}
.aa_form_column1 input[type=text] {
border-radius: 5px;
border: 1px solid #633644;
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 {
border-radius: 5px;
border: 1px solid #633644;
}
.aa_form_column1 input[type=submit] {
color: #FFFFFF;
background-color: #FAFAFA;
border-radius: 5px;
border: 1px solid #ededed;
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0em;
}
.aa_form_column1 input[type=text] {
border-radius: 3px;
}
.aa_form_column2 {
font-family: "Fira Sans", "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
color: #121921;
background-color: hsl(0, 0%, 98%);
vertical-align: middle;
line-height: 2.5em;
height: 2.5em;
}
.aa_form_column2 input {
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
margin: 0.1rem;
}
.aa_form_column2 select {
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
margin: 0.1rem;
border-radius: 5px;
border: 1px solid #633644;
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;
border-radius: 3px;
}
.aa_form_column2 input[type=text] {
border-radius: 5px;
border: 1px solid #633644;
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_column2 textarea {
border-radius: 5px;
border: 1px solid #633644;
}
.aa_form_column2 input[type=submit] {
color: #FFFFFF;
background-color: #FAFAFA;
border-radius: 5px;
border: 1px solid #ededed;
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
.aa_form_column2 input[type=text] {
border-radius: 3px;
}
input[type=submit] {
color: #FFFFFF;
background-color: #FAFAFA;
border-radius: 5px;
border: 1px solid #ededed;
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
input[type=submit]:hover {
color: #c4cbd4;
background-color: #121921;
cursor: pointer;
}
input[type=button] {
color: #121921;
background-color: #fa004f;
border-radius: 5px;
border: 1px solid #ededed;
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
input[type=button]:hover {
color: #c4cbd4;
background-color: #121921;
cursor: pointer;
}
input[type=button]:hover {
color: #fa004f;
background-color: #121921;
border-color: white;
cursor: pointer;
}
input[type=submit]:hover {
color: #fa004f;
background-color: #121921;
border-color: white;
cursor: pointer;
}
// .aa_column1 {
//   padding: 10px;
//   border: 1px solid #ededed;
//   background: #c4cbd4;
// }
// .aa_column2 {
//   padding: 10px;
//   border: 1px solid #FAFAFA;
//   background: white;
// }
.aa_page_header {
color: hsl(200 50% 50.2%) !important;
font-family: "Open Sans";
font-size: 1.5em;
font-stretch: 100%;
font-style: normal;
font-weight: bold;
height: 28px;
background-color: transparent;
}
.infocardcontainer {
width: 100%;
border-radius: 5px;
color: #121921;
background-color: #c4cbd4;
padding: 1.2em;
}
.infocardheader {
font-size: 1.2rem;
color: #121921;
background-color: #022650;
border-radius: 5px;
padding: 0.8em 0.8em;
}
.infocard {
box-shadow: 0px 4px 8px 0px #633644;
transition: 0.3s;
width: 40%;
display: block;
margin-right: auto;
border-radius: 5px;
float: left;
}
.infocard:hover {
box-shadow: 0px 4px 8px 0px #633644;
}
.infocard-mobile {
width: 90%;
}
div.modelessdiv {
display: none;
position: absolute;
right: 60px;
top: 300px;
border: solid 1px;
width: 380px;
height: 310px;
background-color: linear-gradient(0deg, #02244b, #264a73);
border-color: white;
}
.modelesstoptext {
color: #121921;
font-weight: bold;
}
.c-sp-applicationmenu-col {
float: left;
}
.cardfooter {
margin-top: 1.4em;
}
.cardfooterbuttonpanel {
width: 100%;
display: flex;
flex-direction: row;
justify-content: right;
}
.c-sp-content {
padding: 0em;
}
// HEADER COMPONENT SCSS
.c-sp-header-layer {
background-color: #FFFFFF;
// height: 80px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
.c-sp-header {
color: #FFFFFF;
background: #FFFFFF;
padding: 0em;
.c-sp-header-logo {
width: 120px;
height: 48px;
text-align: center;
.c-sp-header-logo-link:nth-child(1) {
display: block;
}
img {
height: 70px;
object-fit: contain;
}
}
}
.c-sp-menu-layer {
color: #FFFFFF;
background: #FAFAFA;
overflow: auto;
margin-top: 1.5em;
.c-sp-header-menu-content {
.c-sp-header-menu-item {
font-family: sans-serif;
font-weight: 600;
float: right;
text-align: center;
top: 50%;
padding: 0.5em;
color: #FFFFFF;
background-color: #FAFAFA;
text-decoration: none;
font-size: 14px;
a {
color: hsl(200, 50%, 100%);
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-header-softpaklogo {
width: 15px;
height: 15px;
}
}
a:link,
a:visited {
color: hsl(200, 50%, 100%);
background-color: hsl(200, 50%, 50.2%);
}
}
#sp-main-menu {
display: block;
#sp-menu-application {
.c-sp-header-menu-item {
float: left;
text-align: center;
top: 50%;
padding: 0.5em;
color: #FFFFFF;
background-color: #FAFAFA;
text-decoration: none;
font-size: 14px;
}
}
#sp-menu-navigation {}
}
.c-sp-header-login {
float: right;
background-color: #FAFAFA;
}
}
}
}
.c-sp-footer-layer {
.c-sp-footer {
color: #FFFFFF;
background: #FFFFFF;
box-shadow: 0px 4px 8px 0px hsl(207, 30%, 30%);
padding: 0.5em 0.5em;
position: fixed;
bottom: 0;
text-align: center;
width: 100%;
font-size: 0.7em;
.sp-footer-menu-item {
float: left;
text-align: center;
padding: 1em;
color: #FFFFFF;
text-decoration: none;
font-size: 1.1em;
}
}
}
// TABLE DATA
table {
tbody {
tr {
.aa_page_text {
#QueryResult {
tr {
.aa_column1 {
background-color: #FAFAFA;
a {
color: #FFFFFF;
text-decoration: underline;
}
}
.aa_column2 {
background-color: #FFFFFF;
color: #FFFFFF;
a {
color: #FFFFFF;
text-decoration: underline;
}
}
}
}
}
}
}
}
// TABLE DATA
table {
tbody {
tr {
.aa_page_logo:first-child {
.aa_page_header:nth-child(1) {
margin-top: 20px;
}
.aa_page_header {
font-size: 1.125rem !important;
color: #FFFFFF;
border-radius: 5px;
background-color: transparent;
}
}
.aa_page_text {
table {
tbody {
tr {
.aa_form_details {
table {
tbody {
tr:nth-child(1) {
.boxcolor:nth-child(1) {
table {
tbody {
// tr:nth-child(4) {
//   display: none;
// }
// tr:nth-child(5) {
//   display: none;
// }
// tr:nth-child(6) {
//   display: none;
// }
}
}
}
}
}
}
}
.aa_column1 {
background-color: #FAFAFA;
a {
color: #FFFFFF;
text-decoration: underline;
}
}
.aa_column2 {
background-color: #FFFFFF;
color: #FFFFFF;
a {
color: #FFFFFF;
text-decoration: underline;
}
}
}
}
}
}
}
}
}
// DESKTOP
@media only screen and (min-width: 1280px) {
.ws-classic-content {
max-width: 1140px;
margin: auto
}
}
@media only screen and (min-width: 801px) {
.ws-classic-content {
max-width: 100%;
}
}
// MOBILE QUERIES
@media only screen and (max-width: 800px) {
.c-sp-header-layer {
.c-sp-header-logo {
img {
height: 100px !important;
}
}
}
.c-sp-content-layer {
.c-sp-content {
.ws-classic-content {
table {
tbody {
tr {
.aa_page_text {
form {
table {
tbody {
tr {
.aa_form_details {
table {
tbody {
tr {
overflow: visible;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
// TABLE DATA
#c-sp-content-layer {
.ws-classic-content {
table {
tbody {
tr {
.aa_page_text {
table {
background-color: green;
tbody {
tr {
// background-color: black;
.aa_page_logo {
// color: red !important;

font {

}
}
.aa_form_details {
background-color: green !important;

table {
tbody {
tr {
td {
}
}
}
}
}
}
}
}
// table:nth-child(2) {
//   background-color: green;
//   tbody {
//     tr {
//       background-color: red;
//       td {
//         color: red !important;
//         font {}
//       }
//     }
//   }
// }
}
}
}
}
}
}
// Account page
.c-sp-content-layer {
// background-color: #FFFFFF;
.aa_form_header {
background-color: #FFFFFF;
padding-left: 1.2em;
padding-right: 1.2em;
padding-top: 0em;
padding-bottom: 0em;
}
p {
display: none;
}
#accountdetails {
margin-top: 0px;
.aa_form_column1 {
display: inline-block;
width: 120px !important;
strong {
font-weight: 400 !important;
}
}
.aa_form_column2 {
width: 200px !important;
border: 1px solid #FFFFFF;
}
}
input[type="button"] {
color: #FFFFFF;
background-color: #FAFAFA;
border-radius: 5px;
border: 1px solid hsl(200, 15%, 95%);
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
input[type="button"]:hover {
color: #FFFFFF;
background-color: #FFFFFF;
border-radius: 5px;
border: 1px solid #FFFFFF;
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
}
