body{
	/*overflow: -moz-scrollbars-vertical;*/
	font-family: Arial;
	font-size: 12px;
	padding: 0;
}
img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
	}

input {
}

h6, h5, h4, h3, h2, h1{ 
     line-height: 120%;
     color: #000;
     margin: 0; 
} 
 
p{ 
     font-size: 12px;
     margin: 0; 
     padding: 0 0 1em 0; 
} 

h1{ 
     font-size: 23px; 
     padding: 0 0 .4em 0; 
} 
 
h2{ 
     font-size: 19px; 
     padding: 0 0 .4em 0; 
} 
 
h3{      
     font-size: 17px; 
     padding: 0 0 .3em 0; 
} 
 
h4{ 
     font-size: 15px; 
     padding: 0 0 .3em 0; 
} 
 
h5{ 
     font-size: 13px; 
     padding: 0 0 .2em 0; 
} 
 
h6{ 
     font-size: 12px; 
     padding: 0 0 .1em 0; 
}

a:link,a:active,a:link,a:visited,a:hover{ color: #000; }

table.fcs_gallery {
	width: 525px;
	margin: 10px auto;
}
.fcs_gallery table, .fcs_gallery td {
}
table.fcs_gallery td {
	background-color: #eee;
	text-align: center;
	padding: 10px;
	padding-bottom: 20px;
	width: 100px;
}
table.fcs_gallery th {
	text-align: left;
	background-color: #eee;
	padding: 10px;
}
td.fcs_gallery_link:hover {
	background-color: #dedede;
	cursor: pointer;
}

input,select,textarea {
	margin: 2px;
	padding: 2px 2px 2px 2px;
}
input:active,select:active,textarea:active,input:hover,select:hover,textarea:hover {
}
label {
	float: left;
	width: 100px;
	text-align: right;
	margin: 3px 5px 2px 0;
	padding-top: 2px;
	display: block;
}
fieldset {
	width: 400px;
	border: 1px solid #888;
}

legend {
	font-weight: bold;
    font-size: 1.3em;
}

blockquote {
	font-style: italic;
	border-left: 5px solid #c0c0c0;
	padding-left: 10px;
	padding-bottom: 0;
	margin-left: 0px;
	margin-bottom: 1em;
}
q {
	color: #444;
	font-style: italic;
}

a,a:link {
	text-decoration: none;
	color: #000;
}
a:hover,a:hover,a:active {
	color: #888;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(/images/prevlabel.png?04bb2d1510324946bd23b9a94ec8b6be) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(/images/nextlabel.png?e67268ae7b0071627f614a84ddf39e39) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover {  }
#nextLink:hover, #nextLink:visited:hover {  }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* CORE STYLES */

	/* noty bar */
	.noty_bar {
		position: fixed;
		display: none;
		z-index: 9999999;
	}
	
	/* noty_message */
	.noty_bar .noty_message {
		text-align: center;
	}
	
	/* noty close button */
	.noty_bar .noty_close {
		cursor: pointer;
	}
	
	/* noty modal */
	.noty_modal {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: 10000;
		opacity: 0.6;
		display: none;
		left: 0;
		top: 0;
	}
	
	/* noty container for noty_layout_topLeft & noty_layout_topRight */
	ul.noty_cont {
		position: fixed;
		z-index: 10000000;
		margin: 0px;
		padding: 0px;
		list-style: none;
		width: 300px;
	}
	ul.noty_cont li {
		position: relative;
		float: left;
		clear: both;
		list-style: none;
		padding: 0px;
		margin: 10px 0 0 0;
		width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
	}
	ul.noty_cont.noty_layout_topLeft {left:20px; top:20px;}
	ul.noty_cont.noty_layout_topRight {right:40px; top:20px;}
	ul.noty_cont.noty_layout_bottomLeft {left:20px; bottom:20px}
	ul.noty_cont.noty_layout_bottomRight {right:40px; bottom:20px}
	ul.noty_cont.noty_layout_topRight li {float:right}

/* LAYOUTS */

	/* noty_layout_top */
	.noty_bar.noty_layout_top {
		top: 0;
		left: 0;
		width: 100%;
		border-radius: 0px;
	}

	/* noty_layout_bottom */
	.noty_bar.noty_layout_bottom {
		bottom: 0;
		left: 0;
		width: 100%;
		border-radius: 0px;
	}

	/* noty_layout_center */
	.noty_bar.noty_layout_center {
		top: 40%;
	}
	
	/* noty_layout_topLeft & noty_layout_topRight */
	.noty_bar.noty_layout_topLeft, 
	.noty_bar.noty_layout_topRight,
	.noty_bar.noty_layout_bottomLeft,
	.noty_bar.noty_layout_bottomRight {
		width: 100%;
		clear: both;
		position: relative;
	}
	
	.noty_bar.noty_layout_topLeft .noty_message, 
	.noty_bar.noty_layout_topRight .noty_message,
	.noty_bar.noty_layout_bottomLeft .noty_message,
	.noty_bar.noty_layout_bottomRight .noty_message {
		text-align: left;
	}
	
	/* noty_layout_topCenter */
	.noty_bar.noty_layout_topCenter {
		top: 20px;
	}
/* CORE STYLES*/

	/* noty bar */
	.noty_bar.noty_theme_default {
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') repeat-x scroll left top #fff;
	}
	
	/* if you use noty with customContainer you can access noty with this way 
	*	 .noty_custom_container noty will add automaticly this class to your customContainer
	*	 .noty_theme_default 		your theme
	*	 .noty_layout_inline		your layout 
	*/
	
	/* custom container */
	.noty_custom_container.noty_theme_default.noty_layout_inline {
		position: relative;
	}
	
	/* custom growl container */
	.noty_custom_container.noty_theme_default.noty_layout_inline .noty_cont.noty_layout_inline {
		position: static;
	}
		/* custom noty bar */
		.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar {
			border-width: 1px;
			border-style: solid;
			position: static;
			border-radius: 4px;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		}
			.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message {
				font-size: 13px;
				padding: 4px;
			}
				.noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message .noty_buttons {
					margin-top: -1px;
				}
	
	/* noty_message */
	.noty_bar.noty_theme_default .noty_message {
		padding: 8px 14px;
		font-size: 16px;
		font-weight: bold;
		width: auto;
	}
	.noty_bar.noty_theme_default.noty_closable .noty_message {
		padding: 8px 34px 8px 14px;
	}
	
	/* noty_buttons */
	.noty_bar.noty_theme_default .noty_message .noty_buttons {
		float: right;
		font-size: 13px;
		margin-top: -4px;
		margin-left: 4px;
	}
	
	/* noty_button */
	.noty_bar.noty_theme_default .noty_message .noty_buttons button {
		margin-left: 5px;
	}
	
	/* noty close button */
	.noty_bar.noty_theme_default .noty_close {
		position: absolute;
		top: 10px;
		right: 10px;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNq0lU0OgjAQhRm5gUl3rLyBB3BDQjwI4TDcgmu4NqwNJGxdueqWA4zzCJoxtvxoeckLzbz2C5ShEDNHDiXis/gkPooPY/0uvomv4ov48bUSQGUSF+Ka51WPc0kzNGwvLnm9ynHtB5B+hGkoaWDB/6t4AZOFe7ZkTxMAc1dqreU0TbnrunetbVvOsmzIPMoBrFwJYGgCY8wAgjFGDZlHFYCNK9EAXPUYmUcNgL0v1dAFMKjfRSsVx/H0hC0eOfhLmWwbfTcYozbXNsEbO/int8nhEPz4CnbAUuhfwFOAAQAA48KKOuexjwAAAABJRU5ErkJggg==');
		width: 20px;
		height: 20px;
	}
	
	/* noty modal */
	.noty_modal.noty_theme_default {
		opacity: 0.7;
	}
	
/* LAYOUTS */

	/* noty_layout_top */
	.noty_bar.noty_theme_default.noty_layout_top {
		border-bottom: 3px solid #eee;
	}

	/* noty_layout_bottom */
	.noty_bar.noty_theme_default.noty_layout_bottom {
		border-top: 3px solid #eee;
	}

	.noty_bar.noty_theme_default.noty_layout_center .noty_close {
		top: 8px;
	}
	
	.noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
		margin-top: -2px
	}
	
	/* noty_layout_topLeft & noty_layout_topRight */
	.noty_bar.noty_theme_default.noty_layout_center,
	.noty_bar.noty_theme_default.noty_layout_topLeft,
	.noty_bar.noty_theme_default.noty_layout_topRight,
	.noty_bar.noty_theme_default.noty_layout_bottomLeft,
	.noty_bar.noty_theme_default.noty_layout_bottomRight {
		border: 1px solid #eee;
		border-radius: 5px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	}
	.noty_bar.noty_theme_default.noty_layout_center .noty_message,
	.noty_bar.noty_theme_default.noty_layout_topLeft .noty_message,
	.noty_bar.noty_theme_default.noty_layout_topRight .noty_message,
	.noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message,
	.noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
		font-size: 13px;
		font-weight: normal;
	}
	.noty_bar.noty_theme_default.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message .noty_buttons {
		float: none;
		border-top: 1px solid #ccc;
	  margin-left: 0;
	  margin-top: 10px;
	  padding-top: 10px;
	  text-align: right;
	}
	
	/* noty_layout_topCenter */
	.noty_bar.noty_theme_default.noty_layout_topCenter {
		border-radius: 4px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	}
	.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message {
		font-weight: normal;
		font-size: 13px;
	}
	.noty_bar.noty_theme_default.noty_layout_topCenter .noty_close {
		top: 50%;
		margin-top: -10px;
		border-radius: 10px;
	}
	.noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
		border: 1px solid #50C24E;
	}
	.noty_bar.noty_theme_default.noty_layout_topCenter .noty_message .noty_buttons {
		margin-left: 15px;
		margin-top: 0px
	}
	
/* NOTIFICATION TYPES */

	/* noty_notification */
	.noty_bar.noty_theme_default.noty_notification {
		background-color: #fff;
		border-color: #ccc;
    color: #555;
	}
	.noty_bar.noty_theme_default.noty_notification.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_notification.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_notification.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_notification.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #ccc;
  }
  
	/* noty_warning */
	.noty_bar.noty_theme_default.noty_warning {
		background-color: #FFEAA8;
		border-color: #FFC237;
    color: #826200;
	}
	.noty_bar.noty_theme_default.noty_warning.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_warning.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_warning.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_warning.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #FFC237;
  }
  
  /* noty_alert */
	.noty_bar.noty_theme_default.noty_alert {
		background-color: #fff;
		border-color: #ccc;
	}
	.noty_bar.noty_theme_default.noty_alert.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_alert.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_alert.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_alert.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #ccc;
  }
  
	/* noty_error */
	.noty_bar.noty_theme_default.noty_error {
		background-color: red;
		color: #fff;
		border-color: darkred;
	}
	.noty_bar.noty_theme_default.noty_error .noty_message {
		font-weight: bold;
	}
	.noty_bar.noty_theme_default.noty_error.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_error.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_error.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_error.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: darkred;
  }
  
	/* noty_success */
	.noty_bar.noty_theme_default.noty_success {
		background-color: lightgreen;
		color: darkgreen;
		border-color: #50C24E;
	}
	.noty_bar.noty_theme_default.noty_success.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_success.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_success.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_success.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #50C24E;
  }
  
	/* noty_information */
	.noty_bar.noty_theme_default.noty_information {
		background-color: #57B7E2;
		border-color: #0B90C4;
		color: #fff;
	}
	.noty_bar.noty_theme_default.noty_information.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_information.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_information.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_default.noty_information.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #0B90C4;
  }
  /*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	        filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?a4c733ec4baef9ad3896d4e34a8a5448);
}
.ui-widget-header .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?a4c733ec4baef9ad3896d4e34a8a5448);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_555555_256x240.png?971364734f3b603e5d363a2634898b42);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_ffffff_256x240.png?bf27228a7d3957983584fa7698121ea1);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777620_256x240.png?208a290102a4ada58a04de354a1354d7);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_cc0000_256x240.png?0de3b51742ed3ac61435875bccd8973b);
}
.ui-button .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777777_256x240.png?73a1fd052c9d84c0ee0bea3ee85892ed);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
body {
  margin: 0px;
  /*background: url(/local/site/layout/blue-bg.jpg) repeat-x #fff;*/
  font-size: 13px;
  font-family: "Helevetica Neue", Helvetica, Arial, sans-serif;
  /*font-family: "Comic Sans MS",Helvetica,Arial,sans-serif;*/
  font-weight: normal;
}

.preload-css * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
}

p {
  font-size: 13px;
  line-height: 1.4;
  text-align: justify;
}

a,
a:link,
a:active,
a:visited,
a:hover {
  cursor: pointer;
  color: #1016b0;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1016b0;
  text-transform: none;
  font-weight: normal;
  /*font-family: 'latobold', Arial, sans-serif;*/
}

h1,
h2 {
  font-weight: bold;
  text-align: center;
}

h3,
h4 {
  font-weight: bold;
  text-align: left;
}

h2 {
  font-weight: normal;
}

span.red {
  color: #f00;
  font-weight: bold;
}

#container,
.container {
  width: 964px !important;
  margin: 0 auto;
}

.leftmenuicon {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: -4px;
  width: 20px;
  height: 20px;
}

#header {
  width: 100%;
  height: 90px;
  background-color: #1316AD;
}

#footer {
  width: 914px;
  height: 46px;
  padding-top: 6px;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom: none;
  position: fixed;
  bottom: 0px;
  font-weight: bold;
  z-index: 4;
  color: #666;
  margin-left: 24px;
  border-radius: 3px 3px 0 0;
}

#footer select {
  display: none;
  border: none;
  height: 30px;
  font-size: 10px;
  width: 300px;
  padding: 0px;
  border-radius: 3px;
}

#footer button {
  margin-right: 5px;
  width: 73px;
  height: 30px;
  font-weight: bold;
  color: #666;
  font-size: 10px;
  padding: 0px;
  padding-bottom: 2px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}

#footer button:hover {
  background: #666;
  border: 1px solid #eee;
  color: #fff;
}

#footer button#page_top {
  background-color: none;
  float: right;
  padding: 0px;
  background: #fff url(/local/site/layout/bullet_arrow_top3.png) center no-repeat;
}

#footer button#print {
  background-color: none;
  padding: 0px;
  float: right;
  background: #fff url(/core/layout/icons/printer.png) center no-repeat;
}

#footer table tr td#footer_left {
  width: 508px;
  padding-left: 20px;
  font-size: 17px;
  padding-top: 6px;
}

#footer table tr td#footer_right {
  padding-left: 18px;
  width: 170px;
}

#footer table tr td#footer_login {
  text-align: right;
  width: 250px;
  /*width: 147px;*/
}

#kiosk_checkout_button {
  display: none;
}

#logga {
  float: left;
  width: 239px;
  height: 54px;
  margin-left: 24px;
  margin-top: 26px;
  transition: all 0.2s ease-in-out;
}

#logga:hover {
  margin-top: 22px;
}

#top_search {
  float: right;
  margin-left: 0px;
  margin-top: 43px;
  width: 170px;
  height: 50px;
  color: #fff;
  font-weight: bold;
}

#topsearch {
  border-collapse: collapse;
  height: 18px;
}

table#topsearch tr td#top_sok {
  background: url(/local/site/layout/top_searchinput.jpg) no-repeat center;
  width: 146px;
  height: 15px;
  padding: 0px;
  padding-top: 1px;
  vertical-align: middle;
}

#top_search td.img {
  padding-right: 6px;
  display: none;
}

#top_search input {
  background: #fff;
  height: 24px;
  width: 110px;
  margin: 0px;
  padding: 0px 2px 0 10px;
  padding-top: 1px;
  border: none;
  font-size: 10px;
  border-radius: 3px 0 0 3px;
}

#top_search input:focus {
  outline: none;
}

#top_search button {
  width: 24px;
  height: 25px;
  background: none;
  background: url(/local/site/layout/button_search_bg.png) no-repeat center center #fff;
  color: #fff;
  border: none;
  padding: 0px;
  float: right;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

#content {
  width: 916px;
  padding: 25px 24px 45px 24px;
}

#left_shoppen {
  width: 239px;
  float: left;
}

#moms {
  text-align: center;
  height: 19px;
  padding-bottom: 14px;
  padding-top: 4px;
  font-size: 11px;
  font-weight: bold;
}

#moms input {
  width: 16px;
  position: relative;
  bottom: -2px;
}

input.radio {
  border: none;
}

#gdpr {
  width: auto !important;
}

#left_top_menu {
  display: none;
}

#left_menu {
  float: left;
  width: 239px;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 3px;
}

#left_menu ul {
  list-style-type: none;
  padding: 0px;
  width: 239px;
  margin: 0 auto;
  margin-top: 0px;
}

#left_menu ul li a:hover {
  text-decoration: none;
}

#left_menu ul li ul li a {
  padding-left: 10px !important;
  margin-left: 30px;
  display: list-item;
  list-style: disc;
  border-bottom: 0;
  line-height: 1.3;
}

#left_menu > ul > li > ul > li {
  border-bottom: 1px solid #eee;
}

#left_menu ul li ul li ul li a {
  padding-left: 40px;
}

#left_menu ul li ul li ul li ul li a {
  padding-left: 50px;
}

#left_menu ul li ul li ul li ul li ul li a {
  padding-left: 60px;
}

#left_menu ul.closed li {
  display: none;
}

#left_menu ul li.active a,
#left_menu ul li.subactive2 a {
  background: transparent;
  color: #666;
  font-weight: normal;
}

#left_menu ul li.active {
  background: #1016b0;
  color: #fff;
  font-weight: bold;
}

#left_menu ul li.active > a {
  color: #fff;
}

#left_menu ul li.active li {
  background: transparent;
}

#left_menu ul li.active ul {
  background: #f8f8f8;
}

#left_menu ul li a:hover {
  color: #fff;
  background: #1016b0;
}

#left_menu ul li {
  transition: all 0.2s ease-in-out;
}

#left_menu ul li ul li ul {
  background: #f8f8f8;
}

#left_menu > ul > li > ul > li:hover {
  background: #1016b0;
}

#left_menu > ul > li > ul > li:hover > a {
  color: #fff;
}

#left_menu > ul > li > ul > li:hover ul li {
  background: #fff;
}

#left_menu > ul > li > ul > li:hover ul li a {
  color: #666;
}

#left_menu > ul > li > ul > li > ul > li:hover {
  background: #1016b0;
}

#left_menu > ul > li > ul > li > ul > li a:hover {
  background: transparent;
  color: #fff;
}

#left_menu > ul > li > ul > li > a:hover {
  background: transparent;
  color: #fff;
}

#left_menu > ul > li > ul > li > ul > li a {
  margin-left: 50px;
}

#left_menu ul ul ul ul li:hover {
  background: #1016b0 !important;
}

#left_menu ul li a.nopadding {
  padding-left: 0px;
}

#left_menu ul li.fynd {
  margin-top: 10px;
}

#left_menu ul li a {
  display: block;
  padding: 10px 0 5px 20px !important;
  height: 20px;
  color: #666;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2px;
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #666;
  margin: 0;
  text-transform: none;
  transition: all 0.2s ease-in-out;
}

#left_menu ul li ul li a {
  font-weight: normal;
}

#maincontent1 {
  margin-left: 267px;
  width: 649px;
}

#main {
  background: #fff;
  border: none;
  border-radius: 3px;
  padding: 22px 0 22px 22px;
  overflow: hidden;
}

/* shoppen */

table#shoppen_top {
  width: 646px;
  border-collapse: collapse;
  margin-bottom: 14px;
}

td#shoppen_prod_name {
  width: 140px;
  padding-left: 25px;
  vertical-align: middle;
}

td#shoppen_prod_name h2 {
  padding: 0px;
  color: #070063;
  font-size: 23px;
  font-weight: normal;
}

table#shoppen_top td#top_filter_left {
  border: 1px solid #d4e1f3;
  border-right: none;
  background: url(/local/site/layout/top_filter_bg.jpg) repeat-x;
  height: 48px;
  padding: 0 15px;
}

table#shoppen_top td#top_filter_right {
  border: 1px solid #d4e1f3;
  border-left: none;
  background: url(/local/site/layout/top_filter_bg.jpg) repeat-x;
  height: 48px;
}

table#shoppen_top td#top_filter_right p {
  padding-bottom: 2px;
}

table#shoppen_top td#top_filter_right p a {
  font-weight: bold;
}

/* end shoppen */

/* Shoppen produkt-serier */

table.prod_series {
  width: 646px;
  border-collapse: collapse;
  border: 1px solid #717171;
}

table.prod_series tr.prod_header {
  border-bottom: 1px solid #717171;
}

table.prod_series tr.prod_header td {
  height: 25px;
  background: url(/local/site/layout/prod_header_bg.jpg) repeat-x;
  font-weight: bold;
}

table.prod_series tr.odd td {
  background: url(/local/site/layout/prod_series_td_odd.jpg);
  height: 22px;
  vertical-align: middle;
}

table.prod_series tr.even td {
  background: url(/local/site/layout/prod_series_td_even.jpg);
  height: 22px;
  vertical-align: middle;
}

table.prod_series tr td {
  padding-top: 2px;
  padding-bottom: 2px;
}

table.prod_series input.antal {
  width: 25px;
  height: 25px;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  padding: 1px 1px 0px 1px;
  border: 1px solid #000;
  text-align: center;
}

table.prod_series button.add_to_cart {
  border: none;
  background: none;
  font-size: 10px;
  cursor: pointer;
}

table.prod_series tr td.farg {
  padding-left: 15px;
  width: 50px;
}

table.prod_series tr td.modell {
  width: 93px;
  padding-left: 15px;
}

table.prod_series tr td.pris {
  width: 60px;
  padding-left: 15px;
}

table.prod_series tr td.kop {
  width: 56px;
  padding-left: 5px;
}

table.prod_series tr td.kop button {
  background-color: #E4E4E4;
  border: 1px solid #777777;
  color: #363636;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 6px;
}

table.prod_series tr td.tillv_skivspelare {
  width: 168px;
  padding-left: 15px;
}

table.prod_series tr td.tillv_nal {
  width: 130px;
  padding-left: 15px;
}

/* end shoppen produkt-serier */

/* LISTA */

table.lista {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  border-collapse: collapse;
  background: #fdfdfd;
  border: 1px solid #f8f8f8;
  border-radius: 3px;
  font-size: 12px;
}

table.lista tr.odd td,
table.lista tr.even td {
  padding: 0px 0px;
}

table.lista tr th {
  height: 46px;
  padding: 0px;
  text-align: left;
  vertical-align: middle;
}

table.lista tr.odd td {
  background-color: #fdfdfd;
  height: 46px;
  vertical-align: middle;
}

table.lista tr.even td {
  background-color: #f4f4f4;
  height: 46px;
  vertical-align: middle;
}

table.lista tr td.img {
  width: 140px;
}

table.lista tr td.img img {
  border: none;
  margin: 1px 1px;
}

table.lista tr td.fabrikat {
  padding-right: 10px;
}

table.lista tr td.farg {
  width: 45px;
}

table.lista tr td.heter_aven {
  width: 35px;
  text-align: center;
}

table.lista tr th.heter_aven {
  width: 55px;
  text-align: center;
}

table.lista tr td.farg div {
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  float: left;
  top: 3px;
  margin-right: 2px;
  position: relative;
}

table.lista tr td.orginal {
  width: 45px;
  padding-right: 10px;
}

table.lista tr td.pris {
  color: #ac0000;
  font-weight: bold;
  width: 80px;
}

table.lista tr td.pris2 {
  color: #ac0000;
  font-weight: bold;
  width: 60px;
  text-align: center;
}

table.lista tr td.info,
table.lista tr th.info {
  text-align: center;
  width: 45px;
}

table.lista tr td.stock,
table.lista tr th.stock {
  text-align: center;
  width: 70px;
}

table.lista tr td.varukorg,
table.lista tr th.varukorg {
  text-align: center;
  width: 80px;
}

table.lista tr td.info a {
  cursor: pointer;
}

table.lista tr td.varukorg button {
  width: 35px;
  height: 27px;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

table.lista tr td.varukorg button img {
  margin-bottom: -6px;
}

table.lista tr td.varukorg input {
  margin: 2px 2px 7px 2px;
  text-align: center;
}

button.prod_list_kop:focus {
  outline: none;
}

#skivspelare-search #prod_list_sort_div .header {
  background: none;
  color: #333;
  padding-top: 16px;
  padding-bottom: 6px;
  height: auto;
  overflow: hidden;
}

#pickup-search #prod_list_sort_div .header {
  background: none;
  color: #333;
  padding-top: 16px;
  padding-bottom: 6px;
  height: auto;
  overflow: hidden;
}

#jukebox-search #prod_list_sort_div .header {
  background: none;
  color: #333;
  padding-top: 16px;
  height: auto;
  overflow: hidden;
  padding-bottom: 6px;
}

#prod_list_sort_div .header {
  width: 616px;
  height: 25px;
  padding-top: 6px;
  padding-left: 10px;
  background: #1016b0;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  text-transform: none;
  border-radius: 3px 3px 0 0;
  color: #fff;
  text-transform: uppercase;
}

.prod_list_sort_div .header {
  width: auto;
  height: 25px;
  padding-top: 6px;
  padding-left: 10px;
  background: #1016b0;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  color: #fff;
}

#prod_list_sort_div,
.prod_list_sort_div {
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 15px;
  color: #333;
  font-size: 13px;
}

#prod_list_sort_div select {
  height: 28px;
  background: #fff;
  border-radius: 3px;
  line-height: 28px !important;
  padding: 5px;
}

#prod_list_sort_form {
  padding: 5px;
}

.prod_list_sort_form {
  padding: 5px;
}

#prod_list_sort b {
  font-weight: normal;
}

#prod_list_sort {
  border-bottom: 1px solid #eee;
  border-radius: 3px 3px 0 0;
  padding-top: 6px;
  padding-left: 10px;
  margin-bottom: 20px;
  background: #1016b0;
  font-size: 13px;
  font-weight: normal;
  height: 25px;
  text-transform: uppercase;
  color: #fff;
}

#prod_list_sort select {
  width: 174px;
  height: 24px;
  font-size: 10px;
  margin: 0px;
  margin-left: 5px;
  padding: 0px 0px 0px 1px;
  border: none;
  background: #fff;
  border-radius: 3px;
  top: -2px;
  position: relative;
}

#filter_form_label,
#filter_form_artist,
#filter_form_orkester,
#filter_form_dirigent,
#filter_form_dielektrium,
#filter_form_material,
#filter_form_skivtyp,
#filter_form_typ,
#filter_form_skivtyp,
#filter_form_fabrikat,
#filter_form_faste,
#filter_form_type,
#filter_form_kompositor {
  width: 192px;
}

#pickup-search div.header,
#pickup-search div.header p,
#skivspelare-search div.header,
#skivspelare-search div.header p {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

#pmlistsearch,
#skivspelare table {
  overflow: hidden;
}

#pmlistsearch td,
#skivspelare-search td {
  text-align: center;
}

#pmlistsearch td.text,
#skivspelare-search td.text {
  padding-top: 12px;
}

#pmlistsearch .sokning div,
#skivspelare-search .sokning div {
  margin: 0 auto;
  position: relative;
  display: block;
}

#pmlistsearch button#filter,
#skivspelare-search button#filter {
  float: none;
  margin-top: 12px;
}

table.listsearch {
  width: auto;
  border-collapse: collapse;
  margin-left: 0px;
  display: block;
  padding: 5px;
}

table.listsearch tr td {
  padding-bottom: 4px;
  width: 25%;
}

table.listsearch tr td.text {
  text-align: right;
  font-weight: bold;
}

table.listsearch tr td input {
  width: 150px;
  height: 14px;
  font-size: 10px;
  margin: 0px;
  margin-left: 5px;
  padding: 0px 1px 0px 1px;
  border: 1px solid #a5acb2;
}

button#filter {
  background-color: #f8f8f8;
  border: 1px solid #1016b0;
  border-radius: 3px;
  color: #1016b0;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  padding: 6px 12px;
}

button#filter:hover {
  background-color: #1016b0;
  border: 1px solid #f8f8f8;
  color: #fff;
}

table.listsearch tr td select {
  width: 192px;
  height: 24px;
  font-size: 12px;
  margin: 0px;
  margin-left: 5px;
  padding: 0px 0px 0px 1px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
}

/* END LISTA */

/* Produktbilder */

h2.prodimg {
  font-weight: normal;
  font-size: 23px;
}

div.prodimg_content {
  width: 181px;
  height: 245px;
  padding: 0px;
  border: 1px solid #7aa4dd;
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
  cursor: pointer;
  border-radius: 3px;
}

div.prodimg_content_last {
  margin-right: 0px;
}

div.prodimg {
  width: 181px;
  height: 181px;
  margin-bottom: 2px;
}

div.prodimg p {
  padding: 0px;
  margin: 0px;
}

div.prodimg_name {
  width: 161px;
  height: 43px;
  padding: 10px;
  background: #7aa4dd;
  color: #fff;
  border-radius: 0px 0px 3px 3px;
}

div.prodimg_name h4 {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
}

div.prodimg_name p {
  color: #010101;
  font-size: 11px;
  text-align: center;
}

/* End produktbillder */

/* menu */

#menu {
  width: 470px;
  height: 25px;
  margin-top: 31px;
  margin-left: 35px;
  float: left;
}

#menu-root {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#menu-root li {
  float: left;
  width: 94px;
}

#menu-root li a {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 12px;
  transition: all 0.2s ease-in-out;
}

#menu-root li a.img {
  padding-right: 0px;
}

#menu-root li:hover a {
  text-decoration: none;
  margin-top: -3px;
}

#menu-root li:hover {
  padding-bottom: 6px;
}

#menu-root li.active a {
  text-decoration: none;
}

#menu-root li.subactive a {
  text-decoration: none;
}

#menu-root li ul {
  margin: 9px 0 0 0px;
  padding: 0;
  list-style-type: none;
  position: absolute;
}

#menu-root li ul li {
  margin: 0px;
  padding: 0px;
  float: none;
}

#menu-root li ul.dropdown li {
  margin-top: 2px;
  background-color: #00349a;
  padding: 5px;
  width: 150px;
}

#menu-root li ul.dropdown li a {
  padding-left: 15px;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

#menu-root li ul.dropdown li:hover {
  background: #00349a;
}

#menu-root li ul.dropdown li.active {
  background: #00349a;
}

#menu-root li ul.dropdown li:hover a {
  text-decoration: underline;
}

#menu-root li ul.dropdown li ul.flyout {
  margin-left: 2px;
}

#menu-root li ul.dropdown li ul.menu_level2 li {
  background: #00349a;
  width: 190px;
}

#menu-root li ul.dropdown li ul.menu_level2 li:hover {
  background: #00349a;
}

#menu-root li ul.dropdown li ul.menu_level2 li.active {
  background: #00349a;
}

#menu-root li ul.dropdown li:hover ul.flyout li a {
  text-decoration: underline;
}

#menu-root li ul.dropdown li:hover ul.flyout li:hover a {
  text-decoration: underline;
}

/* EN MENU */

/* ORDER */

table.order_kart {
  width: 600px;
  border-collapse: collapse;
  border: 1px solid #eee;
  background: #f8f8f8;
}

table.order_kart tr.order_kart_header td {
  height: 25px;
  background: #7aa4dd;
  font-weight: bold;
  color: #fff;
}

table.order_kart tr.odd td,
table.order_kart tr.even td {
  padding: 2px 0px;
}

table.order_kart tr.odd td {
  background-color: #fdfdfd;
  height: 19px;
  vertical-align: middle;
  padding-right: 10px;
}

table.order_kart tr.even td {
  background-color: #f4f4f4;
  height: 19px;
  vertical-align: middle;
  padding-right: 10px;
}

table.order_kart input.antal {
  width: 16px;
  height: 14px;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  padding: 1px 1px 0px 1px;
  border: 1px solid #000;
  text-align: center;
}

table.order_kart button.remove,
table.order_kart button.order_visa {
  border: none;
  background: none;
  font-size: 10px;
  cursor: pointer;
  color: #0c0290;
  padding: 0px;
  font-weight: bold;
}

table.order_kart tr td.prod_name {
  width: 284px;
  padding-left: 15px;
}

table.order_kart tr td.antal {
  width: 70px;
}

table.order_kart tr td.apris {
  width: 70px;
}

table.order_kart tr td.pris {
  width: 65px;
}

table.order_kart tr td.remove {
  width: 90px;
}

table.order_kart tr td.rabatt {
  width: 80px;
}

table.order_kart tr td.summa {
  padding-left: 15px;
  font-weight: bold;
}

table.order_kart tr td.totsumma {
  font-weight: bold;
}

/* END ORDER */

/* KASSA */

div.annan_leverans {
  margin-bottom: 10px;
}

div.annan_leverans label {
  width: 150px;
}

table.rabatt {
  width: 869px;
  border-collapse: collapse;
  border: none;
  background: #f8f8f8;
  margin-top: 25px;
  border-radius: 3px;
  border: 1px solid #eee;
}

table.rabatt button.lagg_till {
  background-color: #7aa4dd;
  border: 1px solid #f8f8f8;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  margin-left: 5px;
  padding: 6px 10px;
}

table.rabatt tr td label {
  text-align: left;
  padding-left: 15px;
  width: 85px;
}

table.rabatt tr.rabatt_header td {
  height: 21px;
  padding-top: 3px;
  padding-left: 10px;
  background: #7aa4dd;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  border: 1px solid #7aa4dd;
}

table.rabatt tr.odd td,
table.rabatt tr.even td {
  padding: 2px 0px;
}

table.rabatt tr.odd td {
  background-color: #ebf3fe;
  height: 19px;
  vertical-align: middle;
}

table.rabatt tr.even td {
  background-color: #f8fbff;
  height: 19px;
  vertical-align: middle;
}

div.annan_leverans input.checkbox {
  width: 16px;
  height: 15px;
  margin-bottom: 0px;
}

table.puppg tr td button.login {
  background-color: #7aa4dd;
  border: 1px solid #f8f8f8;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  margin-left: 5px;
  padding: 6px 10px;
}

div#fortsatt_handla {
  float: right;
  position: relative;
  top: -5px;
  margin-bottom: 10px;
}

div#fortsatt_handla button {
  background: url(/local/site/layout/fortsatt_handla.jpg) no-repeat;
  width: 199px;
  height: 34px;
  padding-left: 36px;
  border: none;
  cursor: pointer;
  margin-right: 22px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px #4199e0;
  font-weight: bold;
  font-size: 14px;
}

h1#kassah1 {
  width: 68px;
}

table.kassa_kart {
  width: 869px;
  border-collapse: collapse;
  border: none;
  background: #f8f8f8;
  border: 1px solid #eee;
}

table.kassa_kart tr.kassa_kart_header td {
  height: 21px;
  padding-top: 3px;
  padding-left: 10px;
  background: #7aa4dd;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  border-radius: 0;
  border: 1px solid #7aa4dd;
}

table.kassa_kart tr.odd td,
table.kassa_kart tr.even td {
  padding: 2px 0px;
}

table.kassa_kart tr.odd td {
  background-color: #fdfdfd;
  height: 19px;
  vertical-align: middle;
}

table.kassa_kart tr.even td {
  background-color: #f4f4f4;
  height: 19px;
  vertical-align: middle;
}

table.kassa_kart input.antal {
  width: 16px;
  height: 14px;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  padding: 1px 1px 0px 1px;
  border: 1px solid #000;
  text-align: center;
}

table.kassa_kart button.remove,
table.kassa_kart button.order_visa {
  border: none;
  background: none;
  font-size: 10px;
  cursor: pointer;
  color: #0c0290;
  padding: 0px;
  font-weight: bold;
}

table.kassa_kart tr td.prod_name {
  padding-left: 15px;
}

table.kassa_kart tr td.antal {
  width: 70px;
}

table.kassa_kart tr td.apris {
  width: 70px;
}

table.kassa_kart tr td.pris {
  width: 65px;
}

table.kassa_kart tr td.remove {
  width: 40px;
}

table.kassa_kart tr td.rabatt {
  width: 80px;
}

table.kassa_kart tr td.summa {
  padding-left: 15px;
  font-weight: bold;
}

table.kassa_kart tr td.totsumma {
  font-weight: bold;
}

table.puppg {
  width: 869px;
  margin-bottom: 25px;
  margin-top: 25px;
  border-collapse: collapse;
  background: #f8f8f8;
  border: 1px solid #eee;
}

table.puppg tr.puppg_header {
  border-bottom: none;
}

table.puppg tr.puppg_header td {
  height: 21px;
  padding-top: 3px;
  padding-left: 10px;
  background: #7aa4dd;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  border: 1px solid #7aa4dd;
}

table.puppg tr td.anvnamn {
  width: 90px;
  padding-left: 15px;
}

table.puppg tr td.kund,
table.puppg tr td.nykund {
  padding-top: 14px;
  padding-left: 150px;
}

table.puppg tr td.border {
  height: 28px;
  vertical-align: middle;
  text-align: center;
}

table.puppg tr td.input_login,
table.puppg tr td.anvnamn,
table.puppg tr td.losen,
table.puppg tr td.login_button {
  padding-bottom: 14px;
  text-align: center;
}

table.puppg tr td.input_login {
  width: 150px;
}

table.puppg tr td.losen {
  width: 55px;
}

table.puppg tr td.input_login input.input_login {
  width: 129px;
  height: 17px;
  border: none;
  font-size: 11px;
  background: url(/local/site/layout/kassa_login_input_bg.jpg) no-repeat;
}

table.puppg tr td.login_button button.login {
  border: 1px solid #777779;
  background-color: #e4e4e4;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
  cursor: pointer;
}

#fcm_shop_order_field2 {
  width: 99% !important;
}

table tr#webshop_login td.anvnamn input {
  margin-right: 10px;
}

table.betalsatt {
  width: 869px;
  margin-bottom: 25px;
  border-collapse: collapse;
  border: none;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #eee;
}

table.betalsatt tr.betalsatt_header td {
  height: 21px;
  padding-top: 3px;
  padding-left: 10px;
  background: #7aa4dd;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  border: 1px solid #7aa4dd;
}

table.betalsatt tr td.border_top {
  padding-top: 20px;
}

table.betalsatt tr td.border_bottom {
  padding-bottom: 20px;
}

table.betalsatt tr td.borderl {
  width: 449px;
}

table.betalsatt tr td.borderr {
  width: 449px;
}

table.betalsatt tr td.input_radio {
  padding: 0 15px 0 15px;
  width: 1px;
}

table.betalsatt tr td.radior {
  padding-left: 0px;
  width: 30px;
}

table.betalsatt tr td.icon {
  padding: 0;
  width: 86px;
  cursor: pointer;
  text-align: center;
}

table.betalsatt tr td.iconr {
  width: 86px;
}

table.betalsatt tr td.infotext {
  padding-left: 15px;
  cursor: pointer;
  width: 318px;
}

table.betalsatt tr td.input_radio input {
  width: 16px;
  padding: 0;
  margin: 0;
}

div#villkor {
  height: 50px;
  text-align: left;
  width: 868px;
  padding-left: 15px;
}

div#villkor a {
  color: #0c0290;
  font-weight: bold;
}

div#villkor button#bestall,
button#shop_register_form_submit,
table tr td.anvnamn button {
  border: 1px solid #f8f8f8;
  background-color: #7aa4dd;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding: 6px 10px;
  margin-left: 5px;
  cursor: pointer;
}

div#villkor button#bestall {
  border: 1px solid #fff;
  background-color: #7aa4dd;
  font-weight: bold;
  font-size: 13px;
  padding: 7px 12px;
  margin-left: 5px;
  cursor: pointer;
  float: right;
  color: #fff;
  border-radius: 3px;
}

div#villkor input#villkor_box {
  width: 16px;
}

div#villkor input#gdpr {
  width: 16px;
}

/* END KASSA */

/* VARUKORG */

button.varukorg_kassa {
  background-color: #7aa4dd;
  border: 1px solid #7aa4dd;
  color: #f8f8f8;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  margin-right: 5px;
  margin-top: 10px;
  padding: 6px 12px 20px 12px;
  border-radius: 3px;
}

table.varukorg_kart {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  background: #fdfdfd;
  border-radius: 3px;
}

table.varukorg_kart tr.varukorg_kart_header {
  border-bottom: 1px solid #eee;
}

table.varukorg_kart tr.varukorg_kart_header td {
  height: 25px;
  background: #fdfdfd;
  font-weight: bold;
}

table.varukorg_kart tr.odd td,
table.varukorg_kart tr.even td {
  padding: 5px;
}

table.varukorg_kart tr.odd td {
  background-color: #fdfdfd;
  height: 24px;
  vertical-align: middle;
}

table.varukorg_kart tr.even td {
  background-color: #f8f8f8;
  height: 24px;
  vertical-align: middle;
}

table.varukorg_kart input.antal {
  width: 25px;
  padding: 5px 10px;
  margin: 0px;
  border: 1px solid #0c0290;
  color: #0c0290;
  text-align: center;
}

table.varukorg_kart tr td.prod_number {
  width: 100px;
  padding-left: 15px;
}

table.varukorg_kart tr td.prod_name {
  width: 184px;
  padding-left: 15px;
}

table.varukorg_kart tr td.antal {
  width: 70px;
}

table.varukorg_kart tr td.apris {
  width: 70px;
  text-align: right;
}

table.varukorg_kart tr td.pris {
  width: 105px;
  text-align: right;
}

table.varukorg_kart tr td.remove {
  width: 90px;
  text-align: right;
}

table.varukorg_kart tr td.rabatt {
  width: 80px;
  text-align: right;
}

table.varukorg_kart tr td.summa {
  padding-left: 15px;
  font-weight: bold;
  text-align: right;
}

table.varukorg_kart tr td.totsumma {
  font-weight: bold;
  text-align: right;
}

/* END VARUKORG */

.btn {
  border: 1px solid #7AA3DD;
  color: #fff;
  background-color: #7AA3DD;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  font-size: 13px;
  margin: 10px 0;
}

.btn.danger {
  border: 1px solid #D13434;
  background-color: #D13434;
  font-weight: bold;
  padding: 5px 10px;
}

.btn.success {
  border: 1px solid #69CA78;
  background-color: #69CA78;
  font-weight: bold;
  padding: 5px 10px;
}

.btn.outline {
  border: 1px solid #7AA3DD;
  color: #7AA3DD;
  background-color: #fff;
}

.btn.danger.outline {
  border: 1px solid #D13434;
  color: #D13434;
}

.btn.success.outline {
  border: 1px solid #69CA78;
  color: #69CA78;
}

.btn-large {
  font-size: 24px !important;
  font-weight: normal !important;
  padding: 10px 15px !important;
}

.btn.inline {
  margin: 0;
}

.btn-small {
  font-weight: normal !important;
  padding: 2px 4px !important;
}

.btn-full {
  width: 100%;
}

.btn:disabled {
  color: #eee;
}

.btn:hover {
  -webkit-filter: brightness(95%);
          filter: brightness(95%);
}

.pull-right {
  float: right;
}

.bg-warning-light {
  background-color: #fff9e3;
}

.bg-warning-light td {
  background-color: #fff9e3 !important;
}

.bg-warning-light td {
  border-top: 1px solid #FED118;
  border-bottom: 1px solid #FED118;
}

.fcm_shop_cart_container.loading {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

/* PRODUKTOVERSIKT */

table#produktoversikt {
  width: 100%;
}

table#produktoversikt tr td {
  vertical-align: top;
}

table#produktoversikt tr td.img {
  width: 190px;
  padding-left: 10px;
}

table#produktoversikt tr td img {
  margin-bottom: 10px;
}

div#prod_list_header {
  width: 616px;
  height: 21px;
  padding-top: 6px;
  padding-left: 10px;
  background: #7aa4dd;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
}

div#listtype {
  float: right;
  width: 50px;
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 300;
  padding-top: 1px;
  color: #7aa4dd;
}

div#listtype span a {
  color: #fff;
}

div#listtype span.vy_active {
  text-decoration: underline;
}

div.prod_list_header {
  width: 616px;
  height: 21px;
  padding-top: 6px;
  padding-left: 10px;
  background: #7aa4dd;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
}

div#prod_list_content {
  width: 100%;
  margin-top: 20px;
}

div.prod_info_content {
  float: left;
  border: 1px solid #7aa4dd;
  background: #fff;
  width: 198px;
  height: 272px;
  margin-right: 13px;
  margin-bottom: 25px;
  border-radius: 3px;
  padding-top: 12px;
}

div.prod_info_content_right {
  margin-right: 0px;
  margin-left: 1px;
}

div.prod_info_content div.prod_img {
  padding: 0px;
  height: 130px;
  text-align: center;
  background: #fff;
  border-bottom: none;
}

div.prod_info_content div.prod_info {
  text-align: center;
  font-size: 11px;
  margin-top: 4px;
}

div.prod_info_content div.prod_info_header {
  font-weight: bold;
  height: 30px;
  padding: 6px 6px 0 6px;
}

div.prod_info_description {
  height: 35px;
  overflow-y: auto;
  padding: 0px;
}

div.prod_info_content div.prod_info span.pris {
  color: #ac0000;
  font-weight: bold;
}

div.prod_info_content div.buttons {
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  margin-top: 7px;
  padding-top: 5px;
  padding-bottom: 6px;
  height: 23px;
  background: #7aa4dd;
  color: #fff;
  border-radius: 0px 0px 3px 3px;
}

div.prod_info_content div.buttons button {
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  padding: 3px 0 4px 0 !important;
  margin: 1px 5px 0 0 !important;
  width: 46px;
  height: 21px !important;
  display: block;
  cursor: pointer;
  background-color: #00b600;
  border: 1px solid #fff;
  border-radius: 3px;
  float: right;
  transition: all 0.2s ease-in-out;
}

.prod_list_info a {
  font-weight: bold;
  color: #7aa4dd;
  font-size: 10px;
  padding: 3px 0px 4px 0px !important;
  margin: 1px 5px 0 0 !important;
  width: 46px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  float: right;
  transition: all 0.2s ease-in-out;
}

div.prod_info_content div.buttons button:hover,
.prod_list_info a:hover {
  background: #fff;
  color: #333;
  border: 1px solid #333;
  text-decoration: none;
}

div.prod_info_content div.buttons input.antal {
  border: 1px solid #cdcdcd;
  font-size: 11px;
  width: 20px;
}

#listtype img {
  margin-top: 1px;
}

/*
    div.prod_info_content div.buttons button.prod_list_kop {
	border: 1px solid #777;
	background-color: #e4e4e4;
	font-weight: bold;
	font-size: 11px;
	color: #363636;
	cursor: pointer;
	height: 19px;
	padding: 0px 6px;
	margin: 0px;
	padding-bottom: 2px;
}
*/

div.prod_info_content div.buttons button.prod_list_kop.disabled {
  color: #6D6D6D;
  background: #ccc;
  border: 1px solid #6d6d6d;
}

/*
div.prod_info_content div.buttons div.prod_list_info {
	border: 1px solid #777;
	width: 50px;
	float: right;
	height: 17px;
	background-color: #e4e4e4;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-right: 10px;
	padding: 0px 5px;
}

div.prod_info_content div.buttons div.prod_list_info a {
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #363636;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;

}

div.prod_info_content div.buttons div.prod_list_info a:hover {
	text-decoration: none;
}
*/

/* END PRODUKTOVERSIKT */

/* FLOATER */

div#modal_wrapper {
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.8 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}

div#modal_window {
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  border-radius: 3px;
  z-index: 6;
}

div#modal_wrapper2 {
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}

div#modal_window2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  border: 1px solid #3a5a81;
  z-index: 8;
}

div#floater_container {
  width: 699px;
  height: 515px;
  padding: 1px;
  background-color: #fff;
  border-radius: 3px;
}

div#floater_content_login button {
  background-color: #7aa4dd;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  float: right;
  height: 24px;
  margin-right: 15px;
  margin-top: 4px;
  margin-bottom: -5px;
  padding: 0 0 2px;
  width: 73px;
  border: none;
}

div#floater_content_login button#glomt_losen {
  width: 100px;
  margin-top: 20px;
}

div#floater_content_login button#ny_kund {
  margin-top: 20px;
}

div#floater_border {
  width: 697px;
  height: 513px;
  border: none;
}

div#floater_top {
  width: 697px;
  height: 25px;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
}

div#floater_topleft {
  font-weight: bold;
  padding-left: 15px;
  padding-top: 5px;
}

div#floater_top button,
div#floater_top_login button,
div#floater_top_varukorg button {
  width: 64px;
  height: 18px;
  background: url(/local/site/layout/close-circle.png) top right no-repeat;
  border: none;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: 14px;
  font-weight: bold;
  text-align: left;
}

div#floater_content {
  height: 400px;
  width: 647px;
  padding: 35px 25px 15px 25px;
  overflow-x: hidden;
  overflow-y: scroll;
}

div#floater_container_login {
  width: 300px;
  height: 175px;
  padding: 1px;
  background-color: #fff;
}

div#floater_top_login {
  width: 298px;
  height: 25px;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
}

div#floater_topleft_login {
  font-weight: bold;
  padding-left: 15px;
  padding-top: 5px;
}

div#floater_border_login {
  width: 298px;
  height: 173px;
}

div#floater_content_login {
  width: 278px;
  height: 98px;
  padding: 25px 10px 15px 10px;
}

div#floater_content_login input {
  border: 1px solid #CDCDCD;
  font-size: 11px;
  width: 150px;
}

div#floater_content_login input[type=submit] {
  background-color: #7aa4dd;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  float: right;
  height: 24px;
  margin-right: 15px;
  margin-top: 4px;
  margin-bottom: -5px;
  padding: 0 0 2px;
  width: 73px;
  border: none;
}

div#floater_container_varukorg {
  width: 666px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
}

div#floater_top_varukorg {
  width: 666px;
  height: 25px;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
}

div#floater_topleft_varukorg {
  font-weight: bold;
  padding-left: 15px;
  padding-top: 5px;
}

div#floater_border_varukorg {
  width: 666px;
  border: none;
}

div#floater_content_varukorg {
  width: 656px;
  padding: 10px 0px 10px 10px;
}

div#floater_left {
  float: left;
  width: 215px;
}

div#floater_left select {
  width: 215px;
}

div#floater_right {
  margin-left: 245px;
}

div#floater_bottom {
  clear: both;
  width: 677px;
  padding-top: 8px;
  height: 29px;
  background: #f8f8f8;
  border-top: 1px solid #eee;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}

div#floater_bottom p {
  text-align: right;
}

div#floater_bottom select.relation_select {
  float: left;
  width: 187px;
  height: 28px;
  margin: -2px 0 0 5px;
  padding: 0px 0 0px 5px;
  background-color: #7aa4dd;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 3px;
}

div#floater_bottom input.antal {
  width: 20px;
  border: 1px solid #7c7c7c;
  font-size: 11px;
}

div#floater_bottom button.lagg_till {
  border: 1px solid #00b600;
  background-color: #00b600;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  margin-left: 5px;
  cursor: pointer;
  padding: 3px 6px;
}

div#floater_bottom button#print_floater {
  box-shadow: 0px 0px 1px #333;
  border: none;
  border-radius: 3px;
  background: #fff url(/core/layout/icons/printer.png) no-repeat center;
  cursor: pointer;
  float: left;
  padding: 8px 8px;
  margin-left: 20px;
  margin-top: -1px;
}

div#floater_left div#floater_img {
  margin: 0 auto;
}

div#floater_left div#bildspel {
  text-align: center;
  margin-top: 10px;
}

#bildspel {
  overflow-x: hidden !important;
  height: auto !important;
}

#bildspel img {
  float: left;
  margin: 0 2px 2px 0;
}

div#floater_left table {
  border-collapse: collapse;
  font-size: 11px;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #eee;
  border-radius: 3px;
}

div#floater_left table tr.odd {
  background-color: #fdfdfd;
  margin: 1px 0px;
}

div#floater_left table tr.even {
  background-color: #f4f4f4;
}

div#floater_left table tr td {
  padding: 5px 0px 5px 5px;
}

div#floater_left table tr td.egenskap_left {
  width: 130px;
}

/* END FLOATER */

/* ORDRAR */

.order_left {
  float: left;
  width: 311px;
  padding: 2px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #f8f8f8;
  margin-bottom: 15px;
}

.order_right {
  float: left;
  width: 311px;
  padding: 2px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #f8f8f8;
}

.order_text {
  padding: 5px;
  width: 305px;
}

.order_header {
  background: #7aa4dd;
  font-weight: bold;
  height: 15px;
  padding: 5px;
  width: 307px;
  margin-left: -3px;
  margin-top: -3px;
  color: #fff;
}

input,
select {
  border: 1px solid #CDCDCD;
  font-size: 12px;
  margin: 2px;
  padding: 2px;
  width: 150px;
  border-radius: 3px;
}

textarea {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #7aa4dd;
}

select {
  border: 1px solid #CDCDCD;
  width: 156px;
  font-size: 12px;
  margin: 2px;
  padding: 2px;
  border-radius: 3px;
}

button {
  border-radius: 3px;
}

/* END ORDRAR */

/* SETTINGS */

button.settings_save {
  background-color: #7aa4dd;
  border: 1px solid #7aa4dd;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  margin-left: 190px;
  margin-top: 4px;
  padding: 0 0 2px;
  width: 73px;
}

button.change_pass {
  background-color: #7aa4dd;
  border: 1px solid #7aa4dd;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  margin-left: 163px;
  margin-top: 4px;
  padding: 0 0 2px;
  width: 100px;
}

#change_password label {
  width: 120px;
}

/* END SETTINGS */

/* SHOPPEN */

div.pages {
  width: 100%;
  text-align: center;
}

div.pages_top {
  clear: right;
  height: 14px;
  margin-top: 20px;
}

div.pages_bottom {
  clear: both;
  height: 24px;
}

div.pages table {
  border-collapse: collapse;
  margin: 0 auto;
}

div.pages span {
  border: 1px solid #7aa4dd;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 2px;
  padding: 3px;
}

div.pages span a {
  color: #7aa4dd;
}

div.pages span a {
  padding: 0px 4px;
}

div.pages span:hover {
  background-color: #7aa4dd;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

div.pages span:hover a {
  color: #fff;
  text-decoration: none;
}

div.pages span.active_page {
  background-color: #7aa4dd;
  color: #fff;
}

div.pages span.active_page a {
  color: #fff;
}

/* END SHOPPEN */

/* START SEARCH */

table#search_table td {
  vertical-align: top;
  text-align: left;
}

form#search_form2 {
  margin: 0 auto 20px auto;
  width: 450px;
}

form#search_form2 label {
  clear: right;
  float: none;
  text-align: left;
  padding-left: 3px;
  font-weight: bold;
}

form#search_form2 input {
  width: 380px;
}

form#search_form2 button {
  border: 1px solid #777;
  width: 50px;
  height: 21px;
  background-color: #e4e4e4;
  padding: 0px 5px;
  margin: 1px 0 0 0;
}

.sokning div {
  border: none;
  width: 192px;
  margin-left: 5px;
}

table.listsearch tr td.sokning input {
  border: none;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 159px;
  height: 24px;
  padding-left: 7px;
  background: #fff;
  border-radius: 3px 0 0 3px;
  margin: 0px;
}

table.listsearch tr td.sokning input:focus {
  outline: none;
}

.sokning button {
  background: url("/local/site/layout/button_search_bg.png") no-repeat scroll center center #fff;
  border: none;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  height: 26px;
  padding: 0;
  width: 24px;
  border-radius: 0 3px 3px 0;
}

/* END SEARCH */

button#back {
  background-color: #E4E4E4;
  border: 1px solid #777777;
  color: #474747;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  margin-right: 5px;
  padding: 0 5px 2px;
  margin-top: 10px;
}

button.klarna_button {
  background-color: #E4E4E4;
  border: 1px solid #777777;
  color: #474747;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  margin-right: 5px;
  padding: 0 5px 2px;
}

div#register_left {
  float: left;
  width: 310px;
  padding-left: 10px;
  padding-bottom: 10px;
}

td.register_left label {
  width: 130px;
}

#nyhetsbrev {
  padding-top: 10px;
  clear: both;
  text-align: center;
}

#nyhetsbrev img {
  cursor: pointer;
}

.nyhetsbrev input {
  border: 1px solid #CDCDCD;
  font-size: 11px;
  width: 150px;
  margin-left: 0px;
}

.nyhetsbrev input#skicka_nyhetsbrev {
  background-color: #E4E4E4;
  border: 1px solid #777777;
  color: #474747;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  margin-top: 2px;
  padding: 0 0 2px;
  width: 73px;
}

table.table1 {
  border-collapse: collapse;
  width: 100%;
}

.table2 {
  width: 420px;
}

div#fb_container_outer {
  border: 1px solid #eee;
  background: #f8f8f8;
  border-radius: 3px;
  padding: 3px;
  width: 233px;
  margin-bottom: 10px;
}

div#fb_header {
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  height: 23px;
  padding-top: 2px;
}

div#fb_header img {
  margin-bottom: -5px;
  margin-right: 20px;
  margin-left: -27px;
}

div#fb_container {
  text-align: left;
}

div#uc_container_outer {
  /*border: 1px solid #000;*/
  padding: 3px;
  width: 233px;
  margin-bottom: 20px;
  margin-top: 10px;
}

div#uc_header {
  background: #cdcdcd url(/local/site/layout/shop_menu.jpg) repeat-x;
  font-weight: bold;
  height: 23px;
  padding-top: 2px;
}

div#uc_header img {
  margin-bottom: -5px;
  margin-right: 20px;
  margin-left: -27px;
}

div#uc_container {
  text-align: center;
}

div#bis_container_outer {
  /*border: 1px solid #000;*/
  padding: 3px;
  width: 233px;
  margin-bottom: 10px;
  margin-top: 10px;
}

div#bis_header {
  background: #cdcdcd url(/local/site/layout/shop_menu.jpg) repeat-x;
  font-weight: bold;
  height: 23px;
  padding-top: 2px;
}

div#bis_header img {
  margin-bottom: -5px;
  margin-right: 20px;
  margin-left: -27px;
}

div#bis_container {
  text-align: center;
}

.order-box .trheader {
  height: 21px;
  padding-top: 3px;
  padding-left: 10px;
  background: #7aa4dd !important;
  background-image: none !important;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  border: 1px solid #7aa4dd;
}

.order-box {
  background: #f8f8f8;
  border: 1px solid #eee !important;
}

.order-box .tdheader {
  border-bottom: 7px solid #f8f8f8;
}

.order-box tr:last-child td {
  padding-bottom: 20px;
}

#cart_missing {
  border: 1px solid red;
  background: #e89292;
  margin-top: 10px;
  padding: 15px;
  width: 837px;
}

#cart_missing h3 {
  color: #000;
}

#cart_missing h3 img {
  margin: 0 3px -2px 0;
}

#cart_missing input {
  width: 20px;
}

#result_container {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 20px;
  width: 630px;
  color: #000;
  min-height: 300px;
  font-weight: normal;
  display: flex;
}

#result_container > div {
  width: 50%;
  display: flex;
  flex-direction: column;
}

#result_container > div:first-child {
  margin-right: 50px;
}

#result_container .hit {
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#result_container .hit:hover {
  border-left: 3px solid #1016b0;
  padding-left: 12px;
}

#result_container .header {
  font-weight: bold;
}

#result_container .description {
  font-style: italic;
}

#result_container .description .info {
  display: flex;
  justify-content: space-between;
}

#result_container .hit img {
  width: 50px;
  float: left;
  margin-right: 5px;
}

#result_container .first {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

#result_container .stock {
  float: left;
}

#result_container .stock img {
  width: auto;
  height: auto;
  float: none;
  margin-bottom: -3px;
}

#result_container .price {
  color: #AC0000;
  font-weight: bold;
  font-style: normal;
  margin-right: 10px;
}

/**/

.urval-select {
  margin: 0;
  border: 0;
  padding: 1px 0 2px 0;
  width: auto;
  background: #7aa4dd;
  color: #fff;
  float: right;
  margin-top: -1px;
  text-transform: none;
  height: 20px;
}

.urval-select:focus {
  outline: none;
}

#tabs {
  width: 550px;
  margin: 0 auto;
  font-size: 10px;
}

#tabs .hit {
  height: 100px;
  width: 100%;
  margin: 10px auto 0 auto;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}

#tabs .header {
  font-weight: bold;
}

#tabs h4 {
  font-size: 12px;
}

#tabs .header a {
  color: #000;
}

#tabs .description {
  font-style: italic;
}

#tabs .hit img {
  width: 100px;
  float: left;
  margin-right: 20px;
}

#tabs .stock {
  float: left;
}

#tabs .stock img {
  width: auto;
  height: auto;
  float: none;
  margin-bottom: -3px;
}

#tabs .price {
  color: #AC0000;
  font-weight: bold;
  font-style: normal;
  margin-right: 10px;
  width: 120px;
  float: left;
}

#tabs .buy {
  float: right;
  text-align: center;
  width: 90px;
}

#tabs .buy input {
  width: 36px;
  margin: 0;
  height: 15px;
}

#tabs .buy img {
  float: right;
  padding-left: 0px;
  margin: 0;
  cursor: pointer;
}

#search_form_search {
  height: 24px;
}

#pickup-tabs {
  width: 100%;
  height: 37px;
  display: block;
  position: relative;
  overflow: hidden;
}

#pickup-tabs p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
}

#pickup-line {
  height: 3px;
  width: 100%;
  display: block;
  position: relative;
  background-color: #7aa4dd;
  margin-top: 34px;
}

#pickup-tab {
  width: 208px;
  height: 34px;
  background: #7aa4dd;
  border-radius: 10px 10px 0 0;
  display: block;
  position: relative;
  margin-right: 1px;
  float: left;
  text-shadow: 1px 1px #37699c;
  cursor: pointer;
}

#skivspelare-tab {
  width: 208px;
  height: 34px;
  background: #a53115;
  border-radius: 10px 10px 0 0;
  display: block;
  position: relative;
  margin-right: 1px;
  float: left;
  text-shadow: 1px 1px #831f0d;
  cursor: pointer;
}

#jukebox-tab {
  width: 208px;
  height: 34px;
  background: #eebb10;
  border-radius: 10px 10px 0 0;
  display: block;
  position: relative;
  margin-right: 1px;
  float: left;
  text-shadow: 1px 1px #e38f06;
  cursor: pointer;
}

#pickup-search,
#skivspelare-search,
#jukebox-search {
  display: none;
}

#pickup-search select,
#skivspelare-search select,
#jukebox-search select {
  max-width: 150px;
  font-size: 12px;
}

#pickup-start-text {
  background: #f1f1f1;
  height: auto;
  width: 99%;
  border: 1px solid #d9d9d9;
  display: block;
  position: relative;
  margin: 36px 0;
}

#pickup-start-text p {
  font-size: 22px;
  padding: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-shadow: 1px 1px #fff;
  color: #4f4f4f;
}

.arrow {
  background: url(/local/site/layout/arrow.png);
  width: 12px;
  height: 14px;
  float: left;
  display: block;
  position: relative;
  margin: 12px 94px;
}

.eb-product {
  width: 604px;
  min-height: 100px;
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 12px 12px;
  display: block;
  position: relative;
  border-radius: 3px;
  margin-top: 12px;
}

.eb-product img {
  float: left;
  margin-right: 24px;
  max-height: 100px;
  max-width: 100px;
  border: 1px solid #eee;
}

.eb-product .prod-info {
  padding: 12px 0;
  width: 312px;
  margin-right: 24px;
  display: block;
  float: left;
}

.eb-product .prod-info strong {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.eb-buy {
  float: left;
  padding-top: 16px;
  margin-top: 2px;
  border-left: 1px solid #ccc;
  padding-left: 24px;
  padding-right: 4px;
}

.eb-buy button,
button.eb-buy {
  background: #7aa4dd;
  border-radius: 3px;
  color: #fff;
  padding: 6px 12px;
  display: block;
  border: none;
  cursor: pointer;
  margin: 8px 0 0 0;
  transition: all 0.2s ease-in-out;
}

.eb-buy button:hover,
button.eb-buy:hover {
  background: #fff;
  color: #7aa4dd;
  box-shadow: 0px 0px 1px #ccc;
}

ul {
  margin-top: 0;
}

/* Search result page */

#tabs {
  padding: 0;
  border: 1px solid #7aa4dd;
}

#tabs .ui-widget-header {
  background: #7aa4dd;
  border-radius: 0;
  border: none;
}

#tabs .ui-widget-header li {
  border: none;
  border-radius: 5px;
  padding-bottom: 0;
}

/* */

/* Dev notice */

#dev_notice {
  border: 2px solid red;
  padding: 10px 0 10px 10px;
  background: pink;
  font-weight: bold;
}

/* Mobile */

#header-buttons {
  display: none;
}

#userbuttons {
  display: none;
}

#itro_popup {
  position: fixed;
  background-position: center center;
  margin: 0 auto;
  left: 30px;
  right: 30px;
  z-index: 2147483647 !important;
  padding: 25px !important;
  border-style: solid;
  border-color: #F7FF00;
  border-radius: 3px;
  border-width: 0px;
  width: 509px;
  background-color: #FFFFFF;
}

#close_cross {
  cursor: pointer;
  width: 20px;
  position: absolute;
  top: -22px;
  right: -22px;
}

#popup_countdown {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #F7FF00;
  height: 0px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom-left: 3px;
  border-bottom-right: 3px;
}

#itro_opaco {
  position: fixed;
  background-color: #000000;
  font-size: 10px;
  font-family: Verdana;
  top: 100px;
  width: 100%;
  height: 100%;
  z-index: 2147483646 !important;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  /* For IE8 and earlier */
}

@media screen and (max-width: 650px) {
  body {
    margin-top: 52px;
  }

  body,
  div,
  table,
  span,
  p {
    max-width: 100%;
    border-spacing: 0;
    font-size: 18px;
  }

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 12px;
    margin-left: -1px;
  }

  table,
  tbody,
  tr {
    width: 100% !important;
    max-width: 100% !important;
  }

  /*
  td img{
      max-width: 100%;
      height: auto;
  }
  td{
      width: 100%;
      display: block;
  } */

  #header {
    width: 100%;
    height: 52px;
    position: fixed;
    top: 0;
    background: #1016b0;
    box-shadow: 0 10px 15px #f8f8f8;
    z-index: 1000;
  }

  #logga {
    width: 140px;
    margin: 7px 0 0 12px;
    height: auto;
  }

  #logga:hover {
    margin: 12px 0 0 12px;
  }

  #logga a,
  #logga img {
    width: 140px;
  }

  #search_form {
    display: flex;
    flex-direction: row-reverse;
  }

  #top_search {
    background-color: #1016b0;
    width: 100%;
    position: absolute;
    top: 8px;
    padding: 10px;
    border-top: 1px solid #252bc5;
    height: auto;
    margin-left: -18px;
  }

  #top_search input {
    width: calc(100% - 50px);
  }

  #top_search button {
    float: none;
  }

  #menu {
    display: none;
  }

  #content {
    padding: 0;
  }

  #left_shoppen {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 1005;
  }

  #left_shoppen > div {
    display: none;
  }

  #left_shoppen #left_menu {
    width: 100%;
    display: block;
    z-index: 999;
    position: relative;
  }

  #left_menu ul {
    width: 100%;
  }

  #left_menu ul li a {
    padding: 20px 0 15px 20px !important;
  }

  #maincontent1 {
    margin-left: 0;
    width: 100%;
  }

  #main {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
  }

  #moms {
    display: block !important;
    background: #222;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 22px;
  }

  #moms input {
    width: 20px;
    height: 20px;
  }

  #main td {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
  }

  #main td img {
    position: relative !important;
    display: block !important;
    margin: 10px auto !important;
    float: none !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Kategori */

  #prod_list_header {
    display: none;
  }

  div.prodimg_content {
    width: 47%;
    margin: 5px 1%;
    height: auto;
  }

  div.prodimg_content:nth-child(2n+1) {
    clear: left;
  }

  div.prodimg_content .prodimg img {
    width: 100%;
  }

  div.prodimg_name {
    width: 94%;
    height: auto;
    min-height: 56px;
    padding: 14px 3% 0 3%;
    border-radius: 0;
  }

  div.prodimg_name h4 {
    font-weight: bold;
  }

  div.prodimg {
    width: 100%;
    height: auto;
  }

  /* */

  .listsearch td {
    display: block;
    position: relative;
    width: 100% !important;
    float: left;
    height: auto;
    overflow: hidden;
    text-align: center !important;
  }

  .sokning div {
    margin: 0 auto !important;
  }

  button#filter {
    float: none;
    margin: 0 auto;
  }

  #prod_list_sort_div .header {
    padding-left: 3%;
    padding-top: 12px;
    width: 97%;
  }

  /* */

  div#floater_content {
    width: 94%;
    padding: 12px 3%;
  }

  div#floater_left {
    width: 100%;
    float: none;
  }

  div#floater_right {
    width: 100%;
    float: none;
    margin: 34px 0 0 0;
  }

  /* */

  #outerImageContainer {
    width: 100% !important;
    height: auto !important;
  }

  #lightboxImage {
    width: 100% !important;
  }

  /* */

  #skivspelare-search table,
  #skivspelare-search tbody,
  #skivspelare-search tr,
  table#pmlistsearch,
  table#pmlistsearch tbody,
  table#pmlistsearch tr {
    display: block;
  }

  #prod_list_sort_form,
  #prod_list_sort_form2 {
    overflow: hidden;
  }

  /* */

  div#floater_container_login {
    padding: 0;
    width: 100%;
    height: 300px;
  }

  div#floater_border_login {
    padding: 0;
    width: 100%;
  }

  div#floater_top_login {
    padding: 0;
    width: 100%;
  }

  div#floater_content_login {
    padding: 22px 0 0 0;
    width: 100%;
    overflow: hidden;
    height: auto;
  }

  div#floater_topleft_login {
    display: none;
  }

  div#floater_container_login button {
    width: 94% !important;
    margin: 8px 3% 0 3% !important;
    padding: 8px 0;
    height: 35px;
    float: none;
  }

  div#floater_content_login input {
    padding: 8px;
  }

  /* */

  .order_left {
    width: 100%;
  }

  .order_right {
    width: 100%;
  }

  .order_header {
    background: #222;
  }

  .order_header,
  .order_text {
    width: 100%;
  }

  .order_text label,
  .order_text input,
  .order_text select {
    width: 91% !important;
    float: none !important;
    text-align: center !important;
  }

  .order_text input {
    height: 25px;
    margin-bottom: 12px;
  }

  .order_text button {
    margin: 12px 0 !important;
    width: 96%;
    padding: 0;
    height: 35px;
  }

  /* */

  div#fortsatt_handla {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }

  div#fortsatt_handla button {
    margin-right: 0;
  }

  div.pages {
    width: 95%;
    margin-left: 5%;
    overflow: hidden;
    height: auto;
  }

  div.pages span {
    padding: 8px;
    float: left;
    margin: 2px;
  }

  table#produktoversikt tr td.img {
    width: 100%;
    text-align: center;
  }

  table#produktoversikt img {
    position: relative;
    display: block;
    margin: 10px auto;
  }

  /* */

  #header-buttons {
    float: right;
    display: block;
  }

  #header-buttons button {
    height: 52px;
    width: 52px;
    border: none;
    border-left: 1px solid #252bc5;
    border-radius: 0;
    float: left;
    cursor: pointer;
  }

  #mobile-toggle {
    background: url(/local/site/layout/menu.png) no-repeat center center;
    background-size: auto 14px;
  }

  #header-cart-button {
    background: url(/local/site/layout/carticon.png) no-repeat center center;
    background-size: auto 16px;
  }

  #loginicon {
    background: url(/local/site/layout/user.png) no-repeat center center;
    background-size: auto 16px;
  }

  /* */

  #userbuttons {
    padding: 12px 0;
    background: #7aa4dd;
    position: relative;
    z-index: 1006;
    text-align: center;
    display: none;
  }

  #userbuttons button {
    background: #1016b0;
    border-radius: 3px;
    border: none;
    color: #fff;
    padding: 6px 8px;
  }

  /* */

  #left_menu {
    border: none;
    border-bottom: 5px solid #666;
    border-radius: 0;
  }

  #left_top_menu {
    display: block;
  }

  #left_shoppen ul#left_top_menu li a {
    background: #666;
    color: #fff;
    border-bottom: 1px solid #555;
  }

  #left_shoppen ul#left_top_menu li.active a {
    background: #1016b0;
    border-color: #0006a0;
    font-weight: bold;
  }

  /* Kassa */

  .kassa_kart .apris::before {
    content: "Styckpris: ";
  }

  .kassa_kart .pris::before {
    content: "Totalt: ";
  }

  #cart td {
    width: 100% !important;
    display: block !important;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  table.kassa_kart tr.kassa_kart_header {
    display: none;
  }

  #cart table.kassa_kart tr td.prod_name {
    padding-top: 12px;
  }

  #cart table.kassa_kart tr td.remove {
    overflow: hidden;
    height: auto;
  }

  #cart table.kassa_kart button.remove {
    margin: 12px 0;
    background: darkred;
    color: #fff;
    padding: 8px 12px;
  }

  table.rabatt tr td label {
    display: none;
  }

  table.betalsatt tr td.input_radio input {
    margin: 12px 0 8px 0;
    height: 22px;
  }

  #cart table.betalsatt tr td.infotext {
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }

  div#villkor button#bestall {
    float: none;
    margin: 12px 0;
  }

  div#villkor {
    height: auto;
    overflow: hidden;
  }

  button.varukorg_kassa {
    float: none;
    margin: 12px auto;
    display: block;
    position: relative;
  }

  .puppg td {
    padding: 0 !important;
  }

  .puppg tr {
    width: 100% !important;
    display: block !important;
    overflow: hidden;
  }

  .puppg label {
    width: 100%;
    text-align: center;
    margin-top: 12px;
  }

  .puppg input[type=text] {
    width: 96%;
    padding: 8px 0;
    margin: 0 2%;
  }

  #cart .puppg .border {
    display: none !important;
  }

  #shop_login_form {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  .puppg .kund input {
    margin: 22px auto 4px auto;
    height: 20px;
    display: block;
    position: relative;
  }

  #fcm_shop_order_c_form > strong {
    margin-top: 48px;
    margin-bottom: -18px;
    display: block;
  }

  #cart td.summa {
    padding-top: 8px;
  }

  #cart td.totsumma {
    padding-bottom: 6px;
  }

  h1#kassah1 {
    width: 100%;
    text-align: center;
  }

  #cart .puppg .kund,
  #cart .puppg #webshop_login,
  #cart .puppg #webshop_register {
    display: none !important;
  }

  #cart-mobile-menu #left_menu {
    display: none;
  }

  #cart-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #cart-mobile-menu a {
    display: block;
    padding: 10px 0 5px 20px !important;
    height: 20px;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 2px;
    background: transparent;
    border-bottom: 1px solid #eee;
    margin: 0;
    text-transform: none;
    transition: all 0.2s ease-in-out;
  }

  /* Login & register */

  #floater_container_login {
    margin-top: 25px;
  }

  form#shop_login_form_popup label {
    width: 100%;
    float: none;
    text-align: center;
  }

  form#shop_login_form_popup input {
    width: 89%;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  #modal_window2 #floater_container {
    margin-top: 25px;
  }

  #modal_window2 #floater_container label {
    width: 100%;
    float: none;
    text-align: center;
  }

  #modal_window2 #floater_container input {
    width: 89%;
    float: none;
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
    display: block;
  }

  #modal_window2 #floater_container td {
    padding: 0 !important;
    width: 50% !important;
  }

  #modal_window2 #floater_container select {
    width: 100%;
    padding: 7px 0;
  }

  #modal_window2 #floater_container #floater_top {
    width: 100%;
  }

  div#floater_content_login input[type=submit] {
    width: 94%;
    float: none;
    clear: both;
    margin: 0 auto !important;
    display: block;
    padding: 7px 0;
    height: 34px;
    background: #7aa4dd !important;
    border-radius: 3px !important;
  }

  #lostpassword input {
    width: 89% !important;
    display: block;
    float: none;
    margin: 0 auto 12px auto;
  }

  #lostpassword label {
    width: 100% !important;
    text-align: center;
    margin-top: 12px;
  }

  #modal_window2 {
    width: 100% !important;
    left: 0 !important;
  }

  #floater_content_login {
    padding: 0 12px;
    text-align: center;
  }

  /* Product */

  div.prod_info_content {
    width: 47%;
    margin: 5px 1%;
    float: left;
    height: auto;
    overflow: hidden;
    border-color: #e4e4e4;
  }

  div.prod_info_content:nth-child(2n+1) {
    clear: left;
  }

  div.prod_info_content div.buttons {
    font-size: 0;
    height: auto;
    overflow: hidden;
    background: #e4e4e4;
  }

  .prod_list_info {
    width: 100%;
    overflow: hidden;
  }

  .prod_list_info a {
    width: 94%;
    margin: 4px 3% 0px 3% !important;
    padding: 14px 0 !important;
    font-size: 13px;
    background: #7aa4dd;
    color: #fff;
    border: none !important;
  }

  div.prod_info_content div.buttons button.prod_list_kop {
    padding: 14px 0px !important;
    height: 41px !important;
  }

  .antal.fcm_shop_add_quantity {
    display: block;
    float: left;
    margin: 4px 2% 0 3%;
    padding: 14px 3% 14px 3%;
    width: 32% !important;
    border: none !important;
    text-align: center;
  }

  .lista .antal.fcm_shop_add_quantity {
    display: block;
    float: none;
    margin: 4px auto 0 auto;
    padding: 14px 3% 14px 3%;
    width: 74% !important;
    border: none !important;
    text-align: center;
  }

  input.fcm_shop_add_id {
    float: left;
  }

  div.prod_info_content div.buttons button {
    width: 54%;
    float: left;
    margin: 4px 3% 0px 0 !important;
    height: 26px !important;
    border: none !important;
    background: #7aa4dd;
    color: #fff;
    font-size: 13px;
  }

  div.prod_info_description {
    padding: 0px 4px 10px 4px;
    height: auto;
    min-height: 34px;
  }

  div.prod_info_content div.prod_info_header {
    height: auto;
    padding: 0px 4px 10px 4px;
    min-height: 36px;
  }

  #produktoversikt td {
    display: block !important;
    padding: 10px 3% !important;
    width: 94%;
    max-width: 94%;
  }

  /* Footer */

  #footer {
    width: 65%;
    margin: 0;
    height: auto;
    bottom: auto;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    display: none;
  }

  #footer td {
    display: block !important;
  }

  td#footer_left {
    display: none !important;
  }

  #footer table tr td#footer_login {
    width: auto;
    float: left;
    padding: 0 0 5px 0;
  }

  #footer table tr td#footer_right {
    float: right;
    width: auto;
    padding: 0 0 5px 0;
  }

  #footer button#print {
    display: none;
  }

  #footer button {
    margin: 0 0 0 4px;
  }

  #footer button#page_top {
    display: none;
  }

  /* Dialog */

  div#modal_window {
    width: 100%;
  }

  div#floater_container_varukorg {
    width: 100%;
  }

  /* Special */

  #pickup-tabs > div {
    width: 32%;
  }

  #pickup-tabs p {
    text-transform: none;
    font-size: 13px;
  }

  .arrow {
    display: none;
  }

  #pickup-search,
  #skivspelare-search,
  #jukebox-search {
    margin: 0 0 30px 0;
  }

  #pickup-start-text {
    margin: 0 0 30px 0;
  }

  #pickup-line {
    display: none;
  }

  #itro_popup {
    left: 0;
    right: 0;
    width: 94%;
    padding: 10px 3% !important;
  }

  ul.noty_cont.noty_layout_bottomRight {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }

  #pickup-start-text p {
    text-align: left;
  }

  #pickup-tabs p {
    margin-top: 0;
  }

  #pickup-tabs {
    height: 34px;
  }

  #prod_list_sort_div p {
    text-align: center;
    margin-bottom: 12px;
  }

  #prod_list_sort_div .header {
    text-align: center;
  }

  #prod_list_sort_form {
    padding: 0 0 12px 0;
  }

  #prod_list_sort_form table {
    padding: 0;
  }

  /* List view */

  .lista td {
    overflow: hidden;
    text-align: center;
  }

  .lista tr {
    width: 50% !important;
    float: left;
  }

  .lista tr:nth-child(2n+1) {
    clear: left;
  }

  .lista tr {
    border-bottom: 2px solid #ccc;
  }

  .lista td.img a:nth-child(2) {
    display: block;
  }

  .lista td.varukorg button {
    overflow: hidden;
    margin-bottom: 12px !important;
    height: 31px !important;
  }

  .lista td.pris2 {
    padding: 10px 0 0 0 !important;
  }

  #search_result .lista td.heter_aven {
    display: none !important;
  }

  .lista td.tillverkare {
    min-height: 28px;
  }

  .lista td.img {
    min-height: 102px;
  }

  .pages + .prod_list_header {
    margin-top: 30px !important;
    width: 94%;
    padding: 6px 3% 2px 3%;
  }

  /* Floater */

  div#floater_container {
    height: auto;
    width: 100%;
  }

  div#floater_top {
    width: 94%;
  }

  div#floater_content {
    height: auto;
    overflow-y: hidden;
    background: #fff;
    width: 94%;
  }

  div#floater_bottom {
    width: 94%;
    height: auto;
  }

  div#floater_bottom > p:nth-child(2) strong {
    display: none !important;
  }

  #print_floater {
    display: none;
  }

  /* */

  .prodimg_name h4 {
    padding: 9px 0 0 0;
    height: 100%;
    width: 100%;
    text-align: center;
  }

  .prodimg_name h4 + p {
    padding: 0;
  }

  div.prodimg_name {
    padding: 5px 3%;
    height: 56px;
  }

  #result_container {
    flex-direction: column-reverse;
    width: calc(100% - 45px);
    color: #000;
    top: 50px !important;
    left: 0 !important;
  }

  #result_container > div {
    width: 100%;
    padding: 10px;
  }

  #result_container div:first-child {
    display: none;
  }
}

