/* Minification failed. Returning unminified contents.
(3335,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/*!
 * jQuery UI Bootstrap (0.22)
 * http://addyosmani.github.com/jquery-ui-bootstrap
 *
 * Copyright 2012, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */


/* Component containers
----------------------------------*/
.ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
.ui-widget-content a { color: #404040; }
.ui-widget-header {
  font-weight:bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border:1px solid #666;

 }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

 }


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; 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 {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;


 }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/


.ui-state-highlight p, .ui-state-error p, .ui-state-default p{
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin:5px 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {


  position: relative;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);


}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {


  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
 background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);


}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.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); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none;  }



/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_f6cf3b_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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-off { background-position: -96px -144px; }
.ui-icon-radio-on { 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 { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }



/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.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.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; font-weight:bold; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
  background:#0064CD;
  color:#fff
}


/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {

  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

} /* the overflow property removes extra width in IE */

.ui-button-primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}



.ui-button-success{
  color:#ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-error{
  color:#ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */

.ui-button .ui-button-text { display: block;   }
.ui-button-text-only .ui-button-text {  }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/


.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */



/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { /*padding: .4em 1em;*/

  position: relative;
  padding:5px 15px;

  border:0px 0px 0px 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration:none;
  background:none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;

  border-bottom:1px solid #ccc;

}
.ui-dialog .ui-dialog-title {
  float: left;
  color:#404040;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;

}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

.ui-dialog .ui-dialog-titlebar-close span { 
  display: block; 
  margin: 1px;
  text-indent: 9999px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0;   filter: alpha(opacity=90);
  -khtml-opacity: 0.90;
  -moz-opacity: 0.90;
  opacity: 0.90;   }

.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #f5f5f5;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;

}
.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-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/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; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;

  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.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 Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
 .ui-tabs .ui-tabs-nav{ background:none; border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;}
.ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */


.ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover{
  background:whiteSmoke;
  border-bottom:1px solid #ddd;
  padding-bottom:0px;
   color:#00438A;
}


.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
.ui-tabs .ui-tabs-nav li {  text-decoration: none; list-style: none; float: left; position: relative; top: 1px; padding: 0px 0px 1px 0px; white-space: nowrap; background:none; border:0px; 

}

.ui-tabs-nav .ui-state-default{
  -webkit-box-shadow: 0px 0px 0px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 0px #ffffff; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 0px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.ui-tabs .ui-tabs-nav li a {

  float: left;
  text-decoration: none;
  cursor: text;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;


 }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 0px; outline:none;}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {

  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
  color:gray;
  outline:none;
}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected:hover{
  background:#ffffff;
  outline:none;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; color:#0069D6; background:none; font-weight:normal; margin-bottom:-1px;} 
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs-panel .ui-button{text-decoration:none;}
.ui-tabs .ui-tabs-hide { display: none !important; }


/* IE fix for background inheritance from ui-widget*/
.ui-tabs .ui-tabs-nav li{
  filter:none;
}



/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
.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-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.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 { border-left-width:0; }
.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:0em; }

/* 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 { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.ui-datepicker th{
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a:hover{
  background-color: #808080;
  color: #ffffff;

}
.ui-datepicker-today a{
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom:0px;

}


.ui-datepicker td a{
  margin-bottom:0px;
  border:0px;
}

.ui-datepicker td:hover{
  color:white;
}

.ui-datepicker td .ui-state-default {
  border:0px;
  background:none;
  margin-bottom:0px;
  padding:5px;
  color:gray;
  text-align: center;
  filter:none;
}


.ui-datepicker td .ui-state-active{
  background:#BFBFBF;
  margin-bottom:0px;
  font-size:normal;
  text-shadow: 0px;
  color:white;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-datepicker td .ui-state-default:hover{
  background:#0064cd;
  color:white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%;

/*this can be removed if ui-widget-header is blue*/
    color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 }



/*** Input field styling from Bootstrap **/
 input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}



/**Toolbar**/

.ui-toolbar{
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}


/***Dialog fixes**/

.ui-dialog-buttonset .ui-button:nth-child(2){
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
   overflow: visible;
}



/***Wijmo Theming**/

div.wijmo-wijmenu{
  padding:0 20px;
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
}

.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{    
  color:#BFBFBF;
}

.wijmo-wijmenu .ui-state-hover{
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}

.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{
  color:#ffffff;
}

div.wijmo-wijmenu .ui-widget-header h3{
  position: relative;
  margin-top:1px;
  padding:0;
}

.wijmo-wijmenu h3 a{
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top:1px;
  padding: 8px 20px 12px;
}

.wijmo-wijmenu h3 a:hover{
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  text-decoration: none;
}

.wijmo-wijmenu .ui-widget-header{
  border:0px;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{
  padding: 0.3em 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{
  background: #333;
  border:0;
  margin:0;
  padding: 6px 0;
  width:160px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.wijmo-wijmenu .wijmo-wijmenu-item{
  margin:0;
  border:0;
}

.wijmo-wijmenu a.wijmo-wijmenu-link{
  margin:0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius:0;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{
  display:block;
  float:none;
  padding: 4px 15px;
  width:auto;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text
{
  float:none;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom:0;
  border-left:0;
  border-right:0;
}

.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width:100px;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #FFFFFF;
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #FFFFFF;
}


.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  text-shadow:none;
}


.wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
  filter: none;
}


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'Futura';
    src: url('webfonts/futura/futura-book.eot');
    src: url('webfonts/futura/futura-book.eot?#iefix') format('embedded-opentype'),
         url('webfonts/futura/futura-book.woff') format('woff'),
         url('webfonts/futura/futura-book.ttf') format('truetype'),
 		 url('webfonts/futura/futura-book.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('webfonts/futura/futura-bold.eot');
    src: url('webfonts/futura/futura-bold.eot?#iefix') format('embedded-opentype'),
         url('webfonts/futura/futura-bold.woff') format('woff'),
         url('webfonts/futura/futura-bold.ttf') format('truetype'),
         url('webfonts/futura/futura-bold.svg#webfont') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/open-sans/opensans-bold-webfont.eot');
    src: url('webfonts/open-sans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
     	 url('webfonts/open-sans/opensans-bold-webfont.woff') format('woff'),
         url('webfonts/open-sans/opensans-bold-webfont.ttf') format('truetype'),
		 url('webfonts/open-sans/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/open-sans/opensans-bolditalic-webfont.eot');
    src: url('webfonts/open-sans/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/open-sans/opensans-bolditalic-webfont.woff') format('woff'),
         url('webfonts/open-sans/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('webfonts/open-sans/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');

    font-weight: 700;
    font-style: italic;

}

@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/open-sans/opensans-italic-webfont.eot');
    src: url('webfonts/open-sans/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/open-sans/opensans-italic-webfont.woff') format('woff'),
         url('webfonts/open-sans/opensans-italic-webfont.ttf') format('truetype'),
         url('webfonts/open-sans/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: 400;
    font-style: italic;

}

@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/open-sans/opensans-regular-webfont.eot');
    src: url('webfonts/open-sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/open-sans/opensans-regular-webfont.woff') format('woff'),
         url('webfonts/open-sans/opensans-regular-webfont.ttf') format('truetype'),
         url('webfonts/open-sans/opensans-regular-webfont.svg#open_sansregular') format('svg');

    font-weight: 400;
    font-style: normal;

}

/* General Styles */

body {
	background: #fcfcfc url(../img/layout/pagebg.jpg) repeat left top;
	margin: 0px;
	font-family: 'Open Sans', 'Helvetica Neue', arial;
	font-size: 13px;
	color: #333;
}
h1, h2, h3 {
	font-family: 'Futura', 'Open Sans', 'Helvetica Neue', arial;
	color: #003c85;
	font-weight: 700;
	margin-bottom: 15px;
}
h1 { font-size: 33px; }
h2 { font-size: 20px; }
h3 {
	/* font-style: italic; */
	font-size: 20px;
	color: #666;
	line-height: 28px;
}

h2 span {
	color: #888;
	font-style: italic;
}
p {
	color: #444;
	margin-bottom: 15px;
	line-height: 22px;
}
p a, a.normallink {
	text-decoration: none;
	color: #003c85;
	border-bottom: 1px dotted #003c85;
}
p a:hover, a.normallink:hover {
	border-bottom: 1px solid #003c85;
}

/* Universally Used Styles */

a.focusdist:focus {
	position: relative;
	top: 1px;
}
a.smallertxt {
	font-size: 10px;
}
img.border {
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
img.botmargin {
	margin-bottom: -2px;
}
div.clear {
	clear: both;
}
.innerwrap {
	position: relative;
    width: 940px;
	margin: 0 auto;
}
.flright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.flleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#loading
{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    z-index:5000;
}

#loading-visible
{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    z-index:1000;
}

#fancybox-loading div {
      background:rgba(255,255,255,0.8);
}
  
#loadingcontent
{
    display:table;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    background:rgba(255,255,255,0.8);
    height:100%;
}
  
#loadingspinner
{
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    text-align: center;
    font-size:larger;
    padding-top:80px;
}

.center
{
	margin-left:auto;
	margin-right:auto;
	width:70%;
}

/* General Layout Styles */

#topbar {
	height: 69px;
	position: relative;
	z-index: 1;
}
#topbar .innerwrap {
	height: 40px;
	padding: 15px 0px 14px;
}
#topbar #menu {
	position: absolute;
	bottom: -2px;
	right: 0px;
	height: 49px;
}
#topbar #menu a {
	font-style: italic;
	color: #003c85;
	font-size: 17px;
	padding-left: 27px;
	display: block;
	float: left;
	text-decoration: none;
}

.tab-content-pl13 {
    max-height: 500px;
    overflow-y: auto;
}

#topbar #menu a:hover span strong {
	border-bottom: 1px solid #09214f;
}
#topbar #menu a.active:hover span strong {
	border-bottom: 0px;
}
#topbar #menu a:hover {
	color: #09214f;
}
#topbar #menu a span {
	display: block;
	height: 30px;
	padding: 10px 0px 9px;
	padding-right: 27px;
	line-height: 30px;
	cursors: pointer;
}
#topbar #menu a span strong {
	font-weight: normal;
	border-bottom: 1px dotted #003c85;
}
#topbar #menu a.active {
	background: transparent url(../img/layout/menubtnl.jpg) no-repeat;
	text-decoration: none;
	cursor: default;
}
#topbar #menu a.active span {
	background: transparent url(../img/layout/menubtnr.jpg) no-repeat top right;
	color: #fff;
}
#header {
	height: 431px;
	background: url(../img/layout/bigheaderbg.jpg);
	border-bottom: 2px solid #fff;
}
#header .innerwrap {
	background: transparent url(../img/layout/headerbgglow.png) no-repeat bottom center;
	height: 440px;
}





/* Layout Styles for all subpages */

#subcontent {
	position: relative;
	padding-top: 10px;
	margin-bottom: 30px;
}
#subcontent .innerwrap {
    width: 940px;
	padding: 0px 10px;
	background: transparent url(../img/layout/subcontentbg.jpg) repeat-y;
	z-index: 1;
	position: relative;
}
#subheaderbg {
    width: 100%;
	height: 390px;
	position: absolute;
	top: -10px;
	left: 0px;
	background: transparent url(../img/layout/subheaderbg2.jpg) no-repeat;
	z-index: -1;
}
#subheader {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 431px;
	background: url(../img/layout/bigheaderbg.jpg);
	border-bottom: 2px solid #fff;
	z-index: -2;
}
#subheader .innerwrap {
	background: transparent url(../img/layout/subheaderbginner.jpg) no-repeat;
    width: 100%;
	height: 429px;
	margin-top: 2px;
}
#submenu {
	width: 290px;
	padding-top: 20px;
	float: left;
	background: transparent url(../img/layout/submenubg_spacer.jpg) repeat-y;
	margin-bottom: 2px;
}
#subcontent .submenub {
	width: 260px;
	background: transparent url(../img/layout/submenu_b_bg_spacer.jpg) repeat-y;
}

#subcontent .submenubempty {
	width: 260px;
	background: transparent url(../img/layout/submenu_b_bg_spacerx.jpg) repeat-y;
}

#subcontent .subcontentcontentshop {
    width: 680px;
	padding: 0px;
	background: #fff;
	padding-top: 40px;
}

#subcontent .subcontentcontentshop .articlecontent {
    width: 710px;
    margin-left: -30px;
}

#subcontentcontent {
	padding: 40px 50px 40px 10px;
	width: 610px;
	float: left;
	position: relative;
}
#subcontentcontent p img {
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;
}
#subcontentcontent div#botnav {
	margin: 40px -10px 20px;	
}
#subcontentcontent div#botnav a {
	width: 200px;
	height: 25px;
	line-height: 25px;
	padding: 20px;
	background: transparent url(../img/layout/navlab_left.jpg) no-repeat top left;
	color: #003c85;
	font-size: 14px;
	text-decoration: none;
}
#subcontentcontent div#botnav a.left {
	float: left;
	padding-left: 50px;
}
#subcontentcontent div#botnav a.right {
	float: right;
	padding-right: 50px;
	text-align: right;
	background: transparent url(../img/layout/navlab_right.jpg) no-repeat top right;
}
#subcontentcontent div#botnav a:hover {
	text-decoration: underline;
}
#subcontentbot {
    width: 100%;
	margin: 0px -10px;
	height: 10px;
	background: transparent url(../img/layout/subcontentbgbot.jpg) no-repeat;
}
#submenu a {
	display: block;
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #444;
	padding: 10px 60px 10px 20px;
	background: transparent url(../img/layout/submenubg_a.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	position: relative;
}

#subcontent .submenub a {
	width: 200px;
	padding: 10px 50px 10px 10px;
	background: transparent url(../img/layout/submenu_b_bg_a.jpg) no-repeat;
}

.pl14-section.accordion-group {
    border: none;
    margin-bottom: 0px;
}

#subcontent .submenub a.apl14,
#subcontent .submenub a.apl14.active {
    background: transparent url(../img/layout/submenu_b_bg_a.jpg) 0 4px no-repeat;
    font-style: normal;
    height: 39px;
    line-height: 39px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}

#subcontent .submenub a.apl14.active {
    background: transparent url(../img/layout/submenu_b_bg_act.jpg) 0 0 no-repeat;
}

#subcontent .submenub .pl14-section .pl14-section a.apl14,
#subcontent .submenub .pl14-section .pl14-section .pl14-section a.apl14 {
    background: transparent url(../img/layout/submenu_b_bg_a.jpg) 0 0 no-repeat;
    color: #003c84;
    font-size: 13px;
    height: auto;
    line-height: 1em;
    padding-left: 30px;
}

#subcontent .submenub .pl14-section .pl14-section a.apl14.active,
#subcontent .submenub .pl14-section .pl14-section .pl14-section a.apl14.active {
    background: transparent url(../img/layout/submenu_b_bg_act.jpg) 0 -14px no-repeat;
}

#subcontent .submenub .pl14-section .pl14-section a.apl14.active span,
#subcontent .submenub .pl14-section .pl14-section .pl14-section a.apl14.active span {
    text-decoration: underline;
}

#subcontent .submenub .pl14-section .pl14-section a.apl14 span,
#subcontent .submenub .pl14-section .pl14-section .pl14-section a.apl14 span {
    padding-right: 20px;
    display: inline-block;
    line-height: 1.2em;
}

#subcontent .submenub .pl14-section .pl14-section .pl14-section a.apl14 span {
    padding-right: 40px;
}

#subcontent .submenub .pl14-section .pl14-section .pl14-section a.apl14 {
    padding-left: 50px;
}

#submenu a.active {
	background: transparent url(../img/layout/submenubg_act.jpg) no-repeat;
	height: 39px;
	line-height: 39px;
	margin-top: -5px;
	margin-bottom: -4px;
	z-index: 3;
	font-style: italic;
	color: #003c84;
}
#subcontent .submenub a.active {
	background: transparent url(../img/layout/submenu_b_bg_act.jpg) no-repeat;
}
#submenu a.active:hover {
	text-decoration: none;
	color: #003c84;
	cursor: default;
}
#submenu a:hover {
	color: #444;
	text-decoration: underline;
}
#subbreadc {
	position: absolute;
	top: -50px;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #cadbef;
	font-style: italic;
	width: 960px;
	clear: both;
}
#subbreadc a {
	font-size: 13px;
	color: #cadbef;
	text-decoration: underline;	
}
#subbreadc a:hover {
	color: #fff;
}
#subbreadc div {
	float: right;
}

/* Footer */

#footer {
	background: transparent url(../img/layout/footerbg.jpg) repeat-x;
	padding: 30px 0px 20px;
}
#footer div.innerwrap {
	width: 960px;
	height: 100px;
}
#footer div.innerwrap a {
	color: #666;
}
#footer div.innerwrap a:hover {
	color: #003c85;
}
#footer div.innerwrap div.clear {
	background: none;
	padding: 0px;
	height: 20px;
	width: auto;
}
#footer div.innerwrap div {
	position: relative;
	width: 425px;
	height: 210px;
	margin: 0px;
	float: left;
	padding: 20px;
	font-size: 12px;
	line-height: 24px;
	color: #777;
	background: #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: transparent url(../img/layout/10pb.png);
}
#footer div.innerwrap h5 {
	font-size: 18px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: normal;
}
#footer div.innerwrap div.first {
	margin-right: 30px;
	padding-left: 170px;
	width: 275px;
}
#footer blockquote {
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ccc;
	opacity: 0.6;
	line-height: 18px;
	font-style: italic;
	color: #111;
}
#footer img#ftrlogo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#footer div.innerwrap div div.twitter {
	width: 200px;
	margin-left: 20px;
	float: right;
	padding: 0px;
	background: none;
}

/* All styles for the webshop */


#subcontentcontent .contentproducts, #subcontentcontent #contentproductdetail {
	padding-top: 30px;
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

#subcontentcontent .contentproducts-pl16 {
	padding-top: 5px;
}

#subcontentcontent #contentcheckout {
	width: 669px;
	padding-top: 30px;
	float: left;
	padding-bottom: 20px;
	min-height: 500px;
}

/* The bar on top of the content */

#subcontentcontent div#shoptopbar {
	height: 18px;
	line-height: 18px;
	padding: 10px 10px 10px 20px;
	position: absolute;
	top: 1px;
	left: -29px;
	background: #e8eef6;
	border-bottom: 1px solid #d8dde5;
    width: 679px;
	font-size: 13px;
}
#subcontentcontent div#shoptopbar span {
	color: #777;
	font-style: italic;
}
#subcontentcontent div#shoptopbar strong {
	font-size: 14px;
	color: #aaa;
}
#subcontentcontent div#shoptopbar a {
	color: #003c85;
}
#subcontentcontent div#shoptopbar a:hover {
	color: #000;
}


/* The shopcart */

#subcontentcontent #shopcart-wrapper {
	float: right;
	margin:0;
	border:0;
	padding:0;
	width: 169px;
	min-height: 850px;  /* 600px */		
	background: #fff;
}

	#shopcart-wrapper #shopcart-header{
		background: transparent url(../img/panels/08.gif) repeat-x;
		height: 50px;
	}
		#shopcart-wrapper #shopcart-header h1
		{
			font-size: 13px;
			color: #333;
			text-align: center;
			line-height: 42px;
		}

	#shopcart-wrapper #shopcart-body {
		top:60px;
		padding-left:8px;
	}
		#shopcart-wrapper #shopcart-body ul {
			width:152px;
		}
			#shopcart-wrapper #shopcart-body ul li {
				position: relative;
				border-left: 1px solid #e3e3e3;
				border-right: 1px solid #e3e3e3;
			}
		
			#shopcart-wrapper #shopcart-body ul li.top {
				border:0;
				background: transparent url(../img/layout/cartlistheader.jpg) no-repeat;
				height: 21px;
			}
		
			#shopcart-wrapper #shopcart-body ul li.section {
				background: transparent url(../img/layout/cartlistborder.jpg) no-repeat center bottom;
				font-size: 12px;
				padding-top:10px;				
			}

				#shopcart-wrapper #shopcart-body ul li.section div.editcart{
					display:block;
				}
					#shopcart-wrapper #shopcart-body ul li.section div.editcart input {
						width: 15px;
						font-size: 12px;
						line-height:10px;
						border-top-left-radius: 3px;
						border-top-right-radius: 3px;
						border-bottom-right-radius: 3px;
						border-bottom-left-radius: 3px;
						border-width:medium;
						border-style:none;
					}
					#shopcart-wrapper #shopcart-body ul li.section div.editcart img {
						vertical-align: middle;
						position: relative;
						left: 0px;
						cursor:pointer;
					}

				#shopcart-wrapper #shopcart-body ul li.section div.headerpl1
				{
					padding-top:5px;
					padding-bottom: 5px;
					text-align: left; 
					background-color: #E8EEF6;		
				}

				#shopcart-wrapper #shopcart-body ul li.section div.header { 
					padding-top:5px;
					padding-bottom: 5px;
					height: 19px;
					text-align: left; 
					background-color: #E8EEF6;		
				}
					#shopcart-wrapper #shopcart-body ul li.section div.header span { 
						padding-left:0px;
					}
					#shopcart-wrapper #shopcart-body ul li.section div.header div.editcart {
						padding-right:0px;
						float:right;
					}

				#shopcart-wrapper #shopcart-body ul li.section div.body { 
					margin-left:5px;
					width: 142px;
				}
					#shopcart-wrapper #shopcart-body ul li.section div.body ul {
						margin:0;
						border:0;
						padding: 0 0 10px 0;
						width:142px;
					}
						#shopcart-wrapper #shopcart-body ul li.section div.body ul li { 
							line-height:12px;
							margin:0;
							border:0;
							padding: 4px 0 4px 0;
						}

					#shopcart-wrapper #shopcart-body ul li.section div.body div.item { 
						margin:0; 
						border:0; 
						padding: 4px 4px 8px 0px;
					}
						#shopcart-wrapper #shopcart-body ul li.section div.body div.item div.left { 
							width:62px; 					
							float:left; 
						}
						#shopcart-wrapper #shopcart-body ul li.section div.body div.item div.right { 
							width:76px; 
							float:left;
						}

				#shopcart-wrapper #shopcart-body ul li.section div.client-header { 
					background-color: transparent;
					display: inline;
				}
					#shopcart-wrapper #shopcart-body ul li.section div.client-header a.shopcartclientsectionheaderselected {
						font-weight:bold;
						color:darkblue;
					}

			#shopcart-wrapper #shopcart-body ul li.section-pl789 {
				background:none;
			}
				#shopcart-wrapper #shopcart-body ul li.section-pl789 div.body ul li {
					background: transparent url(../img/layout/cartlistborder.jpg) no-repeat center bottom;
					padding: 10px 0 10px 0;
				}
				#shopcart-wrapper #shopcart-body ul li.section-pl789 div.body div.editcart-pl789{
					-moz-border-radius: 2px;
					-webkit-border-radius: 2px;
					border-radius: 2px;
					background: #f4f4f4;
					border: 1px solid #e4e4e4;
					padding: 3px;
					text-align: center;
					width: 95px;
					margin: 10px 0 0 21px;
				}
					#shopcart-wrapper #shopcart-body ul li.section-pl789 div.body div.editcart-pl789 input {
						width: 25px;
					}
					#shopcart-wrapper #shopcart-body ul li.section-pl789 div.body div.editcart-pl789 img {
						margin-left: 4px;
						margin-right: 4px;
					}

			#shopcart-wrapper #shopcart-body ul li.order {
				padding: 0px;
				padding-top: 10px;   
				font-size: 14px;
				font-style: italic;
				color: #003c85;
				text-align: center;
			}
				#shopcart-wrapper #shopcart-body ul li.order img {
					margin-top: 5px;
				}
			
			#shopcart-wrapper #shopcart-body ul li.bot {
				background: transparent url(../img/layout/cartlistfooter.jpg) no-repeat center bottom;
				height: 7px;
			}

.discount-box {
    color: #ffffff;
    background-color:#118011;
    margin: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.discount-box-2 {
    color: #ffffff;
    background-color:#3380cc;
    margin: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#add-coupon-discount {
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.remove-coupon-link {
     color: #fff;
}

.remove-coupon-link:hover {
     color: #ddd;
}


#shopcart-wrapper #shopcart-body .editcart-pl6 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    padding: 3px;
    text-align: center;
    width: 95px;
    margin: 10px 0 0 21px;
}

/* Profile box on left side */

div#idcard {
	background: #edf1f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d8dee2;
	padding: 10px;
	margin: 0px 50px 70px 20px;
	color: #454343;
	line-height: 18px;
	font-size: 12px;
}
	div#idcard div#welcome {
		margin-bottom: 2px;
	}
	div#idcard div#imagecontent {
		width: 30%;
		float: left;
	}
		div#idcard div#imagecontent img {
			margin-right: 5px;
		}
	div#idcard div#userinformation {
		width: 70%;
		float: right;
	}
    
div#idcard div.idcardloglinks {
	text-align: center;
	clear: left;
	font-size: 16px;
}
div#idcard div.idcardlinks {
	text-align: left;
	clear: left;
	font-size: 16px;
	border: solid 1px #d8dee2;
	background-color: #d8dee2;
	/*padding: 2px;*/
	margin-top: 5px;
}
div#idcard strong {
	font-size: 13px;
}
#subcontent div#idcard a {
	display: inline;
	background: none;
	font-size: 14px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	color: #003c85;
	text-align: left;
	float: none;
}

/* Product lines */
div#product-lines-box {
    background: #edf1f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d8dee2;
	padding: 5px;
	margin: 0px 50px 20px 20px;
	color: #454343;
	line-height: 18px;
	font-size: 12px;
}

div#product-lines-box h3 {
    font-size: 14px;
    border-bottom: dashed #666 1px;
    margin-bottom: 3px;
}

#subcontent div#product-lines-box a {
	display: inline;
	background: none;
	font-size: 14px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	color: #000;
	text-align: left;
	float: none;
}

#subcontent div#product-lines-box a:hover {
	color: #68A842;
}

#subcontent .selected {
    font-weight: bold;
    background-color: #E3F6CE;
}


/* Category View */

/* Product panels in category view */

.contentproducts div.product {
	margin-right: 10px;
	width: 140px;
	padding: 9px;
    padding-bottom: 12px;
	border: 1px solid #e6e6e6;
	float: left;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    position: relative;
    text-align: center;
    min-height: 160px;
}

.navigation {
    margin: 10px 2px;
    text-align: center;
}

.navigation ul,
.navigation li {
    display: inline-block;
}

.navigation i {
    padding: 0 7px;
}

.navigation a {
    background: #316940;
    border-radius: 2px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    padding: 0 7px;
    vertical-align: middle;
    text-decoration: none;
}

.navigation .navigation-prev,
.navigation .navigation-next {
    overflow: hidden;
    width: 75px;
}

.navigation .navigation-prev {
    background: url(../img/panels/03.gif);
    padding: 0 0 0 15px;
}

.navigation .navigation-next {
    background: url(../img/panels/02.gif);
    padding: 0 15px 0 0;
}

/* Every third item should have this .last class to make 3 items fit */

.contentproducts div.last {
	margin-right: 0px;
}
.contentproducts div.product:hover {
	border: 1px solid #d6d6d6;
}
.contentproducts div.product h1 {
	font-size: 20px;
	margin: 0px 0px 10px;
	line-height: 22px;
	color: #555;
	font-weight: normal;
	height: 45px;
	overflow: hidden;
}
.contentproducts div.product-pl16 h1 {
	font-size: 15px;
	margin: 0px 0px 10px;
	line-height: 22px;
	color: #555;
	font-weight: bold;
	overflow: hidden;
    text-align: left;
	height: 87px;
}
.pl16-clientname {
    width: 140px;
}
.contentproducts.contentproducts1 div.product img {
    height: 101px;
	width: 140px;
	overflow: hidden;
}

.contentproducts.contentproducts789 div.product img {
    height: 140px;
	width: 140px;
	overflow: hidden;
}

.contentproducts.contentproducts789 div.product .prodiconbig-wrap,
.contentproducts.contentproducts789 div.product .prodiconbig-wrap img { 
    height: 30px;
    text-align: center;
}

.contentproducts.contentproducts789 div.product .prodiconbig-wrap img {
    display: inline-block;
    width: 30px;
}


.contentproducts.contentproducts789 div.product .imageContainer {
	overflow: hidden;
    height: 140px;
	width: 140px;
}

.contentproducts.contentproducts789 div.product #imagePl14 {
	overflow: hidden;
    height: auto;
	width: auto;
}

.product-plate {
    display: inline-block;
 	margin-right: 8px;
	width: 140px;
	padding: 9px;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    vertical-align: top;
}

.product-plate .product-name {
    line-height: 1em;
	margin-bottom: 5px;
}

.product-plate span {
    position: absolute;
    float: left;
    width: 140px;
	height: 190px;
	overflow: hidden;
	margin-bottom: 7px;
}

.contentproducts div.product p {
	font-size: 11px;
	color: #333;
	margin-bottom: 7px;
	line-height: 14px;
	height: 28px;
	overflow: hidden;
}
.contentproducts div.product-pl16 p {
	font-size: 13px;
	color: #333;
	margin-bottom: 0px;
	line-height: 0px;
	height: 20px;
	overflow: hidden;
}
.contentproducts div.product div.prodicon {
	position: relative;
	float: right;
	margin-left: 5px;
	background: url(../img/layout/prodiconsprite.png) no-repeat top left;
	overflow: hidden;
	margin-bottom: 7px;
}
.contentproducts div.product-pl16 div.prodicon {
	position: relative;
	float: right;
	margin-left: 5px;
	background: url(../img/layout/prodiconsprite.png) no-repeat top left;
	overflow: hidden;
	margin-bottom: 7px;
}

.contentproducts div.product div.specialicons {
	float: left;
	height:20px;
	display:inline;
}
.contentproducts div.product-pl16 div.specialicons {
	float: left;
	height:20px;
	display:inline;
}

.contentproducts div.product div.specialicons img.prodicon {
	width: 20px; 
	height: 20px;
}

.contentproducts div.product-pl16 div.specialicons img.prodicon {
	width: 20px; 
	height: 20px;
}

#subcontent .contentproducts div.product .isGood_c { background-position: 0 0; width: 15px; height: 15px; } 


#subcontent .contentproducts div.product .prod_icon_c { background-position: 0 0; width: 15px; height: 15px; } 
#subcontent .contentproducts div.product .prod_icon_c_a { background-position: 0 -65px; width: 15px; height: 15px; } 
#subcontent .contentproducts div.product .prod_icon_d { background-position: 0 -130px; width: 15px; height: 15px; } 
#subcontent .contentproducts div.product .prod_icon_d_a { background-position: 0 -195px; width: 15px; height: 15px; } 
#subcontent .contentproducts div.product .prod_icon_n { background-position: 0 -260px; width: 15px; height: 15px; } 
#subcontent .contentproducts div.product .prod_icon_n_a { background-position: 0 -325px; width: 15px; height: 15px; } 
#subcontent .contentproducts div.product .prod_icon_v { background-position: 0 -390px; width: 15px; height: 15px; } 
#subcontent .contentproducts div.product .prod_icon_v_a { background-position: 0 -455px; width: 15px; height: 15px; } 

.contentproducts div.product div.price {
	color: #003c85;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	margin-bottom: 7px;
}

.contentproducts div.product-pl16 div.price {
	color: #333;
	font-size: 13px;
	line-height: 15px;
	height: 15px;
	margin-bottom: 7px;
    text-align: left;
}

.contentproducts .button-pl16 {
    float:left;
}

.contentproducts div.product-pl16 span.price {
	color: #333;
	font-size: 15px;
	line-height: 15px;
    font-weight: bold;
	height: 15px;
	margin-bottom: 7px;
    float: right;
}

.contentproducts div.product div.productBrand {
	color: #408be5;
	font-size: 14px;
}
.contentproducts div.product-pl16 div.productBrand {
	color: #408be5;
	font-size: 14px;
}
.contentproducts div.product div.buttons a {
	display: block;
	height: 30px;
	width: 70px;
	overflow: hidden;
	text-align: center;
	background: transparent url(../img/layout/prodbuttons.png) no-repeat top left;
	float: left;
	font-size: 0px;
	text-decoration: none;
}
.contentproducts div.product-pl16 div.buttons a {
	display: block;
	height: 30px;
	width: 70px;
	overflow: hidden;
	text-align: center;
	background: transparent url(../img/layout/prodbuttons.png) no-repeat top left;
	float: left;
	font-size: 0px;
	text-decoration: none;
}
.contentproducts div.product div.buttons a:hover {
	text-decoration: none;
}
.contentproducts div.product-pl16 div.buttons a:hover {
	text-decoration: none;
}
.contentproducts div.product div.buttons a.info { background-position: 0 0; }
.contentproducts div.product div.buttons a.info:hover { background-position: 0 -30px; }
.contentproducts div.product div.buttons a.bestel { background-position: -70px 0; }
.contentproducts div.product div.buttons a.bestel:hover { background-position: -70px -30px; }

.contentproducts div.product-pl16 div.buttons a.info { background-position: 0 0; }
.contentproducts div.product-pl16 div.buttons a.info:hover { background-position: 0 -30px; }
.contentproducts div.product-pl16 div.buttons a.bestel { background-position: -70px 0; }
.contentproducts div.product-pl16 div.buttons a.bestel:hover { background-position: -70px -30px; }

.contentproducts div.product div.buttons .btn-favourite {
    background: #316940 url(../img/favourite-icons.png) no-repeat;
    border: 2px solid white;
    border-radius: 50%;
    bottom: 0;
    height: 25px;
    left: 50%;
    margin-left: -12px;
    padding: 0 0 2px 2px;
    position: absolute;
    width: 25px;
}

.contentproducts div.product-pl16 div.buttons .btn-favourite {
    background: #316940 url(../img/favourite-icons.png) no-repeat;
    border: 2px solid white;
    border-radius: 50%;
    bottom: 0;
    height: 25px;
    left: 50%;
    margin-left: -12px;
    padding: 0 0 2px 2px;
    position: absolute;
    width: 25px;
}


.search-btn {
    background: #316940 url(../img/favourite-icons.png) no-repeat;
    background-position: -70px -30px;
    border: 2px solid white;
    border-radius: 10%;
    bottom: 0;
    height: 25px;
    padding: 0 0 2px 2px;
    width: 70px;
    cursor: pointer;
    color: #fff;
}

.contentproducts div.product div.buttons .btn-favourite.add-favourite {
    background-position: -3px -3px;
}

.contentproducts div.product div.buttons .btn-favourite.remove-favourite {
    background-position: -32px -3px;
}

.contentproducts hr {
    margin: 0;
}

.contentproducts h1.header {
    color: #333 !important;
    font-family: 'LinfordsHand';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
}

.contentproducts .product.product-small {
    margin-left: 2.5px;
    margin-right: 2.5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    width: 90px;
    word-wrap: break-word;
}

.contentproducts .product.product-small .product-img {
    height: 117px;
    overflow: hidden;
    vertical-align: middle;
}

.contentproducts .product.product-small .product-img .product-img-wrapper {
    display: table-cell;
    height: 117px;
    vertical-align: middle;
}

.contentproducts .product.product-small .product-img .product-img-wrapper img {
    height: 90px;
    max-width: 90px;
    width: 90px;
}

.contentproducts .product.product-small .product-text {
    height: 65px;
    overflow:hidden;
    text-overflow: ellipsis;
}

.contentproducts .product.product-small .product-small-buttons {
    margin-top: 5px;
    text-align: center;
}

.contentproducts .product.product-small .product-small-buttons > a {
    background: #316940;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 21px;
    line-height: 20px;
    text-decoration: none;
    width: 70px;
}

.text-center {
    text-align: center;
}

.contentproducts div.product.product-small div.specialicons {
	height:30px;
	display:block;
    margin-top: -30px;
    position: absolute;
    right: 0;
}

.contentproducts div.product.product-small div.specialicons img.prodicon {
    max-width: 30px;
	width: 30px; 
	height: 30px;
}

.contentproducts div.product.product-small .numericUpDown {
    margin-top: 2px;
}

.contentproducts div.product.product-small .numericUpDown > a {
    cursor: pointer;
}

.contentproducts .accordion-group {
    border: none;
}

.contentproducts .accordion-group .accordion-toggle {
    border-radius: 5px;
    margin-bottom: 5px;
}

.contentproducts .accordion-group .accordion-toggle:hover {
    background: #edf1f4;
    text-decoration: none;
}

/* Product Detail View */

#subcontentcontent #contentproductdetail h1 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 5px;
}
#subcontentcontent #contentproductdetail h2 {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 30px;
}
#contentproductdetail img.productphoto {
	width: 210px;
	height: auto;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	margin: 0px 0px 20px 20px;
}
#contentproductdetail ul {
	list-style: disc inside;
	margin-bottom: 20px;
}
#contentproductdetail ul li {
	color: #444;
	line-height: 26px;
	height: 26px;
	padding-left: 10px;
	font-size: 13px;
}
#contentproductdetail div.bigform {
	width: 490px;
}
#contentproductdetail fieldset, div.bigform fieldset {
	padding: 20px;
	border: 1px solid #ddd;
	margin-top: 20px;
	text-align: center;
	width: 190px;
	background: #e8eef6;
	margin: 20px 0px 20px 20px;
	position: relative;
}
#contentproductdetail fieldset legend, div.bigform fieldset legend {
	padding: 0px 5px;
	font-style: italic;
	font-size: 14px;
	margin: 0 auto;
}
#contentproductdetail fieldset label, div.bigform fieldset label {
	line-height: 15px;
	margin-bottom: 10px;
	padding: 5px;
	height: 15px;
	display: inline-block;
}
#contentproductdetail fieldset input, div.bigform fieldset input, form.bigform fieldset textarea {
	padding: 5px;
	margin-bottom: 10px;
	line-height: 15px;
}
#contentproductdetail fieldset input.btn, div.bigform fieldset input.btn, 
#contentproductdetail fieldset button.btn, div.bigform fieldset button.btn {
	display: block;
	width: 120px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	border: 0px;
	padding: 0px;
	line-height: 30px;
	height: 30px;
	background: #003c85;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 auto;
}
#contentproductdetail fieldset input.btn:active, div.bigform fieldset input.btn:active,
contentproductdetail fieldset button.btn:active, div.bigform fieldset button.btn:active {
	position: relative;
	top: 1px;
}
/* Landingspanel Shop */

#loginpanel ul#navigation {
	height: 82px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 3;
}
#loginpanel ul#navigation li {
	height: 80px;
	width: 152px;
	display: block;
	border: 1px solid #d8dde5;
	float: left;
	margin-right: 3px;
	padding: 0px;
	list-style: none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
#loginpanel ul#navigation li.last {
	margin-right: 0px;
}
#loginpanel ul#navigation li a {
	padding: 10px;
	display: block;
	text-align: center;
	background: #fff url(../img/layout/natabbg.jpg) repeat-x;
	width: 132px;
	height: 60px;
	z-index: 3;
	text-decoration: none;
	line-height: 18px;
	font-size: 11px;
	color: #777;
}
#loginpanel ul#navigation li a span {
	color: #666;
	font-size: 18px;
	line-height: 26px;
}
#loginpanel ul#navigation li a:hover span {
	color: #111;
}
#loginpanel ul#navigation li a:active {
	background: #e8eef6;
	border-bottom: 1px solid #e8eef6;
}
#loginpanel #panelcontainer {
	width: 500px;
	height: 400px;
	overflow: hidden;
	border: 1px solid #d8dde5;
	z-index: 1;
	position: relative;
	top: -1px;
}
#loginpanel .panelcontent {
	background: #e8eef6;
	height: 420px;
	padding: 30px;
	text-align: center;
}
#loginpanel #panelcontainer .ui-tabs-hide {
	display: none;
}
#loginpanel ul#navigation .ui-tabs-selected a {
	background: #e8eef6;
	border-bottom: 1px solid #e8eef6;
	font-style: italic;
}
#loginpanel ul#navigation li.ui-tabs-selected a span {
	color: #003c85;
}
#loginpanel ul#navigation li.ui-tabs-selected:hover a span {
	color: #003c85;
}
#loginpanel fieldset {
	text-align: right;
	width: 360px;
	margin: -20px auto 20px;
}
#loginpanel input.text, #subcontentcontent div.bigform fieldset input.text, #subcontentcontent div.bigform fieldset textarea {
	border: 1px solid #abb5c3;
	background: #fff url(../img/layout/inputbg.jpg) repeat-x top left;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	padding: 5px;
	border-bottom: 1px solid #c4cedd;
	border-top: 1px solid #909cac;
}
#subcontentcontent div.bigform fieldset textarea {
	height: 150px;
	width: 300px;
}
#loginpanel input.text:focus, #subcontentcontent div.bigform fieldset input.text:focus, #subcontentcontent div.bigform fieldset textarea:focus {
	border: 1px solid #003c85;
}
#loginpanel #panelcontainer .panelcontent h1 {
	font-size: 20px;
}
#loginpanel #panelcontainer .panelcontent h2 {
	font-size: 15px;
	color: #111;
	margin-bottom: 10px;
}
#loginpanel #panelcontainer .panelcontent p {
	font-size: 12px;
}
#loginpanel .panelcontent input.btn, #subcontentcontent div.bigform div.buttonrow input.btn, 
#loginpanel .panelcontent button.btn, #subcontentcontent div.bigform div.buttonrow button.btn {
	display: block;
	width: 120px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	border: 0px;
	padding: 0px;
	line-height: 30px;
	height: 30px;
	background: #003c85;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin: 10px auto 10px;
}

/* Aanmelden */

#subcontentcontent div.bigform fieldset {
	width: auto;
	background: #fff;
	text-align: left;
	margin: 20px 0px 0px;
    font-style: normal;
	font-family: 'Futura', 'Open Sans', 'Helvetica Neue', arial;
}
#subcontentcontent div.bigform  fieldset legend {
	font-size: 18px;
	color: #888;
	text-align: left;
	margin-left:5px;
	width:auto;
}
#subcontentcontent div.bigform input.text {
	float: left;
}
#subcontentcontent div.bigform div.controlset div {
	float: left;
	margin-bottom: 10px;
	line-height: 18px;
	padding: 5px 0px;
	width: 270px;
}
#subcontentcontent div.wider div.controlset div {
	width: 370px;
}
#subcontentcontent div.bigform div.controlset div.nomargin {
	margin-bottom: 0px;
}
#subcontentcontent div.bigform div.controlset input.radio, #subcontentcontent div.bigform div.controlset div label {
	display: inline;
	width: auto;
	height: auto;
	margin-right: 5px;
	float: none;
	clear: none;
	margin-bottom: 0px;
}
#subcontentcontent div.bigform label, #subcontentcontent div.bigform span.label {
	float: left;
	display: block;
	width: 160px;
	line-height: 17px;
	height: 17px;
	padding: 5px;
	margin-bottom: 10px;
}
#subcontentcontent div.bigform div.spacer {
	height: 18px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
#subcontentcontent div.bigform div.buttonrow {
	padding-left: 190px;
}
#subcontentcontent div.bigform div.buttonrow input.btn,
#subcontentcontent button.bigform div.buttonrow button.btn {
	margin: 10px 0px;
}

/* Checkout */

ul#timeline {
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 70px;
	background: transparent url(../img/layout/timelinesprite.gif) repeat-x 0px -450px;
}
ul#timeline li {
	width: 150px;
	height: 45px;
	float: left;
	margin: 0px;
	padding: 25px 5px 0px;
	background: transparent url(../img/layout/timelinesprite.gif) no-repeat center -300px;
	text-align: center;
	color: #888;
	font-size: 14px;
}
ul#timeline li.active {
	color: #333;
	background: transparent url(../img/layout/timelinesprite.gif) no-repeat center 0px;
}
ul#timeline li.current {
	font-style: italic;
	background: transparent url(../img/layout/timelinesprite.gif) no-repeat center -150px;
}

/* Producttable Checkout */

table.checkouttable {
	border: 1px solid #e4e4e4;
	border-top: 0px;
	width: 100%;
}
table.checkouttable tr.header div {
	background: url(../img/layout/cartlistheaderbig.jpg) repeat-x;
	height: 21px;
}
table.checkouttable tr.header td {
	padding: 0px;
}
table.checkouttable tr.bottom {
	border-bottom: 2px solid #dcdcdc;
	height: 1px;
}
table.checkouttable tr.bottom td {
	height: 1px;
	overflow: hidden;
}
table.checkouttable td, table.checkouttable th {
	padding: 5px 15px;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
}
table.checkouttable th {
	padding: 5px 15px;
}
table.checkouttable td.title {
	color: #666;
	font-size: 11px;
	width:280px;
}
table.checkouttable td.title span {
	font-size: 15px;
	color: #333;
}
table.checkouttable td.line div{
	height: 5px;
	/*background: transparent url(../img/layout/cartlistborderbig.jpg) repeat-x center center;*/
}
div.checkoutbuttons {
	margin: 10px 0px;
}
div.checkoutbuttons button {
	display: block;
	width: 180px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	border: 0px;
	padding: 0px;
	line-height: 30px;
	height: 30px;
	background: #003c85;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin: 10px auto 10px;	
}

div.checkoutbuttons button.disabled {
	background: #bbb;
	cursor: default;
	text-shadow: none;
}
div#subcontent div.innerwrap div.checkoutcontent {
	width: 680px;
	padding: 40px 10px;
}

/* Left Infopanel */

div#checkoutinfo {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e8eff3;
	padding: 10px;
	margin: 0px 50px 20px 20px;
	color: #555;
	line-height: 18px;
	font-size: 11px;
}
div#checkoutinfo p {
	color: #555;
}
div#checkoutinfo h1 {
	font-size: 16px;
	/*color: #454343;*/
	padding-left: 24px;
	background: transparent url(../img/layout/infoicon.png) no-repeat left 1px;
}

/* Checkout Date Select */

#subcontentcontent div.bigform div.dateitem {
	width: 80px;
	margin: 0px 55px 10px 0px;
	text-align: center;
	float: left;
}

#subcontentcontent div.bigform div.lastdate {
	margin: 0px 0px 10px 0px;
}

#subcontentcontent div.bigform div.dateitem label {
	height: 65px;
	width: 80px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #aaa;
	display: block;
	position: relative;
	text-align: center;
	font-style: italic;
	padding: 35px 0px 5px;
	color: #999;
	cursor: pointer;
}
#subcontentcontent div.bigform div.dateitem label span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	text-align: center;
	width: 70px;
	height: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	background: #003c85;
	font-style: normal;
}
#subcontentcontent div.bigform div.dateitem label strong {
	font-style: normal;
	font-size: 36px;
	color: #222;
	display: block;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}



/* Maurice Smeenge 12-5-2011: adding koelvers css part. */


#freshFrozenContent
{
	width: 100%; 
	float: left;  
}



/* Vriesvers multi number of products */

#subcontentcontent div.bigform div.geboorteset div {
	float: left;
	margin-bottom: 10px;
	line-height: 18px;
	padding:  5px 0px;
	width: 270px;
}

#subcontentcontent div.bigform div.checkboxset {
	margin-bottom: 10px;
	line-height: 18px;
	/*padding:  5px 0px; */
	width: 400px;
}



.griddefault {
	border:1px solid #828282;background:#fff;color:#333

}
.griddefault,.griddefault .gridMasterTable,.griddefault .rgDetailTable,.griddefault .rgGroupPanel table,.griddefault .rgCommandRow table,.griddefault .rgEditForm table,.griddefault .rgPager table,.GridToolTip_Default {
	font:12px/16px "segoe ui",arial,sans-serif

}
.griddefault .rgAdd,.griddefault .rgRefresh,.griddefault .rgEdit,.griddefault .rgDel,.griddefault .rgFilter,.griddefault .rgPagePrev,.griddefault .rgPageNext,.griddefault .rgPageFirst,.griddefault .rgPageLast,.griddefault .rgExpand,.griddefault .rgCollapse,.griddefault .rgSortAsc,.griddefault .rgSortDesc,.griddefault .rgUpdate,.griddefault .rgCancel,.griddefault .rgUngroup,.griddefault .rgExpXLS,.griddefault .rgExpDOC,.griddefault .rgExpPDF,.griddefault .rgExpCSV{background-image:url('')}.griddefault .gridHeaderDiv{background:#eee 0 -7550px repeat-x url('')}.rgTwoLines .gridHeaderDiv{background-position:0 -7050px}.griddefault .gridHeader,.griddefault th.rgResizeCol{border:0;border-bottom:1px solid #828282;background:#eaeaea 0 -2300px repeat-x url('')}.griddefault .rgMultiHeaderRow .gridHeader,.griddefault .rgMultiHeaderRow .rgResizeCol{border-left:1px solid #828282}.griddefault th.rgSorted{background-color:#c4c4c4;background-position:0 -2600px}.griddefault .gridHeader,.griddefault .gridHeader a{color:#333}.griddefault .rgRow td,.griddefault .rgAltRow td,.griddefault .rgEditRow td,.griddefault .rgFooter td{border-style:solid;border-width:0 0 1px 0}.griddefault .rgRow td{border-color:#fff}.griddefault .rgAltRow{background:#f2f2f2}.griddefault .rgAltRow td{border-color:#f2f2f2}.griddefault .rgRow .rgSorted{border-bottom-color:#f2f2f2;background-color:#f2f2f2}.griddefault .rgAltRow .rgSorted{border-bottom-color:#e6e6e6;background-color:#e6e6e6}.griddefault .rgSelectedRow .rgSorted,.griddefault .rgActiveRow .rgSorted,.griddefault .rgHoveredRow .rgSorted,.griddefault .rgEditRow .rgSorted{background-color:transparent}.griddefault .rgRow a,.griddefault .rgAltRow a,.griddefault .rgEditRow a,.griddefault tr.rgEditRow a,.griddefault tr.rgHoveredRow a,.griddefault tr.rgActiveRow a,.griddefault .rgFooter a,.griddefault .rgEditForm a{color:#000}.griddefault .gridMasterTable .rgSelectedCell,.griddefault .rgSelectedRow{background:#828282 0 -3900px repeat-x url('');color:#fff}*+html .griddefault .rgSelectedRow .rgSorted{background-color:#828282}* html .griddefault .rgSelectedRow .rgSorted{background-color:#828282}.griddefault .rgSelectedCell a,.griddefault .rgSelectedRow a{color:#fff}.griddefault .gridMasterTable .rgActiveCell,.griddefault .rgActiveRow,.griddefault .rgHoveredRow{background:#c5c5c5 0 -2900px repeat-x url('');color:#333}*+html .griddefault .rgActiveRow .rgSorted,*+html .griddefault .rgHoveredRow .rgSorted{background-color:#c5c5c5}* html .griddefault .rgActiveRow .rgSorted,* html .griddefault .rgHoveredRow .rgSorted{background-color:#c5c5c5}.griddefault .rgEditRow{background:#fff 0 -4900px repeat-x url('');color:#333}*+html .griddefault .rgEditRow .rgSorted{background-color:#fff}* html .griddefault .rgEditRow .rgSorted{background-color:#fff}.griddefault .rgActiveRow td,.griddefault .rgActiveRow td.rgSorted,.griddefault .rgHoveredRow td,.griddefault .rgHoveredRow td.rgSorted{border-bottom-color:#9e9e9e}.griddefault .rgSelectedRow td,.griddefault .rgSelectedRow td.rgSorted{border-bottom-color:#6c6c6c}.griddefault .rgDrag{background-image:url('')}.griddefault .rgFooterDiv,.griddefault .rgFooter{background:#eee}.griddefault .rgFooter td{border-top:1px solid #828282;border-bottom:1px solid #fff}.griddefault .rgPager .rgStatus{border:1px solid;border-color:#828282 #c9c9c9 #eee #c9c9c9;border-left-width:0}.griddefault .rgStatus div{background-image:url('')}.griddefault .rgPager{background:#eee}.griddefault td.rgPagerCell{border:1px solid;border-color:#828282 #eee #eee;border-right-width:0}.griddefault .rgInfoPart{color:#8a8a8a}.griddefault .rgInfoPart strong{color:#4c4e54}.griddefault .rgPageFirst{background-position:0 -550px}.griddefault .rgPageFirst:hover{background-position:0 -600px}.griddefault .rgPagePrev{background-position:0 -700px}.griddefault .rgPagePrev:hover{background-position:0 -750px}.griddefault .rgPageNext{background-position:0 -850px}.griddefault .rgPageNext:hover{background-position:0 -900px}.griddefault .rgPageLast{background-position:0 -1000px}.griddefault .rgPageLast:hover{background-position:0 -1050px}.griddefault .rgPager .rgPagerButton{border-color:#d0d0d0 #aeaeae #8b8b8b;background:#e8e8e8 repeat-x 0 -1550px url('');color:#000;font-family:"segoe ui",arial,sans-serif}.griddefault .rgNumPart a:hover,.griddefault .rgNumPart a:hover span,.griddefault .rgNumPart a.rgCurrentPage,.griddefault .rgNumPart a.rgCurrentPage span{background:no-repeat url('')}.griddefault .rgNumPart a{color:#000}.griddefault .rgNumPart a:hover{background-position:100% -1250px}.griddefault .rgNumPart a:hover span{background-position:0 -1150px}.griddefault .rgNumPart a.rgCurrentPage,.griddefault .rgNumPart a.rgCurrentPage:hover{background-position:100% -1450px}.griddefault .rgNumPart a.rgCurrentPage span,.griddefault .rgNumPart a.rgCurrentPage:hover span{background-position:0 -1350px}.griddefault .gridHeader .rgSortAsc{background-position:3px -248px;height:10px}.griddefault .gridHeader .rgSortDesc{background-position:3px -198px;height:10px}.GridReorderTop_Default,.GridReorderBottom_Default{background:0 0 no-repeat url('1n371Otw4MJFQlxljv3F_J4_imQzayXoLshRY9lv-Cw95q688DntzUB717TEaFVcsOCXNZduecJ-h2W_vwB7bUu4d4oqLvuuVe8U6vmzAVV9WDMmudO_ZmC-7yzEUjfswqlyHJI1aRooTbh2dg62ltLMocaCUYa4Ap5iHn4nv2A1&t=634901669827960625')}.GridReorderBottom_Default{background-position:0 -50px}.griddefault .rgFilterRow{background:#eee}.griddefault .rgFilterRow td{border-bottom:1px solid #828282}.griddefault .rgFilter{background-position:0 -300px}.griddefault .rgFilter:hover{background-position:0 -350px}.griddefault .rgFilterActive,.griddefault .rgFilterActive:hover{background-position:0 -400px}.griddefault .rgFilterBox{border-color:#8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;font-family:"segoe ui",arial,sans-serif;color:#333}.RadMenu_Default .rgHCMClear,.RadMenu_Default .rgHCMFilter{border-color:#d0d0d0 #a8a8a8 #8b8b8b;background:#e8e8e8 center -23px repeat-x url('SsrxlSLtP-xR-8NIjIlHf1K7PGOo8tLWwwF1m2kv1b47ORXh-TdpZan9XncQQXS6l-n9vO97hhmLXddqSHsorUdG2TCqG3vUFoN_JfM1rr2GNAxplCINxAoeOBZ_XE9iwLOXtEvxd76iODY0ZMx-GrXcndB0w8gqVghr2ZK76NPjM_Xa2zN4V_8godVzpXG90&t=634901669827960625');color:#000;font-family:"segoe ui",arial,sans-serif}.RadMenu_Default .rgHCMClear:hover,.RadMenu_Default .rgHCMFilter:hover{border-color:#d1d1d1 #b9b9b9 #a3a3a3;background-position:center -67px;background-color:#e5e5e5}.GridContextMenu_Default .rmLeftImage{background-image:url('IKvKRs7Q5TLpz2gfeNW2CZQV9AlWnic0cOPjPB43AbKffiyjWleH7_2-9S6i3yFbGDngSJJPLkXjSFK9YFBHUAEzr4fezxk4kXXkJwPVQsGTYrIwHxHzNbaumDazs3J1OfYLfPnfR6hGJOeR39jC5hseyVFMaQ8BIJsBRXk_EUY1&t=634901669827960625')}.GridContextMenu_Default .rgHCMSortAsc .rmLeftImage{background-position:0 0}.GridContextMenu_Default .rgHCMSortDesc .rmLeftImage{background-position:0 -40px}.GridContextMenu_Default .rgHCMUnsort .rmLeftImage{background-position:0 -80px}.GridContextMenu_Default .rgHCMGroup .rmLeftImage{background-position:0 -120px}.GridContextMenu_Default .rgHCMUngroup .rmLeftImage{background-position:0 -160px}.GridContextMenu_Default .rgHCMCols .rmLeftImage{background-position:0 -200px}.GridContextMenu_Default .rgHCMFilter .rmLeftImage{background-position:0 -240px}.GridContextMenu_Default .rgHCMUnfilter .rmLeftImage{background-position:0 -280px}.griddefault .rgGroupPanel{border:0;border-bottom:1px solid #828282;background:#eee 0 -1900px repeat-x url('1n371Otw4MJFQlxljv3F_J4_imQzayXoLshRY9lv-Cw95q688DntzUB717TEaFVcsOCXNZduecJ-h2W_vwB7bUu4d4oqLvuuVe8U6vmzAVV9WDMmudO_ZmC-7yzEUjfswqlyHJI1aRooTbh2dg62ltLMocaCUYa4Ap5iHn4nv2A1&t=634901669827960625')}.griddefault .rgGroupPanel td{border:0;padding:3px 4px}.griddefault .rgGroupPanel td td{padding:0}.griddefault .rgGroupPanel .rgSortAsc{background-position:4px -144px}.griddefault .rgGroupPanel .rgSortDesc{background-position:4px -94px}.griddefault .rgUngroup{background-position:0 -6998px}.griddefault .rgGroupItem{border:1px solid;border-color:#c4c4c4 #c4c4c4 #9e9e9e;background:#c6c6c6 0 -6500px repeat-x url('1n371Otw4MJFQlxljv3F_J4_imQzayXoLshRY9lv-Cw95q688DntzUB717TEaFVcsOCXNZduecJ-h2W_vwB7bUu4d4oqLvuuVe8U6vmzAVV9WDMmudO_ZmC-7yzEUjfswqlyHJI1aRooTbh2dg62ltLMocaCUYa4Ap5iHn4nv2A1&t=634901669827960625')}.griddefault .gridMasterTable td.rgGroupCol,.griddefault .gridMasterTable td.rgExpandCol{border-color:#d9d9d9;background:#d9d9d9 none}.griddefault .rgGroupHeader{background:#d9d9d9;font-size:1.1em;line-height:21px;color:#000}.griddefault .rgGroupHeader td{border-top:1px solid #828282;border-bottom:1px solid #d9d9d9}.griddefault .rgGroupHeader td.rgGroupCol{border-top-color:#828282}.griddefault .rgExpand{background-position:5px -496px}.griddefault .rgCollapse{background-position:3px -444px}.griddefault .rgEditForm{border-bottom:1px solid #828282}.griddefault .rgUpdate{background-position:0 -1800px}.griddefault .rgCancel{background-position:0 -1850px}.griddefault .rgDetailTable{border-color:#828282}.griddefault .rgCommandRow{background:#c5c5c5 0 -2099px repeat-x url('1n371Otw4MJFQlxljv3F_J4_imQzayXoLshRY9lv-Cw95q688DntzUB717TEaFVcsOCXNZduecJ-h2W_vwB7bUu4d4oqLvuuVe8U6vmzAVV9WDMmudO_ZmC-7yzEUjfswqlyHJI1aRooTbh2dg62ltLMocaCUYa4Ap5iHn4nv2A1&t=634901669827960625');color:#000}.griddefault .rgCommandCell{border:1px solid;border-color:#999 #f2f2f2;border-top-width:0;padding:0}.griddefault tfoot .rgCommandCell,.griddefault .gridMasterTable>tbody>tr.rgCommandRow .rgCommandCell{border-top-width:1px;border-bottom-width:0}.griddefault .rgCommandTable td{border:0;padding:2px 7px}.griddefault .rgCommandTable{border:0;border-top:1px solid #fdfdfd;border-bottom:1px solid #e7e7e7}.griddefault .rgCommandRow a{color:#000;text-decoration:none}.griddefault .rgAdd{margin-right:3px;background-position:0 -1650px}.griddefault .rgRefresh{margin-right:3px;background-position:0 -1600px}.griddefault .rgEdit{background-position:0 -1700px}.griddefault .rgDel{background-position:0 -1750px}.griddefault .rgSelected .rgDel{background-position:0 -1775px}.griddefault .rgExpXLS,.griddefault .rgExpDOC,.griddefault .rgExpPDF,.griddefault .rgExpCSV{background-image:url('GNQwjIG9JeWEQdD6QQbqW0qexUTS16-OmIJAPw3ZifspyihOBL0UESb1ne6NPxWVLmWNPFyyB17Q8CEQWw6SxtUYan3tkPeSeUTVHHMM7XHeN7JPZ0Kd7DrqQuaWs8-S91VFYehVHv5pXej3FcGFu07m1PkhInhEmP-xSypj4xs1&t=634901669827960625')}.griddefault .rgExpXLS{background-position:0 0}.griddefault .rgExpDOC{background-position:0 -50px}.griddefault .rgExpPDF{background-position:0 -100px}.griddefault .rgExpCSV{background-position:0 -150px}.rgCellSelectorArea_Default,.GridRowSelector_Default{background:#4c4e54}.GridItemDropIndicator_Default{border-top:1px dashed #666}.GridToolTip_Default{border:1px solid #828282;padding:3px;background:#fff;color:#333}.RadGridRTL_Default .rgPageFirst{background-position:0 -1000px}.RadGridRTL_Default .rgPageFirst:hover{background-position:0 -1050px}.RadGridRTL_Default .rgPagePrev{background-position:0 -850px}.RadGridRTL_Default .rgPagePrev:hover{background-position:0 -900px}.RadGridRTL_Default .rgPageNext{background-position:0 -700px}.RadGridRTL_Default .rgPageNext:hover{background-position:0 -750px}.RadGridRTL_Default .rgPageLast{background-position:0 -550px}.RadGridRTL_Default .rgPageLast:hover{background-position:0 -600px}.RadGridRTL_Default .rgExpand{background-position:-20px -496px}

.griddefault .gridDataDiv {
	width: 100%;
	height: 300px;
	overflow: auto;
}

.griddefault .gridMasterTable {
	width: 100%; 
	empty-cells: show; 
	table-layout: auto;
}

.active-week {
    border-top: 2px solid #003c85;
    border-bottom: 2px solid #003c85;
    margin-right: 30px;
}

.pl16-accordion {
	height: 43px;
	overflow: hidden;
}


#menu-card-instance {
    width: 511px;
	float: left;
	/*line-height:0;*/
    margin-top: 5px;
}
	
	#menu-card-instance .header-container {
		width: 100%;
		height: 50px; 
	}
	
	#menu-card-instance .middle-container {
		//margin-top: 30px; 
		border-color: #898c95;
		border-width: 1px; 
		border-style: none;
		height:auto;
		min-height:500px;
	}

		#menu-card-instance .middle-container .contentproducts {
			padding-top: 0;
		}

        #menu-card-instance .middle-container .left-container {
			width: 53%; 
			float: left;
		}

			#menu-card-instance .middle-container .left-container #plate-container {
				width: 275px; 
				position: relative;
			}

				#menu-card-instance .middle-container .left-container #plate-container img {
					width: 280px; 
				}

		#menu-card-instance .middle-container .right-container {
			width: 45%; 
			float: right;
		}

        .pl1-product-name {
            width: 180px;
            float: left;
        }

			#menu-card-instance .middle-container .right-container .comp-container .header {
                background: url(../img/panels/06_2.gif);
				color: black;
                font-family: 'LinfordsHand';
                font-size: 14px;
				line-height: 43px;
				padding-left: 12px; 
				display: inline-block;
                text-decoration: none;
				width: 210px; 
				height: 43px; 
			}

				#menu-card-instance .middle-container .right-container .comp-container .header span {
					width: 100%; 
					padding-left: 0px; 
					padding-right: 0px; 
					color: black
				}


.composite-image {
    position: absolute;
    top: 0;
}

.composite-image-pl16 {
    top: 0;
	height: 180px;
	width: 234px;
}

.cooktype-image-pl16{
    position: absolute;
    z-index: 1000;
    top: 17px;
}

.composite-image-pl16-info {
    top: 0;
	height: 190px;
	width: 241px;
}


.tiled-image {
    position: relative;
}

span.product-without-image {
    color: #316940;
}

input.product-quantity {
    width: 15px;
}

input.product-quantity-pl17 {
    width: 100px;
    text-align: right;
}

input.budget-quantity {
    width: 30px;
}

input.product-quantity-pl13 {
    width: 23px;
}


.pl5-section {
    padding-bottom: 15px;
}
.pl5-section-header {
    font-weight: bold;
    font-size: 1.1em;
}

#delivery-tabs {
    margin-top: 5px;
}

ul.mci-search-results {
    margin-top: 20px;
    list-style: none;
}
ul.mci-search-results li {
    padding-bottom: 8px;
}

.mci-search-results-header {
}
.mci-search-results-week {
}
.mci-search-result-processed {
    text-decoration: line-through;
}
.mci-search-results-details {
    color: gray;
    font-size: 0.9em;
}

.menu-card-instance-info {
    margin-top: 10px;
    margin-bottom: 10px;
}
    .menu-card-instance-info-row {
        margin-bottom: 4px;
    }
    .menu-card-instance-info-label {
        width: 145px;
        display: inline-block;
    }
    .menu-card-instance-info-label-pl16 {
        width: 45px;
        display: inline-block;
    }
    .menu-card-instance-info-value {
        display: inline-block;
        font-weight: bold;
    }

.menu-card-instance-info > div:nth-last-child(2) {
    display: inline-block;
}

.download-link {
    font-size: 0.9em;
    padding-left: 5px;
}

.download-link-2 {
    display: block;
    margin: 10px 0 5px;
}

.numericUpDown {
	overflow:hidden;
	padding:0;
	vertical-align:middle;
	display:inline-block;	
	position:relative;
}

	.numericUpDown input
	{
		padding:0;
		margin-top:0.2em;
		margin-right:22px;
		margin-bottom:0.2em;
		margin-left:0.4em;
		border-width:medium;
		border-style:none;
	}
	
	.numericUpDown .numericUpDown-button-common
	{
		line-height:normal;
		vertical-align:middle;
		text-decoration:none;
		width:16px;
		height:50%;
		text-align:center;
		right:0;
		overflow:hidden;
		padding:0;
		margin:0;
		display:block;
		position:absolute;
		cursor:default;
		border-width:medium;
		border-style:none;
	}

	.numericUpDown .numericUpDown-button-top {
		top:0;		
	}
	
	.numericUpDown .numericUpDown-button-down {
		bottom:0;	
	}

	.numericUpDown .numericUpDown-button-common .numericUpDown-button-text 	{
		line-height:normal;
		display:block;
		padding-top:0.4em;
		padding-right:1em;
		padding-bottom:0.4em;
		padding-left:1em;
	}

	.numericUpDown .numericUpDown-button-common .numericUpDown-button-text .numericUpDown-button-icon
	{
		display:block;
		background-repeat:no-repeat;
		width:16px;
		height:16px;
		left:0;
		top:50%;
		margin-top:-8px;
		position:absolute;
	}

.disabled-button,
.disabled-button:hover {
    color: #316940;
    cursor: default !important;
    opacity: .3 !important;
}

.bestel.disabled-button:hover {
    background-position: -70px 0 !important;
}

#product-information
{
	width:650px;
}

	#product-information .top-section
	{
		/*width:100%;
		height:240px;*/
	}

    #product-information hr
	{
		margin: 5px 0;
	}
		#product-information .top-section .image-section
		{
			/*width:45%;
			height:100%;
			float:left;*/
            padding: 10px;
			background: #fff;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border: 1px solid #e6e6e6;
		}
			#product-information .top-section .image-section img.productphoto {
				/*width: 210px;
				height: 210px;
				overflow: hidden;
				padding: 10px;
				background: #fff;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				border: 1px solid #e6e6e6;
				margin: 0px 0px 20px 20px;*/
			}

            #product-information .top-section .image-section #plate-container {
                height: 341px;
				position: relative;
			}

			#product-information .top-section .image-section #plate-container-pl16 {
                height: 190px;
				position: relative;
			}

		#product-information .top-section .title-section
		{
			/*width:55%;
			height:100%;
			float:right;*/
		}
			#product-information .top-section .title-section h1 {
				font-size: 20px;
				line-height: 30px;
			}
			#product-information .top-section .title-section h5 {
				font-size: 14px;
                font-weight: normal;
                line-height: 30px;
				color: #666;
			}
            #product-information .top-section .title-section .prodicon {
				width: 30px;
			}

	#product-information .down-section
	{
		/*width:100%;*/
	}
		#product-information .down-section .info1-section
		{
			/*width:50%;
			float:left;
			margin-left:20px;*/
		}
	
		#product-information .down-section .info2-section
		{
			/*width:50%;
			float:right;
			margin-left:-20px;*/
		}



 .order-total-price {
     font-weight: bold;
 }


 #articlecontent {
	padding-left: 5px;
}

.page
{
	padding-top:50px;
}
.page h1 {
	color: rgb(49, 105, 64); font-size: 3.6em !important;font-family: "Futura Bold","Helvetica Neue","Arial";
}
.page h2 {
	color: rgb(104, 168, 66); font-size: 2.2em; font-weight: bold !important;font-family: "Futura Bold","Helvetica Neue","Arial";
}

.entry-content > p {
	margin-top: 1em;
}
.entry-content h1 + p {
	margin-top: 0.5em;
}
.entry-content h2 + p {
	margin-top: 0.5em;
}

.webshop-blocks .block {
	background: url(../img/layout/orange-linnen.png) left top; padding: 20px; width: 100%; margin-top: 20px; margin-bottom: 20px; float: left; box-sizing: border-box; box-shadow: 1px 1px 3px rgba(0,0,0,0.2); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box;
}
.webshop-blocks :first-child.block {
	background: url(../img/layout/red-linnen.png) left top;
}
.webshop-blocks .block h2 {
	text-align: center; color: rgb(255, 255, 255) !important;
}
.webshop-blocks .block h3 {
	color: rgb(126, 81, 45) !important;
}
.webshop-blocks .block h3 {
	font-size: 1.5em;
}
.webshop-blocks .block a {
	background: white; padding: 5px 8px; width: 100%; text-align: center; color: rgb(49, 105, 64); font-size: 1.4em; margin-top: 10px; display: inline-block; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box;
}
.webshop-blocks .block .keuze {
	width: 33%; padding-left: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box;
}
.webshop-blocks .block h3 {
	text-align: center;
}
.webshop-blocks .block :first-child.keuze {
	padding-right: 20px; padding-left: 0px;
}
.webshop-blocks .block .keuze img {
	border-radius: 0px; width: 100%; box-sizing: border-box; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box;
}


.confirm-btn {
    background: none;
    border: none;
}

/* FIXES */

#subcontentcontent div.bigform label.label-block {
	line-height: 20px;
	width: 100%;
}

.meal-info {
    background: #316940;
    border: none;
    border-radius: 3px;
    color: white;
    font-size: .9em;
    font-weight: bold;
    margin: 10px;
    margin-top: 0;
    padding: 3px 10px;
}

/* PAGE PRINT */

.wrapper-print #subcontent .subcontentcontentshop {
    background: #fff;
    padding: 10px 60px;
    padding-left: 100px;
    width: 780px;
}

.wrapper-print #subcontent .subcontentcontentshop #menu-card-instance {
    width: 100%;
}

.order-preview-section-wrapper {
    float: left;
    height: 400px;
    width: 33.3%;
}

.order-preview-b-section-wrapper {
    float: left;
    width: 33.3%;
}

.order-preview-b-section-wrapper #plate-container {
    height: 265px;
}

.order-preview-b-section-wrapper .product-name {
    display: block;
    line-height: 1.3em;
}

.order-preview-section-wrapper-long {
    height: 450px;
}

.order-preview-section-wrapper-short {
    height: 350px;
}

.order-preview-section-wrapper #plate-container {
    height: 265px;
}

.order-preview-section-wrapper .composite-image,
.order-preview-section-wrapper .product-image {
    width: 200px;
}

.order-preview-section-wrapper .product-name {
    display: block;
    line-height: 1.3em;
}

.order-preview-section-caption {
    color: #316940;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.btn-print {
    background: #316940;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin: 10px;
    padding: 5px 15px;
}

.tab-pane h3 {
    font-family: 'LinfordsHand';
    font-size: 22px;
}


/* Classes for forms */

.optionsRadios {
    display: inline-block;
    margin-left: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

.optionsRadios .radio {
    height: 18px;
}

/* Layout Popups */

html.layout-popup {
    height: 250px;
    width: auto;
}

html.layout-popup body {
    background: none;
}

html.layout-popup h4 {
    font-size: 14px;
    margin-bottom: 7px;
}

html.layout-popup hr {
    margin: 10px 0;
}

html.layout-popup .postal-code-panel h3 {
    margin-bottom: 40px;
}

html.layout-popup .partner-panel h3 {
    margin-bottom: 15px;
    line-height: 25px;
}

html.layout-popup .partner-panel h4 {
    display: inline-block;
    margin-bottom: 0;
}

html.layout-popup .partner-panel img {
    float: left;
    margin-bottom: 10px;
    margin-right: 7px;
    max-height: 95px;
    max-width: 250px;
}

html.layout-popup .partner-panel .partner-name {
  color: #316940;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 5px;
}

html.layout-popup .foodconnect-panel {
    text-align: center;
}

html.layout-popup .foodconnect-panel h1 {
    color: #333 !important;
}

html.layout-popup .foodconnect-panel h3 {
    text-align: left;
}

html.layout-popup .not-found-panel h3 {
    margin-bottom: 40px;
}

html.layout-popup .down-section {
    bottom: 0;
    position: fixed;
    width: 100%;
}

html.layout-popup .down-section a {
    color: #333;
    line-height: 16px;
}

html.layout-popup .down-section h4 {
    margin: 0;
}

html.layout-popup .input-append > input[type="text"] {
    border-radius: 3px 0 0 3px;
    width: 88% !important;
}

html.layout-popup button.btn.btn-default {
    background: none !important;
    border: none !important;
    box-shadow: none;
    color: #333 !important;
}

html.layout-popup button.btn.btn-default:hover {
    text-decoration: underline;
}

html.layout-popup button.btn.btn-primary {
    background: rgb(104, 168, 66) !important;
    border: 1px solid !important;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
}

.fancybox-type-iframe .fancybox-inner {
    overflow:hidden !important;
}

html.layout-popup .list-cities {
    max-height: 50px;
    overflow: auto;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.welkomstmenu {
    background: url(../img/layout/red-dark-linnen.png) repeat;
    border-radius: 20px;
    color: white;
    line-height: 1.2em;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 15px;
}

.welkomstmenu h4 {
    font-size: 16px;
}

.pl16-plate-container {
    position: relative;
    height: 180px;
    width: 235px;
}

#mealInformation-pl16 {
    text-align: left;
    font-size: 12px;
}

.contentproducts div.product-pl16 {
	margin-right: 10px;
	width: 235px;
	height: 385px;
	padding: 3px;
    padding-bottom: 12px;
	border: 1px solid #e6e6e6;
	float: left;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    position: relative;
    text-align: center;
    min-height: 160px;
}

.pl5-plate-container {
    position: relative;
    height: 185px;
}

.pl5-plate-container .composite-image {
    display: block;
}

#sectiondownsubmenu .left-section-title {
    border-bottom: 1px solid #cccccc;
    color: #999;
    height: 15px;
    margin-right: 30px;
    margin-top: 20px;
}

#subcontent .submenub a.changeWeek{
    padding-left: 0;
}

.meals-list .meal-type {
    font-family: 'LinfordsHand';
    font-size: 16px;
}

.meals-list ul {
    color: #316940;
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.meals-list span {
    float: none;
    position: relative;
}

#plate-container-summary {
    height: 182px;
}

.pl18-section {

    display: flex;
    align-items: center;
}

.pl18-section img {
   width: 20px;
   height: 20px;
   margin-right: 10px;
}

.cookiePopup {
    display: none;
    position: fixed !important;
    z-index: 1000;
    transform: translate(-50%, -50%) !important;
    z-index: 100000000000 !important;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 80%;
    max-width: 500px;
    left: 50% !important;
    top: 50% !important;
}

.cookie-header {    
    text-align: center;
    border-bottom: 1px solid #eee; 
}

.scrool-full {
    max-height: calc(100vh - 173px) !important;
    margin-bottom: 75px !important;
    margin-top: 10px;
    padding: 0px 20px !important;
    overflow-y: auto;
}

.cookie-footer {
    display:flex;
    background-color: #fff !important;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .2) !important;
    padding: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#cookieOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.confirmCookies {
    background-color: #4CAF50;
    color: white;    
    padding: 10px 20px;
    border: 1px solid #4CAF50;
    border-radius: 5px;
    cursor: pointer;
    transition: border 0.3s ease, outline 0.3s ease;
    outline: 1px solid transparent;
    font-weight: bold;
}

.confirmCookies:disabled {
    background-color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
    color: #666;
}

#rejectCookies {
    color: #4CAF50;    
    padding: 10px 20px;
    border: 1px solid #4CAF50;
    border-radius: 5px;
    cursor: pointer;
    transition: border 0.3s ease, outline 0.3s ease;
    outline: 1px solid transparent;
    font-weight: bold;
}

#rejectCookies:hover, .confirmCookies:hover {
    outline: 1px solid #4CAF50; 
}

.text-left {
    text-align: justify;
    padding: 10px;    
}

.cookieParcialAcceptanceBlock {
    display: flex;
    overflow-y: auto;
}

.cookie-description{
    font-size: 12px !important;        
    margin-bottom: 10px;
    text-align:left;
    border-bottom: 1px solid #eee; 
    text-align: justify;
}

.radio-group {
    display: flex; 
    align-items: center; 
}

.radio-group > div {
    margin-right: auto;
}

.radio-input {
    display: none;
}

.radio-label {
    cursor: pointer;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden; 
    width: 30px;
    height: 30px; 
    background-color: transparent;
    transition: background-color 0.3s;
    border: 1px solid #4CAF50;
}

.radio-icon {
    width: 24px; 
    height: 24px; 
    fill: rgba(0, 0, 0, 0.5); 
    transition: fill 0.3s;
}

.radio-input:checked + .radio-label {
    background-color: #4CAF50;
}

.radio-input:checked + .radio-label .radio-icon {
    fill: white;
}

.accept-icon {
    opacity: 0.5;
}

.decline-icon {
    opacity: 0.5;
}

#ad-accept:checked + .radio-label .accept-icon {
    opacity: 1; 
}

#ad-decline:checked + .radio-label .decline-icon {
    opacity: 1;
}

.right-buttons {
    margin-left: auto;
    padding-right: 20px;
}

.right-buttons button {
    margin-left: 10px;
}
.cookieInfoHeader {    
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    background-color: white;
    padding: 20px;    
}

.cookie-button {
    background-color: #4CAF50;
    color: white;    
    padding: 10px 20px;
    border: 1px solid #4CAF50;
    border-radius: 5px;
    cursor: pointer;
    transition: border 0.3s ease, outline 0.3s ease;
    outline: 1px solid transparent;
    font-weight: bold;
}
@font-face {
    font-family: 'LinfordsHand';
    src: url('webfonts/linfords-hand/linfordshand-regular-webfont.eot');
    src: url('webfonts/linfords-hand/linfordshand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/linfords-hand/linfordshand-regular-webfont.woff') format('woff'),
         url('webfonts/linfords-hand/linfordshand-regular-webfont.ttf') format('truetype'),
         url('webfonts/linfords-hand/linfordshand-regular-webfont.svg#linfordshand_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fc-panel .fc-panel-title {
    background: url(../img/panels/09.gif) -8px -8px no-repeat;
    color: #fff;
    display: block;
    font-family: 'LinfordsHand';
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
    padding-left: 3px;
}

.fc-panel .fc-panel-title-no-font {
    background: url(../img/panels/09.gif) -8px -8px no-repeat;
    color: #fff;
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', arial;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5em;
    padding-left: 3px;
}


.fc-panel .fc-panel-title-delivery-date {
    background: #316940;
    color: #ffffff;
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', arial;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5em;
    padding-left: 3px;
}

.fc-panel .fc-panel-title small {
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', arial;
    font-size: 0.8em;
    padding-left: 2px;
}

.fc-panel .accordion {
    margin: 0;
}

.fc-panel .accordion-group {
    border: 0 !important;
    margin: 0 0 5px;
}

.fc-panel .accordion-group .accordion-toggle {
    background: url(../img/panels/05.gif) -10px -8px no-repeat;
    font-family: 'LinfordsHand';
    padding: 0;
    position: relative;
    width: 168px;
}

.fc-panel .accordion-group .accordion-toggle.active {
    background: url(../img/panels/04.gif) -8px -8px no-repeat;
}

.fc-panel .accordion-group .accordion-toggle .section-title {
    color: #000;
    display: block;
    line-height: 30px;
    font-size: 16px;
    height: 30px;
    overflow: hidden;
    padding: 0 2px;
    text-decoration: none;
}

.fc-panel .accordion-group .accordion-toggle.active .section-title {
    color: #fff;
}

.fc-panel .accordion-group .section-price {
    color: #666;
    display: none;
    line-height: 30px;
    font-family: 'Open Sans', 'Helvetica Neue', arial;
    font-size: 14px;
    padding: 0 2px;
}

.client-title-right-panel {
    font-family: 'Open Sans', 'Helvetica Neue', arial;
    font-size: 14px;
    color: #316940;
}

.client-title-right-background {
    background: #000;
}

.fc-panel .accordion-group .accordion-toggle.active .section-price {
    display: block;
    position: absolute;
    left: 3px;
    top: 40px;
    z-index: 1000;
}

.fc-panel .accordion-group .section-price-pl5,
.fc-panel .accordion-group .accordion-toggle.active .section-price-pl5 {
    display: block;
    line-height: 20px;
    position: absolute;
    right: 5px;
    left: auto;
    top: 0px;
}

.fc-panel .accordion-group .section-price-pl5b,
.fc-panel .accordion-group .accordion-toggle.active .section-price-pl5b {
    display: block;
    line-height: 20px;
    position: absolute;
    right: 5px;
    left: auto;
    top: 0px;
    color: #ffffff;
}

.fc-panel .accordion-group .accordion-toggle.active .check-icon,
.fc-panel .accordion-group.in-process .check-icon.check-icon-pl234 {
    display: none;
}

.fc-panel .accordion-group .accordion-body {
    background: url(../img/panels/cartlistheader.png) -2px 4px no-repeat;
}

.fc-panel .accordion-group .accordion-body.in {
    box-sizing: border-box;
    padding: 30px 2px 5px;
    border: 0;
    box-shadow: 0px 2px 1px #bbb;
    margin: 0 2px 3px;
}

.fc-panel .accordion-group .accordion-body.no-separator {
    background: none;
    box-shadow: none;
}

.fc-panel .accordion-group .accordion-body.no-separator.in {
    padding: 5px 2px 5px;
}
.fc-panel .accordion-group .accordion-body.no-separator .accordion-child {
    margin-bottom: 5px;
}

.fc-panel .meal-info {
    background: #bbb;
    border-radius: 2px;
    color: #fff;
    border: 0;
    margin: 2px 2px 0;
    padding: 0 10px;
}

.fc-panel .editcart {
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    margin: 2px 0;
}

.fc-panel .editcart input {
    background: #fff;
    border: 0;
    box-shadow: none;
    display: inline-block;
    margin: 0 0 1px 2px;
    padding: 0;
    width: 25px;
}

.fc-panel .editcart img {
    vertical-align: middle;
}

.fc-panel hr {
    margin: 2px 0;
}

.fc-panels .order {
    background: #f2f2f2;
    border: 1px solid #e6e6e6 !important;
    border-radius: 3px;
    margin-bottom: 5px;
}

.fc-panels-top-nav {
    background: url(../img/panels/01.gif);
    box-sizing: border-box;
    height: 35px;
    line-height: 1.5em;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px;
    width: 503px;
}

.fc-panels-top-nav-btn {
    box-sizing: border-box;
    display: inline-block;
    height: 24px;
    margin: 0 1px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    width: 75px;
}

.fc-panels-top-nav-btn a {
    color: #fff;
    display: block;
    height: 24px;
    line-height: 22px;
    text-decoration: none;
}

.fc-panels-top-nav-btn-prev a {
    background: url(../img/panels/03.gif);
    padding: 0 0 0 15px;
}

.fc-panels-top-nav-btn-next a {
    background: url(../img/panels/02.gif);
    padding: 0 15px 0 0;
}

.fc-panels-top-nav-title {
    display: inline-block;
    font-family: 'LinfordsHand';
    font-size: 1.4em;
    height: 25px;
    line-height: 1.5em;
    margin-left: 5px;
    text-shadow: 1px 1px 0 #fff;
    vertical-align: middle;
    width: 325px;
}

.fc-panel .accordion-summary .accordion-body,
.fc-panel .accordion-delivery .accordion-body {
    background: transparent;
}

.fc-panel .accordion-summary .accordion-body.in,
.fc-panel .accordion-delivery .accordion-body.in {
    padding: 0;
}

.fc-panel .accordion-child {
    margin-bottom: 15px;
}

.fc-panel .accordion-child .accordion-toggle,
.fc-panel .accordion-child .accordion-toggle.active {
    background: transparent;
    width: 165px;
}

.fc-panel .accordion-child .accordion-toggle .section-title,
.fc-panel .accordion-child .accordion-toggle.active .section-title {
    color: #316940;
    font-family: 'Open Sans', 'Helvetica Neue', arial;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.fc-panel .accordion-child .accordion-toggle .section-title-special,
.fc-panel .accordion-child .accordion-toggle.active .section-title-special {
    font-family: 'LinfordsHand';
    font-size: 18px;
}

.fc-panel .accordion-child .accordion-body {
    background: transparent;
    font-size: 12px;
}

.fc-panel .accordion-child .accordion-body.in {
    padding: 5px 2px 5px;
}

.fc-panel .accordion-child .section-price {
    display: inline-block;
}

.fc-panel .check-icon {
    background: url(../img/panels/vink.gif);
    display: inline-block;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 17px;
}

#shopcart-wrapper #shopcart-body {
    padding-left: 0px;
}

#shopcart-wrapper #shopcart-body ul {
    width: auto;
}

#shopcart-wrapper #shopcart-body ul li {
    border-left: 0; 
    border-right: 0; 
}
.text-right {
    text-align: right !important;
}

.modal-lg {
    margin-left: -350px;
    width: 700px;
}

.modal-sm {
    margin-left: -200px;
    width: 400px;
}

.budget-info-value {
    background: url(../img/budget-icon-green.png) no-repeat 1px 1px;
    line-height: 28px;
    padding-left: 26px;
}

.budget-remaining,
.budget-remaining:hover {
    font-family: 'Open Sans', 'Helvetica Neue', arial;
    display: inline-block;
    line-height: 28px;
    padding-left: 26px;
    text-align: right;
    text-decoration: none;
}

.budget-remaining.green {
    background: url(../img/budget-icon-green.png) no-repeat 1px 1px;
    color: #3D7E33;
}
.budget-remaining.green-noicon {
    color: #3D7E33;
    line-height: 20px;
}
.budget-remaining.red {
    background: url(../img/budget-icon-red.png) no-repeat 1px 1px;
    color: #F83A22;
}

.budget-remaining.red-noicon {
    color: #F83A22;
    line-height: 21px;
}


.modal-budget .label {
  font-size: 110%;
  font-weight: normal;
}

.modal-budget .table .label {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.modal-budget .table input[type='text'] {
    width: auto;
}

tbody.budget-accordion.budget-accordion-visible {
    display: table-row-group !important;
}

tr.budget-accordion.budget-accordion-visible {
    display: table-row !important;
}

.budget-accordion {
    display: none;
}

#layout-budget .wrapper {
    width: 1280px;
}

#layout-budget #subcontent .innerwrap {
    width: 1260px;
}

#layout-budget #subcontent .subcontentcontentshop {
    width: 955px;
}

#layout-budget #subcontentcontent div#shoptopbar {
	height: 18px;
	line-height: 18px;
	padding: 10px 10px 10px 20px;
	position: absolute;
	top: 1px;
	left: 0px;
	background: #e8eef6;
	border-bottom: 1px solid #d8dde5;
    width: 950px;
	font-size: 13px;
}

#layout-budget #subcontent #shoptopbar {
    width: 980px;
}

#layout-budget .label {
  font-size: 110%;
  font-weight: normal;
  vertical-align: middle;
}

#layout-budget .table .label {
    box-sizing: border-box;
    display: inline-block;
    text-align: right;
    width: 100%;
}

#layout-budget .table tr.active {
    background: #f0f0f0;
}

#layout-budget .btn.btn-default.btn-print-budget {
    background: #f5f5f5 !important;
    border: 1px solid #bbb !important;
    color: #333 !important;
}

@media print {
    #layout-budget .main-header,
    #layout-budget .main-footer,
    #layout-budget .subfooter,
    #layout-budget #submenu {
        display: none !important;
    }
    body {
        zoom: 0;
    }
}

#budget-detail h3 {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .6);
    padding: 10px;
}

#budget-information table {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    margin: 10px 20px;
    width: 625px;
}

#budget-detail table {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    margin: 10px 20px;
    width: 425px;
}

#budget-detail table tr td,
#budget-detail table tr th {
    text-align: right;
}

#budget-detail table tr td:first-child {
    text-align: left;
}

#client-budget-detail h3 {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .6);
    padding: 10px;
}

#client-budget-detail table {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    margin: 10px 20px;
    width: 625px;
}

#client-budget-detail table tr td,
#client-budget-detail table tr th {
    text-align: left;
}

#client-budget-detail table tr td:first-child {
    text-align: left;
}

#productline-type h3 {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .6);
    padding: 10px;
}

#productline-type .typeSelector {
	text-align: center;
	background: rgba(255, 255, 255, .8);
	font-weight: bold;
}
.login-screen {
    padding: 10px 50px 100px;
}

.login-title {
    margin-left: -110px;
}

.login-title h1 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.login-screen h4 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
}

.login-screen .login-arrows {
    margin-bottom: 10px;
    margin-left: -110px;
}

.login-screen .login-arrows > img {
    margin: 0 60px;
}

.login-panels {
    height: 280px;
    width: 600px;
}

.login-panels > a {
    background: #ffffff;
    height: 280px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19);
    position: relative;
    width: 295px;
}

.login-panels > a.pull-left img {
    max-width: 295px;
}

.login-panels > a:hover {
    background: #f2f2f2;
    text-decoration: none;
}

.login-panels > a .login-panels-caption {
    bottom: 0;
    margin-left: 75px;
    margin-right: 20px;
    padding-bottom: 12px;
    position: absolute;
}

.login-panels > a .login-panels-caption > h3 {
    line-height: 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.login-panels > a .login-panels-caption > h3:before {
    bottom: 0;
    content: '>';
    display: inline-block;
    left: -20px;
    position: absolute;
}

.login-panels > a .login-panels-caption > span {
    color: #333333;
    font-size: 10px;
    text-transform: uppercase;
}

.login-panels > a:last-child .login-panels-caption {
    margin-left: 30px;
}

.login-panels > a:last-child .login-panels-caption > h3{
    letter-spacing: -1px;
}

.link-to-login {
    background: url(../img/layout/red-dark-linnen.png);
    border-radius: 0 0 10px 10px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    margin-left: -100px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
}

.link-to-login:before {
    bottom: 0;
    content: '>';
    display: inline-block;
    margin-right: 5px;
}

.link-to-login:hover {
    color: #ffffff;
}
.modal.modal-md {
    width: 680px;
    margin-left: -340px;
    margin-top: -300px;
}

.modal.modal-md.modal .modal-body {
    max-height: 500px;
}
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.1');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

html,
body {
	height: 100%;
	width: 100%;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	z-index: 1;
}

.wallpaper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.wallpaper img {
	display: block;
}


body {
	background: url('wallpaper.jpg') no-repeat center top fixed;
	background-size: cover;
	background-position: center center;
}


#topmenu ul {
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	margin: 0px auto;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.6);
	box-shadow: 0 1px 10px rgba(0,0,0,0.6);
	border-radius: 0 0 20px 20px;
}

#topmenu {
	text-align: right;
	margin: 0 auto;
	width: 940px;
}

#topmenu ul li {
	display: inline-block;
}

#topmenu ul li a {
	display: block;
	font-size: 14px;
	padding: 1em 1em;
	text-decoration: none;
	font-weight: normal;
	color: #0d0d0d;
	font-family: 'Futura','Helvetica Neue','Arial';
	font-weight: normal;
}

#topmenu ul li a:hover {
	color: #316940;	
}

#subcontentbot,
#footer {
	background: none transparent;
}

#topbar,
#subheader {
	background: transparent none;
}

#topbar .innerwrap {
	padding: 0;
}

#subheader {
	border: none;
}

#topbar .innerwrap .logo {
	position: absolute;
	top: 101px;
	left: -10px;
	width: 190px;
	height: 263px;
	background-image: url(data:image/png;base64,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);
}

#subcontent .innerwrap,
#subheaderbg {
	background: #fbfbfb;
}



#subcontent .innerwrap{
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.20);
	box-shadow: 0 0 20px rgba(0,0,0,0.20);
}

#topbar {
	height: 100px;
	z-index: 2;
}


#subcontent .submenub {
	padding-top: 50px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQQAAABkCAIAAADv6dmzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATJJREFUeNrs00EKgzAQQNGMvUKh0PsfsLqv02wUKWiTSheF91YqYyKRH5lZPmmZOSNLrDuse0XEqTWzd2xuGB/az6d+/xx9B/jdOR+/1b9i/PTvb1fb+8VvO9ax+iTjEvmcxsf9dp3GcbtCLLbXB7d7Ww8FEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxOAIQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiAMQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAf+YlwADbtzTF0tNPVwAAAABJRU5ErkJggg==) repeat-y;
}

a,
p a,
a.normallink {
	color: #68A842;	
}

h1,
h3,
#topmenu ul li a.active,
#contentproducts div.product div.price,
#shopcart ul li.order,
.CssSelectedTab,
#shopcart ul li.order {
	color: #316940 !important;
}

h2,
#subcontent div#idcard a {
    color: #68A842 !important;
}

#subbreadc a,
#subbreadc,
#subbreadc a:hover{
	color: #0d0d0d;
}

#subbreadc {
	left: 0;
	background: #fbfbfb;
	padding-left: 250px;
	padding-right: 20px;
	width: 710px;
}

#contentproducts div.product div.buttons a {
	background-image: url(data:image/png;base64,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);
}

#contentproductdetail fieldset input.btn, div.bigform fieldset input.btn,
#contentproductdetail fieldset button.btn, div.bigform fieldset button.btn,
#loginpanel .panelcontent input.btn, #subcontentcontent div.bigform div.buttonrow input.btn,
#loginpanel .panelcontent button.btn, #subcontentcontent div.bigform div.buttonrow button.btn,
input.btn, button.btn,
#ctl00_ctl00_MainContent_ContentPlaceHolder1_imgBtnAddOrder {
	background: #00ADE6 !important;
	border: 0 !important;
	color: #fff !important;
    text-shadow: none;
}

.img_WeekPlateViewBorder:hover {
	border: 1px solid #316940;
	background: #f9a47d;
}

#loginpanel input.text:focus,
#subcontentcontent div.bigform fieldset input.text:focus,
#subcontentcontent div.bigform fieldset textarea:focus {
	border: solid 1px #316940;	
}

#MainContent_ContentPlaceHolder1_Account1_PostCodeCheck1_lblBezorgDag {
	color: #fea459 !important;
}

table.pc {
	background: #eeeeee !important;
}

html .cssSelectedWeekTab {
	color: #fea459 !important;
}

#footer div.innerwrap div {
	background: #eeeeee;
	margin: 0;
    width: 430px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #0d0d0d;
}

#footer div.innerwrap div h5,
.CssSelectedTab {
	color: #316940;
}

#footer div.innerwrap div a,
#footer div.innerwrap div a:hover,
#footer div.innerwrap div a:active,
#footer div.innerwrap div a:visited {
	color: #0d0d0d;
}

#subcontent {
	margin-bottom: 0;
}

#footer div.innerwrap div.first {
    width: 280px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	margin-right: 0;
}

#footer {
	padding-top: 0;
}

#footer div.innerwrap {
	width: 940px;
}

div#idcard div.idcardlinks {
	background: none transparent;
	border: 0;
}

.img_WeekPlateViewBorder:hover input[type=image] {
	border-color: #f9a47d !important;
}


