em
{
	font-style:italic;
}

/* NAVIGATION */
.navigationTabStrip
{
	padding-left:5px;
}

.navigationMenu .title
{
    font-size: 20px;
    text-align: center;
}

/* text align logintable */
.labeltext
{
    padding-top: 5px;
}

/* Disable responsive menu by Default */
#menu-toggle 
{
    display: none;
}

html body form#aspnetForm table.wrap tbody tr td.middleColumn table tbody tr td.contentArea table#OrderButtons2
{
    display: none;
}


html body form#form1 table.wrap tbody tr td.middleColumn div#tinymceeditorandbuttons div#Buttons input#btnSave,
html body form#form1 table.wrap tbody tr td.middleColumn div#tinymceeditorandbuttons div#Buttons input#btnCancel
{
    font-size: 18px;
    line-height: 20px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.navigationMenu strong
{
    font-size: 16px;
    line-height: 18px;
}

/* The background color of the dropdownlist options */
option 
{ 
    background: #FFFFFF!important;
}

option::marker
{ 
    background: #FFFFFF!important;
}


/* The backgroudn color of the dropdownlist options */
option.active, option:checked, option:hover, option:visited, o
{ 
    color: #000000!important;
    background-color: #DDDDDD!important;
}

/* LOGIN CONTROL */
.loginTable
{
	margin:5px 5px 0 5px;
}
.loginTable td
{
	padding-bottom:2px;
	padding-right:3px;
}
/* MISC */
.padFive
{
	padding:5px;
	line-height:150%;
}
.searchBox select option
{
	padding-left:5px;
}
.footer .productBigLineHorizontal
{
	float:right;
	margin-top:15px;
	margin-bottom:0;
	padding-bottom:0;
	clear:both;	
}
a.ExtraVestigingLink
{
	background-position:right -5px;
	padding-top:0px;		
	clear:both;
}

.clearStyles, .clearStyles *, .clearStyles * *, .clearStyles td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	width:auto;
}
/* ORDER OVERVIEW */
.orderOverview .name a div, .orderOverview .name a:hover div
{
	background-image:none;	
}
.orderOverview td 
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:6px;
	height:30px;
}
.orderOverview td a
{
	color:#595959;
}
.orderOverview td div
{
	position:relative;
	top:5px;
}
.orderOverview select
{
	margin-bottom:4px;
}
.orderOverview .title td, .orderOverview .groupTitle td
{	
	font-weight:bold;
	border-bottom:1px solid #595959;
}
.orderOverview .title td div
{
	position:relative;
	top:2px;
}
.orderOverview td div.textboxAligned
{
	position:relative;
	top:3px;	
}
.orderOverview .groupTitle td
{
	border-top:1px solid #000000;
	padding: 6px 0 6px 0;	
	height:auto;
	font-size:12px;
	background-color:#dddddd;
	vertical-align:middle;
	
}
.orderOverview .groupEnd td
{
	border-top:1px solid #000000;
	background:0;
	height:5px;
	line-height:5px;
	font-size:5px;	
}
.orderOverview textarea.input
{	
	margin-left:0px;	
	margin-top:7px;
	text-align:left;
	width:95%;
	height:50px;
	margin-bottom:5px;
}
.hidden
{	
	visibility:collapse;
	display:none;
}

/* Adjusted for "number" input! */
 .tbQuantity
{
	width:50px;
	text-align:right;
}

 .tbQuantityStandard
{
	width:50px;
	text-align:right;
}
 /*Warning when mouse over of focus standard quatity.*/
 .tooltipQuantityStandard{
    display: inline;
    position: relative;
}
.tooltipQuantityStandard:hover:after, .tooltipQuantityStandard:focus-within:after{
    background: red;
    background: rgba(255,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
    text-align: center;
}

.tooltipQuantityStandard:hover:before, .tooltipQuantityStandard:focus-within:before{
    border: solid;
    border-color: red transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}


/* DISCOUNT OVERVIEW */ 
.discountOverview
{
			
}
.discountOverview td 
{
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:9px;
}
.discountOverview .groupTitle td
{
	border-top:1px solid #595959;
}
.discountOverview .title td, .discountOverview .groupTitle td
{
	padding-bottom:9px;
	font-weight:bold;
	border-bottom:1px solid #595959;
}

.ExtraVestigingLink
{
	width:100px;
	float:right;
}
/* STANDARD DATA(EDIT) TABLE */ 
.editTable
{
	width:auto;
	background:0;
}
.editTable td 
{
	background:0;
	padding-top:10px;
	padding-left:5px;
	padding-right:25px;
	padding-bottom:9px;
}
.editTable td.withControls
{
	padding:0;
	padding-top:5px;
}
.editTable td select.input, .editTable td .input
{
	padding:0;
	text-align:left;
	height:18px;
	margin:0;	
	width:auto;
}
.editTable td select.input, .editTable td select.input
{
	width:100%;
}
.editTable td select.input option
{
	padding-left:2px;
}
.editTable textarea.input
{	
	margin-left:0px;	
	margin-top:0;
	text-align:left;
	height:95px;
	margin-bottom:10px;
}

/* validation */
.vsummary
{
	border:1px solid #8c897c;
	background-color:#ffffe1;
	padding-top:3px;
	margin-right:5px;
	margin-bottom:5px;
	padding-bottom:0px;
}
.vsummary ul
{
	padding-bottom:2px;
}
.vsummary li
{
	padding-top:0px;	
	margin-left:5px;
	padding-left:25px;
	list-style:none;
	line-height:150%;		
	background-image:url(../images/icon-error.png);
	background-repeat:no-repeat;
	background-position:top left 3px 5px;	
}
.vsummary li.error
{
	background-image:url(../images/icon-exclamation.png);
}
.vsummary li.warning
{
	background-image:url(../images/icon-error.png);
}
.vsummary li.info
{
	background-image:url(../images/icon-information.png);

}/* eWorld Controls */
.collapsableTitle, .collapsableTitle a, .collapsableSubTitle, .collapsableSubTitle a
{
    padding:5px 0 3px 0;
    margin:0;
    color:#0d4c9f;
	font-family:Tahoma;
	font-weight:bold;
	font-size:14px;	 
}
.collapsableTitle, .collapsableSubTitle
{
	border-bottom: 1px solid #b2b8c4;
}
.collapsableSubTitle, .collapsableSubTitle a
{
	font-size:12px;	 
}
.calendar td
{
	padding:3px;
}
.calendar div
{
	width:120px;
}
.contentArea .breadCrumb .right a.active
{
	font-weight:bold;
	text-decoration:none;
}

#filterInput{
    height: 25px;
    width: 50%;
    display: block;
    padding-left: 10px;
    margin : 0 auto;    
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;   
}

#filterInput:focus {    
    width: 75%;
}