/* import of: System/spportal/style/SpryCollapsiblePanel.css 14/10/2025 10:49:52,591+01:00 */
** "System/spportal/style/SpryCollapsiblePanel.css" was not found. (293)
/* import of: System/spportal/style/SpModalPopup.css 14/10/2025 10:49:52,594+01:00 */
** "System/spportal/style/SpModalPopup.css" was not found. (293)
/* import of: E:\softpak\cust\eucon\spportal\cust/euconfavicon.ico 14/10/2025 10:49:52,599+01:00 */
/* import of: E:\softpak\cust\eucon\spportal\cust/eucon.scss 14/10/2025 10:49:52,604+01:00 */
/* 
Eucon colors (c) 2024 
1: hsl(152, 100%, 32%), #00a358
2: hsl(148, 100%, 26%), #00853f
3: hsl(153, 100%, 20%), #006839
Replace: 
#999999
12345
*/ 
/* Bright green - top menu */ 
/* Eucon green - buttons, table headers */ 
/* Dark green - footers */ 
/* import of E:\softpak\oespcpl\System\spportal\style\spportal.scss */
* {
box-sizing: border-box;
margin: 0;
}
body {
margin: 0px;
width:100%;
min-width:100%;
font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
background-color: white;
}
/* unvisited link */
a:link {
color: hsl(152 100% 32%);
}
/* visited link */
a:visited {
color: hsl(152 100% 32%);
}
/* mouse over link */
a:hover {
color: hsl(153 100% 20%);
background-color: white;
}
/* selected link */
a:active {
color: hsl(153 100% 20%);
}
.cardcontainer input:valid {
background-color: white;
}
.cardcontainer input:invalid {
background-color: gold;
}
.cardcontainer input:focus:invalid {
background-color: gold;
}
.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: "Source Sans Pro", Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 24px;
width: 275px;
background: hsl(153 100% 20%);
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(153 100% 20%);
border-right: 12px solid transparent;
border-top: 12px solid hsl(153 100% 20%);
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(153 100% 20%);
border-top: 20px solid transparent;
border-bottom: 12px solid hsl(153 100% 20%);
left: 220px;
top: -15px;
}
.sp-alert-bubble-top-left:before {
content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 12px solid hsl(153 100% 20%);
border-right: 24px solid transparent;
border-top: 20px solid transparent;
border-bottom: 12px solid hsl(153 100% 20%);
left: 32px;
top: -15px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.c-sp-header {
color: hsl(152 100% 32%);
background: white;
padding: 1em;
}
.c-sp-header-layer {
background: white;
color: hsl(152 100% 32%);
}
.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: white;
background: hsl(152 100% 32%);
border-bottom: 1px solid hsl(148 100% 26%); ;
overflow: auto;
}
.c-sp-menu-layer a {
color: white;
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: white;
background-color: hsl(152 100% 32%);
}
.c-sp-menu-layer a:hover {
color: hsl(152 100% 32%);
background-color: white;
border-radius: 5px;
}
.c-sp-footer-layer {
color: white;
background: hsl(153 100% 20%);
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: white;
text-decoration: none;
font-size: 1.1em;
}
.sp-footer-menu-item a:link {
color: white;
}
.sp-footer-menu-item a:hover {
color: hsl(148 100% 26%);
}
#sp-main-menu {
display: block;
}
.c-sp-header-menu-item {
float: left;
text-align: center;
top: 50%;
padding: 0.7em;
color: white;
background-color: hsl(152 100% 32%);
text-decoration: none;
font-size: 1.1em;
}
.c-sp-header-menu-item a:link,
.c-sp-header-menu-item a:visited {
color: white;
background-color: hsl(152 100% 32%);
}
.c-sp-header-menu-item a:hover {
color: hsl(152 100% 32%);
background-color: white;
}
.c-sp-header-login {
float: right;
}
.c-sp-header-login:hover {
color: black;
background-color: white;
}
.c-sp-content-layer {
padding: 1em;
}
.c-sp-dropbox {
display: block;
color: hsl(152 100% 32%);
background-color: hsl(148 100% 26%);
padding: 1em 2em;
border-bottom: 1px solid hsl(148 100% 26%); ;
position: absolute;
z-index: 10;
}
.c-sp-dropbox a:link,
.c-sp-dropbox a:visited {
color: hsl(152 100% 32%);
}
.c-sp-dropbox a:hover {
color: hsl(148 100% 26%);
background-color: hsl(152 100% 32%);
}
.c-sp-applicationmenu-header {
color: white;
font-weight: bold;
font-size: 1.1em;
padding: 1em;
}
.c-sp-applicationmenu-link {
display: block;
text-decoration: none;
color: hsl(152 100% 32%);
padding: 0.5em 2em 0.5em 1em;
}
.c-sp-applicationmenu-link a:link,
.c-sp-applicationmenu-link a:visited {
color: hsl(152 100% 32%);
}
.c-sp-applicationmenu-link a:hover {
color: hsl(148 100% 26%);
background-color: hsl(152 100% 32%);
}
.cardcontainer {
width: 100%;
border-radius: 5px;
color: black;
background-color: hsl(0 0% 95%); /* light grey */  ;
padding: 1.2em;
}
.cardheader {
font-size: 1.2rem;
border-radius: 5px;
padding: 0.8em 0.8em;
background: hsl(148 100% 26%);
color: white;
}
.card {
box-shadow: hsl(153 100% 20%);
transition: 0.3s;
width: 50%;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}
.card-mobile {
width: 90%;
}
.card:hover {
box-shadow: hsl(153 100% 20%);
}
#sp-error-message {
display: none;
z-index: 1;
}
.c-sp-error-message-header {
color: black;
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(153 100% 20%);
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;
}
@-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: black;
background-color: hsl(0 0% 95%); /* light grey */  ;
box-shadow: hsl(153 100% 20%);
border-radius: 5px;
margin: 20px 0;
padding: 1.2em;
}
h3,
.aa_form_header,
.teaser .teaser__title,
#mobile-menu .mm-title {
text-align: left;
color: white;
background-color: hsl(148 100% 26%);
display: block;
flex-grow: 0;
font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
font-size: 22px;
font-stretch: 100%;
font-style: normal;
}
.aa_form_column1,
.aa_form_column2 {
font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 400;
color: black;
background-color: hsl(0 0% 95%); /* light grey */  ;
vertical-align: top;
line-height: 2.5em;
height: 2.5em;
}
.cardcontainer label {
font-family: "Source Sans Pro", Arial, Helvetica, 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(153 100% 20%);
padding: 0.3rem 0.3rem 0.3rem 0.3rem;
font-size: 15px;
font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
font-weight: 400;
}
.aa_form_column1 textarea,
.aa_form_column2 textarea {
border-radius: 5px;
border: 1px solid hsl(153 100% 20%);
}
.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: white;
background-color: hsl(148 100% 26%);
border-radius: 5px;
border: 1px solid white;
margin-top: 5px;
font-size: 13px;
font-weight: 400;
width: 10em;
padding: 0.7em;
}
input[type="button"]:hover,
input[type="submit"]:hover {
color: hsl(148 100% 26%);
background-color: hsl(152 100% 32%);
cursor: pointer;
}
.aa_column1,
.aa_column2 {
padding: 10px;
border: 1px solid white;
}
.aa_column1 {
background: white; ;
}
.aa_column2 {
background: hsl(0 0% 95%); /* light grey */  ; ;
}
.aa_page_header {
color: hsl(152 100% 32%);
background-color: hsl(148 100% 26%);
}
.aa_page_logo {
font-size: 1.2rem;
color: white;
background-color: hsl(148 100% 26%);
border-radius: 5px;
padding: 0.8em 0.8em;
}
.infocardcontainer {
width: 100%;
border-radius: 5px;
color: black;
background-color: hsl(0 0% 95%); /* light grey */  ;
padding: 1.2em;
}
.infocardheader {
font-size: 1.2rem;
color: black;
background-color: hsl(148 100% 26%);
border-radius: 5px;
padding: 0.8em 0.8em;
}
.infocard {
box-shadow: hsl(153 100% 20%);
transition: 0.3s;
width: 40%;
display: block;
margin-right: auto;
border-radius: 5px;
float: left;
}
.infocard-mobile {
width: 90%;
}
.infocard:hover {
box-shadow: hsl(153 100% 20%);
}
div.modelessdiv {
display: none;
position: absolute;
right: 60px;
top: 300px;
border: solid 1px;
width: 380px;
height: 310px;
background-color: hsl(152 100% 32%);
border-color: white;
}
.modelesstoptext {
color: black;
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: white;
}
.card {
box-shadow: 0px 2px 1px 0px hsl(153 100% 20%);
}
.card:hover {
box-shadow: 0px 3px 6px 0px hsl(153 100% 20%);
}
.cardfooter {
margin-top: 1.4em;
}
.cardfooterbuttonpanel {
width: 100%;
display: flex;
flex-direction: row;
justify-content: right;
}
.cardcontainer label {
font-weight: 500;
}
body {
background-color: white;
}
a {
color: hsl(152 100% 32%);
text-decoration: none;
background-color: transparent;
}
a:hover {
color: hsl(153 100% 20%);
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(152 100% 32%);
color: white;
padding: 0px;
box-shadow: 0px 1px 2px 0px hsl(153 100% 20%);
}
.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: white;
background: hsl(152 100% 32%);
}
#c-sp-header-softpaklogo {
display: none;
}
.c-sp-menu-layer a:hover {
color: hsl(152 100% 32%);
background-color: white;
border-radius: 0px;
}
.c-sp-dropbox {
width: 100%;
border-radius: 0px;
box-shadow: 0px 1px 2px 0px hsl(153 100% 20%);
color: hsl(152 100% 32%);
background: hsl(148 100% 26%);
}
.c-sp-dropbox a:link, .c-sp-dropbox a:visited {
color: hsl(152 100% 32%);
}
.c-sp-dropbox a:hover {
color: hsl(148 100% 26%);
background-color: hsl(152 100% 32%);
}
.aa_page_header {
color: white;
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: white;
background-color: hsl(148 100% 26%);
}
input[type=button]:hover,
input[type=submit]:hover {
background-color: hsl(152 100% 32%);
cursor: pointer;
}
h3,
.aa_form_header,
.teaser .teaser__title,
#mobile-menu .mm-title {
color: white;
background-color: transparent;
}
/*<<<*/
#accountdetails {
margin-top: 0px;
background-color: white;
/* 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: black;
width: 200px !important;
background-color: white !important;
strong {
font-weight: 400 !important;
}
}
.aa_form_column2 {
width: 250px !important;
border: 1px solid hsl(152 100% 32%);
background-color: white;
}
}
.modalboxMozilla {
	display: none;
position: fixed;
background-color: white;
z-index: 5000;
width: 530px;
left: calc(50vw -(520px / 2));
display: block;
	left: 50%;
box-shadow: 0 0 0 1px rgba(30, 49, 62, .11), 0 0 25px rgba(0, 49, 62, .11);
}
strong {
	font-weight: 400 !important;
}
a {
font-weight: 600; 
}
.c-sp-header-logo {
	width: f;
height: 79px;
text-align: center;
padding: 7px;
}
.c-sp-header {
padding: 0;
}
.cp-sp-footer-layer {
	position: relative !important;
}
.c-sp-applicationmenu-link {
	color: white !important;
}
.infocardcontainer {
width: 100%;
border-radius: 5px;
color: black;
background-color: hsl(0 0% 95%); /* light grey */  ;
padding: 1.2em;
}
.infocardheader {
font-size: 1.1rem;
color: black;
background-color: hsl(148 100% 26%);
border-radius: 5px;
padding: 0.3em 0.3em;
}
.infocard {
box-shadow: hsl(153 100% 20%);
transition: 0.3s;
width: 40%;f
display: block;
margin-right: auto;
border-radius: 5px;
float: left;
}
.infocard-mobile {
width: 90%;
}
.infocard:hover {
box-shadow: hsl(153 100% 20%);
}
.c-sp-content-layer {
	overflow: scroll;
}
.c-sp-content {
	min-height: 80vh !important;
}  
.aa_page_logo {
	padding-top: unset;
}
.aa_page_header {
	color: black;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
font-size: 1.2em;	
}
body > div.ws-classic-content > table:nth-child(3) > tbody > tr > td > br {
	display: none;
}
.ws-classic-content {
	padding-bottom: 500px;
}
.notification-container {
	background-color: #ff6347;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	fa {
		font-size: 1.5rem;
		color: white
	}
	
	.welcome_text {
		display: inline-flex;
		
		h5 {
			font-weight: 400 !important;
			font-size:1.125rem;
			color: white !important;
			margin-right: 10px;
			margin-top: auto;
			margin-bottom: auto;
		}
		
		h3 {
			font-size:1.125rem;
			color: white !important;
			margin-right: 10px;
			margin-top: auto;
			margin-bottom: auto;
		}
		
		i {
			color: white;
			font-size: 1.875rem;
			margin-right: 10px;
		}
		
	}
	
	#close-btn {
		cursor: pointer;
		
		i {
			font-size: 1rem;
			color:white;
		}
	}
}
/* Customized for Eucon */
* {
box-sizing: border-box;
}
body {
font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	  font-size: 0.9em; 
}
/* Float four columns side by side */
.column {
/* float: left;
width: 50%; */
	  padding: 1em;
min-width: 200px;
	  min-height: 225px;
}
/* Remove extra left and right margins, due to padding */
.row {
margin: 0 -10px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Remove extra left and right margins, due to padding */
.row-2 {
margin: 0 -10px;
	  display: flex;
	  flex-wrap: nowrap;
}
/* Clear floats after the columns */
.row-2:after {
content: "";
display: table;
clear: both;
}
.row-2 .column {
	   /* float: left; */
	   width: 33.33% !important;
	   padding: 1em; 
}	 
.row-2 .column .card {
		width: 100%;
	}
	.card {
		height: 100%;
		box-shadow: 0 0 0 1px rgba(30,49,62,.11), 0 0 25px rgba(0,49,62,.11);
		background-color: hsl(0 0% 95%); /* light grey */  ;
	}
	.card[id="sp-login"] {
		height:auto;
	}
	
	.cardheader {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		font-size: 1rem;
		padding: 0.5em 0.5em;
	}
/* Responsive columns */
@media screen and (max-width: 800px) {
		
		.c-sp-content-layer {
			padding: 0.5em;
			height: 175vh; 
		}
		
		.row-2 {
			margin: 0 -10px;
			display: flex;
			flex-wrap: nowrap;
			flex-direction: column;
		}
		
		.row-2 .column {
			width: 100% !important;
			padding: 1em;
			min-height: auto;
		}
		
		/* Style the counter cards */
		.card {
			width: 100%;
			text-align: left;
		}
		
		.notification-container {
			.welcome_text {
				display: block;
				
				i {
					display: inline;
					font-size: 1rem;
				}
				h3 {
					display: inline;
					font-size: 1rem;
				}
			}
		}
	}
.sp-footer-menu-item {
	color: white;
	text-align: left;
font-size: 1.3em;
line-height: 1.5;
}
.sp-footer-menu-item a {
	color: white; 
	display: contents;
}
.sp-footer-menu-item a:hover {
	opacity: 0.8;
}
.cardcontainer {
	background-color: hsl(0 0% 95%); /* light grey */  ;
}
.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: white;
background-color: #2563EA;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
#button:hover, 
#button2:hover {
opacity: 0.8;
cursor: pointer;
}
#button, #button2 {
	color: white;
background-color: #2563EA;
	width: 10em;
border-radius: 5px;
	border: 1px solid hsl(150 15% 95%);
	margin: 0px;
padding: 0.7em;
	text-align: center;
}
#button a, #button2 a {
color: white;
}
.ca_booking_active,
.ca_booking_inactive,
.aa_form_header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 1rem;
padding: 0.3em 0.3em;
background: hsl(148 100% 26%);
color: white;
box-shadow: 0 0 0 1px #e5e5e5, 0px 0px 25px rgba(0,49,62,.11);
position: relative;
top: 4px;
text-align: left;
}
.aa_form_details {
border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
color: black;
background-color: hsl(0 0% 95%); /* light grey */  ;
box-shadow: 0 0 0 1px #e5e5e5, 0px 0px 25px rgba(0,49,62,.11);
margin: 20px 0;
padding-bottom: 0em;
	padding-top: 0.5em;
}
.aa_form_column1, .aa_form_column2 {
line-height: 1; 
	background-color: transparent;
}
td.aa_form_header > font.aa_form_header {
	display: none;
}

/* Styles imported for Transportplanning */ 
.tp_unassigned_order {
border: hsl(148 100% 26%) 1px solid;
border-radius: 5px;
margin-top: 10px;
	position: relative;
}
.tp_unassigned_order_table {
background-color: hsl(148 100% 26%);
padding: 5px 0px 5px 0px;
}
.tp_unassigned_driver_999 {
}
.tp_unassigned_driver {
color: white;
}
td.ca_unassigned_driver_column1 {
color: white;
margin: 0px 0px 0px 0px;
padding: 2px 2px 0px 2px;

}
td.ca_unassigned_driver_column2 {
color: white;
margin: 0px 0px 0px 0px;
padding: 2px 2px 0px 2px;
}
#vgm-account {
	font-size: 1.1em; 
	color: black;
}
td.ca_vgm_column1 {
color: white;
margin: 0px 0px 0px 0px; 
padding: 2px 2px 0px 2px; 
}
td.ca_vgm_column2 {
color: white;
margin: 0px 0px 0px 0px;
padding: 2px 2px 0px 2px;
}
td.ca_vgm_item_header {
border: 0px;
background-color: white;
margin: 0px;
border-bottom: 1px solid hsl(148 100% 26%);
}
td.ca_vgm_item_header {
border: 0px;
background-color: white;
margin: 0px;
border-bottom: 1px solid hsl(148 100% 26%);
}
tr:nth-child(1) > td.aa_column1, 
tr:nth-child(1) > td.fw_booking_column1, 
tr:nth-child(1) > td.ca_sailing_column1, 
tr:nth-child(1) > td.ca_booking_column1, 
tr:nth-child(1) > td.aa_column1 > a, 
tr:nth-child(1) > td.ca_sailing_column1 > a, 
.aa-details .aa_form_header {
color: white !important;
background-color: hsl(148 100% 26%);
height: 42px;
	font-size: 1rem;
	padding: 5px;
font-weight: 300 !important;
	align-content: center;
	
	font {
		font-weight: 300 !important;
	}
}
body > div.ws-classic-content > table > tbody > tr > td > table > tbody > tr > td > strong {
font-weight: 400 !important;
font-size: 1rem;
}
.aa_column1,
.aa_column2,
.ca_booking_column1,
.ca_booking_column2,
.ca_sailing_column1,
.ca_sailing_column2 {
	color: black;
}
.aa_column1,
.ca_booking_column1,
.ca_sailing_column1 {
	background: white; ;
}
.aa_column2,
.ca_booking_column2,
.ca_sailing_column2 {
	background: hsl(0 0% 95%); /* light grey */  ; ;
}
/* Styles for modal functions */ 
/* modal popup */
.expandable-panel-p {
	font-size: 1em; 
}
.expandable-panel {
	padding-top: unset;
	min-height: 50px;
}
.expandable-panel-p > table > tbody > tr > .ca_booking_column2 {
background: transparent;
}
.expandable-panel-heading:hover {
color: white;
background-color: hsl(205 65% 65%); /* eucon blauw */ ;
}
div.modaltop {  
	padding-top: 3px; 			
	padding-left: 5px; 
	padding-right: 5px;
	padding-bottom: 3px;
	border-bottom: 2px solid white; 
	background-color : hsl(148 100% 26%);
	
	a::before {
content: '\f00d';
font-family: 'Font Awesome 5 Free';
color: #ffffff;
	}
	a {
		img {
		display: none;
		}
	}
}
.c-sp-applicationmenu-header {
display: none;
}
.modaltoptext {  
	color: white;
	background-color : hsl(148 100% 26%);
}
div.modalbox {	
	display: none;
	position: relative; 
	left: 50%;
	top: 50%;
	width: 400px;
	height: 300px;
	background-color: white;
	z-index: 5000; 
}
.tp_unassigned_order div.modalboxMozilla {	
	display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
z-index: 5000;
width: 530px;
height: 450px;
display: block;
	box-shadow: 0 0 0 1px rgba(30,49,62,.11), 0 0 25px rgba(0,49,62,.11);
}
.tp_unassigned_order:last-of-type div.modalboxMozilla {
bottom: 0px;
}
.tp_unassigned_order:nth-last-child(2) div.modalboxMozilla {
bottom: 0px;
}
#container:nth-last-child(1) div.modalboxMozilla {
	// bottom:0px;
}
div.modalboxIE {	
	display: none;
	position: absolute; 
	left: 50%;
	top: 50%;
	background-color: white;
	z-index: 5000; 
}
#modalbackground {	
	display: none;
	filter: Alpha(Opacity=50); -moz-opacity:0.5; opacity: 0.5;
	opacity: .75;
	background-color: #999999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4999;  
}
div.modelesstop {  
	padding-top: 3px; 			
	padding-left: 5px; 
	padding-right: 5px;
	height: 23px; 
	vertical-align: top; 
	border-bottom: 2px solid white; 
	background-color : hsl(205 65% 65%); /* eucon blauw */ ;
}
div.modelessdiv {
	display: none;
	position:absolute;
	right: 11px;
	top: 300px; 
	border: solid 1px;
	width: 400px;    
	height: 200px;   
	background-color: white;
	border-color : hsl(205 65% 65%); /* eucon blauw */ ;
}
		 
.modelesstoptext {  
	color: white;
	font-weight: bold;
}
font.msgbox-top-success {
	color: white;
	padding-left: 5px;
	font-size : 1.2em;
	font-weight : bold;
}
.msgbox-top-failure {
	color: red;
	background-color: white;
	padding-left: 5px;
	font-size : 1.2em;
	font-weight : bold;
}
.ca_vgm_status_green {
	background-color: hsl(148 100% 26%);
	color: white;
	border-radius: 5px;
	margin: 5px;
}
.ca_vgm_status_orange {
	background-color: gold;
	color: black;
	border-radius: 5px;
	margin: 5px;
}
.ca_vgm_status_red {
	background-color: darkred;
	color: white;
	border-radius: 5px;
	margin: 5px;
}
.ca_vgm_table, ca-vgm {
	margin-top: 10px;
	background-color: hsl(148 100% 26%);
	padding: 5px 0px 5px 0px; 
	border: 1px solid hsl(148 100% 26%);
	border-radius: 5px; 
}
.ca_download_msg {
	margin: 20px;
	background-color: hsl(0 0% 95%); /* light grey */  ;
	padding: 10px; 
	border: 1px solid black;
	border-radius: 5px; 
}
.ca_tracktrace_header {
	background-color: hsl(148 100% 26%);
	padding: 5px 0px 5px 0px; 
	border: 1px solid hsl(148 100% 26%);
	border-radius: 5px; 
}
.ca_tracktrace_item {
	margin-top: 2px;
	margin-bottom: 3px;	
}
.ca-print-cmr {
	float: right;
	margin: 5px;
	
	a::before {
		font-family: 'Font Awesome 5 Free';
		font-size: 2rem;
		content: '\f1c1';
		color: #2563EA;
	}
	
	a {
		img {
		display: none;
		}
	}
}
#cp-2 > div.expandable-panel-content > div > table:nth-child(4) > tbody > tr:nth-child(2) > td:nth-child(4) > a::before {
	font-family: 'Font Awesome 5 Free';
	font-size: 2rem;
	content: '\f3c5';
	float: right;
	color: #2563EA;
}
#cp-2 > div.expandable-panel-content > div > table:nth-child(4) > tbody > tr:nth-child(2) > td:nth-child(4) > a > img {
	display: none;
}
.ca-document-cmr {
	margin: 5px;
	display: inline-block;
	text-align: center;  
	
	a {
		img {
			display:none;
		}
	}
}
.ca-document-img::before {
	content: '\f03e';
	font-size: 2rem;
	font-family: 'Font Awesome 5 Free';
	color: #2563EA;
}
td.ca_vgm_item_header {
	margin: 0px;
	border: 0px;
	background-color: white;
	border-bottom: 1px solid  hsl(148 100% 26%);
}
.ca_vgm_items {
	background-color: white;
	margin-bottom: 2px;
	border-bottom: 1px solid  hsl(148 100% 26%);
}
.ca-expandable-shipment-item {
	margin-bottom: 5px;
}
.ca-ec-moves-header, 
.ca-ec-moves-header0, 
.ca-ec-moves-header1, 
.ca-ec-moves-header2, 
.ca-ec-moves-header3, 
.ca-ec-moves-header4, 
.ca-ec-moves-header5, 
.ca-ec-moves-header6 {
	background-color: hsl(205 65% 65%); /* eucon blauw */ ;
	padding: 3px;
	color: white;
	font-weight: bold;
	height: 20px;
	border: solid 1px grey;
}
.ca-ec-moves-header1of1 {
	width: 200px;
}
.ca-ec-moves-header1of2,
.ca-ec-moves-header2of2 {
	width: 50%;
}
.ca-ec-moves-header1of3,
.ca-ec-moves-header2of3,
.ca-ec-moves-header3of3 {
	width: 33%;
}
.ca-ec-moves-header1of4,
.ca-ec-moves-header2of4,
.ca-ec-moves-header3of4,
.ca-ec-moves-header4of4 {
	width: 25%;
}
.ca-ec-moves-header1of5,
.ca-ec-moves-header2of5,
.ca-ec-moves-header3of5,
.ca-ec-moves-header4of5,
.ca-ec-moves-header5of5 {
	width: 20%;
}
.ca-ec-moves-header1of6,
.ca-ec-moves-header2of6,
.ca-ec-moves-header3of6,
.ca-ec-moves-header4of6,
.ca-ec-moves-header5of6,
.ca-ec-moves-header6of6 {
	width: 16%;
}
.ca-ec-moves-header9999of1,
.ca-ec-moves-header9999of2,
.ca-ec-moves-header9999of3,
.ca-ec-moves-header9999of4,
.ca-ec-moves-header9999of5,
.ca-ec-moves-header9999of6 {
	display: none;
}
.ca-ec-moves-data,
.ca-ec-moves-data1,
.ca-ec-moves-data2,
.ca-ec-moves-data3,
.ca-ec-moves-data4,
.ca-ec-moves-data5,
.ca-ec-moves-data6 {
	padding: 3px;
	color: black;
	border: solid 1px hsl(0 0% 95%); /* light grey */  ;
	height: 20px;
}
.ca-document-img-label {
	text-align: center;
	font-size: 9px;
	/*
	margin-top: 51px;
	margin-left: 9px;
	*/
}
.ca-ec-moves-data9999 {
	border: solid 1px white;
	width: 1px;
}
#cmr-signature {
	float:left;	
}
td.boxcolor {
	background-color: hsl(148 100% 26%);
}
.c-sp-content-layer {
.aa_form_header {
width: 500px;
}

#accountdetails {
margin-top: 0px;
background-color: hsl(0 0% 95%); /* 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: black;
width: 200px !important;
background-color: rgba(0, 0, 0, 0.0) !important;
strong {
font-weight: 400 !important;
}
}
.aa_form_column2 {
width: 250px !important;
border: 1px solid hsl(148 100% 26%);
	  background-color: white;
}
}
}
/* Header fixes */
body {
	>div.ws-classic-content {
		>table {
			&:nth-child(3) {
				>tbody {
					>tr {
						>td {
							>table {
								&:nth-child(4) {
									>tbody {
										>tr {
											&:nth-child(2) {
												>td {
													>form {
														&:nth-child(3) {
															>table {
																>tbody {
																	>tr {
																		&:nth-child(1) {
																			display: none;
																		}
																		width: 50%;
																		display: inline-block;
																		>td.aa_form_column1 {
																			width: 150px;
																			text-align: left;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
}
body {
	>div.ws-classic-content {
		>table {
			&:nth-child(3) {
				>tbody {
					>tr {
						>td {
							>table {
								&:nth-child(4) {
									>tbody {
										>tr {
											&:nth-child(2) {
												>td {
													>form {
														&:nth-child(2) {
															>table {
																>tbody {
																	>tr {
																		height: 170px;
																		>td.aa_form_column1 {
																			text-align: left;
																			width: 150px;
																		}
																		>td.aa_form_column2 {
																			display: inline-block;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
}
/* Link colors */
body {
	>div.ws-classic-content {
		>table {
			&:nth-child(2) {
				>tbody {
					>tr {
						>td {
							>table {
								>tbody {
									>tr {
										&:nth-child(4) {
											>td {
												>table {
													&:nth-child(3) {
														>tbody {
															>tr {
																>td {
																	>a {
																		color: white;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
}
#SendNewPassword {
	height: 300px;
	width: 50% !important;
	position: absolute !important; 
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	
}
/* Dropdown Icons */
.icon-close-open {
width: 32px;
height: 32px;
position: absolute;
background-image: none; 
top: 5px;
right: 15px;
font-family: 'Font Awesome 5 Free';
content: '\f0d7';
font-size: 2rem;
color: white;
	font-weight: 900;
}
.icon-close-open:before {
width: 32px;
height: 32px;
position: absolute;
/* background-image: url(/img/collapsible.png); */
top: 12px;
right: -15px;
font-family: 'Font Awesome 5 Free';
content: '\f0d7';
font-size: 1.125rem;
color: white;
}
.header-active .icon-close-open + .icon-close-open {
	content: "\f0d8";
}
.header-active .icon-close-open {
	background-image: none !important;
transform: rotate(180deg);
top: 20px;
right: 5px;
}
#sp-error-message {
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	left: 50% !important;
	height: 300px !important;
	position: absolute !important;
	}
	
#sp-main-menu {
	display: flex !important;
}
#sp-main-menu > form  {
	display: flex;
	padding: 7px;
	width: 25% !important;
	
	input[type=text]:nth-child(2) {
		width: 100%;
		padding: 3px;
		border-radius: 3px;
		border: 1px solid hsl(153 100% 20%);
		background: #f2f2f2;
		max-width: 180px;
		font-size: smaller;
	}
	
	button:before {
		content: ""!important;
	}
	
	button {
		background: transparent;
		border: transparent;
		width: 30px !important;
		position: relative;
		left: -30px;
		color: #a99999;
		font-size: 0;
		
		i {
			font-size: 0.775rem !important;
		}
	}
}
#sp-main-menu {
	#sp-header-anonymous-menu {
		margin-left: auto !important;
	}
}
#cp-2 > div.expandable-panel-content > div > table > tbody > tr:nth-child(2) > td:nth-child(2) > a > img {
	display:none;
}
#cp-2 > div.expandable-panel-content > div > table > tbody > tr:nth-child(2) > td:nth-child(2) > a::before {
	font-family: 'Font Awesome 5 Free';
	font-size: 2rem;
	content: '\f3c5';
	color: #2563EA;
}
body > div.ws-classic-content > .tp_unassigned_order > table.unassigned-trip-row > tbody > tr > td > table > tbody > tr > td > a > img {
	display: none;
}
body > div.ws-classic-content > .tp_unassigned_order > table.unassigned-trip-row > tbody > tr > td > table > tbody > tr > td > a::before {
	font-family: 'Font Awesome 5 Free';
	font-size: 2rem;
	content: '\f1c1';
	color: #2563EA;
}
.aa_form_confirm {
	font-size: 1.125rem;
}
