﻿/* Defaults
-----------------------------------------------------------*/
body
{
	margin: 0;
	background: none;
}
#fbfWrapper
{    
	width: 100%;
	background: none;
	padding: 0px;
	overflow: hidden;
	/*height:760px;*/
	/*background: url('fondkollen_logo_subtxt.png');
	background-repeat: no-repeat;
	background-position: 654px 650px;*/
}

#fbfMapWrapper
{
	width: 100%;
	background: none;
	padding-top: 0px;
	
}
label
{
	cursor: pointer;
}


/* Utilities
-----------------------------------------------------------*/
.hide
{
	display: none;
}
.transp
{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.controller, .fltlft
{
	float: left;
}
.box
{
	-webkit-box-shadow: inset 2px 2px 3px #b4b4b4, inset -2px -2px 3px #b4b4b4;
	-moz-box-shadow: inset 2px 2px 3px#b4b4b4, inset -2px -2px 3px #b4b4b4;
	box-shadow: inset 2px 2px 3px #b4b4b4, inset -2px -2px 3px #b4b4b4;
}
.box.mini
{
}
.box.chartWrapper
{
	-webkit-box-shadow: inset 2px 2px 5px #272727,inset -2px -2px 5px #272727;
	-moz-box-shadow: inset 2px 2px 5px #272727,inset -2px -2px 5px #272727;
	box-shadow: inset 2px 2px 5px #272727,inset -2px -2px 5px #272727;
}
input.box.mini
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-box-shadow: inset 1px 1px 2px #b4b4b4, inset -1px -1px 2px #b4b4b4;
	-moz-box-shadow: inset 1px 1px 2px #b4b4b4, inset -1px -1px 2px #b4b4b4;
	box-shadow: inset 1px 1px 2px #b4b4b4, inset -1px -1px 2px #b4b4b4;
}

/* Slider
-----------------------------------------------------------*/
div.sliderDiv
{
	/*margin: 20px;*/
	margin: 15px 0px 15px 0px; /*height: 100px;*/
	position: relative; /*height: 70px;*/
	width: 95%;
}

div.slider
{
	clear: right;
	width: 100%;
	top: 4px;
}
#deposition
{
	margin-top: 10px;
}

#deposition .ui-slider-range
{
	background: #56C0F7;
}
#returns .ui-slider-range
{
	background: #99CC00;
}
#fees .ui-slider-range
{
	background: #E88325;
}
#time .ui-slider-range
{
	background: #bcbebf;
}

/* Columns
-----------------------------------------------------------*/
.rightColumn, div.controller
{
	width: 38%;
	float: right;
}

.leftColumn
{
	float: left;
	width: 60%;
}

.wrapperBox.box h3:first-child
{
	margin-top: 0;
}
/* Controller
-----------------------------------------------------------*/
div.controller
{
	position: relative;
}
div.controller #radio
{
	padding: 0 20px 10px 37px;
}
div.controller .sliderDiv .unitDiv
{
	float: right;
	position: relative;
	top: 14px;
	left: 0px;
	padding-left: 4px;
	width: 20px;
	overflow: hidden;
}

div.sliderDiv input[type=number], div.sliderDiv input[type=text]
{
	float: right;
	padding: 4px;
	text-align: right;
	width: 60px;
	position: relative;
	top: 8px;
}
.controller .sliderDiv .title
{
	font-weight: bold;
	float: left;
	position: relative;
	top: 2px;
	height: 30px;
}
.controller .sliderDiv .title img
{
	position: relative;
	top: 4px;
}

.controller div.lockReturnFeeDiv
{
	/*float: right;*/
	top: 30px; /*margin-top: 20px;     margin-right: 40px;*/
	height: 0px;
}
.controller div.lockReturnFeeDiv label
{
	font-size: 9pt;
	font-weight: normal;
}
.controller div.lockReturnFeeDiv input
{
	float: right;
}
.locklines 
{
    position: relative;
    top: -66px;
    z-index: 55;
    float: right;    
}

img#lockline
{
	position: relative;
	right: -24px;
	top: 0px;
	
}
img#locklinebar
{
	position: relative;
	right: -15px;
	top: -33px;
}

/* Knapparna Månadssparande / engångsinsättning */
.ui-state-default
{
	color: #85878f;
}
.ui-state-active
{
	color: #484848;
}

.ui-button-text-only .ui-button-text
{
	font-size: 11pt !important;
	padding: 5px 8px;
}
.ui-button .ui-button-text .ui-state-default
{
}
.slider.ui-widget-content
{
	background: #868686;
	box-shadow: inset 2px 2px 5px #272727;
}
.slider .ui-slider-range
{
	/*box-shadow:inset 2px 2px 5px #272727;*/
}
/*.slider .ui-slider .ui-slider-handle {
	background-color:#ebebeb;  background: white url('/Content/Spartid.png') no-repeat scroll 50% 50%; 
	background-image: url('/Content/Spartid.png') !important;
}*/

/*.ui-slider-horizontal .ui-state-default {background: white url(http://stackoverflow.com/content/img/so/vote-arrow-down.png) no-repeat scroll 50% 50% !important;}*/

button#save
{
	margin-top:20px;
	float: right;
	margin-right: 20px;
}
button#reset 
{
	margin-top:20px;
	float:right;
	margin-right:10px;
}
#savedInfo {
	/*position: absolute;*/
	z-index:99;
	/*margin-top: 20px;*/
}
#savedInfo .box {
	width: 20%;
	float: left;	
}
#clone 
{
    float: left;
}
.cloned {
	z-index:1;
}
#savedInfo td.icon {
	width:30px;
	height: 31px;
}
#savedInfo td.icon img {
	
}
#savedInfo td.text {
	vertical-align: middle;
	padding-left:0
}
/*.cloned .wrapperBox
{
	background-color: #e7e7e7;
}
.cloned .wrapperBox th, .cloned .wrapperBox td
{
	border-bottom: #fff 1px solid;
}
.cloned .box
{
	-webkit-box-shadow: inset 2px 2px 3px #a0a0a0, inset -2px -2px 3px #a0a0a0;
	-moz-box-shadow: inset 2px 2px 3px#a0a0a0, inset -2px -2px 3px #a0a0a0;
	box-shadow: inset 2px 2px 3px #a0a0a0, inset -2px -2px 3px #a0a0a0;
}
.compilation div#clone tr.resultRow td
{
	background-color: #f5eacf;
}*/

/* ChartWrapper
-----------------------------------------------------------*/
div.chartWrapper
{
	float: left;
	background: #42454f;
	background-image: url("BG.jpg");
	background-repeat: repeat-y;
	background-position: 420px top;
}




/* Summary / Compilation
-----------------------------------------------------------*/
div.compilation
{
	clear: both;	
	font-size: 9pt;	
	margin-top: 20px;
	width: 100%;
}

.wrapperBox /* wrapps summary boxes */
{
	background-color: #FFF;
	/*float: left;*/
	padding: 10px 10px 15px 10px;
}
.compilation table
{
	border-collapse: collapse;
	width: 100%;
}

.compilation table td
{
	padding: 5px;
	font-size: 9pt;
}
.compilation table thead th
{
	text-align: left;
	font-size: 14pt;
	padding-bottom: 12px;
}
.compilation table tr.resultRow td
{
	/*color: #000;*/
	background-color: #fdffb9;
	font-weight: bold;
	border-bottom: 2px solid;
}
.compilation table tr.resultRow td.possibleResult
{
}
.compilation table tr td.r, .compilation table tr td.feeCell
{
	text-align: right;
}
.compilation table tr td, .compilation table tr th
{
	vertical-align: bottom;
	border-bottom: 1px solid #ECECEC;
	padding-left: 8px;
	line-height: 19px;
}
.compilation table tr td.r
{
	width: 33%;
}
.compilation table tr td.r span
{
}
/* fonts/colors */
.darkgreytext
{
	color: #484848; /*color: #677269;*/
	font-family: 'ubuntu' !important;
	font-size: 12pt !important;
	font-weight: bold !important;
}

div.bordergreywhite
{
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
	margin-top: 5px;
}

.sliderDiv img.floatRight
{
	float: right;
	position: relative;
	top: 13px;
	left: 0px;
	padding-left: 4px;
	width: 20px;
	overflow: hidden;
}
div.lockReturnFeeDiv img#info-lock.pointer
{
	position: relative;
	top: -5px;
	margin-left: 5px;
}
div.lockReturnFeeDiv { font-weight: normal !important;}
/*
div.lockReturnFeeDiv label
{
	position: relative;
	top: 1px;
}*/
td.float
{
	float: right;
}

.marge
{
	margin-right: 5px;
	cursor: pointer;
}

table.smallText td
{
	font-size: 9pt;
}

.smallText
{
	font-size: 9pt;
}

/* Färger från psdfilen*/
.darkGrey
{
	color: #484848;
}

.lightGrey
{
	color: #85878f;
}


.ui-state-default .ui-button-text
{
	font-weight: bold;
}

.active
{
	display: inherit;
}
.inactive
{
	display: none;
}

img.check
{
	position: relative;
	bottom: -7px;
	margin-left: 5px;
}

div.dialog1
{
	margin-bottom: 20px; /*background-color: #fdffb9;*/ /*color: #484848;*/
	font-size: 9pt; /*font-family: ubuntu, Verdana, Arial;*/
}



.pointer
{
	cursor: pointer;
}

/* Titles under the bars */
#barTitles
{
	position: relative;
	/*width: 600px;*/
	width: 85%;
	bottom: 20px;
	margin: 0 7%;
	float:left;
	z-index:9;
}
#chart_div_1
{
	z-index: 1;
}

#barTitles div
{
    /*width: auto;*/
	/*width: 33%;*/
	/*display: inline;*/
	float: left;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
#barTitles div.one
{
	/*margin-left: 122px;*/
	/*margin-left: 11%;*/
	color: #56c0f7;
	width: 30%;
}
#barTitles div.two
{
	/*margin-left: 55px;*/
	/*margin-left: 10%;*/
	width: 39%;

}
#barTitles div.three
{
    width: 30%;
	/*margin-left: 54px;*/
	/*margin-left: 10%;*/
}
#barTitles div.two span.first
{
  
	color: #E88325;
}
#barTitles div.two span.second
{
	color: #99CC00;
}

#info-compilation-avdrag
{
	position: relative;
	top: -7px;
	left: 8px;
}

.searchFrame
{
	height: 1000px;
	margin-left: -9px;
	margin-top: 10px;
	width: 510px;
}
div.worldmap
{
	/*background: url("map.png") no-repeat 40% 20% #F0F1F4;*/
	/*border: 1px solid #CED3D7;*/
	max-width: 622px;
	width: 100%;	
	height: 100%;
	/*max-height: 332px;*/
	margin-top: 0px;
	/*padding-top:100px;*/
    padding-bottom: 50px;   
 
}

.worldmap img.resize{
    width: 100%; /* you can use % */
    height: auto;
}

/*
.stretch { min-width:100%; min-height:100%; width:auto; height:auto; }
*/
div.worldmap a
{
	font-size: 10px;
	font-weight: bold;
	color: #42454F;
	font-family: 'Francois One' , 'Ubuntu' , 'Verdana' ,sans-serif;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ECECEC;
	
}
div.worldmap .spot
{
	position: fixed;	
	margin-left: 70px;
	/*margin-top: -50px;*/
	margin-top: 0px;
}

div.worldmap.blank
{
   display: none;
}

div.worldmap .spot#Global
{
	top: 140px;
	left: 170px;	
}
div.worldmap .spot#Europa
{
	top: 149px;
	left: 240px;
}
div.worldmap .spot#Sverige
{
	top: 108px;
	left: 230px;
}
div.worldmap .spot#Norden
{
	top: 93px;
	left: 248px;
}
div.worldmap .spot#Sverige_Global
{
	top: 123px;
	left: 235px;
}
div.worldmap .spot#Nordamerika_USA
{
	top: 140px;
	left: 50px;
}
div.worldmap .spot#Globala_tillvaxt
{
	top: 220px;
	left: 440px;
}
div.worldmap .spot#Asien
{
	top: 170px;
	left: 350px;
}
div.worldmap .spot#Latinamerika
{
	top: 250px;
	left: 150px;
}
div.worldmap .spot#Osteuropa
{
	top: 140px;
	left: 270px;
}
div.worldmap .spot#BRIC
{
	top: 120px;
	left: 350px;
}
div.worldmap .spot#Afrika_Mellanostern
{
	top: 210px;
	left: 220px;
}
div.worldmap .spot#Ovriga_lander
{
	top: 320px;
	left: -10px;
}
div.worldmap .spot#Branschfonder
{
	top: 250px;
	left: 15px;
}
div.worldmap .spot#Blandfonder
{
	top: 380px;
	left: 0px;
}
div.worldmap .spot#Obligationsfonder_SEK
{
	top: 380px;
	left: 200px;
}
div.worldmap .spot#Penningmarknadsfonder_SEK
{
	top: 398px;
	left: 189px;
}
div.worldmap .spot#Alternativa_placeringar
{
	top: 380px;
	left: 420px;
} 
div.indexframe
{
	position: relative;
	top: 20px;
	
}

/* Logolänken */
div#logolink 
{    
    /*position: relative;*/
    bottom: 70px;
    /*padding-right: 15px;*/
    /*right: 39px;*/
    z-index: 20;
    height: 65px;
}
div#logolink a
{
    float: right;    
}


a img {
 border:none;
}

#summaryTable, div.leftColumn, #clone
{
    margin-top: 0px;
}

.blind-outer
{
    position:absolute;        
}
.blind-inner
{
    height: 27px;
    position: relative;
    top: 10px;
    z-index: 40;
    background-color: white;
    width: 60px;
    left: 450px;
    /*border: 1px dotted green;*/
}


/* Responsive */
.chartWrapper.box
{
    width: 60%;    
}

#chart_div_1 
{
    width: 100%;
}

@media (max-width: 750px) 
{
    .chartWrapper.box
    {
        width: 100%;
        float: none;        
    }
    .rightColumn, div.controller, .leftColumn 
    {
        width: 98%;
        float: none;
        margin-left: 1%;
    }
    #savedInfo .box {
	    width: 95%;
	    margin-left: 1%;
	    margin-top: 20px;
    }
    
    #barTitles div
    {
        font-size: 8px;
    }   
  
}


@media (max-width: 650px) 
{ 
    div.worldmap .spot 
    {
        position: static;
        margin-left: inherit;
        margin-top: inherit;
    }
    div.worldmap.blank
    {
        display: block;
    }
    div.worldmap.frame
    {
        display: none;
    }
}