@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    input[type='range'] {
        -webkit-appearance: none;
        border-radius: 5px;
        box-shadow: inset 0 0 5px #333;
        background-color: #999;
        height: 10px;
        vertical-align: middle;
    }
}
<!--[if IE]><!-->
    input[type='range'] {
       -webkit-appearance: none;
       border-radius: 5px;
       box-shadow: inset 0 0 5px #333;
       background-color: #999;
       height: 50px;
       vertical-align: middle;
    }
<!--[endif]-->
input[type='range'] {
   -webkit-appearance: none;
   border-radius: 5px;
   box-shadow: inset 0 0 5px #333;
   background-color: #999;
   vertical-align: middle;
}
input[type='range']::-moz-range-track {
   -moz-appearance: none;
   border-radius: 5px;
   box-shadow: inset 0 0 5px #333;
   background-color: #999;
   height: 10px;
}
input[type='range']::-webkit-slider-thumb {
   -webkit-appearance: none !important;
   border-radius: 20px;
   background-color: #FFF;
   box-shadow:inset 0 0 10px rgba(000,000,000,0.5);
   border: 1px solid #999;
   height: 20px;
   width: 20px;
}
input[type='range']::-moz-range-thumb {
   -moz-appearance: none;
   border-radius: 20px;
   background-color: #FFF;
   box-shadow:inset 0 0 10px rgba(000,000,000,0.5);
   border: 1px solid #999;
   height: 20px;
   width: 20px;
}
/*! jQuery UI - v1.10.4 - 2014-06-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; 
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
.ui-front {
	z-index: 100;
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	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;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.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 {
	border: 1px solid #999999;
	background: #dadada url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	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-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.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 {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.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;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); 
}
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-blank { background-position: 16px 16px; }
.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-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
.ui-icon-seek-first { 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; }
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
	background: #aaaaaa url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../lib/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
/**
 * @license
 * MyFonts Webfont Build ID 3248459, 2016-07-11T07:25:52-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FuturaLTPro-LightOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/pro-light-oblique/
 * 
 * Webfont: FuturaLTPro-BoldOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/pro-bold-oblique/
 * 
 * Webfont: FuturaLTPro-BookOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/pro-book-oblique/
 * 
 * Webfont: FuturaLTPro-Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/pro-bold/
 * 
 * Webfont: FuturaLTPro-Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/pro-book/
 * 
 * Webfont: FuturaLTPro-Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/pro-light/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3248459
 * Licensed pageviews: 250,000
 * Webfonts copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2007 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, 
 * 
 * © 2016 MyFonts Inc
*/
@import url("//hello.myfonts.net/count/31914b");
  
@font-face {font-family: 'FuturaLTPro-LightOblique';src: url(../resources/fonts/webfonts/31914B_0_0.eot);src: url(../resources/fonts/webfonts/31914B_0_0.eot?#iefix) format('embedded-opentype'),url(../resources/fonts/webfonts/31914B_0_0.woff2) format('woff2'),url(../resources/fonts/webfonts/31914B_0_0.woff) format('woff'),url(../resources/fonts/webfonts/31914B_0_0.ttf) format('truetype');}
 
  
@font-face {font-family: 'FuturaLTPro-BoldOblique';src: url(../resources/fonts/webfonts/31914B_1_0.eot);src: url(../resources/fonts/webfonts/31914B_1_0.eot?#iefix) format('embedded-opentype'),url(../resources/fonts/webfonts/31914B_1_0.woff2) format('woff2'),url(../resources/fonts/webfonts/31914B_1_0.woff) format('woff'),url(../resources/fonts/webfonts/31914B_1_0.ttf) format('truetype');}
 
  
@font-face {font-family: 'FuturaLTPro-BookOblique';src: url(../resources/fonts/webfonts/31914B_2_0.eot);src: url(../resources/fonts/webfonts/31914B_2_0.eot?#iefix) format('embedded-opentype'),url(../resources/fonts/webfonts/31914B_2_0.woff2) format('woff2'),url(../resources/fonts/webfonts/31914B_2_0.woff) format('woff'),url(../resources/fonts/webfonts/31914B_2_0.ttf) format('truetype');}
 
  
@font-face {font-family: 'FuturaLTPro-Bold';src: url(../resources/fonts/webfonts/31914B_3_0.eot);src: url(../resources/fonts/webfonts/31914B_3_0.eot?#iefix) format('embedded-opentype'),url(../resources/fonts/webfonts/31914B_3_0.woff2) format('woff2'),url(../resources/fonts/webfonts/31914B_3_0.woff) format('woff'),url(../resources/fonts/webfonts/31914B_3_0.ttf) format('truetype');}
 
  
@font-face {font-family: 'FuturaLTPro-Book';src: url(../resources/fonts/webfonts/31914B_4_0.eot);src: url(../resources/fonts/webfonts/31914B_4_0.eot?#iefix) format('embedded-opentype'),url(../resources/fonts/webfonts/31914B_4_0.woff2) format('woff2'),url(../resources/fonts/webfonts/31914B_4_0.woff) format('woff'),url(../resources/fonts/webfonts/31914B_4_0.ttf) format('truetype');}
 
  
@font-face {font-family: 'FuturaLTPro-Light';src: url(../resources/fonts/webfonts/31914B_5_0.eot);src: url(../resources/fonts/webfonts/31914B_5_0.eot?#iefix) format('embedded-opentype'),url(../resources/fonts/webfonts/31914B_5_0.woff2) format('woff2'),url(../resources/fonts/webfonts/31914B_5_0.woff) format('woff'),url(../resources/fonts/webfonts/31914B_5_0.ttf) format('truetype');}
 
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
body {
  margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }
audio:not([controls]) {
  display: none;
  height: 0; }
[hidden],
template {
  display: none; }
a {
  background-color: transparent; }
a:active,
a:hover {
  outline: 0; }
abbr[title] {
  border-bottom: 1px dotted; }
b,
strong {
  font-weight: bold; }
dfn {
  font-style: italic; }
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
mark {
  background: #ff0;
  color: #000; }
small {
  font-size: 80%; }
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
img {
  border: 0; }
svg:not(:root) {
  overflow: hidden; }
figure {
  margin: 1em 40px; }
hr {
  box-sizing: content-box;
  height: 0; }
pre {
  overflow: auto; }
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
button {
  overflow: visible; }
button,
select {
  text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }
button[disabled],
html input[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input {
  line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
legend {
  border: 0;
  padding: 0; }
textarea {
  overflow: auto; }
optgroup {
  font-weight: bold; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
td,
th {
  padding: 0; }
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../lib/bootstrap-sass-3.3.7/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../lib/bootstrap-sass-3.3.7/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../lib/bootstrap-sass-3.3.7/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../lib/bootstrap-sass-3.3.7/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../lib/bootstrap-sass-3.3.7/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../lib/bootstrap-sass-3.3.7/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon, a.teaser-link span.right-arrow:after, a.base-link .close-link-arrow::before, a.base-link .open-link-arrow::before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.glyphicon-asterisk:before {
  content: "\002a"; }
.glyphicon-plus:before {
  content: "\002b"; }
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }
.glyphicon-minus:before {
  content: "\2212"; }
.glyphicon-cloud:before {
  content: "\2601"; }
.glyphicon-envelope:before {
  content: "\2709"; }
.glyphicon-pencil:before {
  content: "\270f"; }
.glyphicon-glass:before {
  content: "\e001"; }
.glyphicon-music:before {
  content: "\e002"; }
.glyphicon-search:before {
  content: "\e003"; }
.glyphicon-heart:before {
  content: "\e005"; }
.glyphicon-star:before {
  content: "\e006"; }
.glyphicon-star-empty:before {
  content: "\e007"; }
.glyphicon-user:before {
  content: "\e008"; }
.glyphicon-film:before {
  content: "\e009"; }
.glyphicon-th-large:before {
  content: "\e010"; }
.glyphicon-th:before {
  content: "\e011"; }
.glyphicon-th-list:before {
  content: "\e012"; }
.glyphicon-ok:before {
  content: "\e013"; }
.glyphicon-remove:before {
  content: "\e014"; }
.glyphicon-zoom-in:before {
  content: "\e015"; }
.glyphicon-zoom-out:before {
  content: "\e016"; }
.glyphicon-off:before {
  content: "\e017"; }
.glyphicon-signal:before {
  content: "\e018"; }
.glyphicon-cog:before {
  content: "\e019"; }
.glyphicon-trash:before {
  content: "\e020"; }
.glyphicon-home:before {
  content: "\e021"; }
.glyphicon-file:before {
  content: "\e022"; }
.glyphicon-time:before {
  content: "\e023"; }
.glyphicon-road:before {
  content: "\e024"; }
.glyphicon-download-alt:before {
  content: "\e025"; }
.glyphicon-download:before {
  content: "\e026"; }
.glyphicon-upload:before {
  content: "\e027"; }
.glyphicon-inbox:before {
  content: "\e028"; }
.glyphicon-play-circle:before {
  content: "\e029"; }
.glyphicon-repeat:before {
  content: "\e030"; }
.glyphicon-refresh:before {
  content: "\e031"; }
.glyphicon-list-alt:before {
  content: "\e032"; }
.glyphicon-lock:before {
  content: "\e033"; }
.glyphicon-flag:before {
  content: "\e034"; }
.glyphicon-headphones:before {
  content: "\e035"; }
.glyphicon-volume-off:before {
  content: "\e036"; }
.glyphicon-volume-down:before {
  content: "\e037"; }
.glyphicon-volume-up:before {
  content: "\e038"; }
.glyphicon-qrcode:before {
  content: "\e039"; }
.glyphicon-barcode:before {
  content: "\e040"; }
.glyphicon-tag:before {
  content: "\e041"; }
.glyphicon-tags:before {
  content: "\e042"; }
.glyphicon-book:before {
  content: "\e043"; }
.glyphicon-bookmark:before {
  content: "\e044"; }
.glyphicon-print:before {
  content: "\e045"; }
.glyphicon-camera:before {
  content: "\e046"; }
.glyphicon-font:before {
  content: "\e047"; }
.glyphicon-bold:before {
  content: "\e048"; }
.glyphicon-italic:before {
  content: "\e049"; }
.glyphicon-text-height:before {
  content: "\e050"; }
.glyphicon-text-width:before {
  content: "\e051"; }
.glyphicon-align-left:before {
  content: "\e052"; }
.glyphicon-align-center:before {
  content: "\e053"; }
.glyphicon-align-right:before {
  content: "\e054"; }
.glyphicon-align-justify:before {
  content: "\e055"; }
.glyphicon-list:before {
  content: "\e056"; }
.glyphicon-indent-left:before {
  content: "\e057"; }
.glyphicon-indent-right:before {
  content: "\e058"; }
.glyphicon-facetime-video:before {
  content: "\e059"; }
.glyphicon-picture:before {
  content: "\e060"; }
.glyphicon-map-marker:before {
  content: "\e062"; }
.glyphicon-adjust:before {
  content: "\e063"; }
.glyphicon-tint:before {
  content: "\e064"; }
.glyphicon-edit:before {
  content: "\e065"; }
.glyphicon-share:before {
  content: "\e066"; }
.glyphicon-check:before {
  content: "\e067"; }
.glyphicon-move:before {
  content: "\e068"; }
.glyphicon-step-backward:before {
  content: "\e069"; }
.glyphicon-fast-backward:before {
  content: "\e070"; }
.glyphicon-backward:before {
  content: "\e071"; }
.glyphicon-play:before {
  content: "\e072"; }
.glyphicon-pause:before {
  content: "\e073"; }
.glyphicon-stop:before {
  content: "\e074"; }
.glyphicon-forward:before {
  content: "\e075"; }
.glyphicon-fast-forward:before {
  content: "\e076"; }
.glyphicon-step-forward:before {
  content: "\e077"; }
.glyphicon-eject:before {
  content: "\e078"; }
.glyphicon-chevron-left:before {
  content: "\e079"; }
.glyphicon-chevron-right:before {
  content: "\e080"; }
.glyphicon-plus-sign:before {
  content: "\e081"; }
.glyphicon-minus-sign:before {
  content: "\e082"; }
.glyphicon-remove-sign:before {
  content: "\e083"; }
.glyphicon-ok-sign:before {
  content: "\e084"; }
.glyphicon-question-sign:before {
  content: "\e085"; }
.glyphicon-info-sign:before {
  content: "\e086"; }
.glyphicon-screenshot:before {
  content: "\e087"; }
.glyphicon-remove-circle:before {
  content: "\e088"; }
.glyphicon-ok-circle:before {
  content: "\e089"; }
.glyphicon-ban-circle:before {
  content: "\e090"; }
.glyphicon-arrow-left:before {
  content: "\e091"; }
.glyphicon-arrow-right:before {
  content: "\e092"; }
.glyphicon-arrow-up:before {
  content: "\e093"; }
.glyphicon-arrow-down:before {
  content: "\e094"; }
.glyphicon-share-alt:before {
  content: "\e095"; }
.glyphicon-resize-full:before {
  content: "\e096"; }
.glyphicon-resize-small:before {
  content: "\e097"; }
.glyphicon-exclamation-sign:before {
  content: "\e101"; }
.glyphicon-gift:before {
  content: "\e102"; }
.glyphicon-leaf:before {
  content: "\e103"; }
.glyphicon-fire:before {
  content: "\e104"; }
.glyphicon-eye-open:before {
  content: "\e105"; }
.glyphicon-eye-close:before {
  content: "\e106"; }
.glyphicon-warning-sign:before {
  content: "\e107"; }
.glyphicon-plane:before {
  content: "\e108"; }
.glyphicon-calendar:before {
  content: "\e109"; }
.glyphicon-random:before {
  content: "\e110"; }
.glyphicon-comment:before {
  content: "\e111"; }
.glyphicon-magnet:before {
  content: "\e112"; }
.glyphicon-chevron-up:before {
  content: "\e113"; }
.glyphicon-chevron-down:before {
  content: "\e114"; }
.glyphicon-retweet:before {
  content: "\e115"; }
.glyphicon-shopping-cart:before {
  content: "\e116"; }
.glyphicon-folder-close:before {
  content: "\e117"; }
.glyphicon-folder-open:before {
  content: "\e118"; }
.glyphicon-resize-vertical:before {
  content: "\e119"; }
.glyphicon-resize-horizontal:before {
  content: "\e120"; }
.glyphicon-hdd:before {
  content: "\e121"; }
.glyphicon-bullhorn:before {
  content: "\e122"; }
.glyphicon-bell:before {
  content: "\e123"; }
.glyphicon-certificate:before {
  content: "\e124"; }
.glyphicon-thumbs-up:before {
  content: "\e125"; }
.glyphicon-thumbs-down:before {
  content: "\e126"; }
.glyphicon-hand-right:before {
  content: "\e127"; }
.glyphicon-hand-left:before {
  content: "\e128"; }
.glyphicon-hand-up:before {
  content: "\e129"; }
.glyphicon-hand-down:before {
  content: "\e130"; }
.glyphicon-circle-arrow-right:before {
  content: "\e131"; }
.glyphicon-circle-arrow-left:before {
  content: "\e132"; }
.glyphicon-circle-arrow-up:before {
  content: "\e133"; }
.glyphicon-circle-arrow-down:before {
  content: "\e134"; }
.glyphicon-globe:before {
  content: "\e135"; }
.glyphicon-wrench:before {
  content: "\e136"; }
.glyphicon-tasks:before {
  content: "\e137"; }
.glyphicon-filter:before {
  content: "\e138"; }
.glyphicon-briefcase:before {
  content: "\e139"; }
.glyphicon-fullscreen:before {
  content: "\e140"; }
.glyphicon-dashboard:before {
  content: "\e141"; }
.glyphicon-paperclip:before {
  content: "\e142"; }
.glyphicon-heart-empty:before {
  content: "\e143"; }
.glyphicon-link:before {
  content: "\e144"; }
.glyphicon-phone:before {
  content: "\e145"; }
.glyphicon-pushpin:before {
  content: "\e146"; }
.glyphicon-usd:before {
  content: "\e148"; }
.glyphicon-gbp:before {
  content: "\e149"; }
.glyphicon-sort:before {
  content: "\e150"; }
.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }
.glyphicon-sort-by-order:before {
  content: "\e153"; }
.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }
.glyphicon-sort-by-attributes:before {
  content: "\e155"; }
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }
.glyphicon-unchecked:before {
  content: "\e157"; }
.glyphicon-expand:before {
  content: "\e158"; }
.glyphicon-collapse-down:before {
  content: "\e159"; }
.glyphicon-collapse-up:before {
  content: "\e160"; }
.glyphicon-log-in:before {
  content: "\e161"; }
.glyphicon-flash:before {
  content: "\e162"; }
.glyphicon-log-out:before {
  content: "\e163"; }
.glyphicon-new-window:before {
  content: "\e164"; }
.glyphicon-record:before {
  content: "\e165"; }
.glyphicon-save:before {
  content: "\e166"; }
.glyphicon-open:before {
  content: "\e167"; }
.glyphicon-saved:before {
  content: "\e168"; }
.glyphicon-import:before {
  content: "\e169"; }
.glyphicon-export:before {
  content: "\e170"; }
.glyphicon-send:before {
  content: "\e171"; }
.glyphicon-floppy-disk:before {
  content: "\e172"; }
.glyphicon-floppy-saved:before {
  content: "\e173"; }
.glyphicon-floppy-remove:before {
  content: "\e174"; }
.glyphicon-floppy-save:before {
  content: "\e175"; }
.glyphicon-floppy-open:before {
  content: "\e176"; }
.glyphicon-credit-card:before {
  content: "\e177"; }
.glyphicon-transfer:before {
  content: "\e178"; }
.glyphicon-cutlery:before {
  content: "\e179"; }
.glyphicon-header:before {
  content: "\e180"; }
.glyphicon-compressed:before {
  content: "\e181"; }
.glyphicon-earphone:before {
  content: "\e182"; }
.glyphicon-phone-alt:before {
  content: "\e183"; }
.glyphicon-tower:before {
  content: "\e184"; }
.glyphicon-stats:before {
  content: "\e185"; }
.glyphicon-sd-video:before {
  content: "\e186"; }
.glyphicon-hd-video:before {
  content: "\e187"; }
.glyphicon-subtitles:before {
  content: "\e188"; }
.glyphicon-sound-stereo:before {
  content: "\e189"; }
.glyphicon-sound-dolby:before {
  content: "\e190"; }
.glyphicon-sound-5-1:before {
  content: "\e191"; }
.glyphicon-sound-6-1:before {
  content: "\e192"; }
.glyphicon-sound-7-1:before {
  content: "\e193"; }
.glyphicon-copyright-mark:before {
  content: "\e194"; }
.glyphicon-registration-mark:before {
  content: "\e195"; }
.glyphicon-cloud-download:before {
  content: "\e197"; }
.glyphicon-cloud-upload:before {
  content: "\e198"; }
.glyphicon-tree-conifer:before {
  content: "\e199"; }
.glyphicon-tree-deciduous:before {
  content: "\e200"; }
.glyphicon-cd:before {
  content: "\e201"; }
.glyphicon-save-file:before {
  content: "\e202"; }
.glyphicon-open-file:before {
  content: "\e203"; }
.glyphicon-level-up:before {
  content: "\e204"; }
.glyphicon-copy:before {
  content: "\e205"; }
.glyphicon-paste:before {
  content: "\e206"; }
.glyphicon-alert:before {
  content: "\e209"; }
.glyphicon-equalizer:before {
  content: "\e210"; }
.glyphicon-king:before {
  content: "\e211"; }
.glyphicon-queen:before {
  content: "\e212"; }
.glyphicon-pawn:before {
  content: "\e213"; }
.glyphicon-bishop:before {
  content: "\e214"; }
.glyphicon-knight:before {
  content: "\e215"; }
.glyphicon-baby-formula:before {
  content: "\e216"; }
.glyphicon-tent:before {
  content: "\26fa"; }
.glyphicon-blackboard:before {
  content: "\e218"; }
.glyphicon-bed:before {
  content: "\e219"; }
.glyphicon-apple:before {
  content: "\f8ff"; }
.glyphicon-erase:before {
  content: "\e221"; }
.glyphicon-hourglass:before {
  content: "\231b"; }
.glyphicon-lamp:before {
  content: "\e223"; }
.glyphicon-duplicate:before {
  content: "\e224"; }
.glyphicon-piggy-bank:before {
  content: "\e225"; }
.glyphicon-scissors:before {
  content: "\e226"; }
.glyphicon-bitcoin:before {
  content: "\e227"; }
.glyphicon-btc:before {
  content: "\e227"; }
.glyphicon-xbt:before {
  content: "\e227"; }
.glyphicon-yen:before {
  content: "\00a5"; }
.glyphicon-jpy:before {
  content: "\00a5"; }
.glyphicon-ruble:before {
  content: "\20bd"; }
.glyphicon-rub:before {
  content: "\20bd"; }
.glyphicon-scale:before {
  content: "\e230"; }
.glyphicon-ice-lolly:before {
  content: "\e231"; }
.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }
.glyphicon-education:before {
  content: "\e233"; }
.glyphicon-option-horizontal:before {
  content: "\e234"; }
.glyphicon-option-vertical:before {
  content: "\e235"; }
.glyphicon-menu-hamburger:before {
  content: "\e236"; }
.glyphicon-modal-window:before {
  content: "\e237"; }
.glyphicon-oil:before {
  content: "\e238"; }
.glyphicon-grain:before {
  content: "\e239"; }
.glyphicon-sunglasses:before {
  content: "\e240"; }
.glyphicon-text-size:before {
  content: "\e241"; }
.glyphicon-text-color:before {
  content: "\e242"; }
.glyphicon-text-background:before {
  content: "\e243"; }
.glyphicon-object-align-top:before {
  content: "\e244"; }
.glyphicon-object-align-bottom:before {
  content: "\e245"; }
.glyphicon-object-align-horizontal:before {
  content: "\e246"; }
.glyphicon-object-align-left:before {
  content: "\e247"; }
.glyphicon-object-align-vertical:before {
  content: "\e248"; }
.glyphicon-object-align-right:before {
  content: "\e249"; }
.glyphicon-triangle-right:before {
  content: "\e250"; }
.glyphicon-triangle-left:before {
  content: "\e251"; }
.glyphicon-triangle-bottom:before {
  content: "\e252"; }
.glyphicon-triangle-top:before {
  content: "\e253"; }
.glyphicon-console:before {
  content: "\e254"; }
.glyphicon-superscript:before {
  content: "\e255"; }
.glyphicon-subscript:before {
  content: "\e256"; }
.glyphicon-menu-left:before {
  content: "\e257"; }
.glyphicon-menu-right:before {
  content: "\e258"; }
.glyphicon-menu-down:before {
  content: "\e259"; }
.glyphicon-menu-up:before {
  content: "\e260"; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
figure {
  margin: 0; }
img {
  vertical-align: middle; }
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
.img-rounded {
  border-radius: 6px; }
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }
.img-circle {
  border-radius: 50%; }
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }
[role="button"] {
  cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }
h1, .h1 {
  font-size: 36px; }
h2, .h2 {
  font-size: 30px; }
h3, .h3 {
  font-size: 24px; }
h4, .h4 {
  font-size: 18px; }
h5, .h5 {
  font-size: 14px; }
h6, .h6 {
  font-size: 12px; }
p {
  margin: 0 0 10px; }
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }
small,
.small {
  font-size: 85%; }
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
.text-justify {
  text-align: justify; }
.text-nowrap {
  white-space: nowrap; }
.text-lowercase {
  text-transform: lowercase; }
.text-uppercase, .initialism {
  text-transform: uppercase; }
.text-capitalize {
  text-transform: capitalize; }
.text-muted {
  color: #777777; }
.text-primary {
  color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }
.text-success {
  color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }
.text-info {
  color: #31708f; }
a.text-info:hover,
a.text-info:focus {
  color: #245269; }
.text-warning {
  color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }
.text-danger {
  color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }
.bg-primary {
  color: #fff; }
.bg-primary {
  background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }
.bg-success {
  background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }
.bg-info {
  background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }
.bg-warning {
  background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }
.bg-danger {
  background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }
.list-unstyled {
  padding-left: 0;
  list-style: none; }
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
dl {
  margin-top: 0;
  margin-bottom: 20px; }
dt,
dd {
  line-height: 1.428571429; }
dt {
  font-weight: bold; }
dd {
  margin-left: 0; }
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }
.initialism {
  font-size: 90%; }
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px; }
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }
.container, .container-type {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container-type:before, .container:after, .container-type:after {
    content: " ";
    display: table; }
  .container:after, .container-type:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .container-type {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .container-type {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .container-type {
      width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }
.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .event-plan .event-plan-col-2, .col-md-2, .event-plan .event-plan-col-2, .col-lg-2, .event-plan .event-plan-col-2, .col-xs-3, .col-sm-3, .event-plan .event-plan-col-3, .col-md-3, .event-plan .event-plan-col-3, .col-lg-3, .event-plan .event-plan-col-3, .col-xs-4, .col-sm-4, .event-plan .event-plan-col-4, .data-panel, .col-md-4, .event-plan .event-plan-col-4, .income-at-pension .references .col-description, .income-at-pension .references .col-description-bullet, .form-container, .col-lg-4, .event-plan .event-plan-col-4, .col-xs-5, .col-sm-5, .event-plan .event-plan-col-5, .col-md-5, .event-plan .event-plan-col-5, .col-lg-5, .event-plan .event-plan-col-5, .col-xs-6, .col-sm-6, .overview .theme-container, .form-container, .col-md-6, .overview .theme-container, .income-at-pension .second-pillar-right,
.income-at-pension .second-pillar-left, .contact .contact-method-2field, .col-lg-6, .income-at-pension .second-pillar-right,
.income-at-pension .second-pillar-left, .contact .contact-method-2field, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .resultPanel, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .event-plan .event-plan-col-4, .event-plan .event-plan-col-2, .event-plan .event-plan-col-3, .event-plan .event-plan-col-5, .income-at-pension .references .col-description, .income-at-pension .references .col-description-bullet, .income-at-pension .references .separator, .contact .contact-method-2field,
.contact .contact-method-1field, .separator, .col-sm-12, .income-at-pension .references .col-description, .income-at-pension .references .col-description-bullet, .income-at-pension .references .separator, .contact .contact-method-2field,
.contact .contact-method-1field, .separator, .col-md-12, .income-at-pension .references .separator, .contact .contact-method-1field, .separator, .col-lg-12, .income-at-pension .references .separator, .contact .contact-method-1field, .separator {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .event-plan .event-plan-col-4, .event-plan .event-plan-col-2, .event-plan .event-plan-col-3, .event-plan .event-plan-col-5, .income-at-pension .references .col-description, .income-at-pension .references .col-description-bullet, .income-at-pension .references .separator, .contact .contact-method-2field,
.contact .contact-method-1field, .separator {
  float: left; }
.col-xs-1 {
  width: 8.3333333333%; }
.col-xs-2 {
  width: 16.6666666667%; }
.col-xs-3 {
  width: 25%; }
.col-xs-4 {
  width: 33.3333333333%; }
.col-xs-5 {
  width: 41.6666666667%; }
.col-xs-6 {
  width: 50%; }
.col-xs-7 {
  width: 58.3333333333%; }
.col-xs-8 {
  width: 66.6666666667%; }
.col-xs-9 {
  width: 75%; }
.col-xs-10 {
  width: 83.3333333333%; }
.col-xs-11 {
  width: 91.6666666667%; }
.col-xs-12, .event-plan .event-plan-col-4, .event-plan .event-plan-col-2, .event-plan .event-plan-col-3, .event-plan .event-plan-col-5, .income-at-pension .references .col-description, .income-at-pension .references .col-description-bullet, .income-at-pension .references .separator, .contact .contact-method-2field,
.contact .contact-method-1field, .separator {
  width: 100%; }
.col-xs-pull-0 {
  right: auto; }
.col-xs-pull-1 {
  right: 8.3333333333%; }
.col-xs-pull-2 {
  right: 16.6666666667%; }
.col-xs-pull-3 {
  right: 25%; }
.col-xs-pull-4 {
  right: 33.3333333333%; }
.col-xs-pull-5 {
  right: 41.6666666667%; }
.col-xs-pull-6 {
  right: 50%; }
.col-xs-pull-7 {
  right: 58.3333333333%; }
.col-xs-pull-8 {
  right: 66.6666666667%; }
.col-xs-pull-9 {
  right: 75%; }
.col-xs-pull-10 {
  right: 83.3333333333%; }
.col-xs-pull-11 {
  right: 91.6666666667%; }
.col-xs-pull-12 {
  right: 100%; }
.col-xs-push-0 {
  left: auto; }
.col-xs-push-1 {
  left: 8.3333333333%; }
.col-xs-push-2 {
  left: 16.6666666667%; }
.col-xs-push-3 {
  left: 25%; }
.col-xs-push-4 {
  left: 33.3333333333%; }
.col-xs-push-5 {
  left: 41.6666666667%; }
.col-xs-push-6 {
  left: 50%; }
.col-xs-push-7 {
  left: 58.3333333333%; }
.col-xs-push-8 {
  left: 66.6666666667%; }
.col-xs-push-9 {
  left: 75%; }
.col-xs-push-10 {
  left: 83.3333333333%; }
.col-xs-push-11 {
  left: 91.6666666667%; }
.col-xs-push-12 {
  left: 100%; }
.col-xs-offset-0 {
  margin-left: 0%; }
.col-xs-offset-1 {
  margin-left: 8.3333333333%; }
.col-xs-offset-2 {
  margin-left: 16.6666666667%; }
.col-xs-offset-3 {
  margin-left: 25%; }
.col-xs-offset-4 {
  margin-left: 33.3333333333%; }
.col-xs-offset-5 {
  margin-left: 41.6666666667%; }
.col-xs-offset-6 {
  margin-left: 50%; }
.col-xs-offset-7 {
  margin-left: 58.3333333333%; }
.col-xs-offset-8 {
  margin-left: 66.6666666667%; }
.col-xs-offset-9 {
  margin-left: 75%; }
.col-xs-offset-10 {
  margin-left: 83.3333333333%; }
.col-xs-offset-11 {
  margin-left: 91.6666666667%; }
.col-xs-offset-12 {
  margin-left: 100%; }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .event-plan .event-plan-col-2, .col-sm-3, .event-plan .event-plan-col-3, .col-sm-4, .event-plan .event-plan-col-4, .data-panel, .col-sm-5, .event-plan .event-plan-col-5, .col-sm-6, .overview .theme-container, .form-container, .col-sm-7, .col-sm-8, .resultPanel, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .income-at-pension .references .col-description, .income-at-pension .references .col-description-bullet, .income-at-pension .references .separator, .contact .contact-method-2field,
  .contact .contact-method-1field, .separator {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2, .event-plan .event-plan-col-2 {
    width: 16.6666666667%; }
  .col-sm-3, .event-plan .event-plan-col-3 {
    width: 25%; }
  .col-sm-4, .event-plan .event-plan-col-4, .data-panel {
    width: 33.3333333333%; }
  .col-sm-5, .event-plan .event-plan-col-5 {
    width: 41.6666666667%; }
  .col-sm-6, .overview .theme-container, .form-container {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8, .resultPanel {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12, .income-at-pension .references .col-description, .income-at-pension .references .col-description-bullet, .income-at-pension .references .separator, .contact .contact-method-2field,
  .contact .contact-method-1field, .separator {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3, .form-container {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .event-plan .event-plan-col-2, .col-md-3, .event-plan .event-plan-col-3, .col-md-4, .event-plan .event-plan-col-4, .income-at-pension .references .col-description, .income-at-pension .references .col-description-bullet, .form-container, .col-md-5, .event-plan .event-plan-col-5, .col-md-6, .overview .theme-container, .income-at-pension .second-pillar-right,
  .income-at-pension .second-pillar-left, .contact .contact-method-2field, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .income-at-pension .references .separator, .contact .contact-method-1field, .separator {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2, .event-plan .event-plan-col-2 {
    width: 16.6666666667%; }
  .col-md-3, .event-plan .event-plan-col-3 {
    width: 25%; }
  .col-md-4, .event-plan .event-plan-col-4, .income-at-pension .references .col-description, .income-at-pension .references .col-description-bullet, .form-container {
    width: 33.3333333333%; }
  .col-md-5, .event-plan .event-plan-col-5 {
    width: 41.6666666667%; }
  .col-md-6, .overview .theme-container, .income-at-pension .second-pillar-right,
  .income-at-pension .second-pillar-left, .contact .contact-method-2field {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12, .income-at-pension .references .separator, .contact .contact-method-1field, .separator {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4, .form-container {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .event-plan .event-plan-col-2, .col-lg-3, .event-plan .event-plan-col-3, .col-lg-4, .event-plan .event-plan-col-4, .col-lg-5, .event-plan .event-plan-col-5, .col-lg-6, .income-at-pension .second-pillar-right,
  .income-at-pension .second-pillar-left, .contact .contact-method-2field, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .income-at-pension .references .separator, .contact .contact-method-1field, .separator {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2, .event-plan .event-plan-col-2 {
    width: 16.6666666667%; }
  .col-lg-3, .event-plan .event-plan-col-3 {
    width: 25%; }
  .col-lg-4, .event-plan .event-plan-col-4 {
    width: 33.3333333333%; }
  .col-lg-5, .event-plan .event-plan-col-5 {
    width: 41.6666666667%; }
  .col-lg-6, .income-at-pension .second-pillar-right,
  .income-at-pension .second-pillar-left, .contact .contact-method-2field {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12, .income-at-pension .references .separator, .contact .contact-method-1field, .separator {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }
th {
  text-align: left; }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }
.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
label, .custom-field-label, .checkbox-field-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
input[type="file"] {
  display: block; }
input[type="range"] {
  display: block;
  width: 100%; }
select[multiple],
select[size] {
  height: auto; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }
textarea.form-control {
  height: auto; }
input[type="search"] {
  -webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .radio .custom-field-label, .radio .checkbox-field-label,
  .checkbox label,
  .checkbox .custom-field-label,
  .checkbox .checkbox-field-label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }
.radio.disabled label, .radio.disabled .custom-field-label, .radio.disabled .checkbox-field-label, fieldset[disabled] .radio label, fieldset[disabled] .radio .custom-field-label, fieldset[disabled] .radio .checkbox-field-label,
.checkbox.disabled label,
.checkbox.disabled .custom-field-label,
.checkbox.disabled .checkbox-field-label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox .custom-field-label,
fieldset[disabled] .checkbox .checkbox-field-label {
  cursor: not-allowed; }
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.radio .custom-field-label, .has-success.radio .checkbox-field-label, .has-success.checkbox label, .has-success.checkbox .custom-field-label, .has-success.checkbox .checkbox-field-label, .has-success.radio-inline label, .has-success.radio-inline .custom-field-label, .has-success.radio-inline .checkbox-field-label, .has-success.checkbox-inline label, .has-success.checkbox-inline .custom-field-label, .has-success.checkbox-inline .checkbox-field-label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.radio .custom-field-label, .has-warning.radio .checkbox-field-label, .has-warning.checkbox label, .has-warning.checkbox .custom-field-label, .has-warning.checkbox .checkbox-field-label, .has-warning.radio-inline label, .has-warning.radio-inline .custom-field-label, .has-warning.radio-inline .checkbox-field-label, .has-warning.checkbox-inline label, .has-warning.checkbox-inline .custom-field-label, .has-warning.checkbox-inline .checkbox-field-label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.radio .custom-field-label, .has-error.radio .checkbox-field-label, .has-error.checkbox label, .has-error.checkbox .custom-field-label, .has-error.checkbox .checkbox-field-label, .has-error.radio-inline label, .has-error.radio-inline .custom-field-label, .has-error.radio-inline .checkbox-field-label, .has-error.checkbox-inline label, .has-error.checkbox-inline .custom-field-label, .has-error.checkbox-inline .checkbox-field-label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }
.has-feedback label ~ .form-control-feedback, .has-feedback .custom-field-label ~ .form-control-feedback, .has-feedback .checkbox-field-label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .sr-only.custom-field-label ~ .form-control-feedback, .has-feedback .sr-only.checkbox-field-label ~ .form-control-feedback {
  top: 0; }
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .radio .custom-field-label, .form-inline .radio .checkbox-field-label,
    .form-inline .checkbox label,
    .form-inline .checkbox .custom-field-label,
    .form-inline .checkbox .checkbox-field-label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }
.btn-default, .btn-plus,
.btn-minus {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-plus:focus,
  .btn-minus:focus, .btn-default.focus, .focus.btn-plus,
  .focus.btn-minus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .btn-plus:hover,
  .btn-minus:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-plus:active,
  .btn-minus:active, .btn-default.active, .active.btn-plus,
  .active.btn-minus, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.btn-plus,
  .open > .dropdown-toggle.btn-minus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-plus:active:hover,
    .btn-minus:active:hover, .btn-default:active:focus, .btn-plus:active:focus,
    .btn-minus:active:focus, .btn-default:active.focus, .btn-plus:active.focus,
    .btn-minus:active.focus, .btn-default.active:hover, .active.btn-plus:hover,
    .active.btn-minus:hover, .btn-default.active:focus, .active.btn-plus:focus,
    .active.btn-minus:focus, .btn-default.active.focus, .active.focus.btn-plus,
    .active.focus.btn-minus, .open > .btn-default.dropdown-toggle:hover, .open > .dropdown-toggle.btn-plus:hover,
    .open > .dropdown-toggle.btn-minus:hover, .open > .btn-default.dropdown-toggle:focus, .open > .dropdown-toggle.btn-plus:focus,
    .open > .dropdown-toggle.btn-minus:focus, .open > .btn-default.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-plus,
    .open > .dropdown-toggle.focus.btn-minus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-plus:active,
  .btn-minus:active, .btn-default.active, .active.btn-plus,
  .active.btn-minus, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.btn-plus,
  .open > .dropdown-toggle.btn-minus {
    background-image: none; }
  .btn-default.disabled:hover, .disabled.btn-plus:hover,
  .disabled.btn-minus:hover, .btn-default.disabled:focus, .disabled.btn-plus:focus,
  .disabled.btn-minus:focus, .btn-default.disabled.focus, .disabled.focus.btn-plus,
  .disabled.focus.btn-minus, .btn-default[disabled]:hover, [disabled].btn-plus:hover,
  [disabled].btn-minus:hover, .btn-default[disabled]:focus, [disabled].btn-plus:focus,
  [disabled].btn-minus:focus, .btn-default[disabled].focus, [disabled].focus.btn-plus,
  [disabled].focus.btn-minus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-plus:hover,
  fieldset[disabled] .btn-minus:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-plus:focus,
  fieldset[disabled] .btn-minus:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .focus.btn-plus,
  fieldset[disabled] .focus.btn-minus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .btn-plus .badge,
  .btn-minus .badge {
    color: #fff;
    background-color: #333; }
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.btn-block {
  display: block;
  width: 100%; }
.btn-block + .btn-block {
  margin-top: 5px; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }
.collapse {
  display: none; }
  .collapse.in {
    display: block; }
tr.collapse.in {
  display: table-row; }
tbody.collapse.in {
  display: table-row-group; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }
.dropup,
.dropdown {
  position: relative; }
.dropdown-toggle:focus {
  outline: 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }
.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }
.dropdown-menu-right {
  left: auto;
  right: 0; }
.dropdown-menu-left {
  left: 0;
  right: auto; }
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }
.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }
.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.btn-group > .btn-group {
  float: left; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn .caret {
  margin-left: 0; }
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
.input-group-addon:first-child {
  border-right: 0; }
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.input-group-addon:last-child {
  border-left: 0; }
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }
.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }
.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }
.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px; } }
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }
.container > .navbar-header, .container-type > .navbar-header,
.container > .navbar-collapse,
.container-type > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, .container-type > .navbar-header,
    .container > .navbar-collapse,
    .container-type > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-type .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label, .navbar-form .radio .custom-field-label, .navbar-form .radio .checkbox-field-label,
      .navbar-form .checkbox label,
      .navbar-form .checkbox .custom-field-label,
      .navbar-form .checkbox .checkbox-field-label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }
.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }
.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }
.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }
.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }
.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }
.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-type .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container, .jumbotron .container-type {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-type .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }
.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }
.media,
.media-body {
  zoom: 1;
  overflow: hidden; }
.media-body {
  width: 10000px; }
.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }
.media-right,
.media > .pull-right {
  padding-left: 10px; }
.media-left,
.media > .pull-left {
  padding-right: 10px; }
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }
.media-middle {
  vertical-align: middle; }
.media-bottom {
  vertical-align: bottom; }
.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }
.media-list {
  padding-left: 0;
  list-style: none; }
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }
button.list-group-item {
  width: 100%;
  text-align: left; }
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }
.list-group + .panel-footer {
  border-top-width: 0; }
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }
.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }
.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }
.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }
.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }
.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }
.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }
.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }
.embed-responsive-4by3 {
  padding-bottom: 75%; }
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }
.well-lg {
  padding: 24px;
  border-radius: 6px; }
.well-sm {
  padding: 9px;
  border-radius: 3px; }
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }
.modal-open {
  overflow: hidden; }
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }
.modal-header .close {
  margin-top: -2px; }
.modal-title {
  margin: 0;
  line-height: 1.428571429; }
.modal-body {
  position: relative;
  padding: 15px; }
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px; }
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }
.popover-content {
  padding: 9px 14px; }
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
.popover > .arrow {
  border-width: 11px; }
.popover > .arrow:after {
  border-width: 10px;
  content: ""; }
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }
.carousel {
  position: relative; }
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.pull-right {
  float: right !important; }
.pull-left {
  float: left !important; }
.hide {
  display: none !important; }
.show {
  display: block !important; }
.invisible {
  visibility: hidden; }
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.hidden {
  display: none !important; }
.affix {
  position: fixed; }
@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }
.visible-sm {
  display: none !important; }
.visible-md {
  display: none !important; }
.visible-lg {
  display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }
@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'logismataicons';
  src: url("../resources/fonts/logismataicons.eot?z8jipl");
  src: url("../resources/fonts/logismataicons.eot?z8jipl#iefix") format("embedded-opentype"), url("../resources/fonts/logismataicons.ttf?z8jipl") format("truetype"), url("../resources/fonts/logismataicons.woff?z8jipl") format("woff"), url("../resources/fonts/logismataicons.svg?z8jipl#logismataicons") format("svg");
  font-weight: normal;
  font-style: normal; }
.generic-icon, [class^="icon-"],
[class*=" icon-"], .fancy-box .panel-heading .info-content .show-info-image,
.fancy-box .panel-heading .info-content .hide-info-image, .topic-panel .info-balloon .balloon-image, .result-summary-box .finance-coach-icon, .result-summary-box .finance-coach-label-icon, .result-summary-box .finance-coach-info .tip .information, .result-summary-box .finance-coach-info .tip .advantage, .result-summary-box .finance-coach-info .tip .disadvantage, .result-summary-box .finance-coach-info .tip .equality, .result-summary-box .finance-coach-info .tip .contact, .numeric-field .calculator-on-image, .numeric-field .calculator-off-image, .file-chooser-field .upload-icon, .base-data-summary .married, .base-data-summary .partnership, .base-data-summary .single, .base-data-summary .single-in-concubinage, .new-icon-image, .event-plan-icon-image, .event-plan-with-events-entered-icon-image, .print-icon-image, .storage-icon-image, .login-icon-image, .logout-icon-image, .envelope-icon-image, .language-icon-de, .language-icon-fr, .language-icon-it, .language-icon-en, .country-icon-ch, .country-icon-li, .calculator-icon-image, .facebook-icon-image, .googleplus-icon-image, .twitter-icon-image, .youtube-icon-image, .icon-file-text2, .relationship-chooser .single-selected-image, .relationship-chooser .single-unselected-image, .relationship-chooser .married-selected-image, .relationship-chooser .married-unselected-image, .relationship-chooser .concubinage-selected-image, .relationship-chooser .concubinage-unselected-image, .house-affordability .distribution-selected-image, .house-affordability .distribution-unselected-image, .house-affordability .risk-selected-image, .house-affordability .risk-unselected-image, .house-affordability .standard-icon, .income-at-pension .pension-age-selected-image,
.income-at-pension .budget-selected-image,
.income-at-pension .second-pillar-payment-selected-image,
.income-at-pension .fortune-selected-image, .income-at-pension .pension-age-unselected-image,
.income-at-pension .budget-unselected-image,
.income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .fortune-unselected-image, .inheritance .distribution-selected-image, .inheritance .distribution-unselected-image, .inheritance .taxes-selected-image, .inheritance .taxes-unselected-image, .inheritance .add-inheritor:before, .savings .goal-unselected-image, .savings .goal-selected-image, .savings .investment-unselected-image, .savings .investment-selected-image, .savings .duration-unselected-image, .savings .duration-selected-image, .consumption .remaining-capital-unselected-image, .consumption .remaining-capital-selected-image, .consumption .withdrawal-unselected-image, .consumption .withdrawal-selected-image, .consumption .duration-unselected-image, .consumption .duration-selected-image, .risk .base-data-selected-image,
.risk .disability-selected-image,
.risk .death-selected-image,
.risk .pension-selected-image, .risk .base-data-unselected-image,
.risk .disability-unselected-image,
.risk .death-unselected-image,
.risk .pension-unselected-image, button.close:before, a.base-link .open-link-arrow, a.base-link .close-link-arrow, .tip-link-arrow, .toggle-link-arrow, .left-arrow:before, .right-arrow:after, .right-arrow-small:after, .left-arrow-small, .up-arrow, .numeric-field .expand-icon, .down-arrow, .numeric-field .collapse-icon, .marriedBaseImage, .singleBaseImage, .concubinageBaseImage, .partnershipBaseImage, .alternative-icon, .base-data-summary .image, .base-data-summary .relationship-chooser .single-unselected-image, .relationship-chooser .base-data-summary .single-unselected-image, .base-data-summary .relationship-chooser .married-unselected-image, .relationship-chooser .base-data-summary .married-unselected-image, .base-data-summary .relationship-chooser .concubinage-unselected-image, .relationship-chooser .base-data-summary .concubinage-unselected-image, .base-data-summary .house-affordability .distribution-unselected-image, .house-affordability .base-data-summary .distribution-unselected-image, .base-data-summary .house-affordability .risk-unselected-image, .house-affordability .base-data-summary .risk-unselected-image, .base-data-summary .income-at-pension .pension-age-unselected-image, .income-at-pension .base-data-summary .pension-age-unselected-image,
.base-data-summary .income-at-pension .budget-unselected-image,
.income-at-pension .base-data-summary .budget-unselected-image,
.base-data-summary .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .base-data-summary .second-pillar-payment-unselected-image,
.base-data-summary .income-at-pension .fortune-unselected-image,
.income-at-pension .base-data-summary .fortune-unselected-image, .base-data-summary .inheritance .distribution-unselected-image, .inheritance .base-data-summary .distribution-unselected-image, .base-data-summary .inheritance .taxes-unselected-image, .inheritance .base-data-summary .taxes-unselected-image, .base-data-summary .savings .goal-unselected-image, .savings .base-data-summary .goal-unselected-image, .base-data-summary .savings .investment-unselected-image, .savings .base-data-summary .investment-unselected-image, .base-data-summary .savings .duration-unselected-image, .savings .base-data-summary .duration-unselected-image, .base-data-summary .consumption .remaining-capital-unselected-image, .consumption .base-data-summary .remaining-capital-unselected-image, .base-data-summary .consumption .withdrawal-unselected-image, .consumption .base-data-summary .withdrawal-unselected-image, .base-data-summary .consumption .duration-unselected-image, .consumption .base-data-summary .duration-unselected-image, .base-data-summary .risk .base-data-unselected-image, .risk .base-data-summary .base-data-unselected-image,
.base-data-summary .risk .disability-unselected-image,
.risk .base-data-summary .disability-unselected-image,
.base-data-summary .risk .death-unselected-image,
.risk .base-data-summary .death-unselected-image,
.base-data-summary .risk .pension-unselected-image,
.risk .base-data-summary .pension-unselected-image, .standard-icon {
  
  font-family: 'logismataicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.icon-home:before {
  content: "\e001"; }
.icon-home2:before, .house-affordability .standard-icon:before {
  content: "\e002"; }
.icon-home3:before {
  content: "\e003"; }
.icon-paragraph:before, .inheritance .taxes-selected-image:before,
.inheritance .taxes-unselected-image:before {
  content: "\e010"; }
.icon-file-text2:before {
  content: "\e020"; }
.icon-file-text:before, .event-plan-icon-image:before, .event-plan-with-events-entered-icon-image:before {
  content: "\e021"; }
.icon-bubbles5:before, .result-summary-box .finance-coach-info .tip .contact:before {
  content: "\e022"; }
.icon-bubbles6:before {
  content: "\e023"; }
.icon-bubble-dots:before {
  content: "\e024"; }
.icon-bubble-dots2:before {
  content: "\e025"; }
.icon-thumbs-o-up:before {
  content: "\e040"; }
.icon-thumbs-o-down:before {
  content: "\e041"; }
.icon-thumbs-down:before, .result-summary-box .finance-coach-info .tip .disadvantage:before {
  content: "\e042"; }
.icon-thumbs-up:before, .result-summary-box .finance-coach-info .tip .advantage:before {
  content: "\e043"; }
.icon-flag5:before, .result-summary-box .finance-coach-info .tip .equality:before {
  content: "\e044"; }
.icon-flag6:before {
  content: "\e045"; }
.icon-search:before {
  content: "\e050"; }
.icon-folder-open:before {
  content: "\e051"; }
.icon-user:before {
  content: "\e060"; }
.icon-user-plus:before {
  content: "\e061"; }
.icon-user-minus:before {
  content: "\e062"; }
.icon-question:before {
  content: "\e071"; }
.icon-info:before, .fancy-box .panel-heading .info-content .show-info-image:before,
.fancy-box .panel-heading .info-content .hide-info-image:before, .result-summary-box .finance-coach-info .tip .information:before {
  content: "\e072"; }
.icon-info2:before {
  content: "\e073"; }
.icon-bubble-notification:before, .topic-panel .info-balloon .balloon-image:before {
  content: "\e074"; }
.icon-sign-out:before {
  content: "\e080"; }
.icon-log-out:before, .logout-icon-image:before {
  content: "\e081"; }
.icon-login:before, .login-icon-image:before {
  content: "\e082"; }
.icon-plus-square:before, .inheritance .add-inheritor:before {
  content: "\e090"; }
.icon-diff-added:before {
  content: "\e091"; }
.icon-minus-square:before {
  content: "\e092"; }
.icon-diff-removed:before {
  content: "\e093"; }
.icon-cancel-circle:before {
  content: "\e094"; }
.icon-cancel-circle2:before, button.close:before {
  content: "\e095"; }
.icon-trash:before {
  content: "\e100"; }
.icon-trash-o:before {
  content: "\e101"; }
.icon-rotate-left:before, .new-icon-image:before {
  content: "\e102"; }
.icon-undo:before, .numeric-field .calculator-off-image:before {
  content: "\e102"; }
.icon-pencil:before, .numeric-field .calculator-on-image:before {
  content: "\e110"; }
.icon-pencil2:before {
  content: "\e111"; }
.icon-marker:before {
  content: "\e112"; }
.icon-sound-mix:before {
  content: "\e120"; }
.icon-sound-mix2:before {
  content: "\e121"; }
.icon-variant:before, .alternative-icon:before, .standard-icon:before {
  content: "\e122"; }
.icon-split:before {
  content: "\e123"; }
.icon-shield:before, .house-affordability .risk-selected-image:before,
.house-affordability .risk-unselected-image:before {
  content: "\e130"; }
.icon-calculator:before, .calculator-icon-image:before {
  content: "\e140"; }
.icon-star:before {
  content: "\e150"; }
.icon-star-o:before {
  content: "\e151"; }
.icon-map-marker:before {
  content: "\e152"; }
.icon-database:before, .storage-icon-image:before, .savings .investment-unselected-image:before, .savings .investment-selected-image:before, .consumption .withdrawal-unselected-image:before, .consumption .withdrawal-selected-image:before {
  content: "\e160"; }
.icon-floppy-o:before, .file-chooser-field .upload-icon:before {
  content: "\e161"; }
.icon-save:before {
  content: "\e161"; }
.icon-print:before, .print-icon-image:before {
  content: "\e170"; }
.icon-angle-left:before, .left-arrow:before, .left-arrow-small:before {
  content: "\e180"; }
.icon-angle-right:before, .tip-link-arrow:before, .toggle-link-arrow:before {
  content: ""; }
.icon-angle-up:before, a.base-link .close-link-arrow:before, .up-arrow:before, .numeric-field .expand-icon:before {
  content: "\e182"; }
.icon-angle-down:before, a.base-link .open-link-arrow:before, .down-arrow:before, .numeric-field .collapse-icon:before {
  content: "\e183"; }
.icon-single:before, .base-data-summary .single:before, .relationship-chooser .single-selected-image:before,
.relationship-chooser .single-unselected-image:before, .singleBaseImage:before {
  content: "\e200"; }
.icon-couple:before, .base-data-summary .married:before, .base-data-summary .partnership:before, .relationship-chooser .married-selected-image:before,
.relationship-chooser .married-unselected-image:before, .marriedBaseImage:before, .partnershipBaseImage:before {
  content: "\e201"; }
.icon-concubinage:before, .base-data-summary .single-in-concubinage:before, .relationship-chooser .concubinage-selected-image:before,
.relationship-chooser .concubinage-unselected-image:before, .concubinageBaseImage:before {
  content: "\e202"; }
.icon-envelope-o:before {
  content: "\e210"; }
.icon-envelope:before {
  content: "\e211"; }
.icon-phone:before, .envelope-icon-image:before {
  content: "\e212"; }
.icon-wallet:before {
  content: "\e220"; }
.icon-budget:before, .income-at-pension .fortune-selected-image:before,
.income-at-pension .fortune-unselected-image:before, .risk .base-data-selected-image:before,
.risk .base-data-unselected-image:before {
  content: "\e221"; }
.icon-disability:before, .risk .disability-selected-image:before,
.risk .disability-unselected-image:before {
  content: "\e264"; }
.icon-retirement:before, .risk .pension-selected-image:before,
.risk .pension-unselected-image:before {
  content: "\e265"; }
.icon-death:before, .risk .death-selected-image:before,
.risk .death-unselected-image:before {
  content: "\e266"; }
.icon-credit-card-alt:before {
  content: "\e222"; }
.icon-credit-card:before, .income-at-pension .budget-selected-image:before,
.income-at-pension .budget-unselected-image:before {
  content: "\e223"; }
.icon-stats-growth:before {
  content: "\e224"; }
.icon-stats-decline:before {
  content: "\e225"; }
.icon-line-chart:before {
  content: "\e226"; }
.icon-bar-chart:before {
  content: "\e227"; }
.icon-area-chart:before {
  content: "\e228"; }
.icon-area-graph:before, .savings .goal-unselected-image:before, .savings .goal-selected-image:before {
  content: "\e229"; }
.icon-area-graph2:before, .consumption .remaining-capital-unselected-image:before, .consumption .remaining-capital-selected-image:before {
  content: "\e230"; }
.icon-line-graph:before {
  content: "\e231"; }
.icon-duration:before {
  content: "\e250"; }
.icon-time:before, .savings .duration-unselected-image:before, .savings .duration-selected-image:before, .consumption .duration-unselected-image:before, .consumption .duration-selected-image:before {
  content: "\e251"; }
.icon-pie-chart3:before {
  content: "\e232"; }
.icon-pie-chart4:before, .house-affordability .distribution-selected-image:before,
.house-affordability .distribution-unselected-image:before, .inheritance .distribution-selected-image:before,
.inheritance .distribution-unselected-image:before {
  content: "\e233"; }
.icon-pie-chart5:before {
  content: "\e234"; }
.icon-pie-chart6:before {
  content: "\e235"; }
.icon-pie-chart2:before {
  content: "\e236"; }
.icon-pie-chart:before {
  content: "\e237"; }
.icon-pie-chart7:before {
  content: "\e238"; }
.icon-pillar2:before, .income-at-pension .second-pillar-payment-selected-image:before,
.income-at-pension .second-pillar-payment-unselected-image:before {
  content: "\e260"; }
.icon-pensionage:before, .income-at-pension .pension-age-selected-image:before,
.income-at-pension .pension-age-unselected-image:before {
  content: "\e261"; }
.icon-graduation-cap:before {
  content: "\e270"; }
.icon-study:before {
  content: "\e271"; }
.icon-financecoach:before, .result-summary-box .finance-coach-icon:before {
  content: "\e272"; }
.icon-expand:before {
  content: "\e280"; }
.icon-lang-de:before, .language-icon-de:before {
  content: "\e290"; }
.icon-lang-fr:before, .language-icon-fr:before {
  content: "\e291"; }
.icon-lang-it:before, .language-icon-it:before {
  content: "\e292"; }
.icon-lang-en:before, .language-icon-en:before {
  content: "\e293"; }
.icon-country-ch:before, .country-icon-ch:before {
  content: "\e310"; }
.icon-country-li:before, .country-icon-li:before {
  content: "\e311"; }
.icon-chf:before {
  content: "\e300"; }
.icon-percent:before {
  content: "\e301"; }
.icon-facebook:before {
  content: "\e400"; }
.icon-facebook2:before, .facebook-icon-image:before {
  content: "\e401"; }
.icon-google-plus:before {
  content: "\e402"; }
.icon-google-plus2:before, .googleplus-icon-image:before {
  content: "\e403"; }
.icon-twitter:before, .twitter-icon-image:before {
  content: "\e404"; }
.icon-youtube:before {
  content: "\e405"; }
.icon-youtube2:before {
  content: "\e406"; }
.icon-youtube3:before, .youtube-icon-image:before {
  content: "\e407"; }
.icon-cancel-circle2:before, button.close:before {
  content: "\e095"; }
.icon-minus:before {
  content: "\e902"; }
.icon-stop2:before {
  content: "\e901"; }
.toast-title {
  font-weight: bold; }
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
.toast-message a,
.toast-message label,
.toast-message .custom-field-label,
.toast-message .checkbox-field-label {
  color: #ffffff; }
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }
.toast-top-left {
  top: 12px;
  left: 12px; }
.toast-top-right {
  top: 12px;
  right: 12px; }
.toast-bottom-right {
  right: 12px;
  bottom: 12px; }
.toast-bottom-left {
  bottom: 12px;
  left: 12px; }
#toast-container {
  position: fixed;
  z-index: 999999;
   }
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }
.toast {
  background-color: #030303; }
.toast-success {
  background-color: #51a351; }
.toast-error {
  background-color: #bd362f; }
.toast-info {
  background-color: #2f96b4; }
.toast-warning {
  background-color: #f89406; }
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }
.chart-topleft-label {
  position: absolute;
  left: 0px;
  top: 0px; }
.chart-bottomright-label {
  position: absolute;
  right: -7px;
  bottom: 0px; }
.chart-popup {
  position: absolute;
  display: none;
  border: 1px solid;
  padding: 2px;
  background-color: white;
  opacity: 0.80;
  z-index: 999999; }
.chart-popup-debugger {
  position: absolute;
  display: none;
  border: 1px solid;
  padding: 2px;
  background-color: #f7ecb5;
  opacity: 1.00;
  z-index: 999999;
  max-height: 300px;
  overflow: scroll; }
.chart-popup-amount {
  text-align: right;
  padding-left: 5px; }
.chart-hover-line {
  position: absolute;
  display: none;
  background-color: black;
  opacity: 0.50;
  width: 1px;
  height: 100px; }
.donut-inner-text {
  font-weight: 400;
  color: #DA001A;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 90px;
  width: 150px;
  margin: auto; }
.donut-inner-number {
  font-weight: bold;
  color: #DA001A;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 80px; }
.single-bar-chart-bottom-label {
  position: absolute;
  left: 0px;
  right: 0px;
  width: auto;
  bottom: 0px;
  text-align: center;
  margin-left: 31px;
  margin-right: 7px; }
.edit-dialog-box textarea {
  resize: none; }
@media (min-width: 768px) {
  .edit-dialog-box .modal-dialog {
    width: 400px !important;
    margin: 30px auto; } }
.edit-dialog-box .modal-dialog {
  min-width: 300px; }
.edit-dialog-box .dialog-title,
.edit-dialog-box .dialog-button {
  color: #5E5E5E !important;
  text-align: left; }
.edit-dialog-box .dialog-button {
  cursor: pointer; }
.edit-dialog-box .dialog-button-left {
  float: left; }
.edit-dialog-box .modal-content {
  background-color: #919CA7; }
@media (min-width: 500px) and (max-width: 992px) {
  .edit-dialog-box .dialog-content .image-container .accessibility-link {
    width: auto !important; }
  .edit-dialog-box .dialog-content .single-unselected-image,
  .edit-dialog-box .dialog-content .single-selected-image,
  .edit-dialog-box .dialog-content .married-unselected-image,
  .edit-dialog-box .dialog-content .married-selected-image,
  .edit-dialog-box .dialog-content .concubinage-unselected-image,
  .edit-dialog-box .dialog-content .concubinage-selected-image {
    width: auto !important;
    height: auto !important;
    padding: 8px !important; }
  .edit-dialog-box .dialog-content .single-unselected-image:before,
  .edit-dialog-box .dialog-content .single-selected-image:before,
  .edit-dialog-box .dialog-content .married-unselected-image:before,
  .edit-dialog-box .dialog-content .married-selected-image:before,
  .edit-dialog-box .dialog-content .concubinage-unselected-image:before,
  .edit-dialog-box .dialog-content .concubinage-selected-image:before {
    background-size: 45px 45px !important;
    width: 45px !important;
    height: 45px !important;
    font-size: 45px !important; } }
.edit-dialog-box .dialog-content .dialog-link {
  width: 24%;
  float: left;
  padding: 0px 10px 0px 10px !important; }
  @media (max-width: 500px) {
    .edit-dialog-box .dialog-content .dialog-link {
      width: 49%; } }
.edit-dialog-box .dialog-content .dialog-subtitle {
  text-align: left; }
.edit-dialog-box .dialog-content .dialog-info-warning {
  color: #ab1530; }
.edit-dialog-box .dialog-content .form-group {
  margin-bottom: 4px; }
.edit-dialog-box .dialog-content .dialog-text {
  margin: 0px;
  padding: 0px; }
.edit-dialog-box .dialog-content .dialog-text-important {
  margin-top: 30px;
  margin-bottom: 4px;
  font-weight: bold; }
@media (min-width: 768px) {
  .long-dialog .modal-dialog {
    width: 748px !important;
    margin: 30px auto; } }
.fancy-box {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none; }
  .fancy-box hr {
    border-top: 1px solid #D7D7D7; }
  .fancy-box .panel-heading {
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-align: left;
    position: relative;
    padding: 0 !important;
    border: none;
    background-color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
    .fancy-box .panel-heading .info-content {
      display: inline;
      position: absolute;
      right: 0px;
      top: 0px; }
      .fancy-box .panel-heading .info-content a {
        display: block; }
      .fancy-box .panel-heading .info-content .show-info-image,
      .fancy-box .panel-heading .info-content .hide-info-image {
        font-size: 19px !important;
        margin-top: 0px; }
      .fancy-box .panel-heading .info-content .show-info-text,
      .fancy-box .panel-heading .info-content .hide-info-text {
        display: none; }
    .fancy-box .panel-heading .title-text {
      padding-left: 5px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      height: 20px;
      font-size: 16px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-right: 24px;
      line-height: 1.4;
      color: #666666; }
    .fancy-box .panel-heading .title-text-with-help {
      padding-right: 40px; }
  .fancy-box .panel-body {
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
    font-size: 14px;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #C5C5C5;
    border-top: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    position: relative; }
    .fancy-box .panel-body label, .fancy-box .panel-body .custom-field-label, .fancy-box .panel-body .checkbox-field-label {
      font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
      font-size: 14px;
      font-weight: 400;
      color: black; }
    .fancy-box .panel-body .top-border {
      position: absolute;
      left: -1px;
      right: -1px;
      height: 5px;
      top: 0px;
      background-color: #726556; }
    .fancy-box .panel-body .transclude-panel-body {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      height: 100%;
      padding-bottom: 1px;
      padding-top: 10px;
      overflow: visible; }
    .fancy-box .panel-body .info-content-text {
      background-color: #d7d7d7;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-left: -15px;
      margin-right: -15px; }
      .fancy-box .panel-body .info-content-text .base-link {
        color: #FD000D; }
      .fancy-box .panel-body .info-content-text .base-link:hover {
        color: black; }
      .fancy-box .panel-body .info-content-text .base-link:focus {
        color: #FD000D; }
    .fancy-box .panel-body .close-help {
      text-align: right; }
  .fancy-box .panel-collapse {
    margin-top: 5px; }
  .fancy-box .separator-label {
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-align: center;
    line-height: 37px;
    position: relative;
    min-height: 35px;
    background-color: #E1E1E1;
    margin-bottom: 12px; }
  .fancy-box .separator-line {
    border-top: 2px solid #E1E1E1;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px; }
  .fancy-box .fancy-box-info {
    width: 30px;
    min-height: 17px;
    margin-top: 3px;
    display: block;
    color: #5E5E5E; }
  .fancy-box .toggle-btn-container {
    float: right; }
  .fancy-box .toggle-btn {
    min-height: 1em;
    min-width: 1em; }
.theme-box {
  margin-bottom: 30px;
  border: 1px solid #C5C5C5;
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  position: relative; }
  @media (max-width: 499px) {
    .theme-box {
      margin-bottom: 15px; } }
  .theme-box .theme-box__top-border {
    position: absolute;
    left: -1px;
    right: -1px;
    height: 5px;
    top: 0px;
    background-color: #726556; }
  .theme-box .theme-box__title {
    font-family: "Verdana Fett", "Verdana";
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.4; }
  .theme-box .image, .theme-box .relationship-chooser .single-unselected-image, .relationship-chooser .theme-box .single-unselected-image, .theme-box .relationship-chooser .married-unselected-image, .relationship-chooser .theme-box .married-unselected-image, .theme-box .relationship-chooser .concubinage-unselected-image, .relationship-chooser .theme-box .concubinage-unselected-image, .theme-box .house-affordability .distribution-unselected-image, .house-affordability .theme-box .distribution-unselected-image, .theme-box .house-affordability .risk-unselected-image, .house-affordability .theme-box .risk-unselected-image, .theme-box .income-at-pension .pension-age-unselected-image, .income-at-pension .theme-box .pension-age-unselected-image,
  .theme-box .income-at-pension .budget-unselected-image,
  .income-at-pension .theme-box .budget-unselected-image,
  .theme-box .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .theme-box .second-pillar-payment-unselected-image,
  .theme-box .income-at-pension .fortune-unselected-image,
  .income-at-pension .theme-box .fortune-unselected-image, .theme-box .inheritance .distribution-unselected-image, .inheritance .theme-box .distribution-unselected-image, .theme-box .inheritance .taxes-unselected-image, .inheritance .theme-box .taxes-unselected-image, .theme-box .savings .goal-unselected-image, .savings .theme-box .goal-unselected-image, .theme-box .savings .investment-unselected-image, .savings .theme-box .investment-unselected-image, .theme-box .savings .duration-unselected-image, .savings .theme-box .duration-unselected-image, .theme-box .consumption .remaining-capital-unselected-image, .consumption .theme-box .remaining-capital-unselected-image, .theme-box .consumption .withdrawal-unselected-image, .consumption .theme-box .withdrawal-unselected-image, .theme-box .consumption .duration-unselected-image, .consumption .theme-box .duration-unselected-image, .theme-box .risk .base-data-unselected-image, .risk .theme-box .base-data-unselected-image,
  .theme-box .risk .disability-unselected-image,
  .risk .theme-box .disability-unselected-image,
  .theme-box .risk .death-unselected-image,
  .risk .theme-box .death-unselected-image,
  .theme-box .risk .pension-unselected-image,
  .risk .theme-box .pension-unselected-image {
    height: 130px;
    margin-left: -15px;
    margin-right: -15px;
    background-size: auto 100%; }
  .theme-box .theme-box__text {
    font-family: "Verdana Regular", "Verdana";
    font-size: 12px;
    font-weight: 400;
    color: #5E5E5E;
    margin-top: 10px; }
  .theme-box .theme-box__link-text {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px; }
    .theme-box .theme-box__link-text a {
      font-family: "Verdana Fett", "Verdana";
      font-size: 12px;
      font-weight: 700; }
.tab-selector .tab-selector__container {
  text-align: center;
  margin-top: 10px; }
.tab-selector-link .selected-link {
  font-family: "FuturaLTPro-Book";
  font-size: 14px;
  color: #666666;
  margin-right: 5px;
  margin-left: 5px; }
.tab-selector-link .unselected-link {
  font-family: "FuturaLTPro-Book";
  font-size: 14px;
  color: black;
  margin-right: 5px;
  margin-left: 5px; }
.topic-chooser .image-container {
  text-align: center; }
.topic-chooser .transclude-panel-body {
  padding-top: 0px !important; }
.topic-chooser .topic-chooser__title {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-size: 16px;
  font-weight: bolder;
  color: black;
  margin-top: 10px; }
.topic-chooser .row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.topic-chooser .row.no-gutters [class^="col-"],
.topic-chooser .row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }
.topic-chooser .topic-chooser__home {
  margin-top: 20px;
  margin-bottom: 30px; }
.topic-chooser .topic-chooser-4-links .topic-link__content-shown {
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  text-align: center; }
  @media (min-width: 1201px) {
    .topic-chooser .topic-chooser-4-links .topic-link__content-shown {
      width: 25%; } }
  @media (min-width: 500px) and (max-width: 1200px) {
    .topic-chooser .topic-chooser-4-links .topic-link__content-shown {
      width: 50%; } }
  @media (min-width: 380px) and (max-width: 499px) {
    .topic-chooser .topic-chooser-4-links .topic-link__content-shown {
      width: 25%; } }
  @media (max-width: 379px) {
    .topic-chooser .topic-chooser-4-links .topic-link__content-shown {
      width: 50%; } }
.topic-link .option-link {
  float: left; }
.topic-link .float-clear {
  clear: left; }
.topic-link .option-text {
  padding-top: 10px; }
.topic-link .topic-link__content {
  display: inline-block; }
.topic-link .topic-link__title {
  display: none;
  width: 0;
  text-overflow: ellipsis; }
.topic-link .topic-link__option {
  padding: 0px !important;
  float: none;
  margin: 0;
  display: inline-block; }
.topic-link .option-link,
.topic-link .topic-link__content {
  text-align: center;
  width: 75px; }
.topic-panel .float-clear {
  clear: left; }
.topic-panel .transclude-panel-body {
  padding-top: 0px !important; }
.topic-panel .topic-panel__title {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-size: 16px;
  font-weight: bolder;
  color: black;
  margin-top: 10px; }
.topic-panel .normal-font-size {
  font-size: 14px; }
.topic-panel .info-balloon {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px; }
  .topic-panel .info-balloon .balloon-image {
    float: left;
    font-size: 30px;
    color: white;
    padding-right: 5px; }
  .topic-panel .info-balloon hr {
    margin-left: 5px;
    margin-top: 16px;
    margin-bottom: 0px; }
.topic-panel .title-separator {
  height: 2px;
  background-color: #726552;
  margin-top: 10px;
  margin-bottom: 10px; }
.topic-panel .info-description {
   }
.topic-panel .bottom-margin {
  margin-top: 15px; }
.donut-graph .donut-graph__canvas {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.donut-graph .donut-graph__canvas--small {
  width: 130px;
  height: 130px; }
.donut-graph .donut-graph__canvas--medium {
  width: 280px;
  height: 230px; }
.donut-graph .donut-graph__graphic-result-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .donut-graph .donut-graph__graphic-result-panel {
      float: left;
      width: 50%; } }
.donut-graph .donut-graph__text--small {
  top: 55px;
  font-weight: bold; }
.donut-graph .donut-graph__text--medium {
  top: unset;
  bottom: 105px;
  font-weight: bold; }
.donut-graph .donut-graph__secondary-text--small {
  top: 75px; }
.donut-graph .donut-graph__secondary-text--medium {
  top: 125px; }
.bar-graph .bar-graph__canvas-box {
  width: 100%;
  min-height: 200px;
  height: 230px; }
.bar-graph .bar-graph__graphic-result-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .bar-graph .bar-graph__graphic-result-panel {
      float: left;
      width: 50%; } }
.column-graph .column-graph__canvas-box {
  width: 100%;
  min-height: 200px;
  height: 230px; }
.column-graph .column-graph__graphic-result-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .column-graph .column-graph__graphic-result-panel {
      float: left;
      width: 50%; } }
.result-summary-box {
  display: flex;
  background-color: #DA001A;
  margin-top: -5px;
  margin-bottom: -1px;
  margin-left: 0px;
  margin-right: 0px;
  white-space: nowrap;
  position: relative;
   }
  .result-summary-box .link-content {
    padding-top: 10px; }
  .result-summary-box .finance-coach-icon {
    font-size: 60px;
    color: white;
    float: left; }
  .result-summary-box a {
    text-decoration: none; }
    .result-summary-box a .accessibility-link {
      position: absolute;
      color: transparent; }
  .result-summary-box .text {
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    white-space: pre-wrap;
    text-align: left;
    padding-left: 80px; }
  .result-summary-box .open-finance-coach {
    padding-left: 80px;
    padding-bottom: 10px;
    padding-top: 10px; }
  .result-summary-box .finance-coach-label {
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF; }
  .result-summary-box .finance-coach-label-icon:after {
    content: "\e183"; }
  .result-summary-box .finance-coach-label-icon {
    font-size: 10px;
    padding-left: 5px;
    color: white; }
  .result-summary-box .column {
    position: static; }
  .result-summary-box .finance-coach-info {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
    z-index: 1000;
    background: white;
    border-top: none;
    white-space: normal;
    border-radius: 6px;
    color: black; }
    .result-summary-box .finance-coach-info .tip {
      margin-bottom: 20px;
      position: relative; }
      .result-summary-box .finance-coach-info .tip .tip-properties, .result-summary-box .finance-coach-info .tip .information, .result-summary-box .finance-coach-info .tip .advantage, .result-summary-box .finance-coach-info .tip .disadvantage, .result-summary-box .finance-coach-info .tip .equality, .result-summary-box .finance-coach-info .tip .contact {
        font-size: 22px; }
      .result-summary-box .finance-coach-info .tip .tip-icon {
        position: absolute;
        top: -3px; }
      .result-summary-box .finance-coach-info .tip .tip-text {
        margin-left: 45px;
        font-size: 14px;
        white-space: normal; }
  .result-summary-box .tip-link {
    cursor: pointer;
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap; }
  .result-summary-box .finance-coach-modal {
    overflow: visible; }
    .result-summary-box .finance-coach-modal .modal-content {
      overflow: visible; }
    .result-summary-box .finance-coach-modal .modal-dialog {
      overflow: visible; }
    .result-summary-box .finance-coach-modal .modal-body {
      overflow-y: auto;
      margin: 10px;
      margin-bottom: 20px; }
      @media (min-height: 840px) {
        .result-summary-box .finance-coach-modal .modal-body {
          max-height: 600px; } }
      @media (min-height: 760px) and (max-height: 839px) {
        .result-summary-box .finance-coach-modal .modal-body {
          max-height: 520px; } }
      @media (min-height: 680px) and (max-height: 759px) {
        .result-summary-box .finance-coach-modal .modal-body {
          max-height: 440px; } }
      @media (min-height: 600px) and (max-height: 679px) {
        .result-summary-box .finance-coach-modal .modal-body {
          max-height: 360px; } }
      @media (min-height: 534px) and (max-height: 599px) {
        .result-summary-box .finance-coach-modal .modal-body {
          max-height: 280px; } }
      @media (min-height: 440px) and (max-height: 533px) {
        .result-summary-box .finance-coach-modal .modal-body {
          max-height: 280px; } }
      @media (max-height: 439px) {
        .result-summary-box .finance-coach-modal .modal-body {
          max-height: 200px; } }
  .result-summary-box .modal-dialog {
    width: auto;
    max-width: 600px;
    font-size: 14px;
    margin: 15px; }
    @media (max-width: 400px) {
      .result-summary-box .modal-dialog {
        margin-top: 75px; } }
    @media (min-width: 400px) {
      .result-summary-box .modal-dialog {
        margin-top: 120px; } }
    @media (min-width: 630px) {
      .result-summary-box .modal-dialog {
        margin: auto;
        margin-top: 120px; } }
.rss-feeds .rss-feeds__box {
  margin: 0 0 1em 0; }
  .rss-feeds .rss-feeds__box .rss-feeds__box__title {
    font-size: 14px;
    padding-left: 5px; }
  .rss-feeds .rss-feeds__box .rss-feeds__box__top-border {
    left: -1px;
    right: -1px;
    height: 5px;
    top: 0px;
    background-color: #726552;
    margin: 0; }
  .rss-feeds .rss-feeds__box .rss-feeds__box__container {
    background-color: #f2f2f2;
    margin: auto; }
    .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__element {
      margin: 0.75em 0 0.75em 0; }
      @media (max-width: 1220px) {
        .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__element {
          min-height: 5.5em !important; } }
    .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__one-column-element {
      margin: 0.5em 0 0.5em 0; }
    .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__title {
      color: #DA001A; }
    .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__title:hover {
      color: #2a6496; }
    .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__title:focus {
      color: #2a6496; }
    .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__action {
      margin: 20px; }
      .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__action a,
      .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__action div {
        cursor: default;
        margin: auto; }
      .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__action .rss-feeds__box__container__action__button {
        width: 230px;
        height: 3em;
        text-align: center;
        padding-top: 0.75em;
        background-color: #D3031C;
        cursor: auto;
        color: #FFFFFF;
        font-family: 'Verdana Fett','Verdana';
        font-size: 16px;
        font-weight: 700; }
      .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__action .rss-feeds__box__container__action__button:hover,
      .rss-feeds .rss-feeds__box .rss-feeds__box__container .rss-feeds__box__container__action .rss-feeds__box__container__action__button:focus {
        color: black; }
.calculation-header .content {
  padding-left: 0px; }
.calculation-header .row-paddings {
  padding-top: 10px;
  padding-bottom: 10px; }
.calculation-header h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
  color: #666666; }
.link-to-alternative .alternative-hint {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
  padding-left: 80px;
  margin: 0; }
.link-to-alternative .open-alternative {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 80px; }
.link-to-alternative .open-alternative-text {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 700;
  font-size: 14px;
  color: #666666; }
.link-to-alternative .open-alternative-text:hover {
  color: black; }
.link-to-alternative .open-alternative-text:focus {
  color: #FD000D; }
.link-to-alternative .disabled-text {
  color: #EEEEEE; }
.link-to-alternative .disabled-anchor {
  cursor: default; }
.link-to-standard .standard-hint {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
  padding-left: 80px;
  margin: 0; }
.link-to-standard .open-standard {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 80px; }
.link-to-standard .open-standard-text {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 700;
  font-size: 14px;
  color: #666666; }
.link-to-standard .open-standard-text:hover {
  color: black; }
.link-to-standard .open-standard-text:focus {
  color: #FD000D; }
.disabled-text {
  color: #EEEEEE; }
.disabled-anchor {
  cursor: default; }
a .base-data-summary {
  margin-top: -10px;
  padding-top: 10px; }
.numeric-field .calculator-on-image {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
  color: black; }
.numeric-field .calculator-off-image {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
  color: black; }
.numeric-field .collapse-icon {
  font-size: 17px !important;
  padding-left: 0px !important; }
.numeric-field .expand-icon {
  font-size: 17px !important;
  padding-left: 0px !important; }
.numeric-field .numeric-field-input {
  margin-bottom: 15px; }
.numeric-field .numeric-field-range {
  margin-bottom: 15px; }
.numeric-field .input-group .input-group-addon {
  background-color: #ffffff;
  cursor: pointer; }
.numeric-field .input-group .input-group-addon:hover {
  background-color: #e6e6e6; }
.numeric-field .input-group .input-group-addon.calculator-on-background:hover {
  background-color: #d6d6d6 !important; }
.numeric-field .input-group .input-group-addon.percentage {
  cursor: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 0px;
  color: #abadb3; }
  .numeric-field .input-group .input-group-addon.percentage .icon-percent {
    font-size: 17px; }
.numeric-field .input-group .input-group-addon.percentage.disabled {
  background-color: #eeeeee !important; }
.numeric-field .input-group .input-group-addon.currency {
  cursor: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 0px;
  color: #abadb3; }
  .numeric-field .input-group .input-group-addon.currency .icon-currency {
    font-size: 17px; }
.numeric-field .type-icon-container {
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
  width: 20px;
  height: 24px;
  z-index: 10;
  color: #abadb3;
  font-size: 17px; }
.numeric-field .type-icon {
  position: absolute;
  top: 2px; }
.numeric-field .input-text-indent {
  z-index: 1; }
.numeric-field .input-text-indent-percentage {
  padding-left: 2em; }
.numeric-field .input-text-indent-currency {
  padding-left: 3em; }
.numeric-field .entry-container {
  width: 100%; }
.numeric-field .input-group .form-control:not(:first-child):not(:last-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }
.numeric-field .input-group .input-group-addon.currency.disabled {
  background-color: #eeeeee !important; }
.numeric-field .input-group input[type="text"][disabled] ~ .input-group-addon {
  background-color: #eeeeee; }
.numeric-field .numeric-field-type {
  z-index: 4;
  box-shadow: none;
  pointer-events: none;
  background-color: transparent;
  position: absolute;
  text-indent: 6px;
  padding-left: 0px;
  color: gray;
  border: none; }
.numeric-field .numeric-field-type-percentage {
  width: 2em; }
.numeric-field .numeric-field-type-currency {
  width: 3em; }
.numeric-field .numeric-field-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }
.label-field .label-field-input {
  position: initial;
  margin-bottom: 15px; }
.label-field .custom-field-label {
  float: left; }
.label-field .custom-field-label-edit {
  float: right;
  cursor: pointer; }
.radio-field {
  margin-top: 10px; }
  .radio-field .radio {
    display: inline; }
    .radio-field .radio input {
      width: 18px;
      height: 20px;
      margin: 0; }
  .radio-field label, .radio-field .custom-field-label, .radio-field .checkbox-field-label {
    display: inline;
    margin-left: 28px; }
.inline-radio {
  display: inline; }
.checkbox-field input[type="checkbox"] {
  width: auto;
  height: auto;
  display: inline;
  top: 3px;
  position: relative; }
.checkbox-field label, .checkbox-field .custom-field-label, .checkbox-field .checkbox-field-label {
  display: inline !important;
  position: relative;
  top: 1px; }
.inline-field {
  display: inline; }
.file-chooser-field input[type="file"] {
  visibility: hidden !important; }
.file-chooser-field .dragdrop {
  padding: 20px; }
.file-chooser-field .dragdrop-zone {
  text-align: center; }
.file-chooser-field .upload-icon {
  font-size: 50px;
  color: inherit;
  float: left;
  margin-top: -6px;
  margin-right: 10px; }
.file-chooser-field .upload-button {
  background-color: #FD000D !important;
  cursor: pointer;
  color: white; }
.file-chooser-field .upload-button:hover {
  background-color: #FD000D !important; }
.file-chooser-field .application-form-icon-image:before {
  color: white; }
.file-chooser-field .drag-message {
  font-size: 18px;
  margin: 15px; }
.file-chooser-field .upload-document-title {
  float: left; }
.file-chooser-field .upload-document-subtitle {
  float: left;
  margin-top: 35px;
  position: absolute; }
.zip-and-location-field .dropdown-menu {
  max-height: 244px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 90%; }
  .zip-and-location-field .dropdown-menu li {
    height: 29px;
    white-space: nowrap; }
.zip-and-location-field .input-group .dropdown-menu {
  width: 100%; }
.zip-and-location-field .input-group .form-control:not(:first-child):not(:last-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }
.zip-and-location-field .localization-button {
  padding: 3px;
  padding-bottom: 4px;
  width: 30px;
  height: 30px; }
  .zip-and-location-field .localization-button .localization-inprogress-background {
    width: 16px;
    height: 16px;
    background: url("../resources/images/ajax-loader-small.gif") no-repeat;
    padding: 2px;
    margin-left: 3px; }
.zip-and-location-field .fail-message {
  padding-top: 10px; }
.zip-and-location-field .zip-and-location-option {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
  position: relative; }
  .zip-and-location-field .zip-and-location-option .state {
    position: absolute;
    width: 20px;
    height: 24px; }
  .zip-and-location-field .zip-and-location-option span {
    line-height: 24px; }
  .zip-and-location-field .zip-and-location-option .typeahead-highlight {
    margin-left: 25px;
    height: 30px; }
.zip-and-location-field .input-text-indent {
  text-indent: 25px; }
.zip-and-location-field .div-state {
  position: absolute;
  margin-left: 10px;
  margin-top: 3px;
  width: 20px;
  height: 24px;
  z-index: 10; }
.stateAG {
  background: url("../resources/images/states/AG.png") no-repeat;
  background-size: 20px 24px; }
.stateAR {
  background: url("../resources/images/states/AR.png") no-repeat;
  background-size: 20px 24px; }
.stateBL {
  background: url("../resources/images/states/BL.png") no-repeat;
  background-size: 20px 24px; }
.stateFR {
  background: url("../resources/images/states/FR.png") no-repeat;
  background-size: 20px 24px; }
.stateGL {
  background: url("../resources/images/states/GL.png") no-repeat;
  background-size: 20px 24px; }
.stateJU {
  background: url("../resources/images/states/JU.png") no-repeat;
  background-size: 20px 24px; }
.stateNE {
  background: url("../resources/images/states/NE.png") no-repeat;
  background-size: 20px 24px; }
.stateOW {
  background: url("../resources/images/states/OW.png") no-repeat;
  background-size: 20px 24px; }
.stateSH {
  background: url("../resources/images/states/SH.png") no-repeat;
  background-size: 20px 24px; }
.stateSZ {
  background: url("../resources/images/states/SZ.png") no-repeat;
  background-size: 20px 24px; }
.stateTI {
  background: url("../resources/images/states/TI.png") no-repeat;
  background-size: 20px 24px; }
.stateVD {
  background: url("../resources/images/states/VD.png") no-repeat;
  background-size: 20px 24px; }
.stateZG {
  background: url("../resources/images/states/ZG.png") no-repeat;
  background-size: 20px 24px; }
.stateAI {
  background: url("../resources/images/states/AI.png") no-repeat;
  background-size: 20px 24px; }
.stateBE {
  background: url("../resources/images/states/BE.png") no-repeat;
  background-size: 20px 24px; }
.stateBS {
  background: url("../resources/images/states/BS.png") no-repeat;
  background-size: 20px 24px; }
.stateGE {
  background: url("../resources/images/states/GE.png") no-repeat;
  background-size: 20px 24px; }
.stateGR {
  background: url("../resources/images/states/GR.png") no-repeat;
  background-size: 20px 24px; }
.stateLU {
  background: url("../resources/images/states/LU.png") no-repeat;
  background-size: 20px 24px; }
.stateNW {
  background: url("../resources/images/states/NW.png") no-repeat;
  background-size: 20px 24px; }
.stateSG {
  background: url("../resources/images/states/SG.png") no-repeat;
  background-size: 20px 24px; }
.stateSO {
  background: url("../resources/images/states/SO.png") no-repeat;
  background-size: 20px 24px; }
.stateTG {
  background: url("../resources/images/states/TG.png") no-repeat;
  background-size: 20px 24px; }
.stateUR {
  background: url("../resources/images/states/UR.png") no-repeat;
  background-size: 20px 24px; }
.stateVS {
  background: url("../resources/images/states/VS.png") no-repeat;
  background-size: 20px 24px; }
.stateZH {
  background: url("../resources/images/states/ZH.png") no-repeat;
  background-size: 20px 24px; }
.stateLI {
  background: url("../resources/images/states/LI.png") no-repeat;
  background-size: 20px 24px; }
.search-field .dropdown-menu {
  max-height: 244px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 90%; }
  .search-field .dropdown-menu li {
    height: 29px;
    white-space: nowrap; }
.search-field .input-group .dropdown-menu {
  width: 100%; }
.search-field .input-group {
  width: 100%; }
.search-field .input-group .form-control:first-child {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }
.search-field .input-group .form-control:not(:first-child):not(:last-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }
.search-field .search-option {
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
  position: relative; }
  .search-field .search-option span {
    line-height: 24px; }
  .search-field .search-option .typeahead-highlight {
    margin-left: 25px;
    height: 30px; }
.list-group-field .list-group-item-container {
  max-height: 268px;
  overflow-y: auto;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
.list-group-field .ellipsis {
  -o-text-overflow: ellipsis;
  
  text-overflow: ellipsis;
  
  overflow: hidden;
  
  white-space: nowrap;
   }
.theme-header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px; }
  .theme-header .theme-header__title {
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    font-size: 20px;
    color: #666666;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 0px;
    line-height: 1.4; }
  .theme-header .theme-header__description {
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    font-size: 14px;
    color: #5E5E5E;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 1.45; }
.base-data-summary {
  font-size: 14px;
  color: #5E5E5E; }
  .base-data-summary .image, .base-data-summary .relationship-chooser .single-unselected-image, .relationship-chooser .base-data-summary .single-unselected-image, .base-data-summary .relationship-chooser .married-unselected-image, .relationship-chooser .base-data-summary .married-unselected-image, .base-data-summary .relationship-chooser .concubinage-unselected-image, .relationship-chooser .base-data-summary .concubinage-unselected-image, .base-data-summary .house-affordability .distribution-unselected-image, .house-affordability .base-data-summary .distribution-unselected-image, .base-data-summary .house-affordability .risk-unselected-image, .house-affordability .base-data-summary .risk-unselected-image, .base-data-summary .income-at-pension .pension-age-unselected-image, .income-at-pension .base-data-summary .pension-age-unselected-image,
  .base-data-summary .income-at-pension .budget-unselected-image,
  .income-at-pension .base-data-summary .budget-unselected-image,
  .base-data-summary .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .base-data-summary .second-pillar-payment-unselected-image,
  .base-data-summary .income-at-pension .fortune-unselected-image,
  .income-at-pension .base-data-summary .fortune-unselected-image, .base-data-summary .inheritance .distribution-unselected-image, .inheritance .base-data-summary .distribution-unselected-image, .base-data-summary .inheritance .taxes-unselected-image, .inheritance .base-data-summary .taxes-unselected-image, .base-data-summary .savings .goal-unselected-image, .savings .base-data-summary .goal-unselected-image, .base-data-summary .savings .investment-unselected-image, .savings .base-data-summary .investment-unselected-image, .base-data-summary .savings .duration-unselected-image, .savings .base-data-summary .duration-unselected-image, .base-data-summary .consumption .remaining-capital-unselected-image, .consumption .base-data-summary .remaining-capital-unselected-image, .base-data-summary .consumption .withdrawal-unselected-image, .consumption .base-data-summary .withdrawal-unselected-image, .base-data-summary .consumption .duration-unselected-image, .consumption .base-data-summary .duration-unselected-image, .base-data-summary .risk .base-data-unselected-image, .risk .base-data-summary .base-data-unselected-image,
  .base-data-summary .risk .disability-unselected-image,
  .risk .base-data-summary .disability-unselected-image,
  .base-data-summary .risk .death-unselected-image,
  .risk .base-data-summary .death-unselected-image,
  .base-data-summary .risk .pension-unselected-image,
  .risk .base-data-summary .pension-unselected-image {
    margin-top: 5px;
    float: left; }
  .base-data-summary .personal-data {
    padding: 4px 0px 0px 80px; }
  .base-data-summary .income-data {
    margin-top: 15px; }
.table-row {
  margin-bottom: 2px; }
  .table-row .table-row__bullet {
    padding-top: 3px;
    padding-right: 5px; }
  .table-row .icon-cell {
    display: inline-flex; }
  .table-row .tabulated-cell {
    padding-left: 22px !important; }
  .table-row .table-cell {
    vertical-align: top !important;
    line-height: 1.428571429 !important; }
    .table-row .table-cell .table-cell-text {
      font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
      word-break: break-word; }
  .table-row .table-cell-align {
    padding-left: 5px;
    text-align: right !important; }
  .table-row .percentage-col {
    white-space: nowrap; }
.table-row-list {
  width: 100%; }
.navigation-bar {
  margin-top: 0px; }
.bs-docs-nav .navbar-nav > .active > a,
.theme-navigation-bar .bs-docs-nav .navbar-nav > .active > a:hover,
.theme-navigation-bar .bs-docs-nav .navbar-nav > .active > a:focus {
  background-color: #726552 !important;
   }
.theme-navigation-bar {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  padding-left: 0px;
  padding-right: 0px; }
  @media (max-width: 767px) {
    .theme-navigation-bar {
      
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 10px; } }
  @media (min-width: 500px) {
    .theme-navigation-bar .nav > li > a {
      text-transform: uppercase;
      cursor: pointer; } }
.theme-navigation-bar:after {
  clear: both; }
.bs-docs-nav .navbar-nav > li > a:hover,
.bs-docs-nav .navbar-nav > li > a:focus {
  background-color: #C0C0C0; }
.sub-theme-navigation-bar {
  border-color: #999999; }
  @media (max-width: 767px) {
    .sub-theme-navigation-bar {
      margin-left: -5px; } }
  .sub-theme-navigation-bar .active > a,
  .sub-theme-navigation-bar .active > a:hover,
  .sub-theme-navigation-bar .active > a:focus {
    color: #DA001A;
    background-color: white !important; }
.bs-navbar-collapse {
  border-color: #999999; }
  @media (min-width: 500px) {
    .bs-navbar-collapse .btn {
      text-transform: uppercase; } }
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 3px; } }
.navbar-nav > li a {
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-size: 14px;
  color: black;
  text-align: center; }
@media (max-width: 767px) {
  .theme-navigation-bar .navbar-nav > li > a,
  .sub-theme-navigation-bar .navbar-nav > li > a {
    display: inline;
    padding: 5px 5px; } }
@media (max-width: 767px) {
  .nav > li {
    display: inline; } }
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #FD000D;
  border-color: #FD000D; }
.icon-button-bar .dropdown-color {
  color: #FD000D !important;
  background-color: white !important; }
.icon-button-bar .dropdown-color:hover {
  color: white !important;
  background-color: #FD000D !important; }
.navbar-center-content {
  width: 58%;
  text-align: center;
  float: left; }
  .navbar-center-content > a {
    text-decoration: none; }
.float-left {
  float: left; }
.navbar-toggle .icon-bar {
  background-color: #563d7c; }
.navbar {
  margin-bottom: 0px !important; }
.profile-bar {
  padding: 0px;
  height: 30px; }
  @media (max-width: 767px) {
    .profile-bar {
      opacity: 0; } }
  .profile-bar .profile-bar__btn,
  .profile-bar .profile-bar__link {
    float: right;
    margin: 0px 10px 0px 0px; }
  .profile-bar .profile-bar__link {
    padding-bottom: 10px; }
  .profile-bar .profile-bar__btn {
    width: 90px; }
  .profile-bar .profile-bar__btn--login {
    margin-bottom: 5px; }
  .profile-bar .profile-bar__link span {
    font-size: 12px; }
  @media (max-width: 767px) {
    .profile-bar .profile-bar__btn,
    .profile-bar .profile-bar__link {
      float: right;
      margin: 0px 10px 0px 0px;
      width: 135px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .profile-bar .profile-bar__demo-account {
    cursor: default; }
.title-link {
  position: relative;
  cursor: pointer;
  color: #3d4d6d;
  font-size: 18px;
  padding: 15px;
  z-index: 1050; }
  @media (max-width: 767px) {
    .title-link {
      position: fixed;
      top: 0; } }
.debugging-view {
  width: 100%;
  height: 100px;
  overflow: auto;
  background-color: beige; }
.icon-button-bar .user-extra-info {
  display: inline-block !important;
  cursor: default; }
  .icon-button-bar .user-extra-info p {
    margin: 0; }
.icon-button-bar .user-extra-info-logout {
  display: inline-block !important; }
.icon-button-bar .no-uploaded-files-text {
  padding-top: 11px;
  padding-left: 7px; }
.icon-button-bar .no-uploaded-files-container {
  height: 100%; }
.icon-button-bar .form-control {
  padding: 6px 12px; }
.icon-button-bar .margin-top-label {
  margin-top: 1em; }
.icon-button-bar .link-bolder {
  font-weight: bold; }
.icon-button-bar .icon-button-bar__profile {
  display: none; }
  @media (max-width: 767px) {
    .icon-button-bar .icon-button-bar__profile {
      display: block; } }
  .icon-button-bar .icon-button-bar__profile .user-logged {
    font-size: 12px; }
  .icon-button-bar .icon-button-bar__profile .demo-account {
    cursor: default; }
.icon-button-bar .icon-button-bar__tool-bar-visibility {
  display: none; }
.icon-button-bar .icon-button-bar__dossier-name p {
  margin-top: 8px;
  text-align: right; }
.icon-button-bar .icon-button-bar__dossier-dropdown--with-separator {
  border-right: 1px solid #adadad;
  margin-right: 5px;
  padding-right: 5px !important; }
.icon-button-bar .icon-button-bar__dossier-dropdown--without-separator {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px; }
@media (max-width: 767px) {
  .icon-button-bar .icon-button-bar__dossier-name p {
    margin: 0px auto;
    text-align: left;
    width: auto;
    padding-left: 10px; }
  .icon-button-bar .icon-button-bar__dossier-dropdown--with-separator {
    border-right: 0px;
    margin-right: 0px; }
    .icon-button-bar .icon-button-bar__dossier-dropdown--with-separator a {
      border-bottom: 1px solid #adadad; }
  .icon-button-bar .icon-button-bar__dossier-dropdown--without-separator {
    border-right: 0px;
    margin-right: 0px; }
    .icon-button-bar .icon-button-bar__dossier-dropdown--without-separator a {
      border-bottom: 0px; }
  .icon-button-bar .user-extra-info {
    border-bottom: 0 !important; }
  .icon-button-bar .user-extra-info-logout {
    display: block !important; } }
.icon-button-bar .ellipsis {
  -o-text-overflow: ellipsis;
  
  text-overflow: ellipsis;
  
  overflow: hidden;
  
  white-space: nowrap;
  
  width: 300px;
   }
@media (max-width: 767px) {
  .icon-button-bar .navbar-dynamic-top {
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0;
    top: 0;
    border-width: 0 0 1px; }
    .icon-button-bar .navbar-dynamic-top .icon-bar-container {
      min-width: 200px;
      padding-right: 0px !important;
      padding-left: 0px !important; }
    .icon-button-bar .navbar-dynamic-top .icon-bar-container > .navbar-header {
      background-color: transparent;
      margin-right: -15px;
      margin-left: -15px; }
    .icon-button-bar .navbar-dynamic-top .icon-bar-container > .navbar-collapse {
      margin-right: -15px;
      margin-left: -15px; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__navbar {
      border: 0px; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__navbar > .nav {
      background-color: #FFFFFF;
      border: 1px solid;
      border-radius: 4px;
      border-width: 11px;
      border-color: #DDDDDD;
      border-top: 0px; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__navbar ul > li > a:hover,
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__navbar ul > li > a:focus {
      background-color: #F0F0F0 !important; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__navbar ul > li > a {
      position: relative;
      display: block;
      padding: 10px; }
    .icon-button-bar .navbar-dynamic-top .dropdown div > a:hover,
    .icon-button-bar .navbar-dynamic-top .dropdown div > a:focus,
    .icon-button-bar .navbar-dynamic-top .dropdown div > a > div:hover,
    .icon-button-bar .navbar-dynamic-top .dropdown div > a > div:focus {
      background-color: #F0F0F0; }
    .icon-button-bar .navbar-dynamic-top .padding-text {
      padding-left: 30px;
      line-height: 25px;
      font-family: "Verdana";
      font-size: 14px;
      min-width: 300px;
      text-align: left;
      margin: 0; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__tool-bar {
      height: 375px !important;
      overflow: scroll;
      overflow-x: hidden; }
    .icon-button-bar .navbar-dynamic-top .icon-bar-container li a div:before {
      float: left; } }
@media (min-width: 768px) {
  .icon-button-bar .navbar-dynamic-top {
    padding-right: 0;
    padding-left: 0;
    z-index: 1000;
    border-width: 0 0 1px;
    border-radius: 0; }
    .icon-button-bar .navbar-dynamic-top .icon-bar-container {
      width: auto;
      padding-left: 15px;
      padding-right: 15px; }
    .icon-button-bar .navbar-dynamic-top .icon-bar-container > .navbar-collapse {
      margin-right: 0px;
      margin-left: 0px;
      margin-top: 5px; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__navbar > .nav {
      background-color: #FFFFFF;
      border-width: 0 0px; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__navbar ul > li > a {
      position: relative;
      display: block;
      padding: 3px 3px; }
    .icon-button-bar .navbar-dynamic-top .hiding-text {
      font-size: 0;
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__tool-bar > li > a:hover,
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__tool-bar > li > a:focus {
      background-color: #F0F0F0 !important; }
    .icon-button-bar .navbar-dynamic-top .user-extra-info:hover,
    .icon-button-bar .navbar-dynamic-top .user-extra-info:focus {
      background-color: white !important; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__tool-bar .navbar-nav > li a,
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__tool-bar .dropdown {
      padding: 0; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__tool-bar .open {
      background-color: #E0E0E0 !important; }
    .icon-button-bar .navbar-dynamic-top .icon-button-bar__tool-bar {
      max-height: 0px; } }
@media (min-width: 992px) {
  .icon-button-bar .navbar-dynamic-top .icon-bar-container {
    width: 970px;
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 1200px) {
  .icon-button-bar .navbar-dynamic-top .icon-bar-container {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px; } }
.icon-button-bar .navbar-collapse.in {
  overflow-y: visible; }
.icon-button-bar .dropdown div > a {
  position: relative !important;
  display: block !important;
  background-color: #E0E0E0 !important;
  text-decoration: none !important; }
.icon-button-bar .dropdown-color {
  color: #000000 !important;
  background-color: #E0E0E0 !important; }
.icon-button-bar .dropdown-color:hover,
.icon-button-bar .dropdown-color:focus {
  background-color: #F0F0F0 !important; }
.icon-button-bar .hide-temporary {
  display: none; }
.new-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.event-plan-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.event-plan-with-events-entered-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important;
  color: #ab1530; }
.print-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.storage-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.login-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.logout-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.envelope-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.language-icon-de {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.language-icon-fr {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.language-icon-it {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.language-icon-en {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.country-icon-ch {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.country-icon-li {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.calculator-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.facebook-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.googleplus-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.twitter-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.youtube-icon-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.icon-file-text2 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  font-size: 26px !important; }
.error-message {
  font-size: 13px;
  color: red; }
.breadcrumbs .breadcrumb-path {
  color: #666666; }
.breadcrumbs .breadcrumb-last {
  color: #666666; }
.visibility--off {
  display: none; }
.relationship-chooser .image, .relationship-chooser .single-unselected-image, .relationship-chooser .married-unselected-image, .relationship-chooser .concubinage-unselected-image, .relationship-chooser .house-affordability .distribution-unselected-image, .house-affordability .relationship-chooser .distribution-unselected-image, .relationship-chooser .house-affordability .risk-unselected-image, .house-affordability .relationship-chooser .risk-unselected-image, .relationship-chooser .income-at-pension .pension-age-unselected-image, .income-at-pension .relationship-chooser .pension-age-unselected-image,
.relationship-chooser .income-at-pension .budget-unselected-image,
.income-at-pension .relationship-chooser .budget-unselected-image,
.relationship-chooser .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .relationship-chooser .second-pillar-payment-unselected-image,
.relationship-chooser .income-at-pension .fortune-unselected-image,
.income-at-pension .relationship-chooser .fortune-unselected-image, .relationship-chooser .inheritance .distribution-unselected-image, .inheritance .relationship-chooser .distribution-unselected-image, .relationship-chooser .inheritance .taxes-unselected-image, .inheritance .relationship-chooser .taxes-unselected-image, .relationship-chooser .savings .goal-unselected-image, .savings .relationship-chooser .goal-unselected-image, .relationship-chooser .savings .investment-unselected-image, .savings .relationship-chooser .investment-unselected-image, .relationship-chooser .savings .duration-unselected-image, .savings .relationship-chooser .duration-unselected-image, .relationship-chooser .consumption .remaining-capital-unselected-image, .consumption .relationship-chooser .remaining-capital-unselected-image, .relationship-chooser .consumption .withdrawal-unselected-image, .consumption .relationship-chooser .withdrawal-unselected-image, .relationship-chooser .consumption .duration-unselected-image, .consumption .relationship-chooser .duration-unselected-image, .relationship-chooser .risk .base-data-unselected-image, .risk .relationship-chooser .base-data-unselected-image,
.relationship-chooser .risk .disability-unselected-image,
.risk .relationship-chooser .disability-unselected-image,
.relationship-chooser .risk .death-unselected-image,
.risk .relationship-chooser .death-unselected-image,
.relationship-chooser .risk .pension-unselected-image,
.risk .relationship-chooser .pension-unselected-image {
  display: inline-block;
  border: 1px solid #C5C5C5; }
.relationship-chooser .selected-image, .relationship-chooser .single-selected-image, .relationship-chooser .married-selected-image, .relationship-chooser .concubinage-selected-image, .relationship-chooser .house-affordability .distribution-selected-image, .house-affordability .relationship-chooser .distribution-selected-image, .relationship-chooser .house-affordability .risk-selected-image, .house-affordability .relationship-chooser .risk-selected-image, .relationship-chooser .income-at-pension .pension-age-selected-image, .income-at-pension .relationship-chooser .pension-age-selected-image,
.relationship-chooser .income-at-pension .budget-selected-image,
.income-at-pension .relationship-chooser .budget-selected-image,
.relationship-chooser .income-at-pension .second-pillar-payment-selected-image,
.income-at-pension .relationship-chooser .second-pillar-payment-selected-image,
.relationship-chooser .income-at-pension .fortune-selected-image,
.income-at-pension .relationship-chooser .fortune-selected-image, .relationship-chooser .inheritance .distribution-selected-image, .inheritance .relationship-chooser .distribution-selected-image, .relationship-chooser .inheritance .taxes-selected-image, .inheritance .relationship-chooser .taxes-selected-image, .relationship-chooser .savings .goal-selected-image, .savings .relationship-chooser .goal-selected-image, .relationship-chooser .savings .investment-selected-image, .savings .relationship-chooser .investment-selected-image, .relationship-chooser .savings .duration-selected-image, .savings .relationship-chooser .duration-selected-image, .relationship-chooser .consumption .remaining-capital-selected-image, .consumption .relationship-chooser .remaining-capital-selected-image, .relationship-chooser .consumption .withdrawal-selected-image, .consumption .relationship-chooser .withdrawal-selected-image, .relationship-chooser .consumption .duration-selected-image, .consumption .relationship-chooser .duration-selected-image, .relationship-chooser .risk .base-data-selected-image, .risk .relationship-chooser .base-data-selected-image,
.relationship-chooser .risk .disability-selected-image,
.risk .relationship-chooser .disability-selected-image,
.relationship-chooser .risk .death-selected-image,
.risk .relationship-chooser .death-selected-image,
.relationship-chooser .risk .pension-selected-image,
.risk .relationship-chooser .pension-selected-image {
  display: inline-block;
  border: 1px solid #C5C5C5;
  background-color: #FD000D; }
@media (min-width: 500px) and (max-width: 992px) {
  .relationship-chooser .single-unselected-image,
  .relationship-chooser .single-selected-image,
  .relationship-chooser .married-unselected-image,
  .relationship-chooser .married-selected-image,
  .relationship-chooser .concubinage-unselected-image,
  .relationship-chooser .concubinage-selected-image {
    background-size: 63px 63px;
    width: 63px;
    height: 63px;
    font-size: 45px !important;
    padding: 8px !important; } }
.relationship-chooser .image-container {
  text-align: center;
  padding-bottom: 10px; }
.relationship-chooser .image-container a:hover {
  text-decoration: none; }
.relationship-chooser .image-container .accessibility-link {
  display: inline-block;
  width: 70px; }
.relationship-chooser .relationship-description {
  color: #000000;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px; }
.relationship-chooser .topic-link__content-shown {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: auto !important;
  float: none !important;
  text-align: none !important; }
.expandable-panel-item {
  background-color: #D1A5A5;
  margin: -15px -15px 0px;
  padding: 15px 15px 0px; }
.fancy-box .panel-body .expandable-panel-item.dark-color label, .fancy-box .panel-body .expandable-panel-item.dark-color .custom-field-label, .fancy-box .panel-body .expandable-panel-item.dark-color .checkbox-field-label {
  color: black; }
.fancy-box .panel-body .expandable-panel-item.light-color label, .fancy-box .panel-body .expandable-panel-item.light-color .custom-field-label, .fancy-box .panel-body .expandable-panel-item.light-color .checkbox-field-label {
  color: white; }
.second-couple-contact-box .fancy-box .std-text-note {
  text-align: center;
  padding-top: 0px; }
.second-couple-contact-box .fancy-box .couple-contact-form-button {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: #666666; }
.second-couple-contact-box .fancy-box .hide-couple-contact-form-button {
  float: right;
  color: #666666;
  cursor: pointer; }
.second-couple-contact-box .fancy-box .description-contact {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }
.firstDetailRow {
  border-top: 1px solid gray; }
.detailRow {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black; }
.firstSumRow {
  padding-top: 5px; }
.detailed-mortgages {
  padding-bottom: 15px; }
  .detailed-mortgages .btn:focus {
    color: black; }
.class-1-mortgage-dialog .numeric-field .numeric-field-input {
  margin-bottom: 4px; }
.class-2-mortgage-dialog .numeric-field .numeric-field-input {
  margin-bottom: 4px; }
.event-plan .event-plan-subtitle {
  font-weight: bold; }
.event-plan .event-plan-row {
  border-top: 1px solid #E5E5E5;
  min-width: inherit; }
.event-plan .event-plan-col-4 {
  padding: 10px; }
.event-plan .event-plan-col-2 {
  padding: 10px; }
.event-plan .event-plan-col-3 {
  padding: 10px; }
.event-plan .event-plan-col-5 {
  padding: 10px; }
.event-plan .form-control {
  padding: 6px 12px; }
.event-plan .input-text {
  min-width: 100px; }
.event-plan .input-text-area {
  min-width: 100px; }
.event-plan textarea {
  resize: none; }
.event-plan .modal-footer .btn {
  margin-bottom: 0px; }
.event-plan .modal-dialog-table {
  width: auto;
  max-width: 1200px;
  font-size: 14px;
  margin: 15px;
  padding: 19px; }
  @media (max-width: 500px) {
    .event-plan .modal-dialog-table {
      margin-top: 75px;
      min-width: 350px; } }
  @media (min-width: 500px) {
    .event-plan .modal-dialog-table {
      margin-top: 120px;
      min-width: 500px; } }
  @media (max-width: 770px) {
    .event-plan .modal-dialog-table .row-title {
      display: none; } }
  @media (min-width: 630px) {
    .event-plan .modal-dialog-table {
      margin: auto;
      margin-top: 120px;
      min-width: 600px; } }
.overview {
  
   }
  .overview .title {
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    font-size: 20px;
    font-weight: 700;
    color: #666666;
    margin-top: 25px;
    margin-bottom: 0px;
    line-height: 1.4; }
  .overview .title-text {
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-bottom: 25px;
    margin-top: 0px;
    line-height: 1.45; }
  .overview .image, .overview .relationship-chooser .single-unselected-image, .relationship-chooser .overview .single-unselected-image, .overview .relationship-chooser .married-unselected-image, .relationship-chooser .overview .married-unselected-image, .overview .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview .concubinage-unselected-image, .overview .house-affordability .distribution-unselected-image, .house-affordability .overview .distribution-unselected-image, .overview .house-affordability .risk-unselected-image, .house-affordability .overview .risk-unselected-image, .overview .income-at-pension .pension-age-unselected-image, .income-at-pension .overview .pension-age-unselected-image,
  .overview .income-at-pension .budget-unselected-image,
  .income-at-pension .overview .budget-unselected-image,
  .overview .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .overview .second-pillar-payment-unselected-image,
  .overview .income-at-pension .fortune-unselected-image,
  .income-at-pension .overview .fortune-unselected-image, .overview .inheritance .distribution-unselected-image, .inheritance .overview .distribution-unselected-image, .overview .inheritance .taxes-unselected-image, .inheritance .overview .taxes-unselected-image, .overview .savings .goal-unselected-image, .savings .overview .goal-unselected-image, .overview .savings .investment-unselected-image, .savings .overview .investment-unselected-image, .overview .savings .duration-unselected-image, .savings .overview .duration-unselected-image, .overview .consumption .remaining-capital-unselected-image, .consumption .overview .remaining-capital-unselected-image, .overview .consumption .withdrawal-unselected-image, .consumption .overview .withdrawal-unselected-image, .overview .consumption .duration-unselected-image, .consumption .overview .duration-unselected-image, .overview .risk .base-data-unselected-image, .risk .overview .base-data-unselected-image,
  .overview .risk .disability-unselected-image,
  .risk .overview .disability-unselected-image,
  .overview .risk .death-unselected-image,
  .risk .overview .death-unselected-image,
  .overview .risk .pension-unselected-image,
  .risk .overview .pension-unselected-image {
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .overview #houseThemeBox .image, .overview #houseThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #houseThemeBox .single-unselected-image, .overview #houseThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #houseThemeBox .married-unselected-image, .overview #houseThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #houseThemeBox .concubinage-unselected-image, .overview #houseThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #houseThemeBox .distribution-unselected-image, .overview #houseThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #houseThemeBox .risk-unselected-image, .overview #houseThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #houseThemeBox .pension-age-unselected-image,
  .overview #houseThemeBox .income-at-pension .budget-unselected-image,
  .income-at-pension .overview #houseThemeBox .budget-unselected-image,
  .overview #houseThemeBox .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .overview #houseThemeBox .second-pillar-payment-unselected-image,
  .overview #houseThemeBox .income-at-pension .fortune-unselected-image,
  .income-at-pension .overview #houseThemeBox .fortune-unselected-image, .overview #houseThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #houseThemeBox .distribution-unselected-image, .overview #houseThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #houseThemeBox .taxes-unselected-image, .overview #houseThemeBox .savings .goal-unselected-image, .savings .overview #houseThemeBox .goal-unselected-image, .overview #houseThemeBox .savings .investment-unselected-image, .savings .overview #houseThemeBox .investment-unselected-image, .overview #houseThemeBox .savings .duration-unselected-image, .savings .overview #houseThemeBox .duration-unselected-image, .overview #houseThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #houseThemeBox .remaining-capital-unselected-image, .overview #houseThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #houseThemeBox .withdrawal-unselected-image, .overview #houseThemeBox .consumption .duration-unselected-image, .consumption .overview #houseThemeBox .duration-unselected-image, .overview #houseThemeBox .risk .base-data-unselected-image, .risk .overview #houseThemeBox .base-data-unselected-image,
  .overview #houseThemeBox .risk .disability-unselected-image,
  .risk .overview #houseThemeBox .disability-unselected-image,
  .overview #houseThemeBox .risk .death-unselected-image,
  .risk .overview #houseThemeBox .death-unselected-image,
  .overview #houseThemeBox .risk .pension-unselected-image,
  .risk .overview #houseThemeBox .pension-unselected-image, .overview #taxesThemeBox .image, .overview #taxesThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #taxesThemeBox .single-unselected-image, .overview #taxesThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #taxesThemeBox .married-unselected-image, .overview #taxesThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #taxesThemeBox .concubinage-unselected-image, .overview #taxesThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #taxesThemeBox .distribution-unselected-image, .overview #taxesThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #taxesThemeBox .risk-unselected-image, .overview #taxesThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #taxesThemeBox .pension-age-unselected-image,
  .overview #taxesThemeBox .income-at-pension .budget-unselected-image,
  .income-at-pension .overview #taxesThemeBox .budget-unselected-image,
  .overview #taxesThemeBox .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .overview #taxesThemeBox .second-pillar-payment-unselected-image,
  .overview #taxesThemeBox .income-at-pension .fortune-unselected-image,
  .income-at-pension .overview #taxesThemeBox .fortune-unselected-image, .overview #taxesThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #taxesThemeBox .distribution-unselected-image, .overview #taxesThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #taxesThemeBox .taxes-unselected-image, .overview #taxesThemeBox .savings .goal-unselected-image, .savings .overview #taxesThemeBox .goal-unselected-image, .overview #taxesThemeBox .savings .investment-unselected-image, .savings .overview #taxesThemeBox .investment-unselected-image, .overview #taxesThemeBox .savings .duration-unselected-image, .savings .overview #taxesThemeBox .duration-unselected-image, .overview #taxesThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #taxesThemeBox .remaining-capital-unselected-image, .overview #taxesThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #taxesThemeBox .withdrawal-unselected-image, .overview #taxesThemeBox .consumption .duration-unselected-image, .consumption .overview #taxesThemeBox .duration-unselected-image, .overview #taxesThemeBox .risk .base-data-unselected-image, .risk .overview #taxesThemeBox .base-data-unselected-image,
  .overview #taxesThemeBox .risk .disability-unselected-image,
  .risk .overview #taxesThemeBox .disability-unselected-image,
  .overview #taxesThemeBox .risk .death-unselected-image,
  .risk .overview #taxesThemeBox .death-unselected-image,
  .overview #taxesThemeBox .risk .pension-unselected-image,
  .risk .overview #taxesThemeBox .pension-unselected-image, .overview #pensionThemeBox .image, .overview #pensionThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #pensionThemeBox .single-unselected-image, .overview #pensionThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #pensionThemeBox .married-unselected-image, .overview #pensionThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #pensionThemeBox .concubinage-unselected-image, .overview #pensionThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #pensionThemeBox .distribution-unselected-image, .overview #pensionThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #pensionThemeBox .risk-unselected-image, .overview #pensionThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #pensionThemeBox .pension-age-unselected-image,
  .overview #pensionThemeBox .income-at-pension .budget-unselected-image,
  .income-at-pension .overview #pensionThemeBox .budget-unselected-image,
  .overview #pensionThemeBox .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .overview #pensionThemeBox .second-pillar-payment-unselected-image,
  .overview #pensionThemeBox .income-at-pension .fortune-unselected-image,
  .income-at-pension .overview #pensionThemeBox .fortune-unselected-image, .overview #pensionThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #pensionThemeBox .distribution-unselected-image, .overview #pensionThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #pensionThemeBox .taxes-unselected-image, .overview #pensionThemeBox .savings .goal-unselected-image, .savings .overview #pensionThemeBox .goal-unselected-image, .overview #pensionThemeBox .savings .investment-unselected-image, .savings .overview #pensionThemeBox .investment-unselected-image, .overview #pensionThemeBox .savings .duration-unselected-image, .savings .overview #pensionThemeBox .duration-unselected-image, .overview #pensionThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #pensionThemeBox .remaining-capital-unselected-image, .overview #pensionThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #pensionThemeBox .withdrawal-unselected-image, .overview #pensionThemeBox .consumption .duration-unselected-image, .consumption .overview #pensionThemeBox .duration-unselected-image, .overview #pensionThemeBox .risk .base-data-unselected-image, .risk .overview #pensionThemeBox .base-data-unselected-image,
  .overview #pensionThemeBox .risk .disability-unselected-image,
  .risk .overview #pensionThemeBox .disability-unselected-image,
  .overview #pensionThemeBox .risk .death-unselected-image,
  .risk .overview #pensionThemeBox .death-unselected-image,
  .overview #pensionThemeBox .risk .pension-unselected-image,
  .risk .overview #pensionThemeBox .pension-unselected-image, .overview #savingThemeBox .image, .overview #savingThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #savingThemeBox .single-unselected-image, .overview #savingThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #savingThemeBox .married-unselected-image, .overview #savingThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #savingThemeBox .concubinage-unselected-image, .overview #savingThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #savingThemeBox .distribution-unselected-image, .overview #savingThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #savingThemeBox .risk-unselected-image, .overview #savingThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #savingThemeBox .pension-age-unselected-image,
  .overview #savingThemeBox .income-at-pension .budget-unselected-image,
  .income-at-pension .overview #savingThemeBox .budget-unselected-image,
  .overview #savingThemeBox .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .overview #savingThemeBox .second-pillar-payment-unselected-image,
  .overview #savingThemeBox .income-at-pension .fortune-unselected-image,
  .income-at-pension .overview #savingThemeBox .fortune-unselected-image, .overview #savingThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #savingThemeBox .distribution-unselected-image, .overview #savingThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #savingThemeBox .taxes-unselected-image, .overview #savingThemeBox .savings .goal-unselected-image, .savings .overview #savingThemeBox .goal-unselected-image, .overview #savingThemeBox .savings .investment-unselected-image, .savings .overview #savingThemeBox .investment-unselected-image, .overview #savingThemeBox .savings .duration-unselected-image, .savings .overview #savingThemeBox .duration-unselected-image, .overview #savingThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #savingThemeBox .remaining-capital-unselected-image, .overview #savingThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #savingThemeBox .withdrawal-unselected-image, .overview #savingThemeBox .consumption .duration-unselected-image, .consumption .overview #savingThemeBox .duration-unselected-image, .overview #savingThemeBox .risk .base-data-unselected-image, .risk .overview #savingThemeBox .base-data-unselected-image,
  .overview #savingThemeBox .risk .disability-unselected-image,
  .risk .overview #savingThemeBox .disability-unselected-image,
  .overview #savingThemeBox .risk .death-unselected-image,
  .risk .overview #savingThemeBox .death-unselected-image,
  .overview #savingThemeBox .risk .pension-unselected-image,
  .risk .overview #savingThemeBox .pension-unselected-image {
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .overview #houseThemeBox .image, .overview #houseThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #houseThemeBox .single-unselected-image, .overview #houseThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #houseThemeBox .married-unselected-image, .overview #houseThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #houseThemeBox .concubinage-unselected-image, .overview #houseThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #houseThemeBox .distribution-unselected-image, .overview #houseThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #houseThemeBox .risk-unselected-image, .overview #houseThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #houseThemeBox .pension-age-unselected-image,
  .overview #houseThemeBox .income-at-pension .budget-unselected-image,
  .income-at-pension .overview #houseThemeBox .budget-unselected-image,
  .overview #houseThemeBox .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .overview #houseThemeBox .second-pillar-payment-unselected-image,
  .overview #houseThemeBox .income-at-pension .fortune-unselected-image,
  .income-at-pension .overview #houseThemeBox .fortune-unselected-image, .overview #houseThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #houseThemeBox .distribution-unselected-image, .overview #houseThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #houseThemeBox .taxes-unselected-image, .overview #houseThemeBox .savings .goal-unselected-image, .savings .overview #houseThemeBox .goal-unselected-image, .overview #houseThemeBox .savings .investment-unselected-image, .savings .overview #houseThemeBox .investment-unselected-image, .overview #houseThemeBox .savings .duration-unselected-image, .savings .overview #houseThemeBox .duration-unselected-image, .overview #houseThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #houseThemeBox .remaining-capital-unselected-image, .overview #houseThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #houseThemeBox .withdrawal-unselected-image, .overview #houseThemeBox .consumption .duration-unselected-image, .consumption .overview #houseThemeBox .duration-unselected-image, .overview #houseThemeBox .risk .base-data-unselected-image, .risk .overview #houseThemeBox .base-data-unselected-image,
  .overview #houseThemeBox .risk .disability-unselected-image,
  .risk .overview #houseThemeBox .disability-unselected-image,
  .overview #houseThemeBox .risk .death-unselected-image,
  .risk .overview #houseThemeBox .death-unselected-image,
  .overview #houseThemeBox .risk .pension-unselected-image,
  .risk .overview #houseThemeBox .pension-unselected-image {
    background-image: url("../resources/images/theme-house.png"); }
  .overview #taxesThemeBox .image, .overview #taxesThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #taxesThemeBox .single-unselected-image, .overview #taxesThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #taxesThemeBox .married-unselected-image, .overview #taxesThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #taxesThemeBox .concubinage-unselected-image, .overview #taxesThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #taxesThemeBox .distribution-unselected-image, .overview #taxesThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #taxesThemeBox .risk-unselected-image, .overview #taxesThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #taxesThemeBox .pension-age-unselected-image,
  .overview #taxesThemeBox .income-at-pension .budget-unselected-image,
  .income-at-pension .overview #taxesThemeBox .budget-unselected-image,
  .overview #taxesThemeBox .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .overview #taxesThemeBox .second-pillar-payment-unselected-image,
  .overview #taxesThemeBox .income-at-pension .fortune-unselected-image,
  .income-at-pension .overview #taxesThemeBox .fortune-unselected-image, .overview #taxesThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #taxesThemeBox .distribution-unselected-image, .overview #taxesThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #taxesThemeBox .taxes-unselected-image, .overview #taxesThemeBox .savings .goal-unselected-image, .savings .overview #taxesThemeBox .goal-unselected-image, .overview #taxesThemeBox .savings .investment-unselected-image, .savings .overview #taxesThemeBox .investment-unselected-image, .overview #taxesThemeBox .savings .duration-unselected-image, .savings .overview #taxesThemeBox .duration-unselected-image, .overview #taxesThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #taxesThemeBox .remaining-capital-unselected-image, .overview #taxesThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #taxesThemeBox .withdrawal-unselected-image, .overview #taxesThemeBox .consumption .duration-unselected-image, .consumption .overview #taxesThemeBox .duration-unselected-image, .overview #taxesThemeBox .risk .base-data-unselected-image, .risk .overview #taxesThemeBox .base-data-unselected-image,
  .overview #taxesThemeBox .risk .disability-unselected-image,
  .risk .overview #taxesThemeBox .disability-unselected-image,
  .overview #taxesThemeBox .risk .death-unselected-image,
  .risk .overview #taxesThemeBox .death-unselected-image,
  .overview #taxesThemeBox .risk .pension-unselected-image,
  .risk .overview #taxesThemeBox .pension-unselected-image {
    background-image: url("../resources/images/theme-taxes.png"); }
  .overview #pensionThemeBox .image, .overview #pensionThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #pensionThemeBox .single-unselected-image, .overview #pensionThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #pensionThemeBox .married-unselected-image, .overview #pensionThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #pensionThemeBox .concubinage-unselected-image, .overview #pensionThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #pensionThemeBox .distribution-unselected-image, .overview #pensionThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #pensionThemeBox .risk-unselected-image, .overview #pensionThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #pensionThemeBox .pension-age-unselected-image,
  .overview #pensionThemeBox .income-at-pension .budget-unselected-image,
  .income-at-pension .overview #pensionThemeBox .budget-unselected-image,
  .overview #pensionThemeBox .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .overview #pensionThemeBox .second-pillar-payment-unselected-image,
  .overview #pensionThemeBox .income-at-pension .fortune-unselected-image,
  .income-at-pension .overview #pensionThemeBox .fortune-unselected-image, .overview #pensionThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #pensionThemeBox .distribution-unselected-image, .overview #pensionThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #pensionThemeBox .taxes-unselected-image, .overview #pensionThemeBox .savings .goal-unselected-image, .savings .overview #pensionThemeBox .goal-unselected-image, .overview #pensionThemeBox .savings .investment-unselected-image, .savings .overview #pensionThemeBox .investment-unselected-image, .overview #pensionThemeBox .savings .duration-unselected-image, .savings .overview #pensionThemeBox .duration-unselected-image, .overview #pensionThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #pensionThemeBox .remaining-capital-unselected-image, .overview #pensionThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #pensionThemeBox .withdrawal-unselected-image, .overview #pensionThemeBox .consumption .duration-unselected-image, .consumption .overview #pensionThemeBox .duration-unselected-image, .overview #pensionThemeBox .risk .base-data-unselected-image, .risk .overview #pensionThemeBox .base-data-unselected-image,
  .overview #pensionThemeBox .risk .disability-unselected-image,
  .risk .overview #pensionThemeBox .disability-unselected-image,
  .overview #pensionThemeBox .risk .death-unselected-image,
  .risk .overview #pensionThemeBox .death-unselected-image,
  .overview #pensionThemeBox .risk .pension-unselected-image,
  .risk .overview #pensionThemeBox .pension-unselected-image {
    background-image: url("../resources/images/theme-pension.png"); }
  .overview #savingThemeBox .image, .overview #savingThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #savingThemeBox .single-unselected-image, .overview #savingThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #savingThemeBox .married-unselected-image, .overview #savingThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #savingThemeBox .concubinage-unselected-image, .overview #savingThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #savingThemeBox .distribution-unselected-image, .overview #savingThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #savingThemeBox .risk-unselected-image, .overview #savingThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #savingThemeBox .pension-age-unselected-image,
  .overview #savingThemeBox .income-at-pension .budget-unselected-image,
  .income-at-pension .overview #savingThemeBox .budget-unselected-image,
  .overview #savingThemeBox .income-at-pension .second-pillar-payment-unselected-image,
  .income-at-pension .overview #savingThemeBox .second-pillar-payment-unselected-image,
  .overview #savingThemeBox .income-at-pension .fortune-unselected-image,
  .income-at-pension .overview #savingThemeBox .fortune-unselected-image, .overview #savingThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #savingThemeBox .distribution-unselected-image, .overview #savingThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #savingThemeBox .taxes-unselected-image, .overview #savingThemeBox .savings .goal-unselected-image, .savings .overview #savingThemeBox .goal-unselected-image, .overview #savingThemeBox .savings .investment-unselected-image, .savings .overview #savingThemeBox .investment-unselected-image, .overview #savingThemeBox .savings .duration-unselected-image, .savings .overview #savingThemeBox .duration-unselected-image, .overview #savingThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #savingThemeBox .remaining-capital-unselected-image, .overview #savingThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #savingThemeBox .withdrawal-unselected-image, .overview #savingThemeBox .consumption .duration-unselected-image, .consumption .overview #savingThemeBox .duration-unselected-image, .overview #savingThemeBox .risk .base-data-unselected-image, .risk .overview #savingThemeBox .base-data-unselected-image,
  .overview #savingThemeBox .risk .disability-unselected-image,
  .risk .overview #savingThemeBox .disability-unselected-image,
  .overview #savingThemeBox .risk .death-unselected-image,
  .risk .overview #savingThemeBox .death-unselected-image,
  .overview #savingThemeBox .risk .pension-unselected-image,
  .risk .overview #savingThemeBox .pension-unselected-image {
    background-image: url("../resources/images/theme-saving.png"); }
  .overview .container-xs-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }
  .overview .row-xs-height {
    display: table-row; }
  .overview .col-xs-height {
    display: table-cell;
    float: none; }
  @media (min-width: 768px) {
    .overview .container-sm-height {
      display: table;
      padding-left: 0px;
      padding-right: 0px; }
    .overview .row-sm-height {
      display: table-row; }
    .overview .col-sm-height {
      display: table-cell;
      float: none; } }
  @media (min-width: 992px) {
    .overview .container-md-height {
      display: table;
      padding-left: 0px;
      padding-right: 0px; }
    .overview .row-md-height {
      display: table-row; }
    .overview .col-md-height {
      display: table-cell;
      float: none; } }
  @media (min-width: 1200px) {
    .overview .container-lg-height {
      display: table;
      padding-left: 0px;
      padding-right: 0px; }
    .overview .row-lg-height {
      display: table-row; }
    .overview .col-lg-height {
      display: table-cell;
      float: none; } }
  .overview .col-top {
    vertical-align: top; }
  .overview .col-middle {
    vertical-align: middle; }
  .overview .col-bottom {
    vertical-align: bottom; }
  .overview .noCalculatorsAvailable {
    padding-top: 20px; }
.capitalizationTax .borderless td {
  padding: 4px;
  border: none; }
.capitalizationTax .firstSumRow {
  border-top: 2px solid gray; }
.capitalizationTax #capitalizationTaxStandardChartCanvas {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.capitalizationTax #capitalizationTaxAlternativeRepresentationCanvas {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.capitalizationTax .leftPanel {
  margin-top: 30px;
  margin-bottom: 30px; }
.capitalizationTax .rightPanel {
  margin-top: 30px; }
.capitalizationTax .donut-inner-number {
  top: 105px; }
.capitalizationTax .donut-inner-text {
  top: 125px; }
.capitalizationTax .text-align-left {
  text-align: left; }
.capitalizationTax .text-align-right {
  text-align: right; }
.capitalizationTax .padding-left {
  padding-left: 70px; }
.capitalizationTax #paymentAlreadyMade {
  padding-top: 20px; }
.amortizationComparison #amortizationComparisonStandardChartCanvas {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.amortizationComparison #amortizationComparisonAlternativeChartCanvas {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.amortizationComparison .leftPanel {
  margin-top: 30px;
  margin-bottom: 30px; }
.amortizationComparison .rightPanel {
  margin-top: 30px; }
.amortizationComparison .donut-inner-text-total-costs {
  top: 70px; }
.amortizationComparison .donut-inner-number-total-costs {
  top: 90px; }
.amortizationComparison .donut-inner-text-first-year-total-cost {
  top: 130px; }
.amortizationComparison .donut-inner-number-first-year-total-cost {
  top: 150px; }
.amortizationComparison .text-align-left {
  text-align: left; }
.amortizationComparison .text-align-right {
  text-align: right; }
.amortizationComparison .padding-left {
  padding-left: 70px; }
.amortizationComparison .cell-padding {
  padding: 1px;
  padding-right: 10px; }
.amortizationComparison .cell-padding-rate {
  padding: 1px;
  padding-right: 10px; }
  @media (min-width: 500px) and (max-width: 767px) {
    .amortizationComparison .cell-padding-rate {
      padding-right: 0px; } }
.amortizationComparison .cell-text-align {
  text-align: right;
  padding: 1px; }
.amortizationComparison .total-costs-table {
  padding-bottom: 30px; }
.amortizationComparison .btn:focus {
  color: black; }
.amortizationComparison #scenario_alternative_mortgageIsExisting {
  margin-bottom: 15px; }
.amortizationComparison .import-mortgages-link {
  float: right;
  margin-top: -15px; }
@media (max-width: 991px) {
  .amortization-comparison-goal-dialog .row-title {
    display: none; }
  .amortization-comparison-goal-dialog .row-field {
    padding: 5px 5px 0 5px; }
  .amortization-comparison-goal-dialog .cell-label {
    display: inherit;
    margin-bottom: -5px; } }
@media (min-width: 991px) {
  .amortization-comparison-goal-dialog .cell-label {
    display: none; } }
@media (min-width: 991px) {
  .amortization-comparison-goal-dialog hr,
  .amortization-comparison-goal-dialog .row-subtitle {
    display: none; } }
.amortization-comparison-goal-dialog .row-label {
  background-color: #919CA7 !important;
  padding-top: 5px !important;
  color: #555555 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.amortization-comparison-goal-dialog .numeric-field-input {
  margin-bottom: 0px !important;
  margin-top: -1px; }
.amortization-comparison-goal-dialog .selection-field {
  margin-top: -1px; }
.house-affordability .luxuryHouseBoxStyle {
  margin-bottom: 20px; }
.house-affordability .affordable,
.house-affordability .almostAffordable {
  color: #328656; }
.house-affordability .notAffordable {
  color: #ab1530; }
.house-affordability .mortgageTooLowContainer {
  position: relative; }
.house-affordability .mortgageTooLow, .house-affordability .mortgageTooLowInStandard, .house-affordability .mortgageTooLowInAlternative {
  float: left;
  margin-left: 20px;
  color: #ab1530;
  padding-right: 20px; }
.house-affordability .mortgageTooLowInAlternative {
  height: 290px;
  padding-top: 50px; }
.house-affordability .right-panel, .house-affordability .left-panel {
  margin-bottom: 30px;
  margin-top: 30px; }
.house-affordability .risk-title {
  margin-top: 20px; }
.house-affordability .risk-panel {
  margin-bottom: 20px; }
.house-affordability .lendquote-table {
  padding-top: 30px; }
.house-affordability .table-result-panel-centered-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
   }
  @media (min-width: 992px) {
    .house-affordability .table-result-panel-centered-panel {
      float: left;
      width: 50%; } }
.house-affordability #rightPanel {
  margin-top: 20px; }
.house-affordability .houseCanvasContainer #houseCanvas {
  width: 200px;
  height: 320px;
  margin-left: auto;
  margin-right: auto; }
.house-affordability .houseCanvasContainer #alternativeHouseCanvas {
  width: 200px;
  height: 320px;
  margin-left: auto;
  margin-right: auto; }
.house-affordability .cell-padding {
  padding: 1px;
  padding-right: 10px; }
.house-affordability .cell-padding-mortgage {
  padding: 1px;
  padding-right: 10px;
  padding-left: 10px; }
.house-affordability .cell-padding-rate {
  padding: 1px;
  padding-right: 10px; }
  @media (min-width: 500px) and (max-width: 767px) {
    .house-affordability .cell-padding-rate {
      padding-right: 0px; } }
.house-affordability .cell-text-align {
  text-align: right;
  padding: 1px; }
.house-affordability .own-capital-objective-indicator {
  text-align: center;
  height: 90px; }
.house-affordability .std-text-note-padding {
  padding-top: 5px; }
.house-affordability .affordability-text {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 700;
  font-size: 16px;
  text-align: left; }
.house-affordability .cost-indicator-parent {
  text-align: center;
  height: 90px; }
.house-affordability .donut-inner-text {
  top: 85px; }
.house-affordability .donut-inner-number {
  top: 100px; }
.house-affordability .second-text {
  top: 130px; }
.house-affordability .second-number {
  top: 145px; }
.house-affordability .canvas-box {
  width: 100%;
  min-height: 200px; }
.house-affordability #alternativeMortgageDonutCanvas, .house-affordability #alternativeCostColumnChart {
  min-width: 215px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.house-affordability .standard-icon {
  color: white;
  font-size: 55px;
  background-size: 60px 60px;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 10px; }
.house-affordability .house-description-link {
  float: right;
  margin-top: -15px;
  
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }
.house-affordability .item-interest-rate {
  white-space: nowrap; }
.house-affordability .item-cost {
  white-space: nowrap; }
.profile-selection-dialog .profile-selection-dialog-answer {
  width: 100%;
  float: left;
  padding: 0px 10px 0px 10px !important; }
.houseRentBuyComparison {
   }
  .houseRentBuyComparison .leftPanel {
    margin-top: 30px;
    margin-bottom: 30px; }
  .houseRentBuyComparison .rightPanel {
    margin-top: 30px; }
  .houseRentBuyComparison .houseCanvasContainer #houseRentBuyComparisonCanvas {
    width: 200px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px; }
  .houseRentBuyComparison .cell-padding {
    padding: 1px;
    padding-right: 10px; }
  .houseRentBuyComparison .cell-padding-rate {
    padding: 1px;
    padding-right: 10px; }
    @media (min-width: 500px) and (max-width: 767px) {
      .houseRentBuyComparison .cell-padding-rate {
        padding-right: 0px; } }
  .houseRentBuyComparison .cell-text-align {
    text-align: right;
    padding: 1px; }
  .houseRentBuyComparison .own-capital-objective-indicator {
    text-align: center;
    height: 90px; }
  .houseRentBuyComparison .std-text-note-padding {
    padding-top: 5px; }
  .houseRentBuyComparison .affordability-text-align {
    text-align: left; }
  .houseRentBuyComparison .cost-indicator-parent {
    text-align: center;
    height: 90px; }
    .houseRentBuyComparison .cost-indicator-parent .cost-indicator-child {
      height: 90px;
      width: 100%; }
  .houseRentBuyComparison .effective-cost-table {
    margin-top: 30px; }
  .houseRentBuyComparison .neededIncomeMessage {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center; }
.marginalTaxRate .borderless td {
  padding: 4px;
  border: none; }
.marginalTaxRate .firstSumRow {
  border-top: 2px solid gray; }
.marginalTaxRate #marginalTaxRateStandardChartCanvas {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.marginalTaxRate #marginalTaxRateAlternativeRepresentationCanvas {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.marginalTaxRate .leftPanel {
  margin-top: 30px;
  margin-bottom: 30px; }
.marginalTaxRate .rightPanel {
  margin-top: 30px; }
.marginalTaxRate .donut-inner-number {
  top: 85px; }
.marginalTaxRate .donut-inner-text {
  top: 105px; }
.marginalTaxRate .text-align-right {
  text-align: right; }
.marginalTaxRate .data-summary-image {
  padding-left: 70px;
  text-align: left; }
.income-at-pension .box-title {
  background-color: #E1E1E1;
  padding: 0.35em 0 0.35em 0.5em;
  font-size: 1.3em;
  margin: 0.5em 0 0.5em 0; }
.income-at-pension .collapseBtn {
  float: right; }
.income-at-pension div.box-title > div.col-md-5, .income-at-pension .event-plan div.box-title > div.event-plan-col-5, .event-plan .income-at-pension div.box-title > div.event-plan-col-5 {
  margin-top: 0.35em; }
.income-at-pension .big-font {
  font-size: 16px; }
.income-at-pension #standardData .separator {
  padding-bottom: 15px; }
.income-at-pension .title-separator {
  height: 2px;
  background-color: #726552;
  margin-top: 10px;
  margin-bottom: 10px; }
.income-at-pension .data-summary-image {
  padding-left: 70px;
  text-align: left; }
.income-at-pension .canvas-box {
  float: left;
  width: 100%;
  min-height: 200px; }
.income-at-pension .gap {
  color: #e60000; }
.income-at-pension .missingCapital {
  color: #e60000; }
.income-at-pension .table-result-panel {
  margin-top: 30px; }
.income-at-pension .graphic-color-references {
  margin-top: 15px; }
.income-at-pension .graphic-result-panel {
  margin-top: 19px;
  min-height: 188px; }
.income-at-pension .references {
  margin-left: 24px;
  margin-top: 15px; }
  .income-at-pension .references .col-description-bullet {
    padding-bottom: 5px;
    padding-left: 0px !important;
     }
  .income-at-pension .references .item-line-bullet {
    width: 12px;
    height: 2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 8px;
    position: absolute; }
  .income-at-pension .references .item-square-bullet, .income-at-pension .references .saving-3a .total-tax-saving-color-square-bullet, .saving-3a .income-at-pension .references .total-tax-saving-color-square-bullet {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    position: absolute; }
  .income-at-pension .references .item-description-bullet {
    margin-left: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .income-at-pension .references .percentage-value {
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    color: black;
    text-align: right; }
  .income-at-pension .references .separator .inner {
    height: 2px;
    background-color: gray; }
  .income-at-pension .references .loss-value {
    color: red; }
  .income-at-pension .references .gain-value {
    color: green; }
.income-at-pension .bottom-margin {
  margin-top: 15px; }
.income-at-pension .alternative-home .pension-age-unselected-image,
.income-at-pension .alternative-home .budget-unselected-image,
.income-at-pension .alternative-home .second-pillar-payment-unselected-image,
.income-at-pension .alternative-home .fortune-unselected-image {
  margin-top: 5px;
  margin-right: 5px; }
.income-at-pension #manualSecondPillar {
  padding-top: 10px; }
.income-at-pension #standardLongTermCanvas {
  margin-bottom: 20px; }
.income-at-pension div.open-close-manual-second-pillar-text {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 700;
  font-size: 14px;
  display: inline; }
.second-pillar-buy .borderless td {
  padding: 4px;
  border: none; }
.second-pillar-buy .taxes-chart {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.second-pillar-buy .left-panel {
  margin-top: 30px;
  margin-bottom: 30px; }
.second-pillar-buy .right-panel {
  margin-top: 30px; }
.second-pillar-buy .donut-inner-number {
  top: 105px; }
.second-pillar-buy .donut-inner-text {
  top: 125px; }
.second-pillar-buy .padding-left {
  padding-left: 70px; }
.second-pillar-buy .canvas-container {
  box-sizing: border-box;
  width: auto;
  height: 230px;
  padding: 0px 15px 0px 15px;
  margin: 0px auto 0px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .second-pillar-buy .canvas-container {
      width: 100%; } }
.second-pillar-buy .text-align-right {
  text-align: right; }
.second-pillar-buy .text-align-left {
  text-align: left; }
.second-pillar-buy .canvas-box {
  width: 100%;
  height: 100%;
  min-height: 200px; }
.second-pillar-buy .padding-and-alignment {
  padding-left: 70px;
  text-align: left; }
.second-pillar-buy .result-table {
   }
  .second-pillar-buy .result-table table-row .table-row {
    height: 22px; }
.second-pillar-buy .std-text-note {
  padding-left: 17px; }
.inheritance .btn-align {
  margin-right: 12em; }
.inheritance .inheritor-list {
  display: block;
  margin-bottom: 15px; }
.inheritance .inheritor-margin-top {
  margin-top: 9.5px; }
.inheritance .inheritor-group {
  display: block;
  min-height: 50px; }
  .inheritance .inheritor-group .inheritor-group-row {
    margin-left: 70px; }
    .inheritance .inheritor-group .inheritor-group-row label, .inheritance .inheritor-group .inheritor-group-row .custom-field-label, .inheritance .inheritor-group .inheritor-group-row .checkbox-field-label {
      display: inline; }
.inheritance .canvas-container {
  box-sizing: border-box;
  width: auto;
  height: 300px;
  padding: 20px 15px 15px 15px;
  margin: 15px auto 15px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .inheritance .canvas-container {
      width: 100%; } }
.inheritance .legal-quote-chart {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.inheritance .free-availability-chart {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.inheritance .distribution-chart {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin: auto; }
.inheritance .left-panel {
  margin-top: 30px;
  margin-bottom: 30px; }
.inheritance .right-panel {
  margin-top: 30px; }
.inheritance .donut-inner-number {
  top: 105px; }
.inheritance .donut-inner-text {
  top: 125px; }
.inheritance .item-square-bullet, .inheritance .saving-3a .total-tax-saving-color-square-bullet, .saving-3a .inheritance .total-tax-saving-color-square-bullet {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  position: absolute; }
.inheritance .result-item-cell {
  padding-top: 0px !important; }
.inheritance .alternative-options {
  display: inline-block; }
.inheritance .image, .inheritance .relationship-chooser .single-unselected-image, .relationship-chooser .inheritance .single-unselected-image, .inheritance .relationship-chooser .married-unselected-image, .relationship-chooser .inheritance .married-unselected-image, .inheritance .relationship-chooser .concubinage-unselected-image, .relationship-chooser .inheritance .concubinage-unselected-image, .inheritance .house-affordability .risk-unselected-image, .house-affordability .inheritance .risk-unselected-image, .inheritance .income-at-pension .pension-age-unselected-image, .income-at-pension .inheritance .pension-age-unselected-image,
.inheritance .income-at-pension .budget-unselected-image,
.income-at-pension .inheritance .budget-unselected-image,
.inheritance .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .inheritance .second-pillar-payment-unselected-image,
.inheritance .income-at-pension .fortune-unselected-image,
.income-at-pension .inheritance .fortune-unselected-image, .inheritance .distribution-unselected-image, .inheritance .taxes-unselected-image, .inheritance .savings .goal-unselected-image, .savings .inheritance .goal-unselected-image, .inheritance .savings .investment-unselected-image, .savings .inheritance .investment-unselected-image, .inheritance .savings .duration-unselected-image, .savings .inheritance .duration-unselected-image, .inheritance .consumption .remaining-capital-unselected-image, .consumption .inheritance .remaining-capital-unselected-image, .inheritance .consumption .withdrawal-unselected-image, .consumption .inheritance .withdrawal-unselected-image, .inheritance .consumption .duration-unselected-image, .consumption .inheritance .duration-unselected-image, .inheritance .risk .base-data-unselected-image, .risk .inheritance .base-data-unselected-image,
.inheritance .risk .disability-unselected-image,
.risk .inheritance .disability-unselected-image,
.inheritance .risk .death-unselected-image,
.risk .inheritance .death-unselected-image,
.inheritance .risk .pension-unselected-image,
.risk .inheritance .pension-unselected-image {
  display: inline-block;
  border: 1px solid #C5C5C5; }
.inheritance .selected-image, .inheritance .relationship-chooser .single-selected-image, .relationship-chooser .inheritance .single-selected-image, .inheritance .relationship-chooser .married-selected-image, .relationship-chooser .inheritance .married-selected-image, .inheritance .relationship-chooser .concubinage-selected-image, .relationship-chooser .inheritance .concubinage-selected-image, .inheritance .house-affordability .risk-selected-image, .house-affordability .inheritance .risk-selected-image, .inheritance .income-at-pension .pension-age-selected-image, .income-at-pension .inheritance .pension-age-selected-image,
.inheritance .income-at-pension .budget-selected-image,
.income-at-pension .inheritance .budget-selected-image,
.inheritance .income-at-pension .second-pillar-payment-selected-image,
.income-at-pension .inheritance .second-pillar-payment-selected-image,
.inheritance .income-at-pension .fortune-selected-image,
.income-at-pension .inheritance .fortune-selected-image, .inheritance .distribution-selected-image, .inheritance .taxes-selected-image, .inheritance .savings .goal-selected-image, .savings .inheritance .goal-selected-image, .inheritance .savings .investment-selected-image, .savings .inheritance .investment-selected-image, .inheritance .savings .duration-selected-image, .savings .inheritance .duration-selected-image, .inheritance .consumption .remaining-capital-selected-image, .consumption .inheritance .remaining-capital-selected-image, .inheritance .consumption .withdrawal-selected-image, .consumption .inheritance .withdrawal-selected-image, .inheritance .consumption .duration-selected-image, .consumption .inheritance .duration-selected-image, .inheritance .risk .base-data-selected-image, .risk .inheritance .base-data-selected-image,
.inheritance .risk .disability-selected-image,
.risk .inheritance .disability-selected-image,
.inheritance .risk .death-selected-image,
.risk .inheritance .death-selected-image,
.inheritance .risk .pension-selected-image,
.risk .inheritance .pension-selected-image {
  display: inline-block;
  border: 1px solid #C5C5C5;
  background-color: #FD000D; }
.inheritance .title-separator {
  height: 2px;
  background-color: #726552;
  margin-top: 10px;
  margin-bottom: 10px; }
.inheritance .undistributed-amount {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 700;
  font-size: 20px;
  padding-top: 0px; }
.inheritance .select-mode-left {
  float: left; }
.inheritance .canvas-box {
  width: 100%;
  min-height: 200px;
  height: 230px; }
.inheritance .tax-text {
  color: #ab1536; }
.inheritance .tax-title {
  border-bottom: 1px solid gray; }
.inheritance .inheritors-selection-group {
  padding-bottom: 1em; }
.inheritance .add-inheritor {
  display: block;
  text-align: left;
  padding: 5px 0 5px 0;
  font-size: 15px; }
.inheritance .add-inheritor:hover,
.inheritance .add-inheritor:focus,
.inheritance .add-inheritor:active {
  box-shadow: none !important; }
.inheritance .add-inheritor:before {
  padding-right: 5px;
  padding-left: 0px; }
.inheritance .inheritor-list .dropdown-menu {
  top: initial;
  bottom: 10%; }
.inheritance .taxes-result-panel {
  width: 100%;
  padding-top: 30px; }
.inheritance .select-mode-separator {
  padding: 0px; }
.contact .radio-field label, .contact .radio-field .custom-field-label, .contact .radio-field .checkbox-field-label {
  margin: 20px; }
.contact textarea {
  resize: none; }
.contact .contact-buttons {
  position: relative; }
.contact .cancel-button,
.contact .contact-button {
  text-align: initial;
  margin: 10px; }
.contact .contact-button {
  float: right; }
.contact .cancel-button {
  float: left; }
.contact .email-field {
  display: block;
  height: 50px;
  margin-bottom: 2px; }
.contact .contact-opts-container {
  margin-bottom: 10px; }
.contact .contact-method-2field,
.contact .contact-method-1field {
  padding: 0px !important; }
.contact .contact-method-question {
  padding: 15px 0 15px 0; }
@media (min-width: 991px) {
  .contact .availability {
    padding-left: 10px !important; } }
.contact .margin-field {
  margin-top: 20px; }
.contact .title-div-padding {
  padding-top: 10px;
  padding-bottom: 10px; }
.contact .credit-title,
.contact .financing-title,
.contact .document-title {
  font-size: 16px;
  font-weight: 700; }
.contact .message-text {
  font-size: 16px;
  font-weight: 700; }
.contact .contact-title {
  font-size: 16px;
  font-weight: 700; }
.contact .wrap {
  word-break: break-word;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid aliceblue; }
.contact .toleft {
  text-align: end; }
.contact .document-data {
  min-height: 200px;
  padding-bottom: 50px; }
.contact .file-upload-zone {
  border: 5px dashed whitesmoke;
  border-radius: 10px; }
.saving-3a .borderless td {
  padding: 4px;
  border: none; }
.saving-3a .firstSumRow {
  border-top: 2px solid gray; }
.saving-3a .canvas-container {
  box-sizing: border-box;
  width: auto;
  height: 340px;
  padding: 20px 15px 15px 15px;
  margin: 15px auto 15px;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  text-align: center; }
  @media screen and (min-width: 992px) {
    .saving-3a .canvas-container {
      width: 100%; } }
.saving-3a .text-align-right {
  text-align: right; }
.saving-3a .text-align-left {
  text-align: left; }
.saving-3a .canvas-box {
  width: 100%;
  height: 100%; }
.saving-3a .padding-and-alignment {
  padding-left: 70px;
  text-align: left; }
.saving-3a div.separatordiv {
  min-height: 2em; }
.saving-3a .bottom-row {
  margin-bottom: 30px; }
.saving-3a .lower-results-table {
  margin-bottom: 20px; }
.saving-3a .upper-alternative-result-table {
  margin-top: 30px; }
.saving-3a .lower-alternative-result-table {
  margin-top: 30px;
  margin-bottom: 20px; }
.saving-3a .left-result-table {
  margin-bottom: 20px; }
.saving-3a .alternative-chart-container {
  margin-top: 30px; }
.savings .borderless td {
  padding: 4px;
  border: none; }
.savings .firstSumRow {
  border-top: 2px solid gray; }
.savings .canvas-container {
  box-sizing: border-box;
  width: auto;
  height: 340px;
  padding: 20px 15px 15px 15px;
  margin: 15px auto 15px;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  text-align: center; }
  @media screen and (min-width: 992px) {
    .savings .canvas-container {
      width: 100%; } }
.savings .text-align-right {
  text-align: right; }
.savings .text-align-left {
  text-align: left; }
.savings .canvas-box {
  width: 100%;
  height: 100%; }
.savings .padding-and-alignment {
  padding-left: 70px;
  text-align: left; }
.savings div.separatordiv {
  min-height: 2em; }
.savings .firstRow {
  border-top: 1px solid gray; }
.savings .alternative-results-table {
  margin-bottom: 20px; }
.savings .image-container {
  text-align: center;
  padding-bottom: 10px; }
.savings .image-container a:hover {
  text-decoration: none; }
.savings .calculationType {
  margin-top: 10px; }
.savings .image, .savings .relationship-chooser .single-unselected-image, .relationship-chooser .savings .single-unselected-image, .savings .relationship-chooser .married-unselected-image, .relationship-chooser .savings .married-unselected-image, .savings .relationship-chooser .concubinage-unselected-image, .relationship-chooser .savings .concubinage-unselected-image, .savings .house-affordability .distribution-unselected-image, .house-affordability .savings .distribution-unselected-image, .savings .house-affordability .risk-unselected-image, .house-affordability .savings .risk-unselected-image, .savings .income-at-pension .pension-age-unselected-image, .income-at-pension .savings .pension-age-unselected-image,
.savings .income-at-pension .budget-unselected-image,
.income-at-pension .savings .budget-unselected-image,
.savings .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .savings .second-pillar-payment-unselected-image,
.savings .income-at-pension .fortune-unselected-image,
.income-at-pension .savings .fortune-unselected-image, .savings .inheritance .distribution-unselected-image, .inheritance .savings .distribution-unselected-image, .savings .inheritance .taxes-unselected-image, .inheritance .savings .taxes-unselected-image, .savings .goal-unselected-image, .savings .investment-unselected-image, .savings .duration-unselected-image, .savings .consumption .remaining-capital-unselected-image, .consumption .savings .remaining-capital-unselected-image, .savings .consumption .withdrawal-unselected-image, .consumption .savings .withdrawal-unselected-image, .savings .risk .base-data-unselected-image, .risk .savings .base-data-unselected-image,
.savings .risk .disability-unselected-image,
.risk .savings .disability-unselected-image,
.savings .risk .death-unselected-image,
.risk .savings .death-unselected-image,
.savings .risk .pension-unselected-image,
.risk .savings .pension-unselected-image {
  display: inline-block;
  border: 1px solid #C5C5C5; }
.savings .selected-image, .savings .relationship-chooser .single-selected-image, .relationship-chooser .savings .single-selected-image, .savings .relationship-chooser .married-selected-image, .relationship-chooser .savings .married-selected-image, .savings .relationship-chooser .concubinage-selected-image, .relationship-chooser .savings .concubinage-selected-image, .savings .house-affordability .distribution-selected-image, .house-affordability .savings .distribution-selected-image, .savings .house-affordability .risk-selected-image, .house-affordability .savings .risk-selected-image, .savings .income-at-pension .pension-age-selected-image, .income-at-pension .savings .pension-age-selected-image,
.savings .income-at-pension .budget-selected-image,
.income-at-pension .savings .budget-selected-image,
.savings .income-at-pension .second-pillar-payment-selected-image,
.income-at-pension .savings .second-pillar-payment-selected-image,
.savings .income-at-pension .fortune-selected-image,
.income-at-pension .savings .fortune-selected-image, .savings .inheritance .distribution-selected-image, .inheritance .savings .distribution-selected-image, .savings .inheritance .taxes-selected-image, .inheritance .savings .taxes-selected-image, .savings .goal-selected-image, .savings .investment-selected-image, .savings .duration-selected-image, .savings .consumption .remaining-capital-selected-image, .consumption .savings .remaining-capital-selected-image, .savings .consumption .withdrawal-selected-image, .consumption .savings .withdrawal-selected-image, .savings .risk .base-data-selected-image, .risk .savings .base-data-selected-image,
.savings .risk .disability-selected-image,
.risk .savings .disability-selected-image,
.savings .risk .death-selected-image,
.risk .savings .death-selected-image,
.savings .risk .pension-selected-image,
.risk .savings .pension-selected-image {
  display: inline-block;
  border: 1px solid #C5C5C5;
  background-color: #FD000D; }
.savings .calculationTypeLabel {
  font-size: 14px; }
.savings .historicalInterestMessage {
  margin-top: 20px;
  margin-bottom: 20px; }
@media (min-width: 500px) and (max-width: 992px) {
  .savings .calculationTypeLabel {
    font-size: 10px; }
  .savings .goal-unselected-image,
  .savings .goal-selected-image,
  .savings .investment-unselected-image,
  .savings .investment-selected-image,
  .savings .duration-unselected-image,
  .savings .duration-selected-image {
    background-size: 63px 63px;
    width: 63px;
    height: 63px;
    font-size: 45px !important;
    padding: 8px !important; } }
.consumption .borderless td {
  padding: 4px;
  border: none; }
.consumption .firstSumRow {
  border-top: 2px solid gray; }
.consumption .canvas-container {
  box-sizing: border-box;
  width: auto;
  height: 340px;
  padding: 20px 15px 15px 15px;
  margin: 15px auto 15px;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  text-align: center; }
  @media screen and (min-width: 992px) {
    .consumption .canvas-container {
      width: 100%; } }
.consumption .text-align-right {
  text-align: right; }
.consumption .text-align-left {
  text-align: left; }
.consumption .canvas-box {
  width: 100%;
  height: 100%; }
.consumption .padding-and-alignment {
  padding-left: 70px;
  text-align: left; }
.consumption div.separatordiv {
  min-height: 2em; }
.consumption .firstRow {
  border-top: 1px solid gray; }
.consumption .alternative-results-table {
  margin-bottom: 20px; }
.consumption .image-container {
  text-align: center;
  padding-bottom: 10px; }
.consumption .image-container a:hover {
  text-decoration: none; }
.consumption .calculationType {
  margin-top: 10px; }
.consumption .image, .consumption .relationship-chooser .single-unselected-image, .relationship-chooser .consumption .single-unselected-image, .consumption .relationship-chooser .married-unselected-image, .relationship-chooser .consumption .married-unselected-image, .consumption .relationship-chooser .concubinage-unselected-image, .relationship-chooser .consumption .concubinage-unselected-image, .consumption .house-affordability .distribution-unselected-image, .house-affordability .consumption .distribution-unselected-image, .consumption .house-affordability .risk-unselected-image, .house-affordability .consumption .risk-unselected-image, .consumption .income-at-pension .pension-age-unselected-image, .income-at-pension .consumption .pension-age-unselected-image,
.consumption .income-at-pension .budget-unselected-image,
.income-at-pension .consumption .budget-unselected-image,
.consumption .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .consumption .second-pillar-payment-unselected-image,
.consumption .income-at-pension .fortune-unselected-image,
.income-at-pension .consumption .fortune-unselected-image, .consumption .inheritance .distribution-unselected-image, .inheritance .consumption .distribution-unselected-image, .consumption .inheritance .taxes-unselected-image, .inheritance .consumption .taxes-unselected-image, .consumption .savings .goal-unselected-image, .savings .consumption .goal-unselected-image, .consumption .savings .investment-unselected-image, .savings .consumption .investment-unselected-image, .consumption .remaining-capital-unselected-image, .consumption .withdrawal-unselected-image, .consumption .duration-unselected-image, .consumption .risk .base-data-unselected-image, .risk .consumption .base-data-unselected-image,
.consumption .risk .disability-unselected-image,
.risk .consumption .disability-unselected-image,
.consumption .risk .death-unselected-image,
.risk .consumption .death-unselected-image,
.consumption .risk .pension-unselected-image,
.risk .consumption .pension-unselected-image {
  display: inline-block;
  border: 1px solid #C5C5C5; }
.consumption .selected-image, .consumption .relationship-chooser .single-selected-image, .relationship-chooser .consumption .single-selected-image, .consumption .relationship-chooser .married-selected-image, .relationship-chooser .consumption .married-selected-image, .consumption .relationship-chooser .concubinage-selected-image, .relationship-chooser .consumption .concubinage-selected-image, .consumption .house-affordability .distribution-selected-image, .house-affordability .consumption .distribution-selected-image, .consumption .house-affordability .risk-selected-image, .house-affordability .consumption .risk-selected-image, .consumption .income-at-pension .pension-age-selected-image, .income-at-pension .consumption .pension-age-selected-image,
.consumption .income-at-pension .budget-selected-image,
.income-at-pension .consumption .budget-selected-image,
.consumption .income-at-pension .second-pillar-payment-selected-image,
.income-at-pension .consumption .second-pillar-payment-selected-image,
.consumption .income-at-pension .fortune-selected-image,
.income-at-pension .consumption .fortune-selected-image, .consumption .inheritance .distribution-selected-image, .inheritance .consumption .distribution-selected-image, .consumption .inheritance .taxes-selected-image, .inheritance .consumption .taxes-selected-image, .consumption .savings .goal-selected-image, .savings .consumption .goal-selected-image, .consumption .savings .investment-selected-image, .savings .consumption .investment-selected-image, .consumption .remaining-capital-selected-image, .consumption .withdrawal-selected-image, .consumption .duration-selected-image, .consumption .risk .base-data-selected-image, .risk .consumption .base-data-selected-image,
.consumption .risk .disability-selected-image,
.risk .consumption .disability-selected-image,
.consumption .risk .death-selected-image,
.risk .consumption .death-selected-image,
.consumption .risk .pension-selected-image,
.risk .consumption .pension-selected-image {
  display: inline-block;
  border: 1px solid #C5C5C5;
  background-color: #FD000D; }
.consumption .calculationTypeLabel {
  font-size: 14px; }
@media (min-width: 500px) and (max-width: 992px) {
  .consumption .calculationTypeLabel {
    font-size: 10px; }
  .consumption .remaining-capital-unselected-image,
  .consumption .remaining-capital-selected-image,
  .consumption .withdrawal-unselected-image,
  .consumption .withdrawal-selected-image,
  .consumption .duration-unselected-image,
  .consumption .duration-selected-image {
    background-size: 63px 63px;
    width: 63px;
    height: 63px;
    font-size: 45px !important;
    padding: 8px !important; } }
.consumption .cell-padding {
  padding: 1px;
  padding-right: 17px; }
.consumption .cell-text-align {
  text-align: right;
  padding: 1px; }
.consumption .item-square-bullet, .consumption .saving-3a .total-tax-saving-color-square-bullet, .saving-3a .consumption .total-tax-saving-color-square-bullet {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  position: absolute; }
.consumption .table-row-2-col__col1 {
  width: 50% !important; }
.consumption .table-row-2-col__col2 {
  width: 50% !important; }
.consumption .historicalInterestMessage {
  margin-top: 20px;
  margin-bottom: 20px; }
.risk .left-panel {
  margin-top: 30px;
  margin-bottom: 30px; }
.risk .right-panel {
  margin-top: 30px; }
.risk .alternative-home .base-data-unselected-image,
.risk .alternative-home .disability-unselected-image,
.risk .alternative-home .death-unselected-image,
.risk .alternative-home .pension-unselected-image {
  margin-top: 5px;
  margin-right: 5px; }
.risk .gap {
  color: #e60000; }
.risk-overview .gap .table-row__amount-background {
  color: #FF0000; }
.budget .left-panel {
  margin-top: 30px;
  margin-bottom: 30px; }
.budget .right-panel {
  margin-top: 30px; }
.budget .margin-bottom-field {
  margin-bottom: 20px; }
.budget .alternative-panel-text {
  font-weight: bolder; }
.budget .alternative-panel-margin {
  margin-bottom: 1em;
  margin-top: 1em; }
.budget .proposal-link {
  font-size: 13px; }
.budget .proposal-separator {
  margin-top: 10px;
  margin-bottom: 10px; }
.budget .budget-proposal-dialog .resultModeLinkContainer {
  text-align: center; }
  .budget .budget-proposal-dialog .resultModeLinkContainer div {
    display: inline-block; }
  @media (max-width: 450px) {
    .budget .budget-proposal-dialog .resultModeLinkContainer .no-child,
    .budget .budget-proposal-dialog .resultModeLinkContainer .one-child,
    .budget .budget-proposal-dialog .resultModeLinkContainer .two-children,
    .budget .budget-proposal-dialog .resultModeLinkContainer .more-than-two-children {
      width: 48% !important;
      display: inline-block; } }
  @media (min-width: 451px) {
    .budget .budget-proposal-dialog .resultModeLinkContainer .no-child {
      width: 25% !important;
      display: inline-block; }
    .budget .budget-proposal-dialog .resultModeLinkContainer .one-child {
      width: 15% !important;
      display: inline-block; }
    .budget .budget-proposal-dialog .resultModeLinkContainer .two-children {
      width: 20% !important;
      display: inline-block; }
    .budget .budget-proposal-dialog .resultModeLinkContainer .more-than-two-children {
      width: 35% !important;
      display: inline-block; } }
  .budget .budget-proposal-dialog .resultModeLinkContainer a {
    padding: 0 5px !important;
    text-align: center; }
.budget-liquidity .bar-graph-custom {
  width: 24em; }
.budget-liquidity .important-title {
  font-weight: bolder !important;
  margin-left: 22px; }
.budget-liquidity .result-table-element-margin {
  margin-bottom: 2em; }
.budget-liquidity .result-table-result-position {
  float: right;
  margin-top: 1em;
  margin-bottom: 4em; }
.budget-liquidity .cell-text-align {
  text-align: right;
  padding: 1px; }
.budget-liquidity .cell-padding-description {
  padding: 1px;
  padding-right: 15px;
  padding-left: 22px;
  width: 200px; }
.budget-liquidity .cell-padding-year {
  padding: 1px;
  padding-right: 10px; }
  @media (min-width: 500px) and (max-width: 767px) {
    .budget-liquidity .cell-padding-year {
      padding-right: 0px; } }
.budget-main .gap .table-row__amount-background {
  color: #FF0000; }
.select-mode-dialog .sub-title {
  font-size: small; }
.select-mode-dialog .select-mode-dialog-row {
  margin-left: 0px !important;
  margin-right: 0px !important; }
.select-mode-dialog .mode-button-simple {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-left: 8em;
  padding-right: 7em; }
.select-mode-dialog .mode-button-full {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-left: 7em;
  padding-right: 6.2em; }
.inheritor-dialog .inheritor-delete {
  float: right;
  padding-top: 0.15em; }
.inheritor-dialog .inheritor-delete-text {
  font-size: larger; }
.inheritor-dialog .title-text {
  font-weight: bold;
  margin-top: 0.3em; }
.inheritor-dialog .parent-selector .list-selection-field {
  margin-top: 1em; }
.other-inheritor-dialog .space-between-data-list {
  margin-bottom: 1em; }
.other-inheritor-dialog .undistributed-amount {
  font-size: 20px; }
.teaser-link {
  cursor: pointer;
  font-family: "Verdana Fett", "Verdana";
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap; }
.teaser-link__label {
  position: relative;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 2em 0 0 0em;
  text-align: center; }
  .teaser-link__label span {
    vertical-align: middle; }
.form-container {
  margin-bottom: 100px;
  margin-top: 15px; }
  .form-container .module-selection {
    display: inline-block;
    width: auto; }
  .form-container .accept-terms {
    margin-bottom: 2em; }
  .form-container .description-billing-info {
    resize: none; }
  .form-container .form-container__link-row {
    margin-bottom: 10px; }
  .form-container .registration-image {
    background-image: url("../resources/images/theme-pension.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100px;
    margin-bottom: 10px; }
  .form-container .login-image {
    background-image: url("../resources/images/theme-saving.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100px;
    margin-bottom: 10px; }
  .form-container .warning {
    color: red; }
  .form-container input,
  .form-container label,
  .form-container .custom-field-label,
  .form-container .checkbox-field-label {
    display: block;
    width: 100%; }
  .form-container .hint {
    font-family: "Verdana Regular", "Verdana";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #5E5E5E;
    margin: 0; }
  .form-container .form-container__link {
    cursor: pointer;
    font-family: "Verdana Fett", "Verdana";
    font-size: 12px;
    color: #5E5E5E;
    font-weight: 400;
    white-space: nowrap;
    display: block;
    margin-bottom: 15px; }
  .form-container .form-container__link:hover {
    color: black; }
  .form-container .form-container__link--disabled {
    pointer-events: none;
    cursor: not-allowed;
    color: grey !important; }
  .form-container .form-container__link--enabled {
    pointer-events: auto;
    cursor: pointer;
    color: white; }
  .form-container .next-button {
    float: right; }
  .form-container .module-title {
    margin-top: 1em;
    margin-bottom: 0.2em; }
  .form-container .module-checkbox {
    padding-left: 2.5em; }
  .form-container .consultant-edit-buttons,
  .form-container .demo-message {
    margin-top: 15px; }
  .form-container .right-link {
    float: right; }
  .form-container .left-link {
    float: left; }
  .form-container .print-image {
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 1000px;
    min-width: 100px;
    max-width: 1000px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-size: contain !important;
    background-repeat: no-repeat !important; }
  .form-container .total-amount {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px; }
.slide,
.slide-right,
.slide-left {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden; }
.slide-right.ng-animate,
.slide-left.ng-animate {
  -webkit-transition: all 200ms cubic-bezier(0, 0, 0, 0);
  -moz-transition: all 200ms cubic-bezier(0, 0, 0, 0);
  -o-transition: all 200ms cubic-bezier(0, 0, 0, 0);
  transition: all 200ms cubic-bezier(0, 0, 0, 0); }
.slide-left.visibility--off-remove {
  
  position: absolute;
  left: 33.33333%;
  display: block !important; }
.slide-left.visibility--off-remove-active {
  
  position: relative;
  left: 0; }
.slide-left.visibility--off-add {
  
  position: relative;
  left: 0; }
.slide-left.visibility--off-add-active {
  
  position: absolute;
  left: -33.33333%;
  display: block !important; }
.slide-right.visibility--off-remove {
  
  position: absolute;
  left: -33.33333%;
  display: block !important; }
.slide-right.visibility--off-remove-active {
  
  position: relative;
  left: 0; }
.slide-right.visibility--off-add {
  
  position: relative;
  left: 0; }
.slide-right.visibility--off-add-active {
  
  position: absolute;
  left: 33.33333%;
  display: block !important; }
.fade-in-out {
  
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1; }
.fade-in-out.ng-animate {
  -webkit-transition: all 280ms ease;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  transition: all 280ms ease; }
.fade-in-out.visibility--off-remove {
  
  
  opacity: 0; }
.fade-in-out.visibility--off-remove-active {
  
  
  opacity: 1; }
.fade-in-out.visibility--off-add {
  
  
  opacity: 1; }
.fade-in-out.visibility--off-add-active {
  
  
  opacity: 0; }
.flot-x-axis {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 11px; }
.flot-y-axis {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 11px; }
.chart-topleft-label {
  color: black;
  font-size: 11px; }
.chart-bottomright-label {
  color: black;
  font-size: 11px; }
.chart-popup {
  border: 1px solid black;
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-size: 10px;
  color: black; }
.chart-popup-debugger {
  border: 1px solid black;
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-size: 10px;
  color: black; }
.donut-inner-text {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-size: 14px;
  color: black; }
.donut-inner-number {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-size: 14px; }
.single-bar-chart-bottom-label {
  color: black;
  font-size: 11px; }
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.event-plan .event-plan-col-2,
.col-md-2,
.event-plan .event-plan-col-2,
.col-lg-2,
.event-plan .event-plan-col-2,
.col-xs-3,
.col-sm-3,
.event-plan .event-plan-col-3,
.col-md-3,
.event-plan .event-plan-col-3,
.col-lg-3,
.event-plan .event-plan-col-3,
.col-xs-4,
.col-sm-4,
.event-plan .event-plan-col-4,
.data-panel,
.col-md-4,
.event-plan .event-plan-col-4,
.income-at-pension .references .col-description,
.income-at-pension .references .col-description-bullet,
.form-container,
.col-lg-4,
.event-plan .event-plan-col-4,
.col-xs-5,
.col-sm-5,
.event-plan .event-plan-col-5,
.col-md-5,
.event-plan .event-plan-col-5,
.col-lg-5,
.event-plan .event-plan-col-5,
.col-xs-6,
.col-sm-6,
.overview .theme-container,
.form-container,
.col-md-6,
.overview .theme-container,
.income-at-pension .second-pillar-right,
.income-at-pension .second-pillar-left,
.contact .contact-method-2field,
.col-lg-6,
.income-at-pension .second-pillar-right,
.income-at-pension .second-pillar-left,
.contact .contact-method-2field,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.resultPanel,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.event-plan .event-plan-col-4,
.event-plan .event-plan-col-2,
.event-plan .event-plan-col-3,
.event-plan .event-plan-col-5,
.income-at-pension .references .col-description,
.income-at-pension .references .col-description-bullet,
.income-at-pension .references .separator,
.contact .contact-method-2field,
.contact .contact-method-1field,
.separator,
.col-sm-12,
.income-at-pension .references .col-description,
.income-at-pension .references .col-description-bullet,
.income-at-pension .references .separator,
.contact .contact-method-2field,
.contact .contact-method-1field,
.separator,
.col-md-12,
.income-at-pension .references .separator,
.contact .contact-method-1field,
.separator,
.col-lg-12,
.income-at-pension .references .separator,
.contact .contact-method-1field,
.separator,
.col-ss-1,
.col-ss-2,
.col-ss-3,
.col-ss-4,
.col-ss-5,
.data-panel,
.col-ss-6,
.overview .theme-container,
.form-container,
.col-ss-7,
.resultPanel,
.col-ss-8,
.col-ss-9,
.col-ss-10,
.col-ss-11,
.col-ss-12,
.event-plan .event-plan-col-4,
.event-plan .event-plan-col-2,
.event-plan .event-plan-col-3,
.event-plan .event-plan-col-5,
.income-at-pension .references .col-description,
.income-at-pension .references .col-description-bullet,
.income-at-pension .references .separator,
.contact .contact-method-2field,
.contact .contact-method-1field,
.separator {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
@media (min-width: 500px) and (max-width: 767px) {
  .col-ss-1,
  .col-ss-2,
  .col-ss-3,
  .col-ss-4,
  .col-ss-5,
  .data-panel,
  .col-ss-6,
  .overview .theme-container,
  .form-container,
  .col-ss-7,
  .resultPanel,
  .col-ss-8,
  .col-ss-9,
  .col-ss-10,
  .col-ss-11,
  .col-ss-12,
  .event-plan .event-plan-col-4,
  .event-plan .event-plan-col-2,
  .event-plan .event-plan-col-3,
  .event-plan .event-plan-col-5,
  .income-at-pension .references .col-description,
  .income-at-pension .references .col-description-bullet,
  .income-at-pension .references .separator,
  .contact .contact-method-2field,
  .contact .contact-method-1field,
  .separator {
    float: left; }
  .col-ss-12, .event-plan .event-plan-col-4, .event-plan .event-plan-col-2, .event-plan .event-plan-col-3, .event-plan .event-plan-col-5, .income-at-pension .references .col-description, .income-at-pension .references .col-description-bullet, .income-at-pension .references .separator, .contact .contact-method-2field,
  .contact .contact-method-1field, .separator {
    width: 100%; }
  .col-ss-11 {
    width: 91.66666667%; }
  .col-ss-10 {
    width: 83.33333333%; }
  .col-ss-9 {
    width: 75%; }
  .col-ss-8 {
    width: 66.66666667%; }
  .col-ss-7, .resultPanel {
    width: 58.33333333%; }
  .col-ss-6, .overview .theme-container, .form-container {
    width: 50%; }
  .col-ss-5, .data-panel {
    width: 41.66666667%; }
  .col-ss-4 {
    width: 33.33333333%; }
  .col-ss-3 {
    width: 25%; }
  .col-ss-2 {
    width: 16.66666667%; }
  .col-ss-1 {
    width: 8.33333333%; }
  .col-ss-pull-12 {
    right: 100%; }
  .col-ss-pull-11 {
    right: 91.66666667%; }
  .col-ss-pull-10 {
    right: 83.33333333%; }
  .col-ss-pull-9 {
    right: 75%; }
  .col-ss-pull-8 {
    right: 66.66666667%; }
  .col-ss-pull-7 {
    right: 58.33333333%; }
  .col-ss-pull-6 {
    right: 50%; }
  .col-ss-pull-5 {
    right: 41.66666667%; }
  .col-ss-pull-4 {
    right: 33.33333333%; }
  .col-ss-pull-3 {
    right: 25%; }
  .col-ss-pull-2 {
    right: 16.66666667%; }
  .col-ss-pull-1 {
    right: 8.33333333%; }
  .col-ss-pull-0 {
    right: 0; }
  .col-ss-push-12 {
    left: 100%; }
  .col-ss-push-11 {
    left: 91.66666667%; }
  .col-ss-push-10 {
    left: 83.33333333%; }
  .col-ss-push-9 {
    left: 75%; }
  .col-ss-push-8 {
    left: 66.66666667%; }
  .col-ss-push-7 {
    left: 58.33333333%; }
  .col-ss-push-6 {
    left: 50%; }
  .col-ss-push-5 {
    left: 41.66666667%; }
  .col-ss-push-4 {
    left: 33.33333333%; }
  .col-ss-push-3 {
    left: 25%; }
  .col-ss-push-2 {
    left: 16.66666667%; }
  .col-ss-push-1 {
    left: 8.33333333%; }
  .col-ss-push-0 {
    left: 0; }
  .col-ss-offset-12 {
    margin-left: 100%; }
  .col-ss-offset-11 {
    margin-left: 91.66666667%; }
  .col-ss-offset-10 {
    margin-left: 83.33333333%; }
  .col-ss-offset-9 {
    margin-left: 75%; }
  .col-ss-offset-8 {
    margin-left: 66.66666667%; }
  .col-ss-offset-7 {
    margin-left: 58.33333333%; }
  .col-ss-offset-6 {
    margin-left: 50%; }
  .col-ss-offset-5 {
    margin-left: 41.66666667%; }
  .col-ss-offset-4 {
    margin-left: 33.33333333%; }
  .col-ss-offset-3, .form-container {
    margin-left: 25%; }
  .col-ss-offset-2 {
    margin-left: 16.66666667%; }
  .col-ss-offset-1 {
    margin-left: 8.33333333%; }
  .col-ss-offset-0 {
    margin-left: 0; }
    }
.visible-ss {
  display: none !important; }
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
  display: none !important; }
@media (min-width: 500px) and (max-width: 767px) {
  .visible-ss {
    display: block !important; }
  table.visible-ss {
    display: table !important; }
  tr.visible-ss {
    display: table-row !important; }
  th.visible-ss,
  td.visible-ss {
    display: table-cell !important; } }
@media (min-width: 500px) and (max-width: 767px) {
  .visible-ss-block {
    display: block !important; } }
@media (min-width: 500px) and (max-width: 767px) {
  .visible-ss-inline {
    display: inline !important; } }
@media (min-width: 500px) and (max-width: 767px) {
  .visible-ss-inline-block {
    display: inline-block !important; } }
a {
  color: #666666; }
a:hover {
  color: black;
  text-decoration: none; }
a:focus {
  color: #FD000D;
  text-decoration: none; }
button.close span {
  display: none; }
.modal-content {
  font-family: "FuturaLTPro-Book";
  font-weight: 400; }
.modal-title {
  font-weight: 700;
  color: #666666; }
.modal-body {
  padding: 20px; }
body {
  padding: 0px !important;
  overflow-y: scroll;
  overflow-x: hidden !important; }
  @media (max-width: 768px) {
    body {
      overflow-x: scroll !important; } }
.theme-navigation-border-clear {
  border-style: solid;
  clear: both; }
a.base-link {
  font-family: "Verdana Regular", "Verdana";
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #666666;
  text-decoration: none; }
  a.base-link .open-link-arrow {
    font-size: 10px;
    padding-left: 2px; }
  a.base-link .close-link-arrow {
    font-size: 10px;
    padding-left: 2px; }
a.base-link:hover {
  color: black; }
a.base-link:focus {
  color: #FD000D; }
.main-container {
  font-family: "FuturaLTPro-Book";
  font-size: 14px;
  color: #5E5E5E; }
.panel {
  box-shadow: none; }
.graphic-result-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .graphic-result-panel {
      float: left;
      width: 50%; } }
.full-width-graphic-result-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px; }
  @media (min-width: 992px) {
    .full-width-graphic-result-panel {
      float: left;
      width: 100%; } }
.table-result-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .table-result-panel {
      float: left;
      width: 50%; } }
html, body {
  min-height: 100%; }
body {
  font-family: "FuturaLTPro-Book";
  position: relative;
  min-width: 320px; }
label, .custom-field-label, .checkbox-field-label {
  margin-bottom: 1px; }
.dropdown {
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-size: 14px;
  color: black;
  text-align: center; }
.form-control {
  background-color: #D7D7D7;
  height: 30px;
  color: #000000;
  font-size: 14px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 17px !important;
  border: 1px solid #ccc;
  border-radius: 4px; }
.overview-buttons-container {
  margin-left: 25%; }
.overview-buttons-container > button {
  margin: 1em;
  width: 25%;
  word-wrap: break-word !important;
  white-space: normal;
  min-height: 4em;
  font-size: 0.9em; }
.animate-hide.ng-hide-remove {
  -webkit-animation: ng_hide_remove_sequence 0.5s linear;
  animation: ng_hide_remove_sequence 0.5s linear; }
@-webkit-keyframes ng_hide_remove_sequence {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes ng_hide_remove_sequence {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.animate-enter.ng-enter {
  -webkit-animation: ng_enter_sequence 0.5s linear;
  animation: ng_enter_sequence 0.5s linear; }
@-webkit-keyframes ng_enter_sequence {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes ng_enter_sequence {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.animate-enter.ng-leave {
  -webkit-animation: ng_leave_sequence 0.5s linear;
  animation: ng_leave_sequence 0.5s linear; }
@-webkit-keyframes ng_leave_sequence {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes ng_leave_sequence {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak {
  display: none !important; }
input[type="range"] {
  background: #ededed; }
.iconImage {
  width: 38px;
  height: 37px;
  shape-image-threshold: inherit; }
.table > tbody + tbody {
  border-top: 0px solid white; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 0px; }
table.chart-reference {
  margin-bottom: 10px; }
.std-text-small-note {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #949494; }
.title-text-note.std-text-note {
  display: none; }
.std-text-note {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
  padding-top: 1em; }
.std-text {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }
.std-text-bold-title {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 700;
  font-size: 14px;
  color: black; }
.std-text-bold {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 700;
  font-size: 16px;
  color: black; }
.ui-draggable {
  -ms-touch-action: none;
  touch-action: none; }
.ui-widget-content {
  background-color: #D7D7D7;
  background: none; }
.ui-widget-header {
  background: transparent; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #da001a; }
.subThemeDescription {
  min-height: 70px;
  font-size: 14px; }
  @media (min-width: 500px) and (max-width: 767px) {
    .subThemeDescription {
      min-height: 140px; } }
.subThemeFields {
  min-height: 125px;
  height: 125px; }
.col-md-6.two-field-row-left, .overview .two-field-row-left.theme-container, .income-at-pension .two-field-row-left.second-pillar-right,
.income-at-pension .two-field-row-left.second-pillar-left, .contact .two-field-row-left.contact-method-2field {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .col-md-6.two-field-row-left, .overview .two-field-row-left.theme-container, .income-at-pension .two-field-row-left.second-pillar-right,
    .income-at-pension .two-field-row-left.second-pillar-left, .contact .two-field-row-left.contact-method-2field {
      padding-right: 7.5px; } }
.col-lg-6.two-field-row-left, .income-at-pension .two-field-row-left.second-pillar-right,
.income-at-pension .two-field-row-left.second-pillar-left, .contact .two-field-row-left.contact-method-2field {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .col-lg-6.two-field-row-left, .income-at-pension .two-field-row-left.second-pillar-right,
    .income-at-pension .two-field-row-left.second-pillar-left, .contact .two-field-row-left.contact-method-2field {
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .col-lg-6.two-field-row-left, .income-at-pension .two-field-row-left.second-pillar-right,
    .income-at-pension .two-field-row-left.second-pillar-left, .contact .two-field-row-left.contact-method-2field {
      padding-right: 7.5px; } }
.col-md-6.two-field-row-right, .overview .two-field-row-right.theme-container, .income-at-pension .two-field-row-right.second-pillar-right,
.income-at-pension .two-field-row-right.second-pillar-left, .contact .two-field-row-right.contact-method-2field {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .col-md-6.two-field-row-right, .overview .two-field-row-right.theme-container, .income-at-pension .two-field-row-right.second-pillar-right,
    .income-at-pension .two-field-row-right.second-pillar-left, .contact .two-field-row-right.contact-method-2field {
      padding-left: 7.5px; } }
.col-lg-6.two-field-row-right, .income-at-pension .two-field-row-right.second-pillar-right,
.income-at-pension .two-field-row-right.second-pillar-left, .contact .two-field-row-right.contact-method-2field {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .col-lg-6.two-field-row-right, .income-at-pension .two-field-row-right.second-pillar-right,
    .income-at-pension .two-field-row-right.second-pillar-left, .contact .two-field-row-right.contact-method-2field {
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-lg-6.two-field-row-right, .income-at-pension .two-field-row-right.second-pillar-right,
    .income-at-pension .two-field-row-right.second-pillar-left, .contact .two-field-row-right.contact-method-2field {
      padding-left: 7.5px; } }
.nav-tabs {
  padding-bottom: 10px;
  border-bottom: none;
  text-transform: uppercase; }
.dialog-content .nav-tabs > li > a,
.data-panel .nav-tabs > li > a {
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-right: 0px;
  color: black; }
.dialog-content .nav-tabs > li > a:hover,
.dialog-content .nav-tabs > li > a:focus,
.data-panel .nav-tabs > li > a:hover,
.data-panel .nav-tabs > li > a:focus {
  background-color: #C0C0C0; }
.dialog-content .nav-tabs > li.active > a,
.data-panel .nav-tabs > li.active > a {
  border: 1px solid #726552;
  background-color: #726552;
  color: #FFFFFF; }
.dialog-content .nav-tabs .two-field-row-left,
.data-panel .nav-tabs .two-field-row-left {
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 992px) {
    .dialog-content .nav-tabs .two-field-row-left,
    .data-panel .nav-tabs .two-field-row-left {
      padding-right: 2px; } }
  @media (max-width: 992px) {
    .dialog-content .nav-tabs .two-field-row-left,
    .data-panel .nav-tabs .two-field-row-left {
      width: 100%;
      padding-bottom: 4px; } }
.dialog-content .nav-tabs .two-field-row-right,
.data-panel .nav-tabs .two-field-row-right {
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 992px) {
    .dialog-content .nav-tabs .two-field-row-right,
    .data-panel .nav-tabs .two-field-row-right {
      padding-left: 2px; } }
  @media (max-width: 992px) {
    .dialog-content .nav-tabs .two-field-row-right,
    .data-panel .nav-tabs .two-field-row-right {
      width: 100%; } }
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
                 }
.loading {
  
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  line-height: 200px;
  height: 100px;
  margin-left: -75px;
  margin-top: -75px;
  background-color: white;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
   }
.loading-image {
  background: rgba(255, 255, 255, 0) url("../resources/images/ajax-loader.gif") no-repeat center;
  min-height: 100%;
  min-width: 100%; }
#copyright {
  font-size: 10px;
  font-family: "FuturaLTPro-Book";
  color: #9e9e9e; }
#copyright:hover {
  color: #000; }
#legal-notice-button {
  line-height: 25px;
  color: #9e9e9e;
  font-weight: bold; }
#legal-notice-button:hover {
  color: #000; }
.app-version {
  line-height: 25px;
  color: #9e9e9e; }
#legal-notice-company {
  font-weight: bold; }
#accept-terms-of-use-button {
  line-height: 25px;
  color: white;
  font-weight: bold; }
.alternativeChart {
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  height: 230px; }
.resultModeLinkContainer {
  text-align: center;
  margin-top: 10px; }
.resultModeSelectedLink {
  font-family: "FuturaLTPro-Book";
  font-size: 14px;
  color: #666666;
  margin-right: 5px;
  margin-left: 5px; }
.resultModeUnselectedLink {
  font-family: "FuturaLTPro-Book";
  font-size: 14px;
  color: black;
  margin-right: 5px;
  margin-left: 5px; }
.tablePanel {
  margin-left: auto;
  margin-right: auto;
  display: table;
  white-space: nowrap; }
@media screen and (min-width: 992px) {
  .tablePanel {
    width: auto;
    margin-left: 0px;
    margin-right: 0px; } }
.resultModeLinkContainer a {
  white-space: nowrap; }
.tip-link-arrow {
  font-size: 10px;
  padding-left: 0px; }
.toggle-link-arrow {
  font-size: 10px;
  padding-left: 0px; }
.left-arrow:before {
  font-size: 10px;
  padding-right: 5px;
  padding-left: 0px; }
.right-arrow:after, .right-arrow-small:after {
  content: ""; }
.right-arrow:after {
  font-size: 10px;
  padding-right: 0px;
  padding-left: 5px; }
.right-arrow-small:after {
  font-size: 10px;
  font-size: 10px;
  padding-right: 0px;
  padding-left: 0px; }
.left-arrow-small {
  font-size: 10px;
  padding-right: 5px;
  padding-left: 0px; }
.result-table {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black; }
.separator {
  margin-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px; }
  .separator .inner {
    height: 1px;
    background-color: gray; }
.line-over {
  border-top: 1px solid gray; }
.line-under {
  border-bottom: 1px solid gray; }
.tabulated-row td:first-child {
  padding-left: 17px !important; }
.important-result.line-under {
  border-bottom: 0; }
.important-result {
  font-family: "FuturaLTPro-Book" !important, "FuturaLTPro-Book" !important;
  font-weight: bold !important; }
  .important-result span {
    font-family: "FuturaLTPro-Book" !important, "FuturaLTPro-Book" !important;
    font-weight: bold !important; }
.important-description {
  font-weight: bold;
  text-align: left; }
.percentage-value {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  color: black;
  text-align: right; }
.loss-value {
  color: red; }
.gain-value {
  color: green; }
.table-row-gap {
  margin-top: 20px; }
.up-arrow, .numeric-field .expand-icon {
  font-size: 10px;
  padding-left: 2px; }
.down-arrow, .numeric-field .collapse-icon {
  font-size: 10px;
  padding-left: 2px; }
.ui-slider .ui-slider-handle {
  width: 22px;
  height: 22px;
  top: -7px; }
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -11px; }
.marriedBaseImage {
  background-repeat: no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  float: left;
  cursor: pointer;
  font-size: 55px !important; }
.singleBaseImage {
  background-repeat: no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  float: left;
  cursor: pointer;
  font-size: 55px !important; }
.concubinageBaseImage {
  background-repeat: no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  float: left;
  cursor: pointer;
  font-size: 55px !important; }
.partnershipBaseImage {
  background-repeat: no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  float: left;
  cursor: pointer;
  font-size: 55px !important; }
.dropdown-menu {
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-weight: 400;
  font-size: 14px;
  color: black;
  padding: 0px 0; }
ul.dropdown-menu li.active {
  background-color: #A2CBFA; }
#AllCalculatorsSmall .dropdown-menu {
  top: 40px;
  right: 0px;
  left: auto; }
.navbar-nav .open .dropdown-menu {
  background-color: #E0E0E0;
  display: block; }
.dropdown-menu li.dropdown-title {
  border-bottom: 1px solid #999999;
  padding-bottom: 5px; }
.dropdown-menu li.dropdown-title span {
  padding-left: 20px;
  padding-right: 20px; }
.custom-field-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.checkbox-field-label {
  display: inline-table;
  overflow: hidden;
  text-overflow: ellipsis; }
.text-align-left {
  text-align: left !important; }
.text-align-center {
  text-align: center; }
.cell-row-padding {
  padding-left: 10px; }
.hr-margin {
  margin-top: 5px;
  margin-bottom: 10px; }
.text-align-right {
  text-align: right; }
.not-supported-message-panel-heading {
  height: 30px; }
.bodyHideScroll {
  overflow-y: hidden !important; }
.not-supported-message-box {
  float: left;
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-size: 14px;
  padding: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 30px;
  border-color: #726552;
  border-top: 10px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid; }
.is-parent body.modal-open {
  overflow: scroll;
  padding-right: 0px !important;
  padding-bottom: 0px !important; }
  @media (max-width: 768px) {
    .is-parent body.modal-open {
      overflow-x: scroll !important; } }
  @media (max-width: 768px) {
    .is-parent body.modal-open .navbar-header {
      padding-right: 0px !important;
      padding-bottom: 0px !important; } }
.copyright-disclaimer {
  font-size: 10px;
  font-family: "FuturaLTPro-Book";
  color: #9e9e9e;
  padding-bottom: 10px; }
.legal-notice-modal {
  overflow: visible; }
.legal-notice-modal .modal-content {
  overflow: visible; }
.legal-notice-modal .modal-dialog {
  overflow: visible; }
.legal-notice-modal .modal-body {
  overflow-y: auto;
  
  
  
  
  
  
  
  
  margin: 10px;
  margin-bottom: 20px; }
  @media (min-height: 840px) {
    .legal-notice-modal .modal-body {
      max-height: 560px; } }
  @media (min-height: 760px) and (max-height: 839px) {
    .legal-notice-modal .modal-body {
      max-height: 480px; } }
  @media (min-height: 680px) and (max-height: 759px) {
    .legal-notice-modal .modal-body {
      max-height: 400px; } }
  @media (min-height: 600px) and (max-height: 679px) {
    .legal-notice-modal .modal-body {
      max-height: 320px; } }
  @media (min-height: 520px) and (max-height: 599px) {
    .legal-notice-modal .modal-body {
      max-height: 240px; } }
  @media (min-height: 440px) and (max-height: 519px) {
    .legal-notice-modal .modal-body {
      max-height: 120px; } }
  @media (max-height: 439px) {
    .legal-notice-modal .modal-body {
      max-height: 10em; } }
.text {
  text-align: justify; }
.no-scrolling {
  overflow: hidden; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .no-scrolling {
      position: fixed; } }
.accessibility-link span {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10000px; }
.display-none {
  display: none; }
.alternative-icon {
  font-size: 55px !important;
  color: white;
  background-size: 60px 60px;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  float: left; }
.base-data-summary .image, .base-data-summary .relationship-chooser .single-unselected-image, .relationship-chooser .base-data-summary .single-unselected-image, .base-data-summary .relationship-chooser .married-unselected-image, .relationship-chooser .base-data-summary .married-unselected-image, .base-data-summary .relationship-chooser .concubinage-unselected-image, .relationship-chooser .base-data-summary .concubinage-unselected-image, .base-data-summary .house-affordability .distribution-unselected-image, .house-affordability .base-data-summary .distribution-unselected-image, .base-data-summary .house-affordability .risk-unselected-image, .house-affordability .base-data-summary .risk-unselected-image, .base-data-summary .income-at-pension .pension-age-unselected-image, .income-at-pension .base-data-summary .pension-age-unselected-image,
.base-data-summary .income-at-pension .budget-unselected-image,
.income-at-pension .base-data-summary .budget-unselected-image,
.base-data-summary .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .base-data-summary .second-pillar-payment-unselected-image,
.base-data-summary .income-at-pension .fortune-unselected-image,
.income-at-pension .base-data-summary .fortune-unselected-image, .base-data-summary .inheritance .distribution-unselected-image, .inheritance .base-data-summary .distribution-unselected-image, .base-data-summary .inheritance .taxes-unselected-image, .inheritance .base-data-summary .taxes-unselected-image, .base-data-summary .savings .goal-unselected-image, .savings .base-data-summary .goal-unselected-image, .base-data-summary .savings .investment-unselected-image, .savings .base-data-summary .investment-unselected-image, .base-data-summary .savings .duration-unselected-image, .savings .base-data-summary .duration-unselected-image, .base-data-summary .consumption .remaining-capital-unselected-image, .consumption .base-data-summary .remaining-capital-unselected-image, .base-data-summary .consumption .withdrawal-unselected-image, .consumption .base-data-summary .withdrawal-unselected-image, .base-data-summary .consumption .duration-unselected-image, .consumption .base-data-summary .duration-unselected-image, .base-data-summary .risk .base-data-unselected-image, .risk .base-data-summary .base-data-unselected-image,
.base-data-summary .risk .disability-unselected-image,
.risk .base-data-summary .disability-unselected-image,
.base-data-summary .risk .death-unselected-image,
.risk .base-data-summary .death-unselected-image,
.base-data-summary .risk .pension-unselected-image,
.risk .base-data-summary .pension-unselected-image {
  font-size: 55px !important;
  color: white;
  background-size: 60px 60px;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  float: left; }
.standard-icon {
  font-size: 55px !important;
  color: white;
  background-size: 60px 60px;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 10px; }
div.prepare-for-print {
  max-width: 700px; }
.only-printable-label {
  display: none; }
@media print {
  * {
    -webkit-print-color-adjust: exact !important; }
  .transclude-panel-body a:after,
  .toggle-btn-container a:after,
  .resultModeLinkContainer a:after,
  a.teaser-link:after,
  #financeCoachLink:after,
  #legal-notice-button:after,
  .linkText a:after {
    content: "" !important; }
  .top-border {
    background-color: #D7D7D7 !important; }
  .ui-slider-handle {
    background-color: #949494 !important; }
  
  .rss-feeds,
  .saving-3a .canvas-container,
  #savingGoalChartCanvasContainer,
  #savingInvestmentChartCanvasContainer,
  #savingDurationChartCanvasContainer,
  #alternativeIncomeDevelopmentResult .row,
  #alternativeIncomeDevelopmentCanvas,
  .slider,
  .accessibility-link,
  .link-to-alternative,
  .link-to-standard,
  .fancy-box-info.show-info-image,
  .fancy-box-info.hide-info-image,
  .fancy-box-info.show-info-text,
  .fancy-box-info.hide-info-text,
  div[id$='Indicator'] {
    display: none; }
  .own-capital-objective-indicator {
    text-align: center;
    height: 90px;
    width: 100%;
    max-width: 328px; }
  .only-printable-label {
    display: inherit; }
  .modal-dialog {
    background-color: #FFFFFF !important; } }
.alert {
  margin-bottom: 0px; }
.selected-image-color-properties, .single-selected-image,
.married-selected-image,
.concubinage-selected-image,
.pension-age-selected-image,
.budget-selected-image,
.base-data-selected-image,
.disability-selected-image,
.death-selected-image,
.pension-selected-image,
.second-pillar-payment-selected-image,
.fortune-selected-image,
.goal-selected-image,
.remaining-capital-selected-image,
.investment-selected-image,
.withdrawal-selected-image,
.duration-selected-image,
.distribution-selected-image,
.taxes-selected-image,
.risk-selected-image, .single-unselected-image,
.married-unselected-image,
.concubinage-unselected-image,
.pension-age-unselected-image,
.budget-unselected-image,
.base-data-unselected-image,
.disability-unselected-image,
.death-unselected-image,
.pension-unselected-image,
.second-pillar-payment-unselected-image,
.fortune-unselected-image,
.goal-unselected-image,
.remaining-capital-unselected-image,
.investment-unselected-image,
.withdrawal-unselected-image,
.duration-unselected-image,
.distribution-unselected-image,
.taxes-unselected-image,
.risk-unselected-image, .single-unselected-image:hover,
.married-unselected-image:hover,
.concubinage-unselected-image:hover,
.pension-age-unselected-image:hover,
.budget-unselected-image:hover,
.base-data-unselected-image:hover,
.disability-unselected-image:hover,
.death-unselected-image:hover,
.pension-unselected-image:hover,
.second-pillar-payment-unselected-image:hover,
.fortune-unselected-image:hover,
.goal-unselected-image:hover,
.remaining-capital-unselected-image:hover,
.investment-unselected-image:hover,
.withdrawal-unselected-image:hover,
.duration-unselected-image:hover,
.distribution-unselected-image:hover,
.taxes-unselected-image:hover,
.risk-unselected-image:hover {
  color: white;
  font-size: 45px;
  border: 1px solid #C5C5C5;
  margin: 2px;
  padding: 8px;
  margin-top: 5px;
  margin-right: 5px;
  background-color: transparent; }
.single-selected-image,
.married-selected-image,
.concubinage-selected-image,
.pension-age-selected-image,
.budget-selected-image,
.base-data-selected-image,
.disability-selected-image,
.death-selected-image,
.pension-selected-image,
.second-pillar-payment-selected-image,
.fortune-selected-image,
.goal-selected-image,
.remaining-capital-selected-image,
.investment-selected-image,
.withdrawal-selected-image,
.duration-selected-image,
.distribution-selected-image,
.taxes-selected-image,
.risk-selected-image {
  background-color: #FD000D; }
.single-unselected-image:hover,
.married-unselected-image:hover,
.concubinage-unselected-image:hover,
.pension-age-unselected-image:hover,
.budget-unselected-image:hover,
.base-data-unselected-image:hover,
.disability-unselected-image:hover,
.death-unselected-image:hover,
.pension-unselected-image:hover,
.second-pillar-payment-unselected-image:hover,
.fortune-unselected-image:hover,
.goal-unselected-image:hover,
.remaining-capital-unselected-image:hover,
.investment-unselected-image:hover,
.withdrawal-unselected-image:hover,
.duration-unselected-image:hover,
.distribution-unselected-image:hover,
.taxes-unselected-image:hover,
.risk-unselected-image:hover {
  background-color: #FD000D; }
#custom-header a span {
  float: right; }
  @media (max-width: 767px) {
    #custom-header a span {
      height: 60px;
      width: 192px;
      margin-left: 15px;
      margin-top: 5px;
      background: url("../resources/images/appkblogo.gif") no-repeat right bottom; } }
  @media (min-width: 768px) {
    #custom-header a span {
      height: 72px;
      width: 192px;
      background: url("../resources/images/appkblogo.gif") no-repeat right top; } }
.container, .container-type {
  padding: 0 !important;
  margin: 0;
  width: 100% !important; }
.inner-container {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -20px;
   }
@-moz-document url-prefix() {
  @media screen {
    .inner-container {
      margin-top: 0px !important; } } }
.icon-button-bar {
  margin-bottom: -50px; }
  .icon-button-bar .dropdown-color:hover {
    color: black !important; }
  .icon-button-bar .ellipsis {
    width: auto;
    max-width: 300px; }
  .icon-button-bar .icon-button-bar__dossier-name {
    line-height: 20px; }
  @media (max-width: 767px) {
    .icon-button-bar {
      margin-bottom: 0px; } }
.icon-button-bar .navbar-dynamic-top .icon-bar-container {
  width: 100% !important; }
.theme-header .theme-header__title {
  margin-top: 0px;
  margin-bottom: 10px; }
.overview .title,
.theme-header .theme-header__title,
.calculation-header h1 {
  font-family: "FuturaLTPro-Light";
  font-size: 38px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px; }
.overview .title-text {
  font-family: "FuturaLTPro-Book";
  font-size: 16px;
  font-weight: normal; }
.theme-header .theme-header__description {
  font-family: "FuturaLTPro-Book";
  font-size: 16px;
  font-weight: normal; }
.calculation-header .row-paddings {
  padding-top: 0px; }
.calculation-header h1 {
  margin-top: 0px;
  padding-right: 70px; }
.main-container {
  
  margin-top: 0px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DADEE1; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-container {
      margin-top: -3px; } }
@-moz-document url-prefix() {
  @media screen {
    .main-container {
      margin-top: -3px; } } }
@-moz-document url-prefix() {
  #custom-outside-header {
    margin-top: 0px !important; }
  .outside-container {
    background-position: 0px 132px; } }
.ApplicationTitle {
  display: none; }
.copyright-disclaimer {
  margin-top: 10px;
  padding-bottom: 0px; }
@font-face {
  font-family: 'APPKBIcons';
  src: url("../resources/fonts/APPKBicons-Regular.eot?-a3h11n");
  src: url("../resources/fonts/APPKBicons-Regular.eot?#iefix-a3h11n") format("embedded-opentype"), url("../resources/fonts/APPKBicons-Regular.ttf?-a3h11n") format("truetype"), url("../resources/fonts/APPKBicons-Regular.woff?-a3h11n") format("woff");
  font-weight: normal;
  font-style: normal; }
.new-icon-image:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  color: #666666;
  font-size: 35px !important;
  content: "\0071"; }
.print-icon-image:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  color: #666666;
  font-size: 35px !important;
  content: "\0070"; }
.event-plan-icon-image:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  color: #666666;
  font-size: 35px !important;
  content: "\006c"; }
.event-plan-with-events-entered-icon-image:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  color: #666666;
  font-size: 35px !important;
  content: "\003D"; }
.application-form-icon-image:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  color: #666666;
  font-size: 35px !important;
  content: "\0051";
  line-height: 1; }
.envelope-icon-image:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  color: #666666;
  font-size: 35px !important;
  content: "\004D"; }
.calculator-icon-image:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  color: #666666;
  font-size: 35px !important;
  content: "\0052"; }
.icon-plus-square::before, .inheritance .add-inheritor:before::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  color: #666666;
  font-size: 35px !important;
  content: "\002B"; }
.icon-minus-square::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  color: #666666;
  font-size: 35px !important;
  content: "\2212"; }
.icon-home2:before, .house-affordability .standard-icon:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\e874"; }
.alternative-icon::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\003B";
  color: white; }
.standard-icon::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: ",";
   }
.house-affordability .alternative-icon::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\003A";
  color: white; }
.house-affordability .standard-icon::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\002C";
   }
.income-at-pension .alternative-icon::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\003B";
  color: white; }
.relationship-description {
  font-family: "FuturaLTPro-Book";
  font-size: 14px; }
.result-summary-box .finance-coach-icon::before {
  content: ""; }
.result-summary-box .finance-coach-icon {
  background-image: url("../resources/images/AniGif_Tragbarkeitsrechner.gif");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  width: 100px;
  height: 80px;
  background-position: 0px 4px;
  margin-left: -5px; }
.result-summary-box .finance-coach-info .tip .tip-icon {
  color: #666666; }
.result-summary-box .finance-coach-info .tip .advantage::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\2044"; }
.result-summary-box .finance-coach-info .tip .disadvantage::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\005C"; }
.result-summary-box .finance-coach-info .tip .equality::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\0065"; }
.result-summary-box .finance-coach-info .tip .information:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\0036"; }
.result-summary-box .finance-coach-info .tip .contact:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "C"; }
.income-at-pension .pension-age-selected-image::before,
.income-at-pension .pension-age-unselected-image::before {
  content: "\e262"; }
.income-at-pension .second-pillar-payment-selected-image::before,
.income-at-pension .second-pillar-payment-unselected-image::before {
  content: "\e231"; }
.income-at-pension .budget-selected-image::before,
.income-at-pension .budget-unselected-image::before {
  content: "\e160"; }
.income-at-pension .fortune-selected-image::before,
.income-at-pension .fortune-unselected-image::before {
  content: "\e221"; }
.topic-panel .info-balloon .balloon-image::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\0026";
  color: #666666; }
@media (max-width: 500px) {
  .topic-link__image {
    width: 65px; } }
@media (min-width: 992px) {
  .topic-link__image {
    width: 65px; } }
.theme-navigation-row nav {
  border-width: 1px; }
a.teaser-link span.right-arrow:after {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  font-size: 18px;
  top: 2px;
  content: "\2199";
  font-size: 25px;
  font-weight: 200;
  padding-right: 10px;
  padding-left: 7px;
  color: #FFFFFF;
  float: right;
  
  top: 0px;
  line-height: 40px; }
@-moz-document url-prefix() {
  a.teaser-link span.right-arrow:after {
    padding-top: 0px; } }
.tip-link-arrow:before {
  content: ""; }
.tip-link-arrow:after {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\2199";
  font-size: 20px; }
.left-arrow:before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\2196";
  padding-right: 5px;
  padding-left: 0px;
  color: white;
  font-size: 20px; }
.right-arrow:after {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\2199";
  padding-right: 0px;
  padding-left: 5px;
  font-size: 20px;
  vertical-align: text-bottom; }
.result-summary-box .finance-coach-label::after {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  content: "\0076";
  padding-left: 5px;
  font-size: 20px;
  vertical-align: bottom; }
.result-summary-box .finance-coach-label-icon:after {
  content: ""; }
a.base-link .close-link-arrow::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  font-size: 18px;
  top: 2px;
  content: "\2195";
  padding-left: 0px; }
a.base-link .open-link-arrow::before {
  font-family: APPKBIcons !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  font-size: 18px;
  top: 2px;
  content: "\2193";
  padding-left: 0px; }
.house .houseValueTeaserPicture, .house .relevantIncomeTeaserPicture, .house .rentCostTeaserPicture, .house .amortizationComparisonTeaserPicture, .pension .incomeTeaserPicture, .pension .yearlyInvestmentTeaserPicture, .pension .pdfLinkTeaserPicture, .pension .capitalTeaserPicture, .pension .inheritanceTeaserPicture, .pension .riskIncomeTeaserPicture, .pension .secondPillarBuyTeaserPicture, .saving .periodicInvestmentTeaserPicture, .saving .myDesireTeaserPicture, .saving .myTargetTeaserPicture, .saving .consumptionDurationTeaserPicture, .saving .consumptionWithdrawalTeaserPicture, .saving .budgetProposalTeaserPicture, .taxes .grossIncomeTeaserPicture, .taxes .zipAndLocationChangeTeaserPicture, .taxes .thirdPillarTeaserPicture, .taxes .capitalTeaserPicture, .taxes .secondPillarBuyTeaserPicture {
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: -15px -20px 10px;
  height: 202px; }
.house .houseValueTeaserPicture {
  background-image: url("../resources/images/Wohnen_MeinHaus.png") !important; }
.house .relevantIncomeTeaserPicture {
  background-image: url("../resources/images/Wohnen_Wasliegtdrin.png") !important; }
.house .rentCostTeaserPicture {
  background-image: url("../resources/images/Wohnen_MieteoderKauf.png") !important; }
.house .amortizationComparisonTeaserPicture {
  background-image: url("../resources/images/Wohnen_Amortisationsvergleich.png") !important; }
.pension .incomeTeaserPicture {
  background-image: url("../resources/images/Vorsorge_EinkommenimAlter.png") !important; }
.pension .yearlyInvestmentTeaserPicture {
  background-image: url("../resources/images/Vorsorge_3aSparen.png") !important; }
.pension .pdfLinkTeaserPicture {
  background-image: url("../resources/images/Vorsorge_RenteoderKapital.png") !important; }
.pension .capitalTeaserPicture {
  background-image: url("../resources/images/Vorsorge_Kapitalleistungen.png") !important; }
.pension .inheritanceTeaserPicture {
  background-image: url("../resources/images/Vorsorge_MeinErbe.png") !important; }
.pension .riskIncomeTeaserPicture {
  background-image: url("../resources/images/Vorsorge_EinnahmenInRisikosituationen.png") !important; }
.pension .secondPillarBuyTeaserPicture {
  background-image: url("../resources/images/Steuern_Pensionskasseneinkauf.png") !important; }
.saving .periodicInvestmentTeaserPicture {
  background-image: url("../resources/images/Sparen_Ansparen.png") !important; }
.saving .myDesireTeaserPicture {
  background-image: url("../resources/images/Sparen_MeinZiel1.png") !important; }
.saving .myTargetTeaserPicture {
  background-image: url("../resources/images/Sparen_MeinZiel2.png") !important; }
.saving .consumptionDurationTeaserPicture {
  background-image: url("../resources/images/Sparen_Wielangereichts.png") !important; }
.saving .consumptionWithdrawalTeaserPicture {
  background-image: url("../resources/images/Sparen_Wievielkannichbeziehen.png") !important; }
.saving .budgetProposalTeaserPicture {
  background-image: url("../resources/images/Sparen_BudgetVorschlagen.png") !important; }
.taxes .grossIncomeTeaserPicture {
  background-image: url("../resources/images/Steuern_MeineSteuern.png") !important; }
.taxes .zipAndLocationChangeTeaserPicture {
  background-image: url("../resources/images/Steuern_Wohnortswechsel.png") !important; }
.taxes .thirdPillarTeaserPicture {
  background-image: url("../resources/images/Steuern_EinzahlungSaeule3a.png") !important; }
.taxes .capitalTeaserPicture {
  background-image: url("../resources/images/Steuern_Kapitalauszahlung.png") !important; }
.taxes .secondPillarBuyTeaserPicture {
  background-image: url("../resources/images/Steuern_Pensionskasseneinkauf.png") !important; }
a.finance-coach-close-link:hover {
  color: black;
  font-size: 11px; }
.teaser-link__label {
  margin-bottom: 12px;
  text-align: left;
  background-color: #FD000D;
  height: 40px;
  margin: 25px 0px 0px 0px;
  font-weight: normal;
  text-transform: none;
  bottom: 5px;
  top: 8px;
  position: relative;
  margin-left: -20px;
  margin-right: -20px; }
.teaser-link__label span {
  font-family: "FuturaLTPro-Bold";
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  padding-left: 10px;
  vertical-align: middle;
  line-height: 40px;
   }
a.teaser-link {
  font-family: 'Arial Fett', 'Arial';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #FD000D;
  position: relative;
  text-transform: uppercase;
  top: 0.15em;
  text-decoration: none; }
a.teaser-link:hover {
  color: black; }
.resultModeLinkContainer {
  margin-top: 0px; }
  .resultModeLinkContainer a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
    line-height: 37px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
    .resultModeLinkContainer a .go-arrow {
      display: none; }
    .resultModeLinkContainer a .back-arrow {
      display: none; }
  .resultModeLinkContainer a.resultModeSelectedLink {
    border: 1px solid #FD000D;
    background-color: #FD000D !important;
    color: white; }
  .resultModeLinkContainer a.resultModeUnselectedLink {
    border: 1px solid #D6D6D6;
    background-color: #999999;
    color: white; }
  .resultModeLinkContainer a:focus,
  .resultModeLinkContainer a:hover {
    text-decoration: none;
    background-color: #FD000D; }
.tab-selector .tab-selector__container {
  margin-top: 0px; }
.tab-selector-link a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
  line-height: 37px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .tab-selector-link a .go-arrow {
    display: none; }
  .tab-selector-link a .back-arrow {
    display: none; }
.tab-selector-link a.selected-link {
  border: 1px solid #FD000D;
  background-color: #FD000D;
  color: white; }
.tab-selector-link a.unselected-link {
  border: 1px solid #D6D6D6;
  background-color: #999999;
  color: white; }
.tab-selector-link a.unselected-link:focus,
.tab-selector-link a.unselected-link:hover {
  text-decoration: none;
  background-color: #FD000D; }
.house-affordability .affordable,
.house-affordability .almostAffordable {
  color: #018A45; }
.house-affordability .notAffordable {
  color: #FD000D; }
.house-affordability .mortgageTooLow, .house-affordability .mortgageTooLowInStandard, .house-affordability .mortgageTooLowInAlternative {
  color: #FD000D; }
.edit-dialog-box .nav-tabs > li > a,
.data-panel .nav-tabs > li > a {
  color: white;
  background-color: #999999;
  border-color: #999999;
  height: 35px;
  line-height: 25px;
  padding: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-transform: none;
  text-align: center; }
.edit-dialog-box .nav-tabs > li > a:hover,
.edit-dialog-box .nav-tabs > li > a:focus,
.data-panel .nav-tabs > li > a:hover,
.data-panel .nav-tabs > li > a:focus {
  background-color: #FD000D;
  border: 1px solid #FD000D;
  color: white; }
.edit-dialog-box .nav-tabs > li.active > a,
.data-panel .nav-tabs > li.active > a {
  color: white;
  background-color: #FD000D;
  border-color: #FD000D;
  height: 35px;
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
.data-panel ul {
  margin-bottom: 10px; }
.panel {
  box-shadow: none; }
.theme-navigation-bar {
  margin-top: -9px; }
  .theme-navigation-bar a {
    font-size: 15px !important;
    text-transform: none !important;
    font-family: 'Arial Fett', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px; }
  .theme-navigation-bar .bs-docs-nav .navbar-nav > li > a:hover {
    color: #FD000D !important;
    background-color: transparent; }
  .theme-navigation-bar .nav > li > a:hover, .theme-navigation-bar .nav > li > a:focus {
    color: #FD000D !important;
    background-color: transparent !important; }
.sub-theme-navigation-bar {
  margin-top: 7px; }
  .sub-theme-navigation-bar a {
    font-size: 12px !important; }
  .sub-theme-navigation-bar ul {
    height: 24px !important; }
.bs-docs-nav .theme-navigation-bar .navbar-nav > .active > a {
  text-transform: none !important;
  color: black !important;
  background-color: transparent !important; }
.bs-docs-nav .sub-theme-navigation-bar .navbar-nav > .active > a {
  color: black !important;
  background-color: transparent !important; }
.bs-docs-nav .sub-theme-navigation-bar .navbar-nav > li > a:hover {
  color: #FD000D !important;
  background-color: transparent; }
.bs-docs-nav .sub-theme-navigation-bar .nav > li > a:hover, .bs-docs-nav .sub-theme-navigation-bar .nav > li > a:focus {
  text-decoration: none;
  color: #FD000D !important;
  background-color: transparent; }
.subThemeDescription {
  font-family: "FuturaLTPro-Book";
  font-weight: normal;
  font-size: 16px;
  margin: 0px 0px 5px; }
.fancy-box .form-group {
  margin-bottom: 15px; }
.fancy-box .panel-heading {
  margin-bottom: 7px;
  background-color: transparent; }
  .fancy-box .panel-heading .title-text {
    font-family: "FuturaLTPro-Bold";
    font-size: 16px;
    font-weight: normal;
    height: auto;
    padding-top: 10px;
    text-transform: uppercase;
    color: black;
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 5px;
    margin-right: 0px; }
  .fancy-box .panel-heading .info-content .show-info-image,
  .fancy-box .panel-heading .info-content .hide-info-image {
    background-image: url("");
    margin-top: 10px; }
  .fancy-box .panel-heading .info-content .show-info-image:before,
  .fancy-box .panel-heading .info-content .hide-info-image:before {
    font-family: APPKBIcons !important;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666666;
    display: block;
    position: relative;
    text-align: center;
    height: 25px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    content: "\0036";
    color: #969696; }
.fancy-box .panel-collapse {
  margin-top: 0px; }
.fancy-box .panel-body {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border: 0px;
  background-color: #EEEEEE;
  color: black; }
  .fancy-box .panel-body .transclude-panel-body {
    padding: 0px; }
  .fancy-box .panel-body .info-content-text {
    background-color: #999999;
    margin-top: -15px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px;
    color: white; }
    .fancy-box .panel-body .info-content-text .base-link {
      color: white; }
      .fancy-box .panel-body .info-content-text .base-link .close-link-arrow::before {
        color: white; }
  .fancy-box .panel-body label, .fancy-box .panel-body .custom-field-label, .fancy-box .panel-body .checkbox-field-label,
  .fancy-box .panel-body .custom-field-label,
  .fancy-box .panel-body .checkbox-field-label {
    font-family: "FuturaLTPro-Book";
    font-size: 16px; }
  .fancy-box .panel-body zip-and-location-field {
    font-family: "FuturaLTPro-Book";
    font-size: 16px; }
.fancy-box .top-border {
  display: none; }
.result-summary-box {
  background-color: #EEEEEE;
  color: white; }
  .result-summary-box a.tip-link:hover {
    color: black;
    text-decoration: none; }
  .result-summary-box .link-content {
    padding-top: 12px; }
  .result-summary-box .text {
    font-size: 16px;
    color: black; }
  .result-summary-box .finance-coach-label {
    color: #666666;
    font-weight: normal;
    line-height: 19px; }
  .result-summary-box .finance-coach-label:hover,
  .result-summary-box .finance-coach-label:focus {
    color: black; }
.graphic-fancybox .fancy-box .panel-body {
  border-bottom: 1px solid #EEEEEE;
  background-color: white; }
  .graphic-fancybox .fancy-box .panel-body .donut-inner-number {
    color: #666666; }
.overview .title {
  margin-left: 5px; }
.overview .title-text {
  margin-left: 5px; }
.overview #houseThemeBox .image, .overview #houseThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #houseThemeBox .single-unselected-image, .overview #houseThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #houseThemeBox .married-unselected-image, .overview #houseThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #houseThemeBox .concubinage-unselected-image, .overview #houseThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #houseThemeBox .distribution-unselected-image, .overview #houseThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #houseThemeBox .risk-unselected-image, .overview #houseThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #houseThemeBox .pension-age-unselected-image,
.overview #houseThemeBox .income-at-pension .budget-unselected-image,
.income-at-pension .overview #houseThemeBox .budget-unselected-image,
.overview #houseThemeBox .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .overview #houseThemeBox .second-pillar-payment-unselected-image,
.overview #houseThemeBox .income-at-pension .fortune-unselected-image,
.income-at-pension .overview #houseThemeBox .fortune-unselected-image, .overview #houseThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #houseThemeBox .distribution-unselected-image, .overview #houseThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #houseThemeBox .taxes-unselected-image, .overview #houseThemeBox .savings .goal-unselected-image, .savings .overview #houseThemeBox .goal-unselected-image, .overview #houseThemeBox .savings .investment-unselected-image, .savings .overview #houseThemeBox .investment-unselected-image, .overview #houseThemeBox .savings .duration-unselected-image, .savings .overview #houseThemeBox .duration-unselected-image, .overview #houseThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #houseThemeBox .remaining-capital-unselected-image, .overview #houseThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #houseThemeBox .withdrawal-unselected-image, .overview #houseThemeBox .consumption .duration-unselected-image, .consumption .overview #houseThemeBox .duration-unselected-image, .overview #houseThemeBox .risk .base-data-unselected-image, .risk .overview #houseThemeBox .base-data-unselected-image,
.overview #houseThemeBox .risk .disability-unselected-image,
.risk .overview #houseThemeBox .disability-unselected-image,
.overview #houseThemeBox .risk .death-unselected-image,
.risk .overview #houseThemeBox .death-unselected-image,
.overview #houseThemeBox .risk .pension-unselected-image,
.risk .overview #houseThemeBox .pension-unselected-image, .overview #taxesThemeBox .image, .overview #taxesThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #taxesThemeBox .single-unselected-image, .overview #taxesThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #taxesThemeBox .married-unselected-image, .overview #taxesThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #taxesThemeBox .concubinage-unselected-image, .overview #taxesThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #taxesThemeBox .distribution-unselected-image, .overview #taxesThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #taxesThemeBox .risk-unselected-image, .overview #taxesThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #taxesThemeBox .pension-age-unselected-image,
.overview #taxesThemeBox .income-at-pension .budget-unselected-image,
.income-at-pension .overview #taxesThemeBox .budget-unselected-image,
.overview #taxesThemeBox .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .overview #taxesThemeBox .second-pillar-payment-unselected-image,
.overview #taxesThemeBox .income-at-pension .fortune-unselected-image,
.income-at-pension .overview #taxesThemeBox .fortune-unselected-image, .overview #taxesThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #taxesThemeBox .distribution-unselected-image, .overview #taxesThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #taxesThemeBox .taxes-unselected-image, .overview #taxesThemeBox .savings .goal-unselected-image, .savings .overview #taxesThemeBox .goal-unselected-image, .overview #taxesThemeBox .savings .investment-unselected-image, .savings .overview #taxesThemeBox .investment-unselected-image, .overview #taxesThemeBox .savings .duration-unselected-image, .savings .overview #taxesThemeBox .duration-unselected-image, .overview #taxesThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #taxesThemeBox .remaining-capital-unselected-image, .overview #taxesThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #taxesThemeBox .withdrawal-unselected-image, .overview #taxesThemeBox .consumption .duration-unselected-image, .consumption .overview #taxesThemeBox .duration-unselected-image, .overview #taxesThemeBox .risk .base-data-unselected-image, .risk .overview #taxesThemeBox .base-data-unselected-image,
.overview #taxesThemeBox .risk .disability-unselected-image,
.risk .overview #taxesThemeBox .disability-unselected-image,
.overview #taxesThemeBox .risk .death-unselected-image,
.risk .overview #taxesThemeBox .death-unselected-image,
.overview #taxesThemeBox .risk .pension-unselected-image,
.risk .overview #taxesThemeBox .pension-unselected-image, .overview #pensionThemeBox .image, .overview #pensionThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #pensionThemeBox .single-unselected-image, .overview #pensionThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #pensionThemeBox .married-unselected-image, .overview #pensionThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #pensionThemeBox .concubinage-unselected-image, .overview #pensionThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #pensionThemeBox .distribution-unselected-image, .overview #pensionThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #pensionThemeBox .risk-unselected-image, .overview #pensionThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #pensionThemeBox .pension-age-unselected-image,
.overview #pensionThemeBox .income-at-pension .budget-unselected-image,
.income-at-pension .overview #pensionThemeBox .budget-unselected-image,
.overview #pensionThemeBox .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .overview #pensionThemeBox .second-pillar-payment-unselected-image,
.overview #pensionThemeBox .income-at-pension .fortune-unselected-image,
.income-at-pension .overview #pensionThemeBox .fortune-unselected-image, .overview #pensionThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #pensionThemeBox .distribution-unselected-image, .overview #pensionThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #pensionThemeBox .taxes-unselected-image, .overview #pensionThemeBox .savings .goal-unselected-image, .savings .overview #pensionThemeBox .goal-unselected-image, .overview #pensionThemeBox .savings .investment-unselected-image, .savings .overview #pensionThemeBox .investment-unselected-image, .overview #pensionThemeBox .savings .duration-unselected-image, .savings .overview #pensionThemeBox .duration-unselected-image, .overview #pensionThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #pensionThemeBox .remaining-capital-unselected-image, .overview #pensionThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #pensionThemeBox .withdrawal-unselected-image, .overview #pensionThemeBox .consumption .duration-unselected-image, .consumption .overview #pensionThemeBox .duration-unselected-image, .overview #pensionThemeBox .risk .base-data-unselected-image, .risk .overview #pensionThemeBox .base-data-unselected-image,
.overview #pensionThemeBox .risk .disability-unselected-image,
.risk .overview #pensionThemeBox .disability-unselected-image,
.overview #pensionThemeBox .risk .death-unselected-image,
.risk .overview #pensionThemeBox .death-unselected-image,
.overview #pensionThemeBox .risk .pension-unselected-image,
.risk .overview #pensionThemeBox .pension-unselected-image, .overview #savingThemeBox .image, .overview #savingThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #savingThemeBox .single-unselected-image, .overview #savingThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #savingThemeBox .married-unselected-image, .overview #savingThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #savingThemeBox .concubinage-unselected-image, .overview #savingThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #savingThemeBox .distribution-unselected-image, .overview #savingThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #savingThemeBox .risk-unselected-image, .overview #savingThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #savingThemeBox .pension-age-unselected-image,
.overview #savingThemeBox .income-at-pension .budget-unselected-image,
.income-at-pension .overview #savingThemeBox .budget-unselected-image,
.overview #savingThemeBox .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .overview #savingThemeBox .second-pillar-payment-unselected-image,
.overview #savingThemeBox .income-at-pension .fortune-unselected-image,
.income-at-pension .overview #savingThemeBox .fortune-unselected-image, .overview #savingThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #savingThemeBox .distribution-unselected-image, .overview #savingThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #savingThemeBox .taxes-unselected-image, .overview #savingThemeBox .savings .goal-unselected-image, .savings .overview #savingThemeBox .goal-unselected-image, .overview #savingThemeBox .savings .investment-unselected-image, .savings .overview #savingThemeBox .investment-unselected-image, .overview #savingThemeBox .savings .duration-unselected-image, .savings .overview #savingThemeBox .duration-unselected-image, .overview #savingThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #savingThemeBox .remaining-capital-unselected-image, .overview #savingThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #savingThemeBox .withdrawal-unselected-image, .overview #savingThemeBox .consumption .duration-unselected-image, .consumption .overview #savingThemeBox .duration-unselected-image, .overview #savingThemeBox .risk .base-data-unselected-image, .risk .overview #savingThemeBox .base-data-unselected-image,
.overview #savingThemeBox .risk .disability-unselected-image,
.risk .overview #savingThemeBox .disability-unselected-image,
.overview #savingThemeBox .risk .death-unselected-image,
.risk .overview #savingThemeBox .death-unselected-image,
.overview #savingThemeBox .risk .pension-unselected-image,
.risk .overview #savingThemeBox .pension-unselected-image {
  background-size: cover;
  margin: 0px; }
.overview #houseThemeBox .image, .overview #houseThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #houseThemeBox .single-unselected-image, .overview #houseThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #houseThemeBox .married-unselected-image, .overview #houseThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #houseThemeBox .concubinage-unselected-image, .overview #houseThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #houseThemeBox .distribution-unselected-image, .overview #houseThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #houseThemeBox .risk-unselected-image, .overview #houseThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #houseThemeBox .pension-age-unselected-image,
.overview #houseThemeBox .income-at-pension .budget-unselected-image,
.income-at-pension .overview #houseThemeBox .budget-unselected-image,
.overview #houseThemeBox .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .overview #houseThemeBox .second-pillar-payment-unselected-image,
.overview #houseThemeBox .income-at-pension .fortune-unselected-image,
.income-at-pension .overview #houseThemeBox .fortune-unselected-image, .overview #houseThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #houseThemeBox .distribution-unselected-image, .overview #houseThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #houseThemeBox .taxes-unselected-image, .overview #houseThemeBox .savings .goal-unselected-image, .savings .overview #houseThemeBox .goal-unselected-image, .overview #houseThemeBox .savings .investment-unselected-image, .savings .overview #houseThemeBox .investment-unselected-image, .overview #houseThemeBox .savings .duration-unselected-image, .savings .overview #houseThemeBox .duration-unselected-image, .overview #houseThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #houseThemeBox .remaining-capital-unselected-image, .overview #houseThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #houseThemeBox .withdrawal-unselected-image, .overview #houseThemeBox .consumption .duration-unselected-image, .consumption .overview #houseThemeBox .duration-unselected-image, .overview #houseThemeBox .risk .base-data-unselected-image, .risk .overview #houseThemeBox .base-data-unselected-image,
.overview #houseThemeBox .risk .disability-unselected-image,
.risk .overview #houseThemeBox .disability-unselected-image,
.overview #houseThemeBox .risk .death-unselected-image,
.risk .overview #houseThemeBox .death-unselected-image,
.overview #houseThemeBox .risk .pension-unselected-image,
.risk .overview #houseThemeBox .pension-unselected-image {
  background-image: url("../resources/images/uebersicht_wohnen.png") !important; }
.overview #taxesThemeBox .image, .overview #taxesThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #taxesThemeBox .single-unselected-image, .overview #taxesThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #taxesThemeBox .married-unselected-image, .overview #taxesThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #taxesThemeBox .concubinage-unselected-image, .overview #taxesThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #taxesThemeBox .distribution-unselected-image, .overview #taxesThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #taxesThemeBox .risk-unselected-image, .overview #taxesThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #taxesThemeBox .pension-age-unselected-image,
.overview #taxesThemeBox .income-at-pension .budget-unselected-image,
.income-at-pension .overview #taxesThemeBox .budget-unselected-image,
.overview #taxesThemeBox .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .overview #taxesThemeBox .second-pillar-payment-unselected-image,
.overview #taxesThemeBox .income-at-pension .fortune-unselected-image,
.income-at-pension .overview #taxesThemeBox .fortune-unselected-image, .overview #taxesThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #taxesThemeBox .distribution-unselected-image, .overview #taxesThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #taxesThemeBox .taxes-unselected-image, .overview #taxesThemeBox .savings .goal-unselected-image, .savings .overview #taxesThemeBox .goal-unselected-image, .overview #taxesThemeBox .savings .investment-unselected-image, .savings .overview #taxesThemeBox .investment-unselected-image, .overview #taxesThemeBox .savings .duration-unselected-image, .savings .overview #taxesThemeBox .duration-unselected-image, .overview #taxesThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #taxesThemeBox .remaining-capital-unselected-image, .overview #taxesThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #taxesThemeBox .withdrawal-unselected-image, .overview #taxesThemeBox .consumption .duration-unselected-image, .consumption .overview #taxesThemeBox .duration-unselected-image, .overview #taxesThemeBox .risk .base-data-unselected-image, .risk .overview #taxesThemeBox .base-data-unselected-image,
.overview #taxesThemeBox .risk .disability-unselected-image,
.risk .overview #taxesThemeBox .disability-unselected-image,
.overview #taxesThemeBox .risk .death-unselected-image,
.risk .overview #taxesThemeBox .death-unselected-image,
.overview #taxesThemeBox .risk .pension-unselected-image,
.risk .overview #taxesThemeBox .pension-unselected-image {
  background-image: url("../resources/images/uebersicht_steuern.png") !important; }
.overview #pensionThemeBox .image, .overview #pensionThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #pensionThemeBox .single-unselected-image, .overview #pensionThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #pensionThemeBox .married-unselected-image, .overview #pensionThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #pensionThemeBox .concubinage-unselected-image, .overview #pensionThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #pensionThemeBox .distribution-unselected-image, .overview #pensionThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #pensionThemeBox .risk-unselected-image, .overview #pensionThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #pensionThemeBox .pension-age-unselected-image,
.overview #pensionThemeBox .income-at-pension .budget-unselected-image,
.income-at-pension .overview #pensionThemeBox .budget-unselected-image,
.overview #pensionThemeBox .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .overview #pensionThemeBox .second-pillar-payment-unselected-image,
.overview #pensionThemeBox .income-at-pension .fortune-unselected-image,
.income-at-pension .overview #pensionThemeBox .fortune-unselected-image, .overview #pensionThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #pensionThemeBox .distribution-unselected-image, .overview #pensionThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #pensionThemeBox .taxes-unselected-image, .overview #pensionThemeBox .savings .goal-unselected-image, .savings .overview #pensionThemeBox .goal-unselected-image, .overview #pensionThemeBox .savings .investment-unselected-image, .savings .overview #pensionThemeBox .investment-unselected-image, .overview #pensionThemeBox .savings .duration-unselected-image, .savings .overview #pensionThemeBox .duration-unselected-image, .overview #pensionThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #pensionThemeBox .remaining-capital-unselected-image, .overview #pensionThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #pensionThemeBox .withdrawal-unselected-image, .overview #pensionThemeBox .consumption .duration-unselected-image, .consumption .overview #pensionThemeBox .duration-unselected-image, .overview #pensionThemeBox .risk .base-data-unselected-image, .risk .overview #pensionThemeBox .base-data-unselected-image,
.overview #pensionThemeBox .risk .disability-unselected-image,
.risk .overview #pensionThemeBox .disability-unselected-image,
.overview #pensionThemeBox .risk .death-unselected-image,
.risk .overview #pensionThemeBox .death-unselected-image,
.overview #pensionThemeBox .risk .pension-unselected-image,
.risk .overview #pensionThemeBox .pension-unselected-image {
  background-image: url("../resources/images/uebersicht_vorsorge.png") !important; }
.overview #savingThemeBox .image, .overview #savingThemeBox .relationship-chooser .single-unselected-image, .relationship-chooser .overview #savingThemeBox .single-unselected-image, .overview #savingThemeBox .relationship-chooser .married-unselected-image, .relationship-chooser .overview #savingThemeBox .married-unselected-image, .overview #savingThemeBox .relationship-chooser .concubinage-unselected-image, .relationship-chooser .overview #savingThemeBox .concubinage-unselected-image, .overview #savingThemeBox .house-affordability .distribution-unselected-image, .house-affordability .overview #savingThemeBox .distribution-unselected-image, .overview #savingThemeBox .house-affordability .risk-unselected-image, .house-affordability .overview #savingThemeBox .risk-unselected-image, .overview #savingThemeBox .income-at-pension .pension-age-unselected-image, .income-at-pension .overview #savingThemeBox .pension-age-unselected-image,
.overview #savingThemeBox .income-at-pension .budget-unselected-image,
.income-at-pension .overview #savingThemeBox .budget-unselected-image,
.overview #savingThemeBox .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .overview #savingThemeBox .second-pillar-payment-unselected-image,
.overview #savingThemeBox .income-at-pension .fortune-unselected-image,
.income-at-pension .overview #savingThemeBox .fortune-unselected-image, .overview #savingThemeBox .inheritance .distribution-unselected-image, .inheritance .overview #savingThemeBox .distribution-unselected-image, .overview #savingThemeBox .inheritance .taxes-unselected-image, .inheritance .overview #savingThemeBox .taxes-unselected-image, .overview #savingThemeBox .savings .goal-unselected-image, .savings .overview #savingThemeBox .goal-unselected-image, .overview #savingThemeBox .savings .investment-unselected-image, .savings .overview #savingThemeBox .investment-unselected-image, .overview #savingThemeBox .savings .duration-unselected-image, .savings .overview #savingThemeBox .duration-unselected-image, .overview #savingThemeBox .consumption .remaining-capital-unselected-image, .consumption .overview #savingThemeBox .remaining-capital-unselected-image, .overview #savingThemeBox .consumption .withdrawal-unselected-image, .consumption .overview #savingThemeBox .withdrawal-unselected-image, .overview #savingThemeBox .consumption .duration-unselected-image, .consumption .overview #savingThemeBox .duration-unselected-image, .overview #savingThemeBox .risk .base-data-unselected-image, .risk .overview #savingThemeBox .base-data-unselected-image,
.overview #savingThemeBox .risk .disability-unselected-image,
.risk .overview #savingThemeBox .disability-unselected-image,
.overview #savingThemeBox .risk .death-unselected-image,
.risk .overview #savingThemeBox .death-unselected-image,
.overview #savingThemeBox .risk .pension-unselected-image,
.risk .overview #savingThemeBox .pension-unselected-image {
  background-image: url("../resources/images/uebersicht_sparen.png") !important; }
.theme-box {
  background-color: none;
  border: 0px;
  padding: 0px; }
  .theme-box .theme-box__top-border {
    display: none; }
  .theme-box .theme-box__title {
    font-family: "FuturaLTPro-Bold";
    font-size: 16px;
    font-weight: normal;
    padding-left: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: black;
    border-bottom: 1px solid #B1B1B1;
    margin-bottom: 7px;
    margin-right: 0px; }
  .theme-box .theme-box__footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EEEEEE; }
  .theme-box .theme-box__text {
    font-family: "FuturaLTPro-Book";
    font-weight: normal;
    font-size: 16px;
    color: black; }
  .theme-box .theme-box__link-text a {
    text-decoration: none; }
  .theme-box .theme-selected .linkText a {
    color: black; }
  .theme-box right-arrow:after {
    content: "\00BB";
    font-size: 12px;
    font-family: "Verdana";
    font-weight: bold;
    top: 0px; }
  .theme-box a:hover {
    color: black;
    text-decoration: none; }
.theme-header {
  padding-top: 0px; }
  .theme-header .theme-header__description {
    color: black; }
.form-control {
  font-family: "FuturaLTPro-Book";
  font-size: 16px;
  font-weight: normal;
  background-color: #FFFFFF;
  height: 45px;
  color: black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
.zip-and-location-field .div-state {
  
  margin-top: 10px; }
.numeric-field .numeric-field-range {
  padding-top: 3px;
  margin-bottom: 25px; }
.type-icon {
  top: 4px !important; }
.numeric-field .button-icon {
  margin-left: 0px;
  z-index: 1 !important;
  height: 45px; }
.numeric-field .input-text-indent {
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-right-color: #cccccc !important;
  border-left-style: solid !important;
  border-left-color: #cccccc !important;
  border-left-width: 1px !important; }
.numeric-field .input-text-indent:focus {
  border-left-color: #66afe9 !important;
  border-right-color: #66afe9 !important; }
.numeric-field .numeric-field-type {
  font-size: 16px !important; }
.numeric-field .numeric-field-type-currency {
  margin-left: 5px; }
.numeric-field .input-text-indent-currency {
  font-family: "FuturaLTPro-Book";
  padding-left: 50px; }
.ui-widget-content {
  background: #dcdcdc none repeat scroll 0 0;
  height: 2px;
  margin-left: 0px;
  width: 100%;
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 0; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-radius: 15px;
  border-width: 0px; }
.ui-slider .ui-slider-handle {
  top: -10px;
  background: #FD000D;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1); }
@media print {
  #footer {
    display: none; } }
@media (max-width: 767px) {
  .main-container {
    margin-top: -1px !important; }
  .theme-navigation-bar {
    margin-top: 1px !important; }
    .theme-navigation-bar a {
      font-size: 14px !important; }
  .header-container .navbar-brand {
    position: fixed;
    float: left !important;
    margin-top: -35px !important; } }
.navbar-brand {
  padding: 0px;
  float: right;
  position: relative;
  z-index: 1040; }
.edit-dialog-box .modal-header {
  border-bottom-color: #FD0029; }
.edit-dialog-box hr {
  border-top-color: #FD0029;
  margin-top: 5px;
  margin-bottom: 5px; }
.edit-dialog-box .modal-content {
  background-color: #EEEEEE; }
.edit-dialog-box .dialog-content .dialog-link {
  padding-top: 2px !important; }
.link-to-standard .open-standard-text,
.link-to-standard .open-standard-text:hover,
.link-to-standard .standard-hint,
.link-to-standard .standard-hint:hover,
.link-to-standard .open-alternative-text,
.link-to-standard .open-alternative-text:hover,
.link-to-standard .alternative-hint,
.link-to-standard .alternative-hint:hover,
.link-to-alternative .open-standard-text,
.link-to-alternative .open-standard-text:hover,
.link-to-alternative .standard-hint,
.link-to-alternative .standard-hint:hover,
.link-to-alternative .open-alternative-text,
.link-to-alternative .open-alternative-text:hover,
.link-to-alternative .alternative-hint,
.link-to-alternative .alternative-hint:hover {
  color: white;
  font-family: "FuturaLTPro-Book";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: -8px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis; }
.link-to-standard .panel-heading,
.link-to-alternative .panel-heading {
  display: none; }
.link-to-standard .panel-body,
.link-to-alternative .panel-body {
  background-color: #FD000D; }
.link-to-standard .fancy-box-info,
.link-to-alternative .fancy-box-info {
  margin-top: 5px !important; }
.link-to-standard,
.link-to-alternative {
  display: none; }
.custom-buttons {
  height: 60px; }
a.custom-button-link-to-standard > div,
a.custom-button-link-to-alternative > div {
  
   }
.link-to-alternative-right {
  float: right !important;
  width: 34% !important;
  cursor: pointer; }
  .link-to-alternative-right .panel-body {
    color: white;
    height: 58px !important;
    margin-top: -12px !important; }
  .link-to-alternative-right .alternative-hint {
    display: none; }
  .link-to-alternative-right .open-alternative {
    overflow: hidden;
    padding-left: 10px;
    margin-top: -15px; }
    @media (max-width: 767px) {
      .link-to-alternative-right .open-alternative {
        padding-top: 2px;
        padding-left: 0px; } }
.link-to-standard-left {
  cursor: pointer;
  float: left !important;
  width: 34% !important; }
  .link-to-standard-left .panel-body {
    color: white;
    height: 58px !important;
    margin-top: -12px !important; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .link-to-standard-left .panel-body {
        height: 87px !important;
        margin-top: 2px !important; } }
  .link-to-standard-left .standard-hint {
    display: none; }
  .link-to-standard-left .open-standard {
    overflow: hidden;
    padding-left: 10px;
    margin-top: -15px; }
    @media (max-width: 767px) {
      .link-to-standard-left .open-standard {
        padding-top: 2px;
        padding-left: 0px; } }
.custom-button-right,
.custom-button-left {
  width: 33.3% !important; }
.custom-button-up,
.custom-button-right,
.custom-button-left {
  background-color: #EEEEEE;
  height: 60px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 20px; }
  .custom-button-up .button-title,
  .custom-button-up .button-text,
  .custom-button-right .button-title,
  .custom-button-right .button-text,
  .custom-button-left .button-title,
  .custom-button-left .button-text {
    font-family: "FuturaLTPro-Book";
    font-size: 12px;
    display: block;
    cursor: pointer; }
  .custom-button-up .button-text,
  .custom-button-right .button-text,
  .custom-button-left .button-text {
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis; }
  .custom-button-up .button-title,
  .custom-button-right .button-title,
  .custom-button-left .button-title {
    text-transform: uppercase;
    font-size: 16px; }
  .custom-button-up .button-image,
  .custom-button-right .button-image,
  .custom-button-left .button-image {
    padding-right: 10px;
    display: inline-block;
    float: unset;
    height: 58px;
    margin-left: 20px; }
  .custom-button-up .button-image::before,
  .custom-button-right .button-image::before,
  .custom-button-left .button-image::before {
    font-size: 50px !important; }
@media (max-width: 913px) {
  .custom-button-right .button-title,
  .custom-button-right .button-text,
  .custom-button-left .button-title,
  .custom-button-left .button-text {
    display: none; }
  .custom-button-right .button-image,
  .custom-button-left .button-image {
    padding-left: 5px;
    display: inline-block; }
  .custom-button-right .button-image::before,
  .custom-button-left .button-image::before {
    font-size: 50px !important; } }
#openStandard .custom-button-description,
#openAlternative .custom-button-description {
  line-height: 60px; }
.custom-button-description {
  display: inline-block;
  text-align: left;
  vertical-align: baseline; }
.alternative-custom-button-description {
  text-align: left;
  margin-top: 9px; }
  @media (min-width: 913px) {
    .alternative-custom-button-description {
      min-width: 200px; } }
.custom-button-up .button-image::before {
  font-size: 50px !important; }
.custom-button-up:hover,
.custom-button-right:hover,
.custom-button-left:hover {
  background-color: #FD000D;
  color: white; }
  .custom-button-up:hover .application-form-icon-image:before,
  .custom-button-up:hover .standard-icon:before,
  .custom-button-up:hover .print-icon-image:before,
  .custom-button-up:hover .envelope-icon-image:before,
  .custom-button-right:hover .application-form-icon-image:before,
  .custom-button-right:hover .standard-icon:before,
  .custom-button-right:hover .print-icon-image:before,
  .custom-button-right:hover .envelope-icon-image:before,
  .custom-button-left:hover .application-form-icon-image:before,
  .custom-button-left:hover .standard-icon:before,
  .custom-button-left:hover .print-icon-image:before,
  .custom-button-left:hover .envelope-icon-image:before {
    color: white; }
.custom-button-left {
  float: left !important; }
  @media (max-width: 913px) {
    .custom-button-left {
      text-align: center; } }
.custom-button-right {
  float: right !important; }
  @media (max-width: 913px) {
    .custom-button-right {
      text-align: center; } }
.custom-button-up .button-image:hover:before,
.custom-button-right .button-image:hover:before,
.custom-button-left .button-image:hover:before {
  color: white !important; }
.highlighted-custom-button {
  background-color: #FD000D !important;
  color: white; }
  .highlighted-custom-button .button-image:before {
    color: white; }
div.open-alternative:hover {
  color: black; }
div.open-alternative:focus {
  color: #FD000D; }
div.close-alternative:hover {
  color: black; }
div.close-alternative:focus {
  color: #FD000D; }
div.open-standard:hover {
  color: black; }
div.open-standard:focus {
  color: #FD000D; }
.theme-navigation-bar {
  border: 0px;
  border-style: none !important; }
.resultModeSelectedLink span,
.resultModeUnselectedLink span {
  text-transform: none; }
.checkbox-field-label {
  padding-bottom: 15px; }
.btn-plus,
.btn-minus {
  font-size: 20px;
  background-color: inherit;
  border: none; }
.btn-plus:hover,
.btn-minus:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }
.btn-plus:hover,
.btn-minus:focus {
  font-size: 20px;
  background-color: inherit;
  border: none; }
.navigation-bar {
  margin-top: -5px; }
  @media (max-width: 767px) {
    .navigation-bar .navbar-nav {
      
      padding-top: 2px;
      padding-bottom: 3px; } }
  .navigation-bar .navbar-nav > li a {
    text-decoration: none !important;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
    color: #b1b5b8 !important;
    font-weight: bold;
    text-align: center; }
  .navigation-bar .navbar-nav > .active > a {
    background-color: transparent !important; }
.application-form-icon-image {
  width: 60px; }
.alternative-icon,
.standard-icon {
  font-size: 52px !important;
  height: 58px;
  padding-right: 0px !important;
  float: left !important; }
.standard-icon {
  margin-bottom: 0px;
  width: 50px; }
.house-affordability .standard-icon {
  margin-bottom: 0px;
  width: 50px;
  float: unset; }
.crossed-out {
  text-decoration: line-through; }
@media (min-width: 600px) {
  .houseCanvasContainer .house-canvas, .houseCanvasContainer #houseCanvas, .houseCanvasContainer #alternativeHouseCanvas, .houseCanvasContainer #houseRentBuyComparisonCanvas {
    width: 270px !important;
    height: 320px !important; } }
@media (max-width: 600px) {
  .houseCanvasContainer .house-canvas, .houseCanvasContainer #houseCanvas, .houseCanvasContainer #alternativeHouseCanvas, .houseCanvasContainer #houseRentBuyComparisonCanvas {
    width: 220px !important;
    height: 260px !important; } }
.navigation-bar .navbar-nav > li a {
  font-family: Arial, Helvetica, sans-serif;
  color: #a6aaad; }
.special-condition-title {
  padding-bottom: 10px; }
.base-data-summary .image, .base-data-summary .relationship-chooser .single-unselected-image, .relationship-chooser .base-data-summary .single-unselected-image, .base-data-summary .relationship-chooser .married-unselected-image, .relationship-chooser .base-data-summary .married-unselected-image, .base-data-summary .relationship-chooser .concubinage-unselected-image, .relationship-chooser .base-data-summary .concubinage-unselected-image, .base-data-summary .house-affordability .distribution-unselected-image, .house-affordability .base-data-summary .distribution-unselected-image, .base-data-summary .house-affordability .risk-unselected-image, .house-affordability .base-data-summary .risk-unselected-image, .base-data-summary .income-at-pension .pension-age-unselected-image, .income-at-pension .base-data-summary .pension-age-unselected-image,
.base-data-summary .income-at-pension .budget-unselected-image,
.income-at-pension .base-data-summary .budget-unselected-image,
.base-data-summary .income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .base-data-summary .second-pillar-payment-unselected-image,
.base-data-summary .income-at-pension .fortune-unselected-image,
.income-at-pension .base-data-summary .fortune-unselected-image, .base-data-summary .inheritance .distribution-unselected-image, .inheritance .base-data-summary .distribution-unselected-image, .base-data-summary .inheritance .taxes-unselected-image, .inheritance .base-data-summary .taxes-unselected-image, .base-data-summary .savings .goal-unselected-image, .savings .base-data-summary .goal-unselected-image, .base-data-summary .savings .investment-unselected-image, .savings .base-data-summary .investment-unselected-image, .base-data-summary .savings .duration-unselected-image, .savings .base-data-summary .duration-unselected-image, .base-data-summary .consumption .remaining-capital-unselected-image, .consumption .base-data-summary .remaining-capital-unselected-image, .base-data-summary .consumption .withdrawal-unselected-image, .consumption .base-data-summary .withdrawal-unselected-image, .base-data-summary .consumption .duration-unselected-image, .consumption .base-data-summary .duration-unselected-image, .base-data-summary .risk .base-data-unselected-image, .risk .base-data-summary .base-data-unselected-image,
.base-data-summary .risk .disability-unselected-image,
.risk .base-data-summary .disability-unselected-image,
.base-data-summary .risk .death-unselected-image,
.risk .base-data-summary .death-unselected-image,
.base-data-summary .risk .pension-unselected-image,
.risk .base-data-summary .pension-unselected-image {
  color: #666666;
  text-align: center; }
.link-to-standard .singleBaseImage,
.link-to-standard .marriedBaseImage,
.link-to-standard .concubinageBaseImage {
  color: white;
  font-size: 50px !important;
  margin-top: -13px;
  width: 40px !important;
  height: 40px !important; }
.image, .relationship-chooser .single-unselected-image, .relationship-chooser .married-unselected-image, .relationship-chooser .concubinage-unselected-image, .house-affordability .distribution-unselected-image, .house-affordability .risk-unselected-image, .income-at-pension .pension-age-unselected-image,
.income-at-pension .budget-unselected-image,
.income-at-pension .second-pillar-payment-unselected-image,
.income-at-pension .fortune-unselected-image, .inheritance .distribution-unselected-image, .inheritance .taxes-unselected-image, .savings .goal-unselected-image, .savings .investment-unselected-image, .savings .duration-unselected-image, .consumption .remaining-capital-unselected-image, .consumption .withdrawal-unselected-image, .consumption .duration-unselected-image, .risk .base-data-unselected-image,
.risk .disability-unselected-image,
.risk .death-unselected-image,
.risk .pension-unselected-image {
  background-color: #999999 !important; }
.image:hover, .relationship-chooser .single-unselected-image:hover, .relationship-chooser .married-unselected-image:hover, .relationship-chooser .concubinage-unselected-image:hover, .house-affordability .distribution-unselected-image:hover, .house-affordability .risk-unselected-image:hover, .income-at-pension .pension-age-unselected-image:hover,
.income-at-pension .budget-unselected-image:hover,
.income-at-pension .second-pillar-payment-unselected-image:hover,
.income-at-pension .fortune-unselected-image:hover, .inheritance .distribution-unselected-image:hover, .inheritance .taxes-unselected-image:hover, .savings .goal-unselected-image:hover, .savings .investment-unselected-image:hover, .savings .duration-unselected-image:hover, .consumption .remaining-capital-unselected-image:hover, .consumption .withdrawal-unselected-image:hover, .consumption .duration-unselected-image:hover, .risk .base-data-unselected-image:hover,
.risk .disability-unselected-image:hover,
.risk .death-unselected-image:hover,
.risk .pension-unselected-image:hover {
  background-color: #FD000D !important; }
.special-conditions-title {
  font-weight: bold;
  width: 100% !important; }
.special-conditions-field {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline; }
.special-conditions-children li {
  margin-top: 15px; }
.special-conditions-link {
  position: relative;
  top: 1px; }
.special-conditions-error {
  padding: 15px; }
.disabled-link {
  cursor: default !important; }
  .disabled-link .button-title,
  .disabled-link .button-text {
    cursor: default !important; }
  .disabled-link .button-image::before {
    cursor: default !important;
    color: #999999 !important; }
  .disabled-link .custom-button-right,
  .disabled-link .custom-button-left {
    background-color: #EEEEEE; }
  .disabled-link .custom-button-right:hover,
  .disabled-link .custom-button-left:hover {
    background-color: #EEEEEE; }
  .disabled-link .button-image::before {
    cursor: default !important;
    color: #EEEEEE !important; }
  .disabled-link .fancy-box .panel-body {
    background-color: #EEEEEE !important; }
  .disabled-link .disabled-text {
    color: #999999 !important; }
  .disabled-link .custom-button-right,
  .disabled-link .custom-button-left {
    cursor: default; }
.link-to-alternative .disabled-text {
  color: #999999 !important; }
.link-to-alternative .disabled-icon {
  color: #999999 !important; }
.profile-buttons-separator {
  margin-top: 15px !important; }
.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  text-align: center;
  background-color: transparent !important;
  border: 0px !important; }
.loading-image {
  background: url("../resources/images/Bitte_warten.gif") no-repeat center;
  min-height: 100%;
  min-width: 100%;
  width: 300px;
  height: 300px; }
.std-text-bold-title {
  font-size: 16px; }
.icon-single:before, .base-data-summary .single:before, .relationship-chooser .single-selected-image:before,
.relationship-chooser .single-unselected-image:before, .singleBaseImage:before {
  font-family: 'APPKBIcons';
  content: "\002D"; }
.icon-couple:before, .base-data-summary .married:before, .base-data-summary .partnership:before, .relationship-chooser .married-selected-image:before,
.relationship-chooser .married-unselected-image:before, .marriedBaseImage:before, .partnershipBaseImage:before {
  font-family: 'APPKBIcons';
  content: "\2014"; }
.icon-concubinage:before, .base-data-summary .single-in-concubinage:before, .relationship-chooser .concubinage-selected-image:before,
.relationship-chooser .concubinage-unselected-image:before, .concubinageBaseImage:before {
  font-family: 'APPKBIcons';
  content: "\2013"; }
.icon-pillar2:before, .income-at-pension .second-pillar-payment-selected-image:before,
.income-at-pension .second-pillar-payment-unselected-image:before {
  font-family: 'APPKBIcons';
  content: "\005F"; }
.icon-pensionage:before, .income-at-pension .pension-age-selected-image:before,
.income-at-pension .pension-age-unselected-image:before {
  font-family: 'APPKBIcons';
  content: "\0047"; }
.icon-credit-card:before, .income-at-pension .budget-selected-image:before,
.income-at-pension .budget-unselected-image:before {
  font-family: 'APPKBIcons';
  content: "\0054"; }
.icon-budget:before, .income-at-pension .fortune-selected-image:before,
.income-at-pension .fortune-unselected-image:before, .risk .base-data-selected-image:before,
.risk .base-data-unselected-image:before {
  font-family: 'APPKBIcons';
  content: "\0057"; }
.icon-area-graph:before, .savings .goal-unselected-image:before, .savings .goal-selected-image:before {
  font-family: 'APPKBIcons';
  content: "\0046"; }
.icon-database:before, .storage-icon-image:before, .savings .investment-unselected-image:before, .savings .investment-selected-image:before, .consumption .withdrawal-unselected-image:before, .consumption .withdrawal-selected-image:before {
  font-family: 'APPKBIcons';
  content: "\0054"; }
.icon-time:before, .savings .duration-unselected-image:before, .savings .duration-selected-image:before, .consumption .duration-unselected-image:before, .consumption .duration-selected-image:before {
  font-family: 'APPKBIcons';
  content: "\002E"; }
.icon-cancel-circle2:before, button.close:before, button.close:before {
  font-family: 'APPKBIcons';
  content: "\00D7"; }
.icon-pencil:before, .numeric-field .calculator-on-image:before {
  font-family: 'APPKBIcons';
  content: "\002F"; }
.std-text-note {
  font-family: "FuturaLTPro-Book";
  font-size: 16px; }
.std-text-small-note {
  font-family: "FuturaLTPro-Light"; }
.contact .contact-buttons .right-arrow::after {
  color: white; }
.contact .cancel-button {
  margin-left: 20px !important; }
.contact p.std-text-note {
  margin-bottom: 0px; }
.contact textarea {
  padding-top: 10px;
  padding-bottom: 10px; }
@media (min-width: 890px) {
  #standardResult .left-panel,
  #standardResult .right-panel,
  #standardResult .leftPanel,
  #standardResult .rightPanel,
  #alternativeResult .left-panel,
  #alternativeResult .right-panel,
  #alternativeResult .leftPanel,
  #alternativeResult .rightPanel {
    width: 50%;
    float: left; } }
alert-messages > div {
  padding-left: 60px;
  padding-right: 60px; }
body.protractor-runner .result-summary-box .finance-coach-icon {
  background-image: url("../resources/images/FinanzCoachForTests.png"); }
.tabulated-row td:first-child {
  padding-left: 19px !important; }
.custom-button-caption {
  display: inline-block; }
.linkOnFormAnchor {
  cursor: pointer;
  font-family: "FuturaLTPro-Book", "FuturaLTPro-Book";
  font-size: 14px;
  color: white;
  font-weight: 700;
  white-space: nowrap; }
.linkOnFormText {
  position: relative;
  left: 0;
  right: 0;
  text-align: center; }
  .linkOnFormText span {
    vertical-align: middle; }
.transparent-element {
  opacity: 0; }
.full-width {
  width: 100%; }
body.protractor-runner .fade {
  -webkit-transition: opacity 0s linear;
  -moz-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear; }
body.protractor-runner .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0s ease-out;
  -moz-transition: -moz-transform 0s ease-out;
  -o-transition: -o-transform 0s ease-out;
  transition: transform 0s ease-out; }
body.protractor-runner .slide-left.ng-animate {
  -webkit-transition: all 0ms cubic-bezier(0, 0, 0, 0);
  -moz-transition: all 0ms cubic-bezier(0, 0, 0, 0);
  -o-transition: all 0ms cubic-bezier(0, 0, 0, 0);
  transition: all 0ms cubic-bezier(0, 0, 0, 0); }
body.protractor-runner .fade-in-out.ng-animate {
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease; }
.required-label span {
  display: inline; }
.required-character {
  color: red; }
.required-field-label {
  display: inline; }
.input-group-btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
.button-icon {
  height: 30px; }
.savings .canvas-container,
.saving-3a .canvas-container,
.consumption .canvas-container {
  background: transparent;
  border: 0; }
.savings .topic-link__content-shown,
.consumption .topic-link__content-shown {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: auto !important;
  float: none !important;
  text-align: center !important; }
body.protractor-runner {
  overflow: auto; }
  body.protractor-runner .chart-popup {
    display: none !important; }
  body.protractor-runner .chart-hover-line {
    display: none !important; }
body.protractor-screenshot {
  overflow-y: hidden !important;
  -ms-overflow-style: none !important; }
.toast-top-right {
  position: fixed;
  padding-top: 10px; }
  .toast-top-right .toast {
    position: fixed;
    top: 0;
    right: 0; }
