/* CSS Document */

body,html,*{

    margin:0px;
	padding:0px;
	font-family: Open Sans, Verdana, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	font-weight:400;
}
body{
	
	background-color: #ededed;
}
p{
	margin-top:0px;
	margin-bottom:20px;
	line-height:22px;	
}

ul {
    list-style-type:none;
    margin-bottom: 0px;
}
ul li{
    line-height:25px;
}

a,a:hover,
a:focus{
    text-decoration:none;
    outline: none;
    color: inherit;
    cursor: pointer;
}
strong{
	color: inherit;
	font-size: inherit;
}

img{
	border:0px none;
}
hr{
	border-top: 1px solid #ded9d6;
}
section,header,nav,figure,article,footer{

	display:block;
}
header{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 60px;
	background-color:#005aa9;
	z-index:99999;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.5);
	border-bottom:1px solid #004e92;
	
}
header .container{
	position: relative;
}
a.btn{
	line-height:  1.42857143;
}
a.logo{
	display: inline-block;
	margin-top: 15px;
}
a.logo img{
	display: block;
}
header .buttons{
	float: right;
	margin-top: 11px;
}
header .buttons a .glyphicons{
	color: #fff;
    display: inline-block;
    margin-top: 1px;
    margin-right: 12px;
}
header .buttons a .glyphicons:before{
	padding: 0px;
}
header .buttons .carret{
	display: none;
}
header .homepage .glyphicons-menu-hamburger,
header .glyphicons-menu-hamburger{
	position: absolute;
    font-size: 26px;
    cursor: pointer;
    z-index: 1001;
    color: #fff;
    display: none;
}

.homepage header .glyphicons-menu-hamburger{
    right: 0px;
    top: 11px;
    color: #31b0d5;
}
header .glyphicons-menu-hamburger{
    right: 0px;
    top: 10px;
    color: #fff;
}
header .glyphicons-envelope{
	font-size: 22px;
	color: white;
    position: relative;
    margin-left: 7px;
}
header .glyphicons-envelope .badge{
	position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 8px;
    padding: 4px;
    background-color: #d82525;
}
header .logged-menu{
	display: inline-block;
}
header .profile-photo{
	margin-right: 0px;
	width: 30px;
	height:30px;
	border-rdius:999;
	display: inline-block;
	cursor: pointer;
	float: right;
	margin-top: 12px;
}
header .messages{
	float: right;
	margin-right: 15px;
	margin-top: 12px;
}
header .profile-photo img{
	width: 100%;
	border-rdius:999;
	border: 1px solid #bbb;
}

header .profile-menu{
	position: absolute;    
	right: 0px;
    top: 57px;
    background-color: #fff;
    padding: 20px;
    width: 228px;
    border-radius: 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.6);
}

header .profile-menu .carret{
	width: 8px;
    height: 8px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: absolute;
    top: -5px;
    right: 24px;
    background-color: #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
}
header .profile-menu ul li{

}
header .profile-menu ul li a{
	display: block;
	padding: 5px;
}
header .profile-menu ul li a:hover{
	background-color: rgba(0,0,0,0.05);
}
header .profile-menu.hid{
	display: none;
}
header .ikea-shipping{
	font-size: 24px;
    margin-right: 45px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}
header .ikea-shipping span{
    vertical-align: middle;
	color: #fff;
    display: inline-block;
}
header .ikea-shipping span.glyphicons{
	margin-right: 10px;
}
header .ikea-shipping span.text{
	font-weight: bold;
	font-size: 20px;
}
header .ikea-shipping .glyphicons:before{
	padding: 0px;
}
header .add-item{
	margin-right: 10px;
}

#container{
	margin-bottom: 45px;
	margin-top: 60px;
	position: relative;
}
.homepage #container{
	margin-top: 110px;
}
.home-info{
	padding: 0px 100px;
    margin: 30px 0px;
    text-align: center;
    font-style: italic;
    color: #888;
}
.filter{
	position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: white;
    z-index: 999;
    border-bottom: 1px solid #ddd;
	padding-top: 7px;
	
}
.filter .container{
	position: relative;
}
.filter .fb{
	float: right;
}
.filter .fb span{
	color: #3b5998;
	font-size: 32px;
}
.selected-category{
	display: none;
    position: relative;
    vertical-align: top;
    
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;    
    padding: 2px 27px 2px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    white-space: nowrap;
    border-radius: 4px;
    
    margin-right: 10px;
    float: left;
}
.filter .region{
    float: left;
}
.selected-category .main{
	font-size: 10px;
	font-weight: bold;
}
.selected-category .sub{
	font-size: 10px;
}
.selected-category .cls{
	position: absolute;
    right: 5px;
    top: 10px;
    display: block;
    line-height: 10px;
    cursor: pointer;
}
.selected-category .cls span.glyphicons{
	font-size: 12px;
}
.selected-category .cls span.glyphicons:before{
	padding: 0px;
}
.filter .filter-button{
	float:right;
    font-size: 26px;
    cursor: pointer;
    z-index: 1001;
    color: #31b0d5;
    display: none;
    margin-right: 10px;
}
.filter .filter-form{
}
.filter .filter-form .carret{
}
.filter .input-group-addon .glyphicons:before{
	padding: 0px;
	
}
.filter .search {
	float: left;
	margin-right: 10px;
}
.filter .search .input-group-addon{
	cursor: pointer;
}
.filter .search input{
}
.category-selector{
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.dashboard-content .category-selector.hid{
	display: none;
}
.category-selector .btn:focus{
	display: inline-block;
	background-color: #fff;
    border-color: #ccc;
    outline: none;
}
.category-selector .panel{
	display: none;
	position: absolute;
	margin-top: 5px;
	width: 600px;
	z-index:100;
	
	-webkit-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.6);
}
.category-selector .panel .carret{
	width: 8px;
    height: 8px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: absolute;
    top: -5px;
    left: 10px;
    background-color: #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.category-selector .panel.show{
	display: block;
}
.category-selector .panel-body .divider{
	position: absolute;
    top: 15px;
    bottom: 15px;
    left: 165px;
    width: 1px;
    border-right: 1px solid #eee;
    display: none;
}
.category-selector .panel-body .main-categories{
	height: 260px;
	    overflow: auto;
}
.category-selector .panel-body .main-categories ul li,
.category-selector .panel-body .subcategories ul li{
	font-weight: bold;	
	border-radius: 3px;
	margin-top:5px;
	display: block;
}
.category-selector .panel-body .main-categories ul li a,
.category-selector .panel-body .subcategories ul li a{
	font-size: 10px;
	display: block;
	padding: 0px 15px;
}
.category-selector .panel-body .main-categories ul li a{
	font-weight: bold;
}
.category-selector .panel-body .main-categories ul li:first-child{
	margin-top:0px;
}
.category-selector .panel-body .main-categories ul li:hover,
.category-selector .panel-body .main-categories ul li.selected{
	background-color:  rgba(0,0,0,0.05);
}
.category-selector .panel-body .subcategories{
	
}
.category-selector .panel-body .subcategories ul{
	display: none;
}
.category-selector .panel-body .subcategories ul.selected{
	display: block;
}
.category-selector .panel-body .subcategories ul li a:hover,
.category-selector .panel-body .subcategories ul li a.selected{
	background-color:  rgba(0,0,0,0.05);
}
.category-selector .panel-body .subcategories ul li a{
 display: block;
}

.products-grid{
	margin-bottom: 60px;
}
.products-grid .no-products{
	display: none;
	text-align: center;
	margin-top: 40px;
}
.product-loader{
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
}
.product{
	margin-top: 15px;
	width: 200px;
}
.product-content{
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
}
.product-content div.sold,
.product-detail .photos .main-photo div.sold{
    position: absolute;
    display: inline-block;
    content: attr(data-item-status);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0.9rem;
    position: absolute;
    top: 25px;
    right: -65px;
    z-index: 1;
    width: 200px;
    height: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #b22222;

    
}
.product-content div.img a{
	display: block;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
}
.product-content div.img a img{
	background-size:cover;
	background-position: center center;
	border-radius: 4px 4px 0px 0px;
	display: block;
	width: 100%;
	-webkit-transition:0.2s ease all;
	-moz-transition:0.2s ease all;
	-o-transition:0.2s ease all;
	transition:0.2s ease all;
}
.product-content:hover div.img a img{
	-ms-transform: scale(1.03, 1.03); /* IE 9 */
    -webkit-transform: scale(1.03, 1.03); /* Safari */
    transform: scale(1.03, 1.03);
}
.product-content h2{
    width: 100%;
    margin: 15px 0px;
}
.product-content h2 a{
	font-size: 14px;
    font-family: Oswald;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display:block;
    line-height: 18px;
}
.product-content .profile-photo{
	
}
.product-content .profile-photo img{
	width: 50px;
}
.profile-photo img{
	border-radius: 9999px
}

.product-content .info{
}
.product-content .info .price{
	color: #5bc0de;
}
.product-content .info .price,
.product-content .info .info-icons{
	text-align: right;
}
.product-content .info-icons{
	text-align: right;
    margin-bottom: 5px;
}
.product-content .info-icons .state{
	font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    display: inline-block;
    font-style: italic;
    font-weight: bold;
}
.product-content .info-icons .glyphicons-refresh{
	 color: #aaa;
	 font-size: 11px;
	 vertical-align: middle;
}
.product-content .info-icons .glyphicons-refresh:before{
	 padding-right: 0px;
}
.product-content .info .city{
	font-size: 12px;
	text-align: right;
	overflow: hidden;
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	margin-bottom: 5px;
}

.login-form {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    opacity: 0.95;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    	
	-webkit-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 21px -5px rgba(0,0,0,0.6);
    position: relative;
    margin-top: 40px;
}
.login-form .content{
    padding: 20px;
}
.login-form .forgotten-pwd{
    text-align: center;    
}
.login-form .forgotten-pwd a{
    font-size: 11px;    
}
.login-form h2{
    text-align: center;
    font-family: Oswald;
    margin-top: 0px;
    margin-bottom: 15px;    
}
.login-form .fb-a-link{    
	text-align: center;
	color: #3b5998;
}
.login-form .fb-a-link span.social{
	margin-right: 10px;
	color: #3b5998;
}
.login-form .checkbox label{
	font-size: 12px;
}
.login-form a{
	font-size: 12px;
	display:inline-block;
	color: #337ab7;
}
.login-form a.btn{
	color: #fff;
}
.login-form .checkbox a:hover{
	text-decoration: underline;
}
.login-form .help-block{
	font-size: 12px;
}
.forgotten-pwd-info{
	font-size: 12px;
}
.agree div{
	font-size: 12px;
}
.agree div a{
	display: inline;
}
.dashboard-content{
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius:5px;
	margin-top: 20px;
}
.dashboard-content .tab-content{
	padding: 30px 15px;
}
.dashboard-content h2{
	margin-bottom: 40px;
	margin-top: 0px;
	font-family: Oswald;
	text-transform: uppercase;
}
.dashboard-content .selected-category{
	display: none;
	margin-bottom: 10px;
}
.dashboard-content .selected-category.shw{
	display: block;
}
.dashboard-content .selected-place{
	display: none;
	height: 34px;
}
.dashboard-content textarea.description{
	resize:none;
	height: 100px;
}
.dashboard-content .selected-place span.glyphicons{
	color: red;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}
.dashboard-content .selected-place span.value{
	vertical-align: middle;
	display: inline-block;	
}
.dashboard-content .selected-place span.glyphicons:before{
	padding: 0px;
}
.dashboard-content .edit-profile-photo{
	width: 160px;
	margin-top: 5px;
}

.dashboard-content .imageBox
{
    position: relative;
    height: 400px;
    width: 400px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.dashboard-content .imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.dashboard-content .imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}
.product-photo{
	background-color: #e4f0fa;
    border: 1px dashed #005aa9;
    text-align: center;
    height: 250px;
    position: relative;
    margin-bottom: 20px;
}
.product-photo .main-photo{
	position: absolute;
    top: 29px;
    font-size: 31px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    opacity: 0.5;
    color: #306fa7;
    text-shadow: 0px 0px 1px #000000;
}
.product-photo input{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.product-photo label{
	position: absolute;
    cursor: pointer;
    font-size: 16px;
    line-height: 17px;
    padding: 10px;
    background-color: #306fa7;
    color: white;
    border: 2px solid #005aa9;
    margin: 0px;
    left: 90px;
    top: 100px;
}
.product-photo label .glyphicons{
	margin-right: 10px;
	font-size: 16px;
	color: #fff;
}
.product-photo label .glyphicons:before{
	padding: 0px;
}
.product-photo .photo-thumb{

}
.product-photo .photo-thumb{
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.product-photo .photo-thumb .cls{
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #d82525;
	cursor: pointer;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);

}
.category-select{
	margin-bottom: 15px
}
.sub-category-select{
	position: relative;
}
.sub-category-select-loading{
	position: absolute;
    right: 17px;
    bottom: 2px;
}
.sub-cat-padd{
	padding-right: 40px;
}
.product-list{
	margin-top: 30px;
}
.product-list .my-product{
	background-color: #fff;
	border-radius:5px;
	height: 122px;
	margin-bottom: 20px;
	
	border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.product-list .my-product div.img{
	width: 100px;
    background-size: cover;
    background-position: center;
    height: 120px;
    border-radius: 5px 0px 0px 5px;
    float: left;
    margin-right: 15px;
}
.product-list .my-product div.img a{
	width: 100%;
	height: 100%;
	display: block;
}
.product-list .my-product .product-info{
	margin-left: 115px;
}
.product-list .my-product h2{
	margin-top: 10px;
    margin-bottom: 5px;
}
.product-list .my-product h2 a{
	font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: block;
}
.product-list .my-product h3{
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 16px;
}
.product-detail{
	margin-top: 30px;
}
.product-detail .item-block{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.product-detail .top-info .photos{
	float: left;
	padding-right: 15px;
}
.product-detail .photos .main-photo{	
	height: 400px;
    text-align: center;
    float: left;
    width: 300px;
    position: relative;
    overflow: hidden;
}
.product-detail .photos .main-photo a{	
	display: block;
    height: 100%;
    background-size:cover;
    background-position: center; 
	border-radius:5px;
	overflow: hidden;
}
.product-detail .photos .main-photo a img{
	max-height: 100%;
	max-width: 100%;
}
.product-detail .photos .other-photos{
    float: left;
    width: 90px;
    margin-right: 5px;
    height: 400px;
    overflow: hidden;
    position: relative;
    padding-right: 10px;
}
.product-detail .photos .other-photos .other-photos-scroll{
	
}
.product-detail .photos .other-photos a{
	display: inline-block;
	margin-bottom: 10px;
}
.product-detail .photos .other-photos a img{
	max-height: 100%;
	max-width: 100%;
	border-radius:5px;
}
.product-detail .top-info .info{
	border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    float: left;
    height: 400px;
    width: 729px;
    padding: 15px;
    position: relative;
}
.product-detail .top-info .info div.description{
	overflow: auto;
	 height: 312px;
	
	
}
.product-detail .top-info .info div.description .iScrollVerticalScrollbar{
	right: 5px !important;
}

.product-detail .top-info .info div.description div.scroller{
	
	font-size: 14px;	
	line-height: 16px;
}
.product-detail .top-info .info div.separator{
	position: absolute;
    left: 364px;
    top: 71px;
    bottom: 15px;
    width: 1px;
    border-right: 1px solid #eee;
}
.product-detail .top-info .info .info-item{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.product-detail .top-info .info .info-item-value{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	
}
.product-detail .top-info .info .info-item-value.catalogue-link a{
	font-size: 10px;
	text-decoration: underline;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-detail .top-info .info .catalogue-title{
	text-transform: uppercase;
}
.product-detail .top-info .info .info-item.price{
    font-size: 25px;	
}
.product-detail .top-info .info .info-item-value.price{
	color: #5bc0de;
    font-size: 25px;	
}
.product-detail .top-info .info h1{
	margin-top: 0px;
	font-size: 24px;	
	margin-bottom: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.product-detail .user-info,
.product-detail .right-column{
	border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);    
    padding: 15px;
    position: relative;

	margin-top: 15px;
}
.product-detail .user-info .profile-photo{
	width: 120px;
}
.product-detail .user-info .profile-photo img{
    width: 100%;
}
.product-detail .user-info .profile-info{
	
}
.product-detail .user-info .profile-info h3{
	margin-top: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-detail .right-column{
	
}
.product-detail .right-column .buttons{
	
}
.product-detail .right-column .buttons .btn{
	padding: 10px;
}
.product-detail .right-column .buttons .watch-product{

}
.product-detail .right-column .buttons .watch-product.watching{
	background-color: #fcd500;
	color: #333;
	border-color: #dec121;
}
.product-detail .right-column .buttons .watch-product.watching .glyphicons{
	color: #333;
}
.product-detail .right-column .buttons .watch-product .text{
	color: inherit;
	font-size: inherit;
}
.product-detail .right-column .buttons  .btn .glyphicons{
	color: #fff;
	margin-right: 10px;
	position: relative;
	display: inline-block;
	top: 1px;
}
.product-detail .right-column .buttons  .btn .glyphicons:before{
	padding: 0px;
}
.product-detail .other-products .product{
	width: 197px;
	float: left;
	margin-right: 30px;
}
.product-detail .other-products .product .img{
	height: 271px;
}
.product-detail .other-products .product .img a{
	display: block;
	background-position: center;
	background-size:cover;
	width: 100%;
	height: 100%;
}
.add-product-comment-detail{
}
.add-product-comment-detail textarea{
	height: 100px;
	resize:none;
}
.add-product-comment-detail img.loading{
	height: 30px;
}
.message-users-wrapper{
	margin-top: 60px;
}
.message-users-wrapper .buttons{
	position: relative;
}
.message-users-wrapper .buttons .btn{

}
.message-users-wrapper .buttons .btn .glyphicons{
	position: relative;
    top: 1px;
}
.message-users-wrapper .buttons .btn .glyphicons:before{
	padding: 0px;
	color: #fff;
}
.message-users-wrapper .message-users-item{
	border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 15px;
    position: relative;
    margin-top: 15px;
    cursor: pointer;
    display: block;
}
.message-users-wrapper .message-users-item .profile-photo{
	height: 60px;
	width:60px;
	margin-right:15px;
	float: left;
	display: block;
}
.message-users-wrapper .message-users-item .text{
	font-size: 14px;
    color: #aaa;
    overflow: hidden;
    height: 60px;
    margin: 0px;
    line-height: 20px;
	display: block;
}
.message-users-wrapper .message-users-item .top-info{
	display: block;
    position: relative;
    padding-right: 105px;
}
.message-users-wrapper .message-users-item .top-info .nick{
	display: inline-block;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    width: 500px;
    text-overflow: ellipsis;
}
.message-users-wrapper .message-users-item .top-info .date{
	display:block;
	position:absolute;
	right:10px;
	top:3px;
	text-align:right;
	font-size: 10px;
    color: #aaa;
}
.message-users-wrapper .message-users-item .profile-photo img{
	height: 100%;
}
.message-users-wrapper .message-users-item .badge {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 8px;
    padding: 4px;
    background-color: #d82525;
}
.chat-wrapper {	
	border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    position: relative;
    margin-top: 15px;
    display: block;
    padding: 15px;
}
.chat-wrapper .iScrollVerticalScrollbar{	
	right: -11px;
}

.chat-wrapper .messages{
	height: 300px;
    display: block;
    position: relative;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}
.chat-wrapper .messages .scroller{
	position: relative;
}
.chat-wrapper .messages .profile-photo{
	height: 30px;
	width:30px;
	margin-right:15px;
	float: left;
	display: block;
}
.chat-wrapper .messages .message{
	width: 80%;
	text-align: left;
	float: left;
	margin-bottom: 15px;
}
.chat-wrapper .messages .message.me{
	float: right;
}
.chat-wrapper .messages .message .profile-photo{
	float: left;
	margin-right: 15px;
}
.chat-wrapper .messages .message.me .profile-photo{
	float: right;
	margin-right: 0px;
	margin-left: 15px;
}
.chat-wrapper .messages .message .profile-photo img{
	width: 100%;
}
.chat-wrapper .messages .message .text-content{
	float: left;
    width: 330px;    
    float: left;
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.chat-wrapper .messages .message.me .text-content{
	float: right;
    background-color: #005aa9;
    border-color: #005aa9;
    color: #fff;
}
.chat-wrapper .messages .message.me .text-content .text,
.chat-wrapper .messages .message.me .text-content .nick,
.chat-wrapper .messages .message.me .text-content .date{
    color: #fff;
}
.chat-wrapper .messages .message .text-content .nick{
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
}
.chat-wrapper .messages .message .text-content .date{
    font-style:italic;
    font-size: 10px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.chat-wrapper .messages .message .text-content .text{
    font-size: 12px;
    line-height: 16px;
    display: block;
}
.chat-wrapper .messages .message .text-content .text a{
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
}
.chat-wrapper .messages .message .text-content .text a img{
	width: 100%;
}

.chat-back{
	margin-top: 40px;
	font-size: 20px;
	display: block;
	color: #888;
}
.chat-with-user{
	margin-top: 47px;
    font-size: 14px;
    display: block;
    color: #5bc0de;
    font-weight: bold;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-back .glyphicons{
	font-size: 20px;
    color: #888;
    position: relative;
    top: 3px;
}
.chat-back:hover,
.chat-back:hover .glyphicons{
    color: #666;
}
.chat-back .glyphicons:before{
	padding: 0px;
}
.chat-form {	
	border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    position: relative;
    margin-top: 15px;
    display: block;
    padding: 15px;
}
.chat-form .form{

}
.chat-form .alert{
	padding: 5px 10px;
}
.chat-form .form textarea{
	width: 100%;
	resize:none;
	height: 80px;
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 10px;
}
.iScrollIndicator{
	background: rgba(204, 204, 204, 0.75) !important;
    border: 1px solid #777 !important;
}
.search-user-panel{
	position: absolute;
    z-index: 1000;
	left: 140px;
    top: 0px;
    width: 280px;
}
.search-user-panel form{
	position: relative;
}
.search-user-panel div.loading{
	position: absolute;
    right: -40px;
    top: 0px;
    height: 34px;
    display: none;
}
.search-user-panel div.loading img{
	height: 100%;
}
.search-user-panel .search{
	margin-bottom: 5px;
	width: 100%;
}
.search-user-panel .search .input-group{
	width: 100%;
}
.search-user-panel .glyphicons:before{
	padding: 0px;
}
.search-user-panel.closed{
	display: none;
}
.search-user-panel .searched-users{
	
}
.search-user-panel .searched-users.hid{
	display: none;
}
.search-user-panel .searched-users-content{
	border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    display: block;
}
.search-user-panel .searched-users-content .item{	
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
    padding: 5px;
    border-top: 1px solid #eee;
}
.search-user-panel .searched-users-content .item:hover{
	background-color: #eee;
}
.search-user-panel .searched-users-content .item:first-child{
    border-top: none;
}
.search-user-panel .searched-users-content .item .profile-photo{
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.search-user-panel .searched-users-content .item .profile-photo img{
	height: 100%;
}
.search-user-panel .searched-users-content .item .nick{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	width:236px;
}
.no-messages-yet{
	margin: 60px;
}
.extra-content{
	margin-top: 40px;
	font-size:12px;
	border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    display: block;
    padding: 20px;
}
.extra-content h2{
	font-size: 18px;
}
.extra-content ul,
.extra-content ol {
	list-style: disc;
	margin-left: 35px;
	margin-bottom: 15px;
	font-size: inherit;
}
.extra-content ul li,
.extra-content ol li{
	font-size: inherit;
	margin-bottom: 5px;
	line-height: 25px;
}
.extra-content ol li.title{
	font-size: 18px;
}
.extra-content ol li.title ol{
	font-size:12px;
}
.extra-content p,
.extra-content div,
.extra-content span{
	font-size: 12px;
}
.extra-content strong,
.extra-content a{
	font-size: inherit;
}
.extra-content a{
	text-decoration: underline;
}

.extra-content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.extra-content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.extra-content ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

.extra-content li ol > li {
  margin: 0;
}

.extra-content li ol > li:before {
  content: counters(item, ".") " ";
}


.ikea-shipping-content{
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius:5px;
	margin-top: 20px;
}
.ikea-shipping-content ul.main{
	margin-bottom: 45px;
	
	list-style: disc;
	margin-left: 35px;
	font-size: inherit;
}
.ikea-shipping-content h2{
	margin-bottom: 30px;
	font-size: 18px;
}
.ikea-shipping-content img.guide-photo{
	height: 150px;
	width: auto;
	margin-bottom: 30px;
}
.ikea-shipping-content a.email{
	text-decoration: underline;
}
.ikea-shipping-content table.price-list{
	width: 300px;	
	margin-bottom: 30px;
}
.ikea-shipping-content table.price-list th{
	font-weight: bold;
}
label.required{
	text-indent: 16px;
}
label.required:before{
	content: "*";
	font-size: 10px;
	position: absolute;
	top: 5px;
	left: 0px;
	color: red;
}
footer.main{
	position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 1px;
    background-color: #ddd;
    border-top: 1px solid #ccc;
    text-align: center;
}
footer.main nav ul li{
	display: inline-block;
}
footer.main nav ul li:before{
	content: "|";
	margin: 0px 5px;
	font-size: 11px;
}
footer.main nav ul li:first-child:before{
	content: "";
}
footer.main nav ul li a{
	font-size: 11px;
	text-decoration: underline;
}
.modal-dialog {
    margin: 80px auto;
}
.modal {
	z-index: 9999;
}
.full-width{
	width: 100%;
}
.glyphicons.red{
	color: #d82525;
}
.glyphicons.blue{
	color: #31b0d5;
}
.tooltip-inner{
	font-size: 12px;
}
.btn-dark{
	background-color: #444;
    border-color: #111;
    color: #fff;
}
.btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open>.dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #111;
}
.btn-facebook{
    color: #fff;
    background: #3b5998;
    width: 100%;
}
.btn-facebook span.social {
    color: #fff;
    position: relative;
    top: 3px;
}
.btn-facebook.active, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .open>.dropdown-toggle.btn-facebook {
    
    color: #fff;
    background: #3b5998;
}
.btn-black{
	background-color: #1d1d1d;
	color: #fff;
}
.btn-black span{
    color: #fff;
}
.btn-black:hover {
    color: #fff;
}
.btn-black:focus {
    color: #fff;
}
.btn-red{
	background-color: #c2272e;
}
.subtitle-margin{
	margin-bottom:5px;
}
.underline{
	text-decoration: underline;
}
.underline:hover{
	text-decoration: underline;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.no-margin{
	margin:0px !important;
}
.no-margin-top{
	margin-top:0px !important;
}
.no-margin-right{
	margin-right:0px !important;
}
.no-margin-bottom{
	margin-bottom:0px !important;
}
.no-margin-left{
	margin-left:0px !important;
}
.no-padding{
	padding:0px !important;
}
.no-padding-top{
	padding-top:0px !important;
}
.no-padding-right{
	padding-right:0px !important;
}
.no-padding-bottom{
	padding-bottom:0px !important;
}
.no-padding-left{
	padding-left:0px !important;
}
.hidethis{
	display: none;
}
