/*
version: 1
*/
@font-face {
    font-family: 'NewsonGLS-Light';
    src: url('/assets/v3/css/NewsonGLS-WEB-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewsonGLS-Light-Italic';
    src: url('/assets/v3/css/NewsonGLS-WEB-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'NewsonGLS-Regular';
    src: url('/assets/v3/css/NewsonGLS-WEB-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewsonGLS-Italic';
    src: url('/assets/v3/css/NewsonGLS-WEB-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewsonGLS-Bold';
    src: url('/assets/v3/css/NewsonGLS-WEB-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewsonGLS-Bold-Italic';
    src: url('/assets/v3/css/NewsonGLS-WEB-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
  font-family: 'fontawesome5';
  font-style: normal;
  font-weight: 900;
  src: url("/assets/v3/css/webfonts/fa-solid-900.eot");
  src: url("/assets/v3/css/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/v3/css/webfonts/fa-solid-900.woff2") format("woff2"), url("/assets/v3/css/webfonts/fa-solid-900.woff") format("woff"), url("/assets/v3/css/webfonts/fa-solid-900.ttf") format("truetype"), url("/assets/v3/css/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: fontawesome5 !important;
  font-weight: 900 !important; 
  color: var(--azure);
}


:root {
  --mainmenubg: #666666;
  --submenubg: #c8e7f2;
  --lightgrey: #e7e7e7;
  --lightgray: #e7e7e7;
  --darkergrey: #d7dade;
  --greyish-brown: #444444;
  --black: #000000;
  --azure: #061ab1;
  --azure2: #22317c;
  --mango: #ffd100;
  --mango2: #ff860d;
  --pumpkin: #ffd100;
  --pumpkin2: #d6af00;
  --battleship-grey: #444444;
  --white: #ffffff;
  --cerulean-status-info: #00c2f0;
  --coral-status-error: #ff4444;
  --brown-grey: #999999;
  --dark-sky-blue-infolabelbar: #00c2f0;
  --switchwidth: 30px;
  --switchbuttonwidth: 15px;
  --switchlabelheight: 3px;
  --switchlabelborderwidth: 2px;
  --switchswitchborderwidth: 2px;
  --app-error-blue: #00c2f0;
  --app-error-red: #f3c8d4;
  --alazarin: #e74c3c;
  --emerald: #C0e2ad;
  --toggleon: #2ecc71;
  --toggleoff: #e74c3c;
}

BODY, HTML {
	width: 100%;
	height: 100%;
	color: var(--black);
	margin: 0;
	padding: 0;  
/*	overflow: hidden; temporary removed */
}

BODY, BODY * {
	font-family: NewsonGLS-Regular, Arial, sans-serif;
	font-size: 12px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	letter-spacing: 0.4px;
	text-rendering: optimizeLegibility;
}

#map, #map * {
	background-color: unset;
}

.noshow {
	display: none;
}

A {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: red;
	text-decoration: none;
	letter-spacing: 0.4px;
}

/*
	 the standard error block, at the top when needed..
*/
#stderror {
    display: none;
    position: fixed;
    background-color: var(--alazarin);
    width: 100%;
    height: 70px;
    top: 0;
    z-index: 100;
    text-align: center;
    line-height: 70px;
}

span.error {
    background-color: initial;
    font-family: NewsonGLS-Regular, Arial, sans-serif;
    font-size: 15px;
    color: white !important;
}

#stderror .header {
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1em;
	margin-bottom: 5px;
	padding: 0;
}


#pageerror {
	font-family: NewsonGLS-Regular, Arial, sans-serif;
	font-size: 20px;
	display: inline-block;
	text-align: center;  
	width: 100%; 
	margin-top: 100px;
	color: var(--greyish-brown);
}

#pageerror * {
	font-size: inherit;
	font-family: inherit;
	background: none;
}

#pageerror .red {
	font-family: NewsonGLS-Bold, Arial, sans-serif;
	color: #e02020;
}

#nothingfound {
	font-family: NewsonGLS-Regular, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
}

#nothingfound * {
	font-family: inherit;
	font-size: inherit;
}

#nothingfound .bold {
	font-family: NewsonGLS-Bold, Arial, sans-serif;
	color: var(--pumpkin);
}

#wrapper {
	padding: 0;
	margin: 0;
	border:0 ;
	border-collapse:collapse;
	width: 100%;
	height: 100%;
	text-align: left;
	clear: both;
	overflow: hidden !important;
	-moz-overflow: hidden;
	table-layout: fixed;
}

#wrapper TD {
	vertical-align: top;
	overflow: hidden;
}

/** Issue in appkeys interface super anoying can't see dropdown **/ 
#wrapper .key-wrapper TD {
	overflow: visible;
}

#leftmenu * {
	font-family: NewsonGLS-Bold, Arial, sans-serif;
	background: transparent;
	color: var(--white);
	font-size: 13px;
	border: none;
	padding: 0;
	margin: 0;	
}

#submenu * {
	font-family: NewsonGLS-Regular, Arial, sans-serif;
	background: transparent;
	color: var(--white);
	font-size: 13px;
	border: none;
	padding: 0;
	margin: 0;	
}

#content {
	/* position: absolute; messes up scrolling */
	top: 0;
	bottom: 0;
	width: 100%;
	overflow: auto;
	-webkit-transition: opacity 0.5s ease-in;
     -moz-transition: opacity 0.5s ease-in;
          transition: opacity 0.5s ease-in;

    /** hide scroll bar **/       
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

/** Hide scrollbar **/ 
#content::-webkit-scrollbar {
  display: none;
}



/* 
#contentinner {
	position: relative;
	width: 840px;
	margin: 0 auto; --> first option, center the content.
	margin-left: 15px;
	margin-bottom: 20px;
}*/

#contentinner {
    position: relative;
    min-width: 700px;
    max-width: 100%;
    margin: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20vh;
}

#contentinner.tablelist {
	width: auto;
}

.hideme {
	opacity: 0;
}

/*************************************************************
 search box in listings
*************************************************************/
#searcher {
	border: 1px solid var(--lightgrey);
	border-radius: 4px;
	height: 36px;
	float: right;
	margin-right: 20px;
}
#searcher:hover {
	border: 1px solid var(--azure);
}


#searcher input {
	height: 36px;
}

#searcher .searchbutton {
	display: inline-block;
	height: 30px; 
	width: 30px;
	border: none;
	margin: 0;
	font-family: fontawesome5 !important;
	font-weight: 400 !important;
	color: var(--azure);
	font-size: 12px;
	/*border-left: 1px solid var(--lightgrey);*/
	cursor: pointer;
}	

#searcher .fa-search::before {
	font-size: 18px;
	line-height: 30px;
	margin-left: 5px;
	color: inherit;
	background: inherit;
}

#searcher .searchbutton:hover {
	background-color: var(--azure);
	color: white;
	height: 34px;
	border-radius: 0px 3px 3px 0px;
}

		
#searcher input {
	border-right: none;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	padding-left: 5px;
	width: 140px !important;
}

/*****************************************************************
	sorting box
*/

#sorterselect {
	font-family: NewsonGLS-Regular, Arial, sans-serif;
	float: right;
	margin-right: 4px;
	color: var(--battleship-grey);
}

#sorterselect .sortheader {
	float: left;
	margin-top: 12px;
	margin-right: 4px;
}

/*****************************************************************
	date range picker
*/
#daterangeselect {
	border: 1px solid var(--lightgrey);
	border-radius: 4px;
	margin-right: 4px;
	margin-left: 4px;
	height: 36px;
}
#daterangeselect:hover {
	border: 1px solid var(--azure);
}

#daterangeselect INPUT {
	border: none;
	width: 151px !important;
	margin-right: 10px;
}
	
#daterangeselect I {
	margin-left: 10px;
}

input#daterangeinput.#daterangeinput {
    color: var(--battleship-grey);
    font-size: 11px;
}

/*****************************************************************
	messages
*/
.messagebox, 
.messagebox * {
	font-family: NewsonGLS-Regular, Arial, sans-serif;
}
.messages, #messages {
	position: absolute;
	z-index: 100;
	width: 500px;
	right: 0px;
	margin-top: 90px;
	background: none;
}

.messagebox {
	display: block;
	float: right;
	clear: both;
	width: 400px;
	margin-top: 2px;
	margin-right: 30px;
	z-index: 100;
	background: white;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.messagebox .closebutton {
	float: right;
	font-weight: 800;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 13px;
	color: #616161;
	cursor: pointer;
}

.messagebox .header {
	display: inline-block;
	margin: 5px 10px 0 10px;
	font-weight: 800;
	font-size: 13px;
}

.messagebox .messagetext {
	display: block;
	margin: 5px 10px 10px 10px;
	font-size: 12px;
	color: #616161;
}

.messagebox .something {
	display: inline-block;
	width: 0.75em;
	height: 1.1em;
	background: black;
	border-radius: 1em;
	padding-left: 0.35em;
	margin-right: 5px;
}

.messagebox.standard,
.messagebox.standard * {
	background-color: #E5ECF9;
}
.messagebox.standard .header {
	color: #4A90E2;
}

.messagebox .header span {
	margin-right: 5px;
}

.messagebox.standard .something {
	background-color: #4A90E2;
	color: #E5ECF9;
}
.messagebox.redalert,
.messagebox.redalert * {
	background-color: #F9E5E6;
}
.messagebox.redalert .header{
	color: #D0021B;
}
.messagebox.redalert .something {
	background-color: #D0021B;
	color: #F9E5E6;
}
/*****************************************************************
	left main menu
*/

#leftmenu {
	width: 170px;
	position: relative;
	background-color: var(--azure);
	font-size: 16px;
	padding-top: 40px;
	padding-left: 20px;
}

#leftmenudiv {
	position: fixed !important;
}
#topmenu, #bottommenu {
	width: 100%;
}

#bottommenu {
	position: absolute;
	bottom: 10px;
}


#menulogoleft, #menulogoleft IMG {
	background-color: transparent;
	width: 130px;
	height: 24px;
}

#menulogoleft img {
    content: url(/assets/v3/images/logo-gls.svg);
    z-index: 0;
    width: 76px;
    height: 43px;
    zoom: 1.7;
    margin-top: -15px;
}

#leftmenu .menuline {
	display: inline-block;
	width: 100%;
	height: 24px;
	margin-left: 0px;
	cursor: pointer;	
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftmenu .activeitem .menutekst, #leftmenu .menuline:hover * {
	text-decoration: underline;
    color: #00c3f0;
	font-family: NewsonGLS-Bold, Arial, sans-serif;
	letter-spacing: 0.4px;
}

#leftmenu .menuicon {
	display: inline-block;
	float:left;
	margin-top: 4px;
}

#leftmenu .menuicon, #leftmenu .menuicon IMG {
	width: 24px;
	height: 17px;
}

#leftmenu .menutekst {
	display: inline-block;
	margin-top: 4px;
	margin-left: 7px;
	height: 16px;
}


/*****************************************************************
	submenu's, second column
*/

@keyframes slidein {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

	

#submenu, #submenu .submenubox {
	width: 200px;
}

#submenu {
	background-color: var(--submenubg);
}

#submenu * {
	color: var(--black);
}

#submenu .submenubox {
	display: none;
	position: absolute;
	height: 100%;
	top: 0px;
	transform-origin: left center;
}

#submenu .submenubox.activesub {
	position: relative;
	display: block;
	animation: .5s slidein;
}

#submenu .topspacer {
	height: 40px;
	width: 10px;
}

#submenu .submenubox > div, #submenu .submenubox > span {
	margin-left: 21px;
	font-size: 13px;
}
	

#submenu .divider {
    font-family: NewsonGLS-Bold, Arial, sans-serif;
    font-size: 12px !important;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
	line-height: 1.2;
}

#submenu .menuline {
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
}

#submenu .menuline:hover {
	color: #061ab1;
	text-decoration: underline;
	letter-spacing: 0.4px;
}

#submenu .menuline.activeitem {
	color: var(--azure);
	font-family: NewsonGLS-Bold, Arial, sans-serif;
	letter-spacing: 0.4px;
  text-decoration: underline;
}


/*****************************************************************
	3rd layer of the menu's, this is placed at the top of the content
*/
@keyframes slidedown {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}


#topoptions {
	height: 90px;
	border-bottom: 1px solid var(--lightgrey);
	overflow: visible;
}

#topoptions > div {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	transform-origin: top center;
}

#topoptions label {
    font-family: NewsonGLS-Bold, Arial, sans-serif;
    color: var(--battleship-grey);
    margin-right: 10px;
    font-size: 13px;
}

#topoptions .stddropdown {
	width: auto;
	height: 36px;
}

#topoptions .InputWrapper1 {
	margin-top: 0;
}

#shipment-support-options {
	float: right; 
	height: 35px; /* needed to maintain vertical align */ 
	text-align: right;
}

#topoptions .activesub {
	position: relative;
	display: block;
	z-index: 50;
	animation: .5s slidedown;
}

#topoptions .modalshow {
	z-index: 30;
}

#shipment-support-options {
	float: right; 
	height: 35px; /* needed to maintain vertical align */ 
	text-align: right;
}

#topoptions label {
    font-family: 'NewsonGLS-Bold';
    color: var(--battleship-grey);
    margin-right: 10px;
    font-size: 13px;
}

#topoptions .InputWrapper1 {
    margin-top: 0;
}

#topoptions .nolabel {
	display: none;
}

#topoptions .subsubmenubox {
	margin-top: 30px;
	margin-left: 10px;
	position: absolute;
	width: calc(100% - 410px); /* check the widths for the left menu's, add it all up, plus the margins */
	min-width: 760px;
	top:0;
}

.topmenubutton {
  font-family: NewsonGLS-Regular, Arial, sans-serif;
  font-size: 13px;
  display: inline-block;
  float: left;
  min-width: 170px;
  height: 35px;
  line-height: 34px;
  border: 1px solid var(--lightgray);
  border-radius: 2px;
  background-color: var(--white);
  font-weight: 300;
  color: var(--battleship-grey);
  padding: 0 5px;
  cursor: pointer;
  box-shadow: 0;
  margin: 0px 0px 0px 20px;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  letter-spacing: 0.4px;
}

.topmenubutton.activeitem,
.topmenubutton:hover {
	background-color: var(--azure);
	border-color: var(--azure);
	color: var(--white);
}

.activeitemalt,
.activeitemalt:hover {
	border-color: var(--azure);
	background-color: var(--white);
	color: var(--azure);
}

#resetlabel {
    float: right;
    margin-right: 20px !Important;
}

/*****************************************************************
	the other content..
	
*/

.hcenter {
	font-family: NewsonGLS-Regular, Arial, sans-serif;
/*	position: absolute;*/
	left: 0;
	right: 0;
	text-align: center;
}

#emailsent{
    width: 10%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.noshops {
	font-family: NewsonGLS-Regular, Arial, sans-serif;
	font-size: 20px;
	color: var(--greyish-brown);
}
	
img#noshopimg {
	margin-top: 100px !important;
}

/************************************************************************
	content panel stuff.
*/
.panelcontent {
    font-family: NewsonGLS-Regular, Arial, sans-serif;
}

.uploadtekst {
    font-family: NewsonGLS-Regular, Arial, sans-serif;
}

.smtpexplain {
	font-family: NewsonGLS-Regular, Arial, sans-serif;
	font-size: 12px;
	left: 10px;
}

.contentpanel {
	display: inline-block;
	width: 100%;
}

.contentpanel .header {
	font-family: NewsonGLS-Bold, Arial, sans-serif;
	font-size: 14px;
	color: var(--black) !important;
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--lightgrey);
	letter-spacing: 0.5px;
}


.contentpanel .header .small {
	font-family: NewsonGLS-Italic, Arial,sans-serif;
	font-size: 10px;
	color: inherit;
	background: none;
}

.contentpanel .settinginfo {
	display: block;
	font-family: NewsonGLS-Regular, Arial,sans-serif;
	font-size: 12px;
	margin-bottom: 35px;
	margin-left: 6px;
	line-height: 18px;
	color: var(--battleship-grey);
}

.contentpanel.settingpanel,
.contentpanel.hiddenclass {
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

/*.contentpanel.settingpanel .header,*/
.contentpanel.hiddenclass .header {
	/*background-color: var(--submenubg);*/
	color: var(--black);
	height: 50px;
	padding: 0;
	padding-left: 25px;
	line-height: 50px;
	margin: 0;
	border-bottom: 1px solid var(--lightgrey);
}


.contentpanel.settingpanel .panelcontent {
	margin: 0 auto;
}
	
.groupbox {
    border-bottom: 1px solid var(--lightgrey);
    padding: 30px 0px 30px 0px;
}

.stdsubheader {
	font-family: NewsonGLS-Bold, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 8px;
}

.contentpanel.shownice {
	animation: .5s slidedown;
}


.contentpanel.hiddenclass {
	display: block !important;
}

.contentpanel.hiddenclass .header {
	height: 28px;
	line-height: 28px;
}

.contentpanel.hiddenclass .panelcontent {
	display: none;
}

.contentpanel .header .current {
	float: right;
	font-family: inherit;
	font-size: inherit;
	background:  none;
	margin-right: 20px;
}

.extrainfo {
    font-family: NewsonGLS-Bold, Arial, sans-serif;
    font-size: 14px;
    color: var(--black) !important;
    width: 100%;
    padding: 20px 0px 20px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--lightgrey);
    letter-spacing: 0.5px;
}

#pickupaddress_block {
    margin-bottom: 0px;
    margin-top: 32px;
}

/*****************************************************
	all the form stuff
	also, check the file customio.css, it defines our own dropdowns etc.
*/

.InputWrapper1.ordernr {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 16px;
	margin-left: 7px;
}

.InputWrapper1 {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 16px;
	margin-left: 7px;
}

/* Changes the dimension of the textarea */

div.InputWrapper1.remarks {
	width: 100%;
	height: 100%;
}

div.InputWrapper1.remarks textarea {
	width: 100%;
	height: 200px;
	border: 1px solid var(--lightgray);
	border-radius: 5px;
}

#supportremarks:hover {
    border-color: var(--azure);
}

.extrasuboption {
	margin: 0 0 0 7px;
}

.extrasuboption .setlabel {
	margin-top: 15px;
}

/* End of Changes the dimension of the textarea */
	
/* Changes the behaviour of the extra options in manual carrier - Pick & Ship */
	
div#extras12 b {
    font-family: NewsonGLS-Bold, Arial, sans-serif;
    font-size: 14px;
    /*color: var(--pumpkin) !important;*/
    width: 100%;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid var(--lightgray);
    letter-spacing: 0.5px;
    margin: 0px 0px 20px 0px;
    display: inline-block;
}

.inputgroup {
	min-height: 50px;
	height: auto;
	overflow: visible;
	position: relative;
	clear: both;
}

.inputgroup .InputWrapper1 {
	float: left;
	position:relative;
}

.InputWrapper1 label {
	font-family: NewsonGLS-Bold, Arial, sans-serif;
	font-size: 13px;
	color: var(--black);
	bottom: 10px;
	text-transform: initial;
}

.InputWrapper1 label .labeltekst {
	font-family: NewsonGLS-Regular, Arial,sans-serif;
	font-size: 12px;
	color: var (--battleship-grey);
}
	
.InputWrapper1 .small {
	font-family: NewsonGLS-Regular, Arial,sans-serif;
	font-size: 12px;
	color: var(--azure);
	background: none;
	border-color: var(--azure);
}

.stdbutton.small:hover {
    background-color: var(--azure);
    color: var(--white);
    text-decoration: underline;
}

.InputWrapper1.hidden {
	display: none;
}

.inputgroup > DIV LABEL {
	display: none;
}

.inputgroup .InputWrapper1 {
	background: none;
}

.inputgroup > div:first-child LABEL {
	display: block;
	position: absolute;
	width: 500px;
	margin-bottom: 30px;
}

.inputgroup INPUT,
.inputgroup SELECT {
	margin-top: 1.5em;
	background: none;
}


.input_block_content {
	overflow: hidden;
	height: auto;
}

input#supportdoc {
	border: none;
}

.transporteur-new {
	margin-top:60px;
}

.transporteur-new .carrierselectheader {
    background: var(--emerald);
    width: 200px;
    text-align: center;
    border-radius: 4px;
    color: white;
    text-transform: capitalize;
}

.transporteur-new .transporteur_inner {
	display: block;
}

.transporteur_inner {
	display: none;
	border-bottom: 1px solid var(--lightgrey);
	padding-left:10px;
	margin-bottom: 20px;
}

.transporteur_inner b {
    font-size: 1.2em;
    display: block;
    line-height: 3em;
}

#transportblock .togglerclass {
	min-width: 30%;
}

#transportblock .togglerclass .keytoggle {
	float: none;
}

.carrierselectheader {  
    font-weight: 800;
    line-height: 35px;
    cursor: pointer;
    background: var(--submenubg);
    padding-left: 10px;
}


/*****************************************
  Divider. 
*/

hr {  
   border: 1px solid #fff;
}
	

/*****************************************************

	input, select and other form tags.
	Also, see customio.css for other css on our own form objects.
	


*/

INPUT, SELECT {
	font-family: NewsonGLS-Regular, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 298px !important;
	height: 34px;
	border-radius: 4px;
	border: 1px solid var(--lightgray);
	background: inherit;
	color: var(--black);
	outline: none;
	padding-left: 10px;
}

input[type=checkbox], input[type=radio] {
	min-width: 0 !important;
	width: auto !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0px 5px 0px 5px;
	transform:scale(1.4);
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

INPUT:focus, select:focus {
	color: var(--azure);
	border-color: var(--azure);
}

INPUT:hover, select:hover {
	color: var(--azure);
	border-color: var(--azure);
}

.validateError, .validateError:focus {
	border-color: red;
}


select {
   flex:1;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background-image: url('/assets/v3/images/arrow-down2.svg');
  background-repeat: no-repeat;
  border-color: var(--lightgray);
  background-position: right 10px top 14px, 0 0;
  padding-left: 10px !important;
}

select:focus {
	background-image: url('/assets/v3/images/arrow-down-focus2.svg');
	background-repeat: no-repeat;
	background-position: right 10px top 14px, 0 0;
}

input[type='text']:hover {
	border-color: var(--azure);
	color: var(--azure);
}



#parsermailheader_nl,
#parsermailheader_en,
#parsermailheader_fr,
#parsermailheader_be,
#parsermailheader_es,
#parsermailheader_pt,
#parsermailheader_de {
	width: 570px !important;
}

#aldropdiv.altdropdown.sortoptions.stddropdown {
	width: 146px !important;
	height: 36px;
}

#aldropdiv.altdropdown.sortoptions.stddropdown:hover {
	border-color: var(--mango);
}

.stdropdown .list {
	overflow: auto !important;
	max-height: 480px !important;
}


LABEL .required {
	display: none;
	color: var(--battleship-grey);
}

LABEL .optional {
	display: none;
	color: var(--battleship-grey);
}


LABEL.required .required {
	display:inline;
	color: var(--toggleoff);
	font-size: 9px;
}

LABEL.required .optional {
	display: none;
	color: var(--battleship-grey);
}

/*****************************************************
	 buttons
*/

.stdbutton,
.stdbuttonspan {
  width: 200px;
  height: 48px;
  border: 1px solid var(--mango);
  border-radius: 400px;
  background-color: var(--mango);
  font-family: NewsonGLS-Regular, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  color: var(--black);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
  cursor: pointer;
  /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;*/
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.stdbuttonspan {
	width: 300px;
	text-align: center;
	line-height: 40px; /* same as the height in .stdbuttonspan */
}

.submitbutton {
	float: right;
}

.stdbutton:hover,
.stdbuttonspan:hover {
	background-color: var(--pumpkin2);
	color: var(--black);
	border-color: var(--pumpkin2);
	text-decoration: underline;
}

.stdbutton.inactive {
	background-color: var(--white);
	color: var(--azure);
	border: 1px solid var(--azure);
}

butto1n {
	font-family: NewsonGLS-Regular, Arial,sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--white);
	background-color: var(--azure);
	width: 155px;
	height: 40px;
	border-radius: 20px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	outline: 0;
}

.spinner {
	text-align: center;
	margin: 15px 0;
}


#printexample {
	display: inline-block;
	margin-left: 50px;
}

#printexample span {
	font-family: NewsonGLS-Bold, Arial, sans-serif;
	font-size: 13px;
	color: var(--black);
	vertical-align: top;
}

#printexample IMG {
	vertical-align: middle;
	margin-left: 15px;
	height: 70px;
}

button#formsender {
    background-color: var(--white);
	border-color: var(--azure);
	color: var(--azure);
}

button#formsender:hover {
    background-color: var(--azure);
	border-color: var(--azure);
	text-decoration: underline;
	color: var(--white);
	-webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

button#downloadtemplate {
    background-color: var(--white);
	border-color: var(--azure);
	color: var(--azure);
}

button#downloadtemplate:hover {
    background-color: var(--azure);
	border-color: var(--azure);
	color: var(--white);
	-webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.btn-white {
    background-color: var(--white);
	border-color: var(--lightgray);
	color: var(--battleship-grey);
	float: right;
}

.btn-white:hover {
    background-color: var(--azure);
	border-color: var(--azure);
	color: var(--white);
	-webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
} 

/* Controls the height on the integration details separator */


button#cancel.stdbutton {
    float: left !important;
    background-color: var(--white);
    border-color: var(--lightgray);
    color: var(--battleship-grey);
}

button#cancel.stdbutton:hover {
    background-color: var(--azure);
	border-color: var(--azure);
	color: var(--white);
	-webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}


button#store.stdbutton.submitbutton {
    float: right !important;
}


input#zendingbestand {
    border: none;
}

button#storeinfo {
    float: right;
    margin-right: 10px;
    margin-top: 100px;
}

button#backbutton {
	background-color: var(--white);
	border-color: var(--lightgray);
	color: var(--battleship-grey);
    float: right;
    width: 230px;
    margin-right: 10px;
    margin-top: 100px;
}

button#backbutton:hover {
    background-color: var(--azure);
	border-color: var(--azure);
	color: var(--white);
	-webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

#smtpdelete {
    float: right;
    background-color: var(--white);
	border-color: var(--lightgray);
	color: var(--battleship-grey);
    margin-right: 20px;
}

#smtpdelete:hover {
    background-color: var(--azure);
	border-color: var(--azure);
	color: var(--white);
	-webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

#deleteshipment {
    float: left;
    background-color: var(--alazarin);
    color: var(--white);
}

#deleteshipment:hover {
    float: left;
    background-color: var(--azure);
    color: var(--white);
}


/*********************************************************
	tabs
**********************************************************/
.tabbox {
	overflow: auto;
}

.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs > li {
	font-family: NewsonGLS-Bold, Arial, sans-serif;
	font-size: 13px;
	float: left;
	margin: 0px 2px;
	padding: 2px 5px;
	border: 1px solid var(--black);
	background: none;	
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	z-index: 40;
}

.tabs li:hover, #tabs li.active {
	background-color: var(--azure);
	border-bottom: 1px solid var(--azure);
	color: white;
}

.tabs li.active {
	border-bottom: none;
}

.tab-content {
	overflow: visible;
	min-height: 10px;
	margin-top: -1px;
	border: 1px solid var(--black);
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
	
.tab-panel {
	display: none;
}

.tab-panel.active {
	display: block;
}

	
/*********************************************************
	sortable lists
**********************************************************/

.sortablelist, .sortablelist LI {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.sortablelist LI {
	height: 2em;
}
	
/*********************************************************
	classes for rate confirm screen
**********************************************************/
.pricenotehead {
	font-weight: 800;
}

.balanceblock {
	color: var(--greyish-brown);
}

.totalblock {
	color: var(--emerald);
}

.negative {
	color: var(--alazarin);
}

.header {
	font-size: 15px;
	color: inherit !important;
	background: none;
}

.price {
	display: block;
	font-size: 25px;
	font-weight: 800;
	color: inherit !important;
	background: none;
}

.totals TD {
	padding: 3px 5px;
}

/*********************************************************
	several loose odds and ends
**********************************************************/
#accordion .ui-icon {
	float: right;
}

#getpdf {
		display: block !important;
		position: relative;
		width: auto !important;
		margin-top: 5px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		background-color: #ffdfe4;
		text-align: center;
		border-radius: 10px;
		padding-top: 19px;
}

.ui-icon {
	background-color: inherit;
}

.screenlocker {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background: #EEE;
	z-index: 999;
	background: #666666 url(/assets/v3/images/lockscreenbg.png) 50% 50% repeat; 
	opacity: .50;
	filter:Alpha(Opacity=50);
	text-align: center;
}

.screenlocker > div {
	background: inherit;
	position: relative;
	z-index: 1000;
	top: 50%;
	transform: translateY(-50%);
	display: inline
}

.spinner {
	height: 16px;
	background: transparent url(/assets/v3/images/spinner.gif) 50% 0 no-repeat !important;
}

#rateinputpanel {
	float: left;
	width: 320px;
}

#rateresultpanel {
	position: absolute;
	float: left;
	min-width: 500px;
	min-height: 700px;
	width: auto;
	margin-left: 30px;
	padding: 0 20px 10px 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.serviceitem {
	font-weight: 800;
}
.displayprice {
	color: var(--pumpkin);
	font-weight: 800;
}

.userklantblock:after {
    content:"\000A";
    white-space: pre;
}

.deletebutton {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(/assets/v3/images/delete.png) no-repeat 0 0;
}

/* Shipment Items - Field Customisation */

.oitem.oitemdesc {
	width: 380px !important;
}
.oitem.oitemartnumber {
	width: 100px !important;
}
.oitemhs {
	width: 80px !important;
}
.oitemdim {
	width: 100px !important;
}
.oitemprice {
	width: 60px !important;
}
.oitem.oitemweight {
	width: 65px !important;
}
.oitemqty {
	width: 30px !important;
}
.oitemcolli {
	width: 50px !important;
}
select#oitem_1_ctype {
	width: 128px !important;
}
select#oitem_2_ctype {
	width: 128px !important;
}
select#oitem_3_ctype {
	width: 128px !important;
}
select#oitem_4_ctype {
	width: 128px !important;
}
select#oitem_5_ctype {
	width: 128px !important;
}


/*** App Key table **/  
.key-wrapper {
    margin-bottom: 10px;
}

.key-header {
	cursor: pointer;
	display: flex;
	flex-direction: row;
    padding: 7px; 
	background: var(--submenubg);
} 

.key-wrapper.key-new .key-header {
	background: var(--emerald);
}

.key-wrapper.key-new .key-details {
	display: block;
}

.key-header > span {
	width: 25%;
}

.key-details {
	padding:10px 19px;
} 

.key-details,
.key-details br  {
	display: none;
}  

.key-details td {
	padding-right: 10px;
}

span.key-active {
	width:60px;
}

.key-details .InputWrapper1 {
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 5px;
	display: flex;
	justify-content: right;
}

.key-details .allowedendpoints { 
	min-width: 230px;
}

/** Support **/ 
#shipmentinfo {
	margin-bottom: 30px;
}

#shipmentinfo .shipinfo {
	padding: 0 0 0 20px;
	border-bottom: 0;
}

#supportimages {
	margin: 20px 0;
}

.conditional-field {
	display: none;
}

.conditional-field.enabled {
	display: inline-block;
}

.field7 input {
	width: 160px !important;
}

#supportcontent p {
	margin-left: 10px;
}

#reselleronlyext {
	display: none !important;
}