/*
version: 2
*/

@font-face {
    font-family: 'OpenSansRegular';
  	font-display: swap;
    src: url('/assets/v3/css/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
  	font-display: swap;
    src: url('/assets/v3/css/OpenSans-Light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
  	font-display: swap;
    src: url('/assets/v3/css/OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
  	font-display: swap;
    src: url('/assets/v3/css/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
} 

@font-face {
    font-family: 'OpenSansRegular';
	font-display: swap;
    src: url('/assets/v3/css/OpenSans-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
  font-family: 'fontawesome5';
  font-display: swap;
  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: #333333;
  --submenubg: #f6f6f6;
  --lightgrey: #e7e7e7;
  --lightgray: #e7e7e7;
  --labels: #95a5a6;
  --arrow: #797979;
  --darkergrey: #d7dade;
  --greyish-brown: #444444;
  --black: #222222;
  --azure: #3498db;
  --azure2: #2980b9;
  --mango: #febe10;
  --pumpkin: #f39c12;
  --pumpkin2: #e67e22;
  --battleship-grey: #444444;
  --white: #ffffff;
  --cerulean-status-info: #0099cc;
  --coral-status-error: #ff4444;
  --brown-grey: #999999;
  --dark-sky-blue-infolabelbar: #33b5e5;
  --switchwidth: 							30px;
  --switchbuttonwidth: 				15px;
  --switchlabelheight: 				3px;
  --switchlabelborderwidth:		2px;
  --switchswitchborderwidth: 	2px;
  --app-error-blue: #33B5E5;
  --app-error-red: #FF4444;
  --alazarin: #e74c3c;
  --emerald: #2ecc71;
  --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: OpenSansRegular, sans-serif;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	letter-spacing: 0.4px;
	font-weight: normal;
	font-size: 12px; 
} 

#map, #map * {
	background-color: unset;
}

.noshow {
	display: none;
}

A {
	font-weight: normal;
	font-size: inherit;
	color: var(--azure);
	text-decoration: none;
	letter-spacing: 0.4px;
}

p {
	margin: 1em 0;
}

strong {
	font-weight: bolder;
}
/*
	 the standard error block, at the top when needed..
*/
#stderror {
	display: none;
	position: absolute;
	background-color: var(--alazarin);
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	/*margin-left: -640px;*/
	z-index: 100;
	/*border-top: 1px solid var(--battleship-grey);
  border-radius: 5px;
  box-shadow: 0px 0px 3px var(--greyish-brown);*/
  padding: 28px 45%;
}

span.error {
    background-color: initial;
    font-weight: normal;
    font-size: 15px;
    color: white !important;
    min-width: 500px;
    display: block;
}

#stderror .header {
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1em;
	margin-bottom: 5px;
	padding: 0;
}


#pageerror {
	font-weight: normal;
	font-size: 20px;
	display: inline-block;
	text-align: center;  
	width: 100%; 
	margin-top: 100px;
	color: var(--greyish-brown);
}

#pageerror * {
	background: none;
}

#pageerror .red {
	font-weight: 600;
	color: #e02020;
}

#nothingfound {
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}

#nothingfound * {
	font-weight: 300;
	font-size: inherit;
}

#nothingfound .bold {
	font-weight: 600;
	font-size: 12px;
	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;
	table-layout: fixed;
	-moz-overflow: hidden;

}

#wrapper TD {
	vertical-align: top;
	overflow: hidden;
}

#leftmenu *, #submenu * {
	font-weight: normal;
	background: transparent;
	color: var(--white);
	font-size: 13px !important;
	border: none;
	padding: 0;
	margin: 0;	
}

#content {
	/* position: absolute; messes up scrolling */
	min-height: 500px;
	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;
}

/* 
#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-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: 35px;
	float: right;
}

#searcher:hover {
	border-color: var(--azure);
}

#searcher input {
	height: 32px;
}

#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: 33px;
	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 {
	float: right;
	margin-right: 4px;
	color: var(--battleship-grey);
}

#sorterselect .sortheader {
	float: left;
	margin-top: 10px;
	margin-right: 4px;
}

/*****************************************************************
	date range picker
*/
#daterangeselect {
	border: 1px solid var(--lightgrey);
	border-radius: 4px;
	margin-right: 4px;
}

#daterangeselect:hover {
	border-color: var(--azure);
	
}

#daterangeselect INPUT {
	border: none;
	width: 200px !important;
	margin-right: 10px;
}
	
#daterangeselect I {
	margin-left: 10px;
}

input#daterangeinput.#daterangeinput {
    color: var(--battleship-grey);
    font-size: 11px;
}

/*****************************************************************
	messages
*/
.messagebox, 
.messagebox * {
	font-weight: normal;
}
.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: 175px;
	position: relative;
	background-color: var(--mainmenubg);
	font-size: 16px;
	padding-top: 40px;
	padding-left: 20px;
}
#leftmenudiv {
	width: 175px; /* same as parent */
	position: fixed;
}

#menulogoleft img.logo1, #menulogoleft img.logo2, #menulogoleft img.logo3, #menulogoleft img.logo9 {
    height: auto;
}

#menulogoleft img.logo6, #menulogoleft img.logo7, #menulogoleft img.logo8, #menulogoleft img.logo10, #menulogoleft img.logo11, #menulogoleft img.logo12  {
    height: 28px;
}

#topmenu, #bottommenu {
	width: 100%;
}

#bottommenu {
	position: absolute;
	bottom: 10px;
}

#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 * {
	color: var(--pumpkin);
}

#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: 2px;
	margin-left: 10px;
	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(--battleship-grey);
}

#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: 30px;
	font-size: 13px;
}
	

#submenu .divider {
	font-weight: bold;
	font-size: 12px !important;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

#submenu .menuline {
	margin-bottom: 10px;
	cursor: pointer;
}

#submenu .menuline:hover {
	color: var(--pumpkin2);
	letter-spacing: 0.5px;
}

#submenu .menuline.activeitem {
	color: var(--pumpkin2);
	font-weight: 600;
	letter-spacing: 0.5px;
}


/*****************************************************************
	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-weight: bold;
    color: var(--battleship-grey);
    margin-right: 10px;
    font-size: 13px;
}

#topoptions .stddropdown {
	width: auto;
	height: 36px;
}

#topoptions .stddropdown.action {
	background-color: var(--azure);
}

#topoptions .altdropdown.action .current {
	color: white;
}

#topoptions .altdropdown.action:after {
	border-right-color: var(--white);
	border-bottom-color: var(--white);
}

#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;
}

#topoptions .subsubmenubox {
	margin-top: 30px;
	margin-left: 10px;
	position: absolute;
	width: calc(100% - 407px); /* check the widths for the left menu's, add it all up, plus the margins */
	top:0;
	min-width: 800px;
}

.topmenubutton {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  float: left;
  min-width: 170px;
  height: 35px;
  line-height: 34px;
  border: 1px solid var(--lightgray);
  border-radius: 4px;
  background-color: var(--white);
  font-weight: 300;
  color: var(--battleship-grey);
  padding: 0 5px;
  margin: 0;
  cursor: pointer;
  box-shadow: 0;
  margin-left: 10px;
  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);
}

/*****************************************************************
	the other content..
	
*/

.hcenter {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.no-info-text {
	font-weight: normal;
	font-size: 20px;
	color: var(--greyish-brown);	
	margin: 30px auto;
}
	
img#noshopimg {
	margin-top: 100px !important;
}

/************************************************************************
	content panel stuff.
*/

.smtpexplain {
	left: 10px;
}

.contentpanel {
	display: inline-block;
	width: 100%;
}

.contentpanel .header {
	font-weight: bold;
	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-style: italic;
	font-size: 13px;
	color: inherit;
	background: none;
}

.contentpanel .settinginfo {
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 35px;
	margin-left: 6px;
	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: 20px 30px;
}*/
	
.groupbox {
    border-bottom: 1px solid var(--lightgrey);
    padding: 30px 0px 30px 0px;
}

.stdsubheader {
	font-weight: 600;
	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-weight: normal;
	font-size: 12px;
	background:  none;
	margin-right: 20px;
}

.extrainfo {
    font-weight: bold;
    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 {
	font-weight: normal;
    margin-bottom: 0px;
    margin-top: 32px;
}

/*****************************************************
	all the form stuff
	also, check the file customio.css, it defines our own dropdowns etc.
*/

.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-weight: bold;
    font-size: 14px;
    /*color: var(--azure2) !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-weight: normal;
	font-size: 13px;
	color: var(--black);
	bottom: 10px;
	text-transform: initial;
}
	
.InputWrapper1 .small { 
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	color: var(--labels);
	background: none;
}

.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;
}


.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;
}

.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-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);
}

input[type='file'] {
	padding: 6px 0 0 10px;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

INPUT:focus, select:focus {
	color: var(--black);
	border-color: var(--azure);
}

INPUT:hover, select:hover {
	color: var(--black);
	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;
}

div#aldropdiv.altdropdown.sortoptions.stddropdown {
	width: 146px !important;
	height: 36px;
	margin-right: -10px;
}

div#aldropdiv.altdropdown.sortoptions.stddropdown:hover {
	border-color: var(--azure);
}

.stdropdown .list {
	overflow: auto !important;
	max-height: 480px !important;
}


LABEL .required {
	display: none;
	color: var(--alazarin);
}

LABEL .optional {
	display: none;
	color: var(--labels);
}


LABEL.required .required {
    display: inline;
    color: var(--alazarin);
}

LABEL.required .optional {
	display: none;
	color: var(--labels);
}

/*****************************************************
	 buttons
*/

.stdbutton,
.stdbuttonspan {
  width: 200px;
  height: 40px;
  border: 1px solid var(--azure2);
  border-radius: 4px;
  background-color: var(--azure);
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 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.8s;
}

.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(--azure2);
	border-color: var(--azure2);
	color: var(--white);
	-webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.stdbutton.small {
	font-weight: normal;
	color: var(--white);
	width: auto;
	height: 3em;
	background-color: var(--azure);
	padding: 0 20px;
}

.stdbutton.inactive {
	background-color: var(--white);
	color: var(--azure);
}

.stdbutton.inactive:hover {
	background-color: var(--azure);
	color: var(--white);
}

butto1n { 
	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-weight: 600;
	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(--lightgray);
	color: var(--battleship-grey);
}

button#formsender:hover {
    background-color: var(--azure);
	border-color: var(--azure);
	color: var(--white);
	-webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

button#downloadtemplate {
    background-color: var(--white);
	border-color: var(--lightgray);
	color: var(--battleship-grey);
}

button#downloadtemplate:hover {
    background-color: var(--azure);
	border-color: var(--azure);
	color: var(--white);
	-webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}


button#integrationdetails01 {
    background-color: var(--white);
	border-color: var(--lightgray);
	color: var(--battleship-grey);
	float: right;
}

button#integrationdetails01:hover {
    background-color: var(--azure);
	border-color: var(--azure);
	color: var(--white);
	-webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

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);
}


/*********************************************************
	Tarieven Settings
	
**********************************************************/



/*********************************************************
	tabs
**********************************************************/
.tabbox {
	overflow: auto;
}

.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs > li {
	font-weight: 600;
	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;
    display: block; 
    height: 1em; 
}

/** 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;
}

.label-remarks {
    margin-bottom: 16px;
}

.rateval {
	display: block;
	clear: both;
}

.rateval .displaylabel {
	float: left;
	min-width: 150px;
}

.rateval .displayvalue {
	float: left;
	margin-left: 10px;
}

#transportblock .togglerclass {
	min-width: 30%;
}

#transportblock .togglerclass .keytoggle {
	float: none;
}

/** 
 * A pure css loader we can use for ajax requests that take longer 
 */ 
.shiptimize-loader {
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 99999;  
}

.shiptimize-loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fdbc3b;
  animation: shiptimize-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.shiptimize-loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.shiptimize-loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.shiptimize-loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes shiptimize-loader {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}