html,
body
{
	font-family: 'Open Sans', sans-serif;
	font-size: .95em;
	line-height: 1.5;
	color: #404040;
	margin: 0 auto 0 auto;
	text-align: left;
	height: 100%;
	min-height: 100%; 
}

body {
	background-color: #EEE;
}

.bigger { font-size: 1.1em; }
.bigger2 { font-size: 1.2em; }
.bigger3 { font-size: 1.3em; }
.smaller { font-size: .9em; }
.smaller2 { font-size: .8em; }
.centerText { text-align: center; }
.boldText { font-weight: 600; }

p {
	margin: 0 auto 1.3em auto;
}


h1 {
	margin: 0 0 .2em 0;
	font-weight: 400;
	font-size: 2em;
}

h2 {
	font-weight: 400;
	font-size: 1.8em;
	margin: 1em 0 .2em 0;
}
h3{
	font-weight: 400;
	font-size: 1.6em;
}
h2.smaller { font-size: 1.5em; }

/* Structure */

.clear {
	height: 0px;
	width: 100%;
	clear: both;
}

.alright { float: right; }
.alleft { float: left; }

img.alright { margin: 0 0 1% 1%; }
img.alleft { margin: 0 1% 1% 0; }
img.mw40p { max-width: 40%; width: 100%; height: auto; }
img.mw50p { max-width: 50%; width: 100%; height: auto; }
img.mw60p { max-width: 60%; width: 100%; height: auto; }

.fbox { float: left; }
.fbox.right { float: right; }
.w15p { width:15% !important; }
.w20p { width:20% !important; }
.w25p { width:25% !important; }
.w30p { width:30% !important; }
.w33p { width:33% !important; }
.w35p { width:35% !important; }
.w38p { width:38% !important; }
.w40p { width:40% !important; }
.w45p { width:45% !important; }
.w50p { width:50% !important; }
.w60p { width:60% !important; }
.w65p { width:65% !important; }
.w70p { width:70% !important; }
.w73p { width:73% !important; }
.w80p { width:80% !important; }

.mr5p { margin-right: 5% !important; }
.mr10p { margin-right: 10% !important; }
.mr15p { margin-right: 15% !important; }
.mr20p { margin-right: 20% !important; }

.mtm10px  { margin-top: -10px !important; }
.mt0  { margin-top: 0px !important; }
.mt10px  { margin-top: 10px !important; }
.mt20px  { margin-top: 20px !important; }
.mt30px  { margin-top: 30px !important; }
.mt40px  { margin-top: 40px !important; }
.mt50px  { margin-top: 50px !important; }
.mt60px  { margin-top: 60px !important; }
.mt70px  { margin-top: 70px !important; }


#wrapper {
	min-height:100%;
	position:relative;
	margin: auto;
	padding: 0 0 0px 0;
}


main {
	display: block;
	padding-bottom: 220px;
}

.content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 0 auto;
}

/* Links */

a {
	color: #0baad0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header Styles */
header {
	background-color: #FFF;
}

header #logo {
	margin: 15px 0 15px 0;
	display: inline-block;
}

header nav {
	background: linear-gradient(#3b3b3b,#272727);
	border-bottom: 2px solid #86b903;
	height: 45px;
}

header nav ul {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

header nav ul li {
	list-style-type: none;
	display: block;
	float: left;
}

header nav ul li a {
	display: block;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 500;
	cursor: pointer;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	text-decoration: none;
}
header nav ul li a:hover {
	text-decoration: none;
}

header nav ul li.menuSelected,
header nav ul li:hover {
	background: linear-gradient(#90c508,#86b903);
}
header nav ul li #menu-home {
	background: url('/images/icon-menu-home.png') center center/auto 20px no-repeat;
	width: 20px;
}

/* Footer */

footer {
	margin: 0;
	width: 100%;
	background: linear-gradient(#181818, #060606);
	font-size: .9em;
	position:absolute;
	bottom:0;
	left:0;
	height: 180px;
	color: #FFF;
}

footer .footerTitle {
	color: #79a605;
	font-weight: 600;
	font-size: 1.2em;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer a {
	color: #FFF;
}


/* Lists */

.list {
	display: table;
	width: 100%;
}

.list .row {
	width: 100%;
	clear: both;
	display: table-row;
}

.list .row .cell {
    display: table-cell;
    vertical-align: middle;
}

.list .row .inner {
    display: inline-block;
}

.list.green .row { background-color: #f7f8f3; }
.list.green .row:nth-child(even) { background-color: #eff1e9; }
.list.green .row .cell { border-bottom: 1px solid #d9d9d9; border-top: 1px solid #FFF; }
.list.blue .row { background-color: #f2f6f8; }
.list.blue .row:nth-child(even) { background-color: #e6eef2; }
.list.blue .row .cell { border-top: 1px solid #FFF; }

/* Buttons */

.button {
	display: inline-block;
	padding: .3em 1.2em;
	text-decoration: none;
	cursor: pointer;
}
.button:hover { text-decoration: none; }
.button.small { font-size: .9em; }
.button.big { font-size: 1.1em; padding: .4em 1.4em; }
.button.bigger { font-size: 1.2em; padding: .4em 1.5em; }
.button.bold { font-weight: 600; }

.button.black { background: linear-gradient(#44474b, #000000); color: #FFF; border-top: 1px solid #888888; border-left: 1px solid #424242; }
.button.black:hover { background: linear-gradient(#5e6063, #1c1c1c); }

.button.green { background: linear-gradient(#90c503, #8dc200); color: #FFF; border-top: 1px solid #b6d06f; border-right: 1px solid #547006; border-bottom: 1px solid #547006; }
.button.green:hover { background: linear-gradient(#98d000, #97ce04); }



/* Common Styles */

.contentBox { background: #FFF; width: 100%; }
.contentBox .boxText { padding: 15px; }

.contentBox .boxTitle { width: 100%; color: #FFF; font-size: 1.1em; }
.contentBox .boxTitle .inner { padding: 5px 0 5px 15px; }
.contentBox .boxTitle.black { background: linear-gradient(#040404, #4a4a4a); }
.contentBox .boxTitle.green { background: linear-gradient(#90c508,#86b903); }
.contentBox .boxTitle.blue { background: linear-gradient(#2db0e3, #48c0ef); }

.contentBox .boxTitle .inner h1 {
	font-size: 1em;
	margin: 0;
}


/* Form data */

label:hover { color: #2789bc; font-weight: 600; }
.labelBorder { border-bottom: 1px solid #EFEFEF; padding-bottom: 10px; }

input[type="radio"],
input[type="checkbox"] {
	display: none;
}
input[type="radio"] + label span,
input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-1px 7px 0 0;
    vertical-align:middle;
    background:url('/images/custom-form.png') left top no-repeat;
	background-size: auto 20px;
}
input[type="radio"] + label,
input[type="checkbox"] + label { cursor:pointer; display: block; margin-bottom: 8px; }
input[type="checkbox"]:checked + label span {
    background:url('/images/custom-form.png') -24px top no-repeat;
	background-size: auto 20px;
}

input[type="radio"] + label span {
    background:url('/images/custom-form.png') -48px top no-repeat;
	background-size: auto 20px;
}
input[type="radio"]:checked + label span {
    background:url('/images/custom-form.png') -72px top no-repeat;
	background-size: auto 20px;
}





/* Select / Custom Icons / Currency */
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
	padding: 0.5em 0 0.5em 3em !important;
	max-width: 100%;
}
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
	height: 24px !important;
	width: 24px !important;
	top: 0.5em !important;
	left: 0.5em !important;
}
ul.ui-menu { max-height: 420px !important; }

.curIcon.aud, .ui-icon.aud { background: url("/bilder/valutor/24/AUD.png") 0 0 no-repeat !important; }
.curIcon.bgn, .ui-icon.bgn { background: url("/bilder/valutor/24/BGN.png") 0 0 no-repeat !important; }
.curIcon.brl, .ui-icon.brl { background: url("/bilder/valutor/24/BRL.png") 0 0 no-repeat !important; }
.curIcon.cad, .ui-icon.cad { background: url("/bilder/valutor/24/CAD.png") 0 0 no-repeat !important; }
.curIcon.chf, .ui-icon.chf { background: url("/bilder/valutor/24/CHF.png") 0 0 no-repeat !important; }
.curIcon.cny, .ui-icon.cny { background: url("/bilder/valutor/24/CNY.png") 0 0 no-repeat !important; }
.curIcon.czk, .ui-icon.czk { background: url("/bilder/valutor/24/CZK.png") 0 0 no-repeat !important; }
.curIcon.dkk, .ui-icon.dkk { background: url("/bilder/valutor/24/DKK.png") 0 0 no-repeat !important; }
.curIcon.eur, .ui-icon.eur { background: url("/bilder/valutor/24/EUR.png") 0 0 no-repeat !important; }
.curIcon.gbp, .ui-icon.gbp { background: url("/bilder/valutor/24/GBP.png") 0 0 no-repeat !important; }
.curIcon.hkd, .ui-icon.hkd { background: url("/bilder/valutor/24/HKD.png") 0 0 no-repeat !important; }
.curIcon.hrk, .ui-icon.hrk { background: url("/bilder/valutor/24/HRK.png") 0 0 no-repeat !important; }
.curIcon.huf, .ui-icon.huf { background: url("/bilder/valutor/24/HUF.png") 0 0 no-repeat !important; }
.curIcon.idr, .ui-icon.idr { background: url("/bilder/valutor/24/IDR.png") 0 0 no-repeat !important; }
.curIcon.ils, .ui-icon.ils { background: url("/bilder/valutor/24/ILS.png") 0 0 no-repeat !important; }
.curIcon.inr, .ui-icon.inr { background: url("/bilder/valutor/24/INR.png") 0 0 no-repeat !important; }
.curIcon.isk, .ui-icon.isk { background: url("/bilder/valutor/24/ISK.png") 0 0 no-repeat !important; }
.curIcon.jpy, .ui-icon.jpy { background: url("/bilder/valutor/24/JPY.png") 0 0 no-repeat !important; }
.curIcon.krw, .ui-icon.krw { background: url("/bilder/valutor/24/KRW.png") 0 0 no-repeat !important; }
.curIcon.ltl, .ui-icon.ltl { background: url("/bilder/valutor/24/LTL.png") 0 0 no-repeat !important; }
.curIcon.lvl, .ui-icon.lvl { background: url("/bilder/valutor/24/LVL.png") 0 0 no-repeat !important; }
.curIcon.mad, .ui-icon.mad { background: url("/bilder/valutor/24/MAD.png") 0 0 no-repeat !important; }
.curIcon.myr, .ui-icon.myr { background: url("/bilder/valutor/24/MYR.png") 0 0 no-repeat !important; }
.curIcon.nok, .ui-icon.nok { background: url("/bilder/valutor/24/NOK.png") 0 0 no-repeat !important; }
.curIcon.nzd, .ui-icon.nzd { background: url("/bilder/valutor/24/NZD.png") 0 0 no-repeat !important; }
.curIcon.php, .ui-icon.php { background: url("/bilder/valutor/24/PHP.png") 0 0 no-repeat !important; }
.curIcon.pln, .ui-icon.pln { background: url("/bilder/valutor/24/PLN.png") 0 0 no-repeat !important; }
.curIcon.ron, .ui-icon.ron { background: url("/bilder/valutor/24/RON.png") 0 0 no-repeat !important; }
.curIcon.rub, .ui-icon.rub { background: url("/bilder/valutor/24/RUB.png") 0 0 no-repeat !important; }
.curIcon.sar, .ui-icon.sar { background: url("/bilder/valutor/24/SAR.png") 0 0 no-repeat !important; }
.curIcon.sek, .ui-icon.sek { background: url("/bilder/valutor/24/SEK.png") 0 0 no-repeat !important; }
.curIcon.sgd, .ui-icon.sgd { background: url("/bilder/valutor/24/SGD.png") 0 0 no-repeat !important; }
.curIcon.thb, .ui-icon.thb { background: url("/bilder/valutor/24/THB.png") 0 0 no-repeat !important; }
.curIcon.try, .ui-icon.try { background: url("/bilder/valutor/24/TRY.png") 0 0 no-repeat !important; }
.curIcon.usd, .ui-icon.usd { background: url("/bilder/valutor/24/USD.png") 0 0 no-repeat !important; }
.curIcon.zar, .ui-icon.zar { background: url("/bilder/valutor/24/ZAR.png") 0 0 no-repeat !important; }

.curIcon {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	margin: 0 6px 0 0;
	top: 10px;
}

.currency-input-box {
	margin-top: 10px;
}

#curValA, #curValB {
	padding: 1.5% 40px 1.5% 5px;
	border-radius: 3px;
	border: 1px solid #ABABAB;
	font-size: 1.1em;
	text-align: right;
	width: 117px;
	position: relative;
}

.curLabel {
	position: relative;
	left: -40px;
}


/* Main Page */

#compare-banks-overview ul {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	border-bottom: 2px solid #86b903;
	height: 35px;
}

#compare-banks-overview ul li {
	list-style-type: none;
	display: block;
	float: left;
	color: #FFF;
	font-size: 1em;
	font-weight: 500;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
	background: linear-gradient(#3b3b3b,#272727);
	margin-right: 5px;
	margin-top: 5px;
}

#compare-banks-overview ul li.selected,
#compare-banks-overview ul li:hover {
	background: linear-gradient(#90c508,#86b903);
	height: 35px;
	line-height: 35px;
	margin-top: 0;
}

#compare-banks-overview section.contentBox { display: none; }
#compare-banks-overview section.show { display: block !important; }

#compare-banks-overview .list {
	width: 100%;
}
#compare-banks-overview .list .row {
	height: 90px;
}
#compare-banks-overview .list .row .bankLogo {
	width: 20%;
	padding-left: 2%;
}
#compare-banks-overview .list .row .bankLogo img {
	max-width: 100%;
	max-height: 32px;
}

#compare-banks-overview .list .row .description {
	font-size: .9em;
	padding-left: 4%;
}
#compare-banks-overview .list .row .description .bank-name,
#compare-banks-overview .list .row .description a {
	font-size: 1.1em;
	font-weight: 600;
}

#compare-banks-overview .list .row .rate {
	width: 15%;
	text-align: center;
	font-size: .9em;
	color: #759915;
}

#compare-banks-overview .list .row .actionButton {
	width: 15%;
	padding-right: 2%;
	text-align: right;
}


.bankCompareDesc {
	display: none;
}


	
#main-currency.list {
	width: 100%;
}
#main-currency.list .row {
	height: 40px;
}

#main-currency.list .row .curFlag { padding: 6px 0 0 2%; width: 35px; }
#main-currency.list .row .curLink { font-weight: 600; width: 50px; }
#main-currency.list .row .curRate { width: 80px; text-align: right; padding-right: 2%; }
	
	

#compare-banks .list {
	width: 100%;
}
#compare-banks .list .row {
	height: 90px;
}
#compare-banks .list .row .bankLogo {
	width: 20%;
	padding-left: 2%;
}
#compare-banks .list .row .bankLogo img {
	max-width: 100%;
	max-height: 32px;
}

#compare-banks .list .row .description {
	font-size: .9em;
	padding-left: 4%;
}

#compare-banks .list .row .description .bank-name,
#compare-banks .list .row .description a {
	font-size: 1.1em;
	font-weight: 600;
}

#compare-banks .list .row .rate {
	width: 15%;
	text-align: center;
	font-size: .9em;
	color: #759915;
}

#compare-banks .list .row .actionButton {
	width: 15%;
	padding-right: 2%;
	text-align: right;
}


/* Sub pages */


.section-box-demo {
	overflow: auto;
}
.section-box-demo .title { font-size: 1.1em; font-weight: bold; }
.section-box-demo .button { font-size: .9em; }


.section-box-demo .image { float: left; width: 200px; height: 200px; margin-right: 10px; background-size: cover; background-repeat: no-repeat; background-position: center; }

.section-box-demo .image.privatlan { background-image: url('/bilder/sektion-privatlan.jpg'); }
.section-box-demo .image.snabblan { background-image: url('/bilder/sektion-snabblan.jpg'); }
.section-box-demo .image.bolan { background-image: url('/bilder/sektion-bolan.jpg'); }
.section-box-demo .image.billan { background-image: url('/bilder/sektion-billan.jpg'); }
