/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-apr-19, 08:24:35
    Author     : Juri Salminen
*/

body 
{
	padding-top: 50px;
	background: #f9f8f9;
}

.navbar-nav > li > a, .navbar-brand
{
    padding-top:4px !important; 
    padding-bottom:0 !important;
    height: 28px;
}

.navbar
{
	min-height:28px !important;
	background-color: #475861;
	color: #e5e5e5;
}

.nyhet
{
	position: absolute;
	bottom: 45px;
	left: 25px;
}

.nyhet h6
{
	color: #fff;
	background: #7db122;
	font-size: 1.2em;
	font-weight: bold;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	border: 2px solid #71a21b;
		-webkit-border-radius: 50px;
		-o-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
	padding: 1.2em 0 0;
	text-align: center;
}

.artikel-parent a:hover .artikel
{
	border: 1px solid #666666;
	background: #ccc;
}

.artikel
{
	border: 1px solid #CCC;
	border-radius: 10px;
	margin: 5px;
	float: left;
}

.artikel-parent a
{
	text-decoration: none;
}

.artikel img
{
	padding: 2px;
}


.singelinfo
{
	background: #9eaab1;
	border-top: 1px solid #CCC;
	border-radius: 5px;
	font-size: 12px;
	color: #f2f3f3;
	padding: 5px;
	margin: 3px;
}

.singelinfo span
{
	font-size: 1.5em;
}

.artikelinfo
{
	background: #9eaab1;
	border-top: 1px solid #CCC;
	border-radius: 0 0 10px 10px;
	font-size: 12px;
	color: #f2f3f3;
	padding: 5px;
}

.artikelinfo a:hover
{
	text-decoration: none;
}

.storlekar
{
	float: left;
}

.lblCheckbox
{
	width: 100px;
	float: left;
}

.storlek
{
	padding: 2px;
}

.chkStorlek
{
	width: 18px;
	height: 18px;
	background: #fff;
	vertical-align: bottom;
}

.news
{
	
	float: left;
	width: 20%;
}
.news-in
{
	float: right;
	margin-left: 2%;
	width: 78%;
}
.news-in h6 
{
  font-size: 1.2em;
}
.news-in h6 a
{
  color: #4cb1ca;
  text-decoration:none;
}
.news-in h6 a:hover
{
	color: #206ea1;
}
.news-in p 
{
	color: #c3c3c3;
	font-size: 0.9em;
	line-height: 1.4em;
}
.news-in ul li 
{
	display: inline-block;
	color: #c3c3c3;
	font-size: 1.2em;
	margin-left: -15px;
}
.news-in ul li span 
{
	color: #206ea1;
}
.news-in ul b
{
	color: #c3c3c3;
	padding: 0 9px;
	font-size: 0.8em;
}

.latest-grid{
	background: #f9f9f9;
	border-radius: 5px;
  -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding:0.8em;
	  margin: 0 0 1em;
}

.single-para
{
	float: left;
}

.single-para h4
{
	font-size: 1.5em;
	color: #747272;
	font-weight: 600;
}

.para-grid {

}

.available h6{
	color: #206ea1;
	font-size: 1.4em;
}
.available ul li
{
	display: inline-block;
	color: #4c4c4c;
	font-size: 0.9em;
}
.available ul li select {
  outline: none;
  padding: 3px;
}
.available {
}

.cmdStlk
{
	margin-top: 10px;
}

.lblAntalStorlekar
{
	float: left;
	border-radius: 50%;	
	width: 36px;
	height: 36px;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	margin: 5px;
}

.none 
{
	background: #e8e8e8;
	border: 2px solid #d4d4d4;
	color: #a6a6a6;
}

.few
{
	border: 2px solid #db6210;
	background: #ea813b;
}

.normal
{
	border: 2px solid #6dab00;
	background: #85d200;
}

.content-bottom-grid 
{
	float: left;
}

.content-bottom-grid h3
{
	color: #747272;
	font-size: 1.4em;
	font-weight: 600;
}

.latest-grid
{
	background:#f9f9f9;
	border-radius: 5px;
  -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	padding:0.8em;
	  margin: 0 0 1em;
}

/* CSS för MOUSE_OVER för menyn */
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
/* SLUT PÅ MENYN */

.img-responsive
{
	
}

.form-control 
{
	height: 25px;
}
	
.sidebar
{
	background: #9eaab1;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 12px;
	color: #f2f3f3;
	padding: 2px;
	margin-bottom: 3px;
	float: left;
}

.sidebar a, h6
{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.sidebar-rubrik a:hover .sidebar
{
	border: 1px solid #666666;
	background: #ccc;
}

.sidebar .image
{
	width: 28%;
	float: left;
}

.sidebar .info
{
	width: 70%;
	margin-left: 2%;
	float: right;
	font-size: 16px;
	font-weight: bolder;
	padding-right: 5px;
}

#preview
{
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
}

.preview ul, li
{
	margin: 0;
	padding: 0;
}
li
{
	list-style: none;
	float: left;
	display: inline;
	margin-right: 10px;
}

.singel-thumb
{
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
