@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

body {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow-y: scroll;
}

h2 {
	font-size: 35px;
	font-weight: 600;
}

.header {
	margin-top: 20px;
	padding-bottom: 0px;
}

.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
	padding-bottom: 19px;
}

.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
	margin: 30px 0;
}

.icon-ravelli {
	background-color: #444;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: normal !important;
	height: 16px;
	margin-right: 6px;
	padding-left: 1px;
	text-align: center;
	text-shadow: none;
	vertical-align: text-bottom;
	width: 16px;
}

.icon-ravelli::after {
	content: 'R';
}

.icon-miljo {
	background-color: #081;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: normal !important;
	height: 16px;
	margin-right: 6px;
	padding-left: 1px;
	text-align: center;
	text-shadow: none;
	vertical-align: text-bottom;
	width: 16px;
}

.icon-miljo::after {
	content: 'M';
}

.main {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.help-item {
	cursor: help;
}

/* .main .btn {
  font-size: 21px;
  padding: 14px 24px;
} */

.marketing {
	margin: 40px 0;
}

.marketing p + h4 {
	margin-top: 28px;
}

@media screen and (min-width: 768px) {
	.header, .marketing, .footer {
		padding-left: 0;
		padding-right: 0;
	}
	.header {
		margin-bottom: 10px;
	}
	.main {
		border-bottom: 0;
	}
}

.top-user {
	height: 60px;
}

.top-user .avatar {
	padding-left: 0;
}

.avatar .title {
	font-family: 'Open Sans';
	font-weight: 600;
	color: #000;
	font-size: 18px;
	margin-top: 0px;
	float: left;
}

.avatar:hover {
	text-decoration: none;
}

.menu-avatar {
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
	border: 1px solid rgba(50, 50, 50, 0.3);
	float: left;
}

.menu-avatar {
	height: 54px;
	margin-right: 10px;
	width: 54px;
}

.nav {
	margin-top: 10px;
}

.nav > li > a {
	color: #000;
}

.nav-admin .nav > li > a {
	padding: 10px 12px;
}

.nav-pills > li > a {
	font-family: 'Open Sans';
	font-weight: 600;
	background: none;
	color: #000;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	background: #428BCA;
	color: #fff;
	outline: 0 !important;
}

#helpBtn {
	float: right;
	cursor: pointer;
	margin-top: 4px;
	margin-right: 5px;
	color: #fff;
}

.row {
	margin-left: 4px;
}

.center {
	padding-top: 40px;
}

.center.small {
	padding-top: 20px;
}

.center.small h2 {
	margin-top: 0px;
	font-weight: 500;
}

.packet-count {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #428BCA;
	margin-left: 5px;
}

.breadcrumb {
	display: inline-block;
	overflow: hidden;
	background: none;
	width: 100%;
	background: linear-gradient(#666666, #333333) repeat;
	padding: 0;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.breadcrumb a {
	font-family: 'Open Sans';
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	color: white;
	border-radius: 0 !important;
	padding: 0 10px 0 30px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}

.breadcrumb a.disabled {
	pointer-events: none;
}

.breadcrumb a:first-child {
	padding-left: 20px;
	border-radius: 5px 0 0 5px;
}

.breadcrumb a:first-child:before {
	left: 14px;
}

.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0;
	padding-right: 20px;
}

.breadcrumb a.active, .breadcrumb a:hover {
	background: #333;
	background: linear-gradient(#333, #000);
}

.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	width: 36px;
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #666;
	background: linear-gradient(135deg, #666, #333);
	box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
}

.breadcrumb a:last-child:after {
	content: none;
}

body {
	background: url(../../img/bg.png) top right;
	background-position: fixed !important;
	background-attachment: fixed;
	padding-top: 30px !important;
	border-top: 5px solid #000;
}

h1, h2, h3, h4 {
	font-family: 'Open Sans', “Trebuchet MS”, Helvetica, sans-serif !important;
}

@media (min-width: 700px) {
	.container {
		position: relative;
		width: 950px;
	}
}

.main.box {
	min-height: 550px;
}

.modal-title {
	font-weight: 600;
}

.sub-modal {
	margin: 0;
	padding: 0 !important;
	font-family: 'Open Sans';
	font-weight: default;
}

.sub-modal ul {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#helppanel {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

#helppanel h4 {
	margin-top: 0;
}

#helppanel-top {
	border: 1px solid rgba(50,50,50,0.1);
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: -19px;
	overflow: hidden;
	padding: 10px 10px 0;
	text-align: left;
}

#helppanel-shop {
	border: 1px solid rgba(50,50,50,0.1);
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: -4px;
	margin-right: 15px;
	overflow: hidden;
	padding: 10px;
	text-align: left;
}

#helppanel-shop h4 {
	margin-top: 0;
}

#referer_chart {
	margin: 5px 0;
}

#referer_div {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sub-modal input {
	height: 40px;
	width: 100%;
	padding-left: 10px;
}

input[type="radio"] {
	height: auto;
	width: auto;
	margin-right: 5px;
}

.sub-modal .aPackets {
	width: 40px;
	text-align: center;
	padding-left: 0px;
}

.aub-modal ul:last-child {
	margin-bottom: 0;
}

.sub-modal ul li {
	list-style-type: none;
}

.modal-footer {
	margin-top: 0px;
}

.modal-dialog {
	width: 500px;
}

.modal-dialog.modal-sm {
	width: 300px;
}

.modal-dialog.modal-lg {
	width: 600px;
}

.modal-header .close {
	/*display: none;*/
}

.ui-autocomplete {
	/*position: absolute;*/
	cursor: default;
	z-index: 1070 !important;
}

.carousel.carousel-fit {
	position: relative;
}

.carousel.carousel-fit.slide {
	overflow: hidden;
}

.carousel.carousel-fit .carousel-inner > .next, .carousel.carousel-fit .carousel-inner > .prev {
	bottom: 0;
}

.carousel.carousel-fit .carousel-inner > .item {
	text-align: center;
}

.carousel.carousel-fit .carousel-inner > .item > img {
	display: inline-block;
}

.carousel.carousel-fit .carousel-inner > .item > .carousel-caption {
	bottom: 0;
	left: 0;
	right: 0;
}

.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.modal.modal-fullscreen .modal-dialog {
	margin: 0;
	width: 100%;
}

.modal.modal-fullscreen .modal-content {
	border: medium none;
	border-radius: 0;
	box-shadow: inherit;
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
	padding: 0;
	background: #fff;
	margin-top: 80px;
	margin-left: 0px;
}

.modal.modal-fullscreen.force-fullscreen .modal-header, .modal.modal-fullscreen.force-fullscreen .modal-footer {
	left: 0;
	position: absolute;
	right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
	top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
	bottom: 0;
}

.table.pending {
	font-size: 10px;
}

@media (min-width: 1500px) {
	.table.pending {
		font-size: 12px;
	}
}

.table.overview {
	text-align: left;
}

#overview .picklistRow {
	display: none;
}

.table.overview td {
	border: none;
	padding: 5px;
}

.table.overview .name, .table.overview .sale {
	display: none;
}

#overview #admin_tree_filter {
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(50, 50, 50, 0.08);
	padding-bottom: 10px;
	overflow: hidden;
}

.fmodal {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1040;
}

.fmodal .modal-dialog {
	width: 100%;
}

#iPadListUtlev .modal-dialog {
	width: 500px;
}

.table.active {
	text-align: left;
}

tr.selected {
	background: #aaa;
}

tr.disabled {
	background: #fff;
}

#mail .dataTables_paginate {
	display: none;
}

.filter a {
	text-decoration: underline;
}

.DTTT.btn-group {
	display: none;
}

.picklistRow.clear.odd {
	background: #fff;
}

.check {
	margin: 0 !important;
	margin-right: 5px !important;
	float: left;
}

#mail .dataTables_filter, #mail .dataTables_info {
	display: none;
}

.dataTables_length {
	display: none;
}

.dataTables_info {
	display: none;
}

#active {
	text-align: left;
}

#iPadList .modal-title {
	font-weight: bold;
	font-size: 17px;
}

#iPadList table thead {
	background: #F7F7F9;
}

#iPadList .modal-body {
	text-align: left;
	padding-left: 20px;
}

#iPadList {}

#iPadList h3 {
	font-weight: normal;
	margin: 5px;
	font-size: 17px;
}

#iPadList .qty img {
	vertical-align: sub;
}

#iPadList ul.ln {
	padding-left: 0px;
}

#iPadList ul.ln li {
	float: left;
	list-style-type: none;
}

#iPadList ul.ln > li:first-child {
	width: 150px;
}

#iPadList .ipad-footer {
	width: 100%;
	text-align: right;
	padding-right: 15px;
	background: #fff;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

#iPadList .btn {
	padding: 10px;
	font-size: 13px;
}

#iPadList input[type=text], textarea, .mail-input {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
}

#iPadList input[type=text]:focus, textarea:focus, .mail-input:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}

#iPadList .v {
	background: rgba(50, 50, 50, 0.08);
}

.picklist_div {
	height: 28px;
	width: 160px;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
	color: #ccc;
}

.picklist_focused {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}

#lrError, .lError {
	font-family: 'Open Sans';
	margin-bottom: 0px;
	padding: 10px;
	display: none;
}

#lrError {
	margin-top: 15px;
	font-weight: 600;
}

.ds {
	pointer-events: none;
	opacity: 0.5;
}

.ds2 {
	pointer-events: none;
}

.btn.debug {
	/*display: none;*/
}

.btn.mail {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

.form-control, .form-control * {
	outline: none;
}

.organization {
	font-size: 13px;
	color: rgba(50, 50, 50, 0.7);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}


/* ravelli wp css */


/* LOGO */

div.logo {
	text-align: center;
}

div.logo * {
	outline: 0;
}

div.logo {
	text-align: center;
	margin: 0 auto;
	width: 236px;
	height: 58px;
	margin-top: 20px;
	outline: 0 !important;
}

.logoHelper {
	height: 100%;
	vertical-align: middle;
}

.logoImg {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	vertical-align: middle;
}

div#sales .nav > li > a {
	font-family: 'Open Sans';
	font-size: 18px;
	outline: 0;
}

#langflags {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	cursor: pointer;
}

#langflags img {
	opacity: 0.5;
}

#langflags img.selected {
	opacity: 1;
}

/*
div#sales .nav > li > a img
{
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}
*/


/* LOGIN */

#login .center {
	height: 300px;
	left: 50%;
	margin-left: -340px;
	margin-top: -250px;
	position: absolute;
	top: 50%;
	width: 700px;
}

#login .center.login {
	margin-left: -200px;
	width: 400px;
}

#login #content {
	background: -moz-linear-gradient(center top, #F8F8F8 0%, #F9F9F9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: rgb(248, 248, 248);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
	background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
	background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
	background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
	background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9', GradientType=0);
	border: 1px solid #C4C6CA;
	border-radius: 0;
	box-shadow: 1px 0 30px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	margin-top: 70px;
}

#login #content.light {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
}

#login #content h1 {
	color: #7E7E7E;
	font: bold 25px/20px Helvetica, Arial, sans-serif;
	letter-spacing: -0.01em;
	margin: 10px 0 30px;
}

#login #content form {
	margin: 0 20px;
	position: relative;
}

#login #content form input[type="text"], #login #content form input[type="password"], .input-field {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #C8C8C8;
	border-radius: 3px;
	box-shadow: 0 1px 0 #FFFFFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	color: #777777;
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 15px 10px 15px 20px;
	transition: all 0.5s ease 0s;
	width: 100%;
}

#login #content form input[type="text"]:focus, #login #content form input[type="password"]:focus {
	background-color: #FFFFFF;
	border: 1px solid #ED1C24;
	box-shadow: 0 0 2px #ED1C24 inset;
	outline: medium none;
}

#login #username {
	background-position: 10px 10px !important;
}

#login #password {
	background-position: 10px -53px !important;
}

#login #content form input[type="submit"], #login .yellow-button {
	background: -moz-linear-gradient(center top, #FEE79A 0%, #FEC151 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: rgb(254, 231, 154);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZTc5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWMxNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(254, 231, 154, 1) 0%, rgba(254, 193, 81, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 231, 154, 1)), color-stop(100%, rgba(254, 193, 81, 1)));
	background: -webkit-linear-gradient(top, rgba(254, 231, 154, 1) 0%, rgba(254, 193, 81, 1) 100%);
	background: -o-linear-gradient(top, rgba(254, 231, 154, 1) 0%, rgba(254, 193, 81, 1) 100%);
	background: -ms-linear-gradient(top, rgba(254, 231, 154, 1) 0%, rgba(254, 193, 81, 1) 100%);
	background: linear-gradient(to bottom, rgba(254, 231, 154, 1) 0%, rgba(254, 193, 81, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151', GradientType=0);
	border: 1px solid #D69E31;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	color: #85592E;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	margin-bottom: 20px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 100px;
}

#login #content form input[type="submit"]:hover, #login .yellow-button:hover {
	background: -moz-linear-gradient(center top, #FEC151 0%, #FEE79A 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#login #content form div a {
	color: #004A80;
	/* float: right; */
	/* font-size: 12px; */
	/* margin: 30px 15px 0 0; */
	/* text-decoration: underline; */
}

#login .button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #CFD5D9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	padding: 15px 0;
}

#login .button a {
	color: #7E7E7E;
	font-size: 17px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

#login .button a:hover {
	background-position: 0 -135px;
	color: #00AEEF;
}

#login a, #login a:hover {
	color: rgba(0, 0, 0, 0.5) !important;
	font-size: 11px !important;
}

#login.vc a, #login.vc a:hover {
	color: #FFFFFF !important;
	font-size: 13px !important;
	font-weight: 700;
}

#login .link {
	color: rgba(0, 0, 0, 0.5);
	float: left;
	margin-bottom: 20px;
}

#login #content.light .link {
	margin-bottom: 0;
}

#login .title {
	font-family: 'Open Sans';
	font-size: 17px;
	padding: 15px 15px 15px 0;
	position: relative;
}

#login .title h2 {
	display: inline;
	font-size: 25px;
	padding-right: 5px;
}

#login .login-info {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(0, 0, 0, 0.08);
	color: #505050;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 20px;
	margin: 10px 0 30px;
	padding: 10px;
}

#login .login-info .light {
	font-size: 12px;
	font-weight: normal;
}

#login .login-info h1 {
	display: inline;
}

#login input + label {
	color: rgba(0, 0, 0, 0.4);
	left: 0;
	position: relative;
	top: 0;
}

#login.vc {
	margin-left: -300px;
	width: 700px;
}

#login .left {
	float: left;
}

#login .right {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.07);
	float: right;
	font-family: 'Open Sans';
	font-size: 13px;
	max-height: 360px;
	min-height: 360px;
	padding: 20px;
	position: relative;
	width: 350px;
}

#login .right ul {
	margin: 0;
	padding: 0;
}

#login .right ul li {
	background: url("/img/icons2/accept.png") no-repeat scroll left 0 top 2px rgba(0, 0, 0, 0);
	list-style: none outside none;
	margin: 0;
	padding: 0 0 3px 25px;
}

#login .right ul li {}

#login .yellow-button {
	padding-top: 15px;
}

#login .pd-login {
	color: #85592E !important;
	font-family: 'Open Sans';
	font-size: 14px !important;
	text-align: center;
	width: 300px;
}

#login .pd-register {
	cursor: pointer;
	font-family: 'Open Sans';
	font-weight: normal;
}

#login .pd-register:hover {
	text-decoration: underline;
}

#login h2 {
	color: #FFFFFF;
	font-family: 'Open Sans';
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: -20px;
	text-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
}

#login h3 {
	font-size: 20px;
}

#login .thumb {
	box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.5);
}

#user_save_button {
	cursor: pointer;
	width: 200px;
}

#login .bottom {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 0;
	list-style-type: none;
	margin-bottom: 10px !important;
	margin-left: 0 !important;
	right: 0;
	width: 375px;
}

#login .bottom li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	float: left;
	padding: 0 10px 0 0 !important;
}

#login .bottom li:last-child {
	margin-top: -1px;
	padding-right: 0 !important;
}

#login .bottom select {
	width: 135px;
}

.footer-login {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
  margin-bottom: -100px;
}

.btn.android, .btn.appstore {
	opacity: 0.8;
}

.btn.android:hover, .btn.appstore:hover {
	opacity: 1;
}

.browser-detect {
	font-family: 'Open Sans';
	margin: 20px auto;
	width: 100%;
	padding: 8px;
	padding-bottom: 5px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	font-weight: 600;
	font-size: 11px;
}

.browser-detect p {
	margin-top: 8px;
	padding-left: 10px;
	float: left;
}


/* SELLERS */

.sellers ul {
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 25px;
	cursor: pointer;
}

.sellers ul li {
	font-family: 'Open Sans';
	font-weight: 600;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: left;
	margin-top: 5px;
	border-radius: 10px;
}

.sellers ul li.name {
	width: 120px;
}

.sellers ul li.packet {
	font-weight: 600;
	font-size: 13px;
	color: #000;
}

.sellers .sum {
	color: #64B756;
}

.sellers ul li.packet .count {
	font-weight: bold;
}

.sellers ul li.packet .img {
	float: left;
	margin-top: 1px;
	padding-right: 5px;
}

.sellers ul li.packet.zero .count {
	color: #D31F4C;
	opacity: 1;
}

.sellers ul li.packet.zero .sum {
	display: none;
}

.sellers ul li:first-child {
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 500;
	text-shadow: 1px 0px 1px rgba(50, 50, 50, 0.4);
	padding: 20px;
	list-style-type: none;
	background: #428BCA;
	max-width: 125px;
	width: 125px;
	height: 105px;
	max-height: 105px;
	box-sizing: border-box;
	color: #fff;
	border: 1px solid rgb(50, 50, 50, 0.5);
	padding-top: 30px;
	position: relative !important;
}

.sellers ul > li.male {
	background: linear-gradient(#428BCA, #377DB7);
	border: 1px solid rgba(24, 73, 114, 0.4);
}

.sellers ul > li.male .bg {
	background: url(/img/male.png) no-repeat;
	width: 62px;
	height: 71px;
	text-align: center;
	margin-top: -10px;
	margin-left: 14px;
}

.sellers ul > li.female {
	background: linear-gradient(#E94E77, #C43556);
	border: 1px solid rgba(204, 61, 96, 0.5);
}

.sellers ul > li.female .bg {
	background: url(/img/female.png) no-repeat;
	width: 62px;
	height: 71px;
	text-align: center;
	margin-top: -13px;
	margin-left: 15px;
}

.sellers ul > li.shop {
	background: linear-gradient(#aaa, #888);
	border: 1px solid rgba(110, 110, 110, 0.5);
}

.sellers ul > li.shop .bg {
	background: url(/img/internet-icon-64.png) no-repeat;
	width: 62px;
	height: 71px;
	text-align: center;
	margin-top: -10px;
	margin-left: 10px;
}

.sellers ul.add > li:first-child {
	background: #fff;
	border: 2px dashed rgba(50, 50, 50, 0.8);
	color: rgba(50, 50, 50, 0.7);
	text-shadow: none;
	font-weight: 600;
	margin-bottom: 41px;
}

.sellers ul.add > li:first-child:hover {
	border: 2px dashed rgba(45, 115, 173, 0.5);
	background: rgba(45, 115, 173, 0.05);
}

.sellers .side {
	height: 100%;
	border-left: 1px dashed rgba(50, 50, 50, 0.4);
}

.sellers .list ul li.sex:hover .bg {
	opacity: 1;
	-webkit-transform: rotate(360deg);
	transform: scale(1.2, 1.2) skew(0deg) rotate(360deg);
}

.editPeriod {
	float: right;
	display: none;
}

.editPeriod .btn, .edit-logo .btn {
	padding: 5px;
	font-size: 13px;
	font-weight: 700;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#partner .edit-buttons {
	text-align: right;
}

#partner .edit-buttons .btn {
	margin-left: 10px;
}

#logo-preview {
	margin-bottom: 16px;
	text-align: center;
}

.list {
	width: 700px;
}

.list ul li.sex, .clients ul li.sex {
	position: relative;
}

.other.active, .btn.active {
	pointer-events: none;
	opacity: 0.5;
}

.clients ul {
	margin-bottom: 10px;
	position: relative;
}

.clients ul li {
	font-family: 'Open Sans';
	font-weight: 600;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 5px;
	border-radius: 10px;
}

.clients ul li:first-child {
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 600;
	text-shadow: 1px 0px 1px rgba(50, 50, 50, 0.4);
	padding: 20px;
	text-align: center;
	list-style-type: none;
	background: linear-gradient(#6BA861, #529348);
	max-width: 125px;
	width: 125px;
	height: 105px;
	max-height: 105px;
	box-sizing: border-box;
	color: #fff;
	border: 1px solid rgba(59, 119, 49, 0.8);
	margin-right: 17px;
	padding-top: 30px;
	opacity: 0.8;
}

.clients ul li:first-child:hover {
	opacity: 1;
}

.clients ul li {
	font-size: 13px;
}

.clients ul li p {
	line-height: 1.2;
	margin: 0 0 3px;
	color: rgba(50, 50, 50, 0.7);
}

.clients ul li {
	color: rgba(50, 50, 50, 0.4);
	font-size: 12px;
}

.clients ul li p.client-shipping {
	color: #e00;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 125px;
}

.clients ul li p.client-shipping span:hover {
	text-decoration: underline;
}

#shop-seller-sum {
	text-align: left;
}

#shop-seller-sum h4 {
	margin-top: 0;
}

#shop-seller-total {
	color: #64B756;
	float: right;
}

.summary-clients ul li:first-child {
	max-width: 255px;
	width: 255px;
}

.sellers .summary-clients {
	font-family: 'Open Sans';
	margin-bottom: 50px;
}

.sellers .summary-clients h3 {
	text-align: left;
	margin-top: 0px;
	font-weight: 700;
	font-size: 18px;
	/*border-bottom: 1px solid rgba(50,50,50,0.2);*/
	text-decoration: underline;
	margin-bottom: 20px;
}

.sellers .summary-clients h4:first-child {
	margin-top: 0px;
}

.sellers .summary-clients h4 {
	font-size: 13px;
	text-align: left;
	font-weight: 600;
	margin-top: 14px;
	margin-bottom: 5px;
}

.sellers .summary-clients h4 .money {
	float: right;
	color: #64B756;
}

.summary-clients .sum_qty {
	color: #333;
}

.sellers .summary-clients ul li:before {
	content: '\2713';
	color: rgba(50, 50, 50, 1);
	margin: 0 .5em;
}

.sellers .summary-clients ul li {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 10px;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: left;
	margin-top: 5px;
	border-radius: 10px;
	color: rgba(50, 50, 50, 0.54);
	border: 0;
	padding: 0;
	height: auto !important;
	text-shadow: none;
	background: none;
}

.items {
	margin-bottom: 2px !important;
}

#clients .col-md-9 {
	width: 67%;
	padding-left: 0px;
}

#clients .col-md-3 {
	width: 33%;
}

#sellers .col-md-9 {
	width: 69%;
}

#sellers .col-md-3 {
	width: 30%;
}

.sellers .col-md-9 {
	width: 71%;
}

.sellers .col-md-3 {
	width: 27%;
}

.total {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 40px;
	background: #fff;
	text-align: right;
	margin-right: 30px;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 30px;
	color: rgba(50, 50, 50, 1);
}

.total .m {
	font-size: 25px;
	font-weight: 700;
	color: #5CAD4E;
	color: rgba(53, 104, 43, 0.8);
}

.clients ul.add > li:first-child {
	margin-bottom: 46px;
	/* 46 */
}

.editUser {
	display: none;
	padding: 5px;
}

.editUser:hover {
	background: rgba(0, 0, 0, 0.2);
	padding: 5px;
	padding-top: 2px;
	border-radius: 5px;
}

.editUser {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 7px;
	margin-top: 75px;
	padding-top: 2px;
	padding: 5px;
	display: inline;
	visibility: hidden;
}

.userDone {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 2px;
	padding: 5px;
	display: inline;
}

ul.element {
	position: relative;
}

.sellers .list {
	width: 670px;
}

.sellers ul.element {
	margin-right: 20px;
}

ul.element:hover .editUser {
	padding-top: 2px;
	padding: 5px;
	display: inline;
	visibility: visible;
}

.delUser, .delClient {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 7px;
	margin-top: 12px;
	opacity: 0.8;
	display: inline;
	padding: 5px;
	padding-top: 2px;
	display: none;
	visibility: hidden;
}

ul.element:hover .delUser, ul.element:hover .delClient {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.8;
	display: inline;
	padding: 5px;
	padding-top: 2px;
	visibility: visible;
}

ul.element:hover .delClient {
	margin-right: 22px;
	margin-top: 10px;
}

.delUser:hover, .delClient:hover, .delUser:hover {
	opacity: 1 !important;
	padding: 5px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.editClient {
	line-height: 1.2;
}

.editClientInfo {
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 22px;
	margin-top: 75px;
	padding: 5px;
	display: inline;
	visibility: hidden;
	z-index: 950;
}

.editClientInfo:hover {
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.2);
	padding: 5px;
	padding-top: 2px;
	border-radius: 5px;
}

ul.element:hover .editClientInfo {
	float: right;
	padding-top: 2px;
	padding: 5px;
	display: inline;
	visibility: visible;
}

/* moveClient */
.moveClient {
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 5px;
	margin-top: 75px;
	padding: 5px;
	display: inline;
	visibility: hidden;
	z-index: 950;
}

.moveClient:hover {
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.2);
	padding: 5px;
	padding-top: 2px;
	border-radius: 5px;
}

ul.element:hover .moveClient {
	float: right;
	padding-top: 2px;
	padding: 5px;
	display: inline;
	visibility: visible;
}
/* end moveClient */

.client-shop-icon {
	left: 10px;
	position: absolute;
	top: 15px;
}

#client-shop-modal h4 {
	font-size: 16px;
	font-weight: bold;
}

.disabled .sellers ul {
	cursor: default;
}

.disabled .addClient, #sales.disabled .addClient:hover {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

.disabled ul.element {
	opacity: 0.5;
	cursor: default;
}

.disabled ul.element:hover {
	opacity: 1;
	cursor: pointer;
}

.disabled ul.element.add li, .disabled ul.element.add li:hover {
	background: none;
	pointer-events: none;
}

.disabled ul.element.add:hover {
	opacity: 0.5;
	background: none !important;
	pointer-events: none !important;
}

.disabled ul.element .delClient, .disabled ul.element .editClientInfo, .disabled ul.element .delUser, .disabled ul.element .editUser {
	display: none;
}

.disabled .editsale {
	opacity: 0.5;
	pointer-events: none;
}

.modal-dialog.disabled .btn-success {
	display: none;
}

.modal-dialog.disabled .bootbox-body input * {
	pointer-events: none;
}

.modal-dialog.disabled .bootbox-body {
	opacity: 0.8;
}

.sale.done {
	opacity: 0.7;
}

.sale-status {
	font-weight: 600;
	display: none;
	padding: 10px;
}

.sellerbtn {
	white-space: normal;
}


/* TOP MENU */

ul#menu-top {
	text-align: center;
	float: none;
	clear: both;
	width: 840px;
	margin: 0 auto;
	margin-top: 33px;
}

ul#menu-top li {
	margin-left: 5px;
	border-bottom: 5px solid transparent;
}

ul.dropdown-menu li {
	border: none !important;
}

ul#menu li ul.dropdown-menu li {
	border-bottom: 5px solid transparent;
}

ul#menu-top li a {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 15px;
	color: #000;
	line-height: 0px;
	height: 2px;
	text-transform: uppercase;
}

ul#menu-top li ul li a {
	line-height: 2px;
	height: auto;
}

ul#menu-top li a:hover {
	background: none;
}

ul#menu-top li.current-menu-ancestor, ul#menu-top li.current-menu-item {
	/*border-bottom: 5px solid #000;*/
}

ul#menu-top li:hover, ul#menu-top li.current-menu-item, ul#menu-top li.current-menu-ancestor, :not(ul.dropdown-menu li:hover) {
	/*border-bottom: 5px solid #000;*/
}

ul.dropdown-menu {
	background: #000;
	padding: 8px;
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: left;
}

ul.dropdown-menu li a {
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 600 !important;
	line-height: 25px !important;
}

ul.dropdown-menu li:hover {
	border: 0 !important;
}

ul.dropdown-menu li a:hover {
	text-decoration: underline;
}

.my-ravelli {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
	margin-right: 100px;
}

.my-ravelli a {
	outline: 0;
}

.my-ravelli .ms {
	background: url(../../images/ms.png) no-repeat;
	height: 41px;
	width: 170px;
	background-position: 0px -41px;
}

.my-ravelli .ms:hover {
	background-position: 0px 0px;
	cursor: pointer;
}

.caret {
	margin-left: 5px;
}


/* WP SLIDER */

div.wp-slider {
	position: relative;
	background: rgba(255, 255, 255, 0.98);
	width: 100%;
	height: 500px;
	margin-top: 25px;
}

div.wp-slider .image {
	position: relative;
	margin: 0 auto;
	width: 1252px;
}

div.wp-slider .caption-wrap, div.wp-slider .text {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 180px;
	margin-left: 125px;
	padding: 10px;
	width: auto;
	font-family: 'Open Sans';
	font-size: 40px;
	font-weight: 700;
	color: #000;
	opacity: 1;
	line-height: 1.42857 !important;
	background: rgba(255, 255, 255, 0.8);
}


/* PARTNER */

#partner .center {
	padding-top: 24px;
}


/* PERIODS */

#periods {
	text-align: center;
	margin-top: 40px;
	width: fit-content;
}

#periods li {
	position: relative;
	width: 200px;
	min-height: 125px;
	max-height: 125px;
	height: 125px;
	background: #73A9D6;
	background: linear-gradient(#86B8E0, #73A9D6);
	border-radius: 0px;
	margin-right: 10px;
	list-style-type: none;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	border: 1px solid rgba(59, 94, 122, 0.5);
	text-shadow: 1px 0px 2px rgba(50, 50, 50, 0.4);
	display: inline-block;
	transition: all 0.5s;
	border-radius: 10px;
}

#periods li.ravelli {
	background: #707070;
	background: linear-gradient(#808080, #707070);
}

#periods li.ravelli:hover {
	background: linear-gradient(#707070, #808080);
}

#periods li.miljo {
	background: #50b056;
	background: linear-gradient(#60c066, #50b056);
}

#periods li.miljo:hover {
	background: linear-gradient(#50b056, #60c066);
}

#periods li.new {
	background: #fff;
	border: 2px dashed rgba(50, 50, 50, 0.5);
	color: #555;
	text-shadow: none;
}

#periods li.new:hover {
	border: 2px dashed rgba(45, 115, 173, 0.5);
	background: rgba(45, 115, 173, 0.05);
}

#periods.list {
	width: auto;
	margin-left: 70px;
}

#periods.list li {
	float: left;
	margin-bottom: 10px;
}

.salename {
	position: absolute;
	left: 0px;
	top: 5px;
	text-align: center;
	width: 100%;
}

.clonesale {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 24px;
	width: 24px;
	display: inline-block;
}

.orderDate {
	position: absolute;
	text-align: left;
	bottom: 1px;
	left: 5px;
}

.landing-icon {
	bottom: 24px;
	height: 16px;
	position: absolute;
	right: 0;
	width: 24px;
}

.landing-icon img {
	position: absolute;
	right: 4px;
}

/* CHART */


/*
li {
    display: inline-block;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 60px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 25%;
}
li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
li a:hover, li a.active {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
}r
li a.active:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
}
*/

.chart {
	display: inline-block;
	height: 110px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	width: 110px;
}

.chart canvas {
	left: 0;
	position: absolute;
	top: 0;
}

.percent {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 30px;
	display: inline-block;
	line-height: 110px;
	z-index: 2;
}

.percent:after {
	font-size: 0.8em;
	margin-left: 0.2em;
}

.angular {
	margin-top: 100px;
}

.angular .chart {
	margin-top: 0;
}

.related {
	font-family: 'Open Sans';
	font-size: 20px;
	margin-top: 5px;
	color: rgba(50, 50, 50, 0.5);
}

#shop-sales, #sum-kickback {
	color: rgba(80, 80, 80, 0.9);
	font-family: 'Open Sans';
	font-size: 13px;
	padding: 8px 0 0;
}

#shop-num, #sum-kickback-sum {
	font-weight: bold;
}

#shop-link {
	font-family: 'Open Sans';
	font-size: 14px;
	margin-top: 18px;
}

#shop-link-text {
	font-family: 'Open Sans';
	font-size: 12px;
	margin-bottom: 5px;
}

#shop-seller-link {
	margin-top: 14px;
}

.related strong {
	color: rgba(50, 50, 50, 1);
}

.info {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 13px;
	color: rgba(50, 50, 50, 0.9);
	width: 500px;
	margin: 0 auto;
}

.small.light {
	font-size: 11px;
	color: rgba(50, 50, 50, 0.5);
}

.sort {
	border-bottom: 1px solid rgba(50, 50, 50, 0.2);
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.make_order {
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9FDC22), color-stop(100%, #94CC20));
	background: -moz-linear-gradient(center top, #9CD12B 0%, #8EC419 100%);
	-webkit-box-shadow: 0px 1px 0px 0px #C2EC6A inset, 0px 1px 2px 0px #d5d5d5;
	-moz-box-shadow: 0px 1px 0px 0px #C2EC6A inset, 0px 1px 2px 0px #d5d5d5;
	box-shadow: 0px 1px 0px 0px #C2EC6A inset, 0px 1px 2px 0px #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 0px #709A16;
	padding: 10px 20px;
	border-color: #7BA819;
	border-width: 1px;
	border-style: solid;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}

.make_order:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84B71E), color-stop(100%, #7BA819));
	background: -moz-linear-gradient(center top, #84B71E 0%, #7BA819 100%);
	-webkit-box-shadow: 0px 1px 0px 0px #A0CA4E inset;
	-moz-box-shadow: 0px 1px 0px 0px #A0CA4E inset;
	box-shadow: 0px 1px 0px 0px #A0CA4E inset;
	text-shadow: 0px -1px 0px #628813;
	cursor: pointer;
}

.make_order:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7BA819), color-stop(100%, #84B71E));
	background: -moz-linear-gradient(center top, #7BA819 0%, #84B71E 100%);
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}

.make_order.disabled {
	background: rgba(50, 50, 50, 0.1);
	pointer-events: none;
	box-shadow: none;
	border: 1px solid rgba(50, 50, 50, 0.2);
	color: rgba(50, 50, 50, 0.22);
	text-shadow: none;
}

.label {
	font-size: 70%;
	padding: 0.2em 0.5em 0.3em;
	margin-left: 6px;
	margin-top: 2px;
	float: right;
}


/* BOX */

div.box {
	background: #fff;
	/* overflow: hidden; */
	margin-top: 20px;
	box-shadow: 2px 5px 3px rgba(50, 50, 50, 0.1);
	padding: 30px;
	margin-top: -5px;
	position: relative;
	/* min-width: min-content; */
}

div.box .page-header {
	border: none;
}

div.box h1 {
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 7px solid #000;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000;
}

div.box .post_content {
	clear: both;
	margin-top: 60px;
}

div.box .post_content h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px !important;
	color: #000;
}

div.box h1.green {
	border-bottom: 7px solid #45a12a;
}

div.box h1.yellow {
	border-bottom: 7px solid #ffed00;
}

div.box h1.red {
	border-bottom: 7px solid #e30613;
}

div.box .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.01);
	-webkit-transition: all 0.5s ease-in-out 0.5s;
	-moz-transition: all 0.5s ease-in-out 0.5s;
	-ms-transition: all 0.5s ease-in-out 0.5s;
	-o-transition: all 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease-in-out;
}


/* SLIDER */

.slider {
	margin-top: 15px;
	border: 1px solid rgba(0, 0, 0, 0.7);
	width: 100%;
}

.amount-profit, .amount-packet {
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 57px;
	margin-top: 35px;
}

.amount-packet ul li {
	float: left;
	padding: 2px;
	border: 1px solid rgba(50, 50, 50, 0.8);
	margin-right: 3px;
	color: #000;
	line-height: 48px;
}

.amount-packet {
	margin-left: 50px;
}

.amount {
	font-family: 'Open Sans';
	font-size: 25px;
	font-weight: bold;
	margin-right: 0px;
	margin-top: 5px;
	float: right;
}

.arrow {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 120px;
	margin-top: 50px;
}

.slider .ui-state-default, .slider .ui-widget-content .ui-state-default, .slider .ui-widget-header .ui-state-default {
	background: url(/img/kr.png) no-repeat;
	border: 0;
	padding: 15px;
	outline: none;
	cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-top: -0.1em;
}

.ui-widget-header {
	background: #f39200;
}


/* CATALOG */

div.catalog {
	background: #fff;
	overflow: hidden;
	margin-top: 20px;
	padding: 0;
	position: relative;
}

div.catalog h2 {
	font-family: 'Open Sans';
	font-size: 50px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	padding-left: 90px;
	padding-top: 60px;
	padding-bottom: 40px;
}

div.catalog .col-md-5 img {
	float: right;
}


/* IMAGE BOX */


/* FOOTER */

#footer {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 13px;
	color: rgba(50, 50, 50, 0.5);
}

#footer a {
	font-family: 'Open Sans';
	color: rgba(50, 50, 50, 0.8);
	font-weight: 600;
	margin-top: -2px;
}

#footer .footer-link, #footer .footer-link a {
	font-family: 'Open Sans';
	font-weight: 600;
	color: rgba(50, 50, 50, 0.8);
	font-size: 11px;
	background: #fff;
}

#footer .tel {
	background: url("../../images/tel.png") no-repeat scroll 90% 50% rgba(0, 0, 0, 0);
	height: 8px;
	padding-left: 19px;
	padding-right: 11px;
	width: 16px;
}

#footer .call {
	padding-left: 5px;
}

#footer .twitter {
	background: url("../../images/twitter.png") no-repeat scroll 90% 80% rgba(0, 0, 0, 0);
	height: 8px;
	padding-left: 15px;
	padding-right: 9px;
	width: 16px;
}

#footer .facebook {
	background: url("../../images/facebook.png") no-repeat scroll 90% 50% rgba(0, 0, 0, 0);
	height: 8px;
	padding-left: 15px;
	padding-right: 9px;
	width: 16px;
}

#footer .mail {
	background: url("../../images/mail.png") no-repeat scroll 90% 50% rgba(0, 0, 0, 0);
	height: 8px;
	padding-left: 15px;
	padding-right: 17px;
	width: 32px;
}


/* bootstrap elements */

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	outline: 0;
}

.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	-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:active, .btn.active {
	background-image: none;
}

.btn-default {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;
}

.btn-default:hover, .btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}

.btn-default:active, .btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}

.btn-primary {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
	background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
	background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #2b669a;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #2d6ca2;
	background-position: 0 -15px;
}

.btn-primary:active, .btn-primary.active {
	background-color: #2d6ca2;
	border-color: #2b669a;
}

.btn-success {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}

.btn-success:hover, .btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px;
}

.btn-success:active, .btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e;
}

.btn-warning {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13;
}

.btn-warning:hover, .btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
}

.btn-warning:active, .btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13;
}

.btn-danger {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b92c28;
}

.btn-danger:hover, .btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px;
}

.btn-danger:active, .btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28;
}

.btn-info {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #28a4c9;
}

.btn-info:hover, .btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px;
}

.btn-info:active, .btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}

.btn {
	outline: 0 !important;
}

.thumbnail, .img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-color: #e8e8e8;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
	background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-color: #357ebd;
}

.navbar-default {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
	background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand, .navbar-nav > li > a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .navbar-nav > .active > a {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
	background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
	background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
	background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}

.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	border-color: #b2dba1;
}

.alert-info {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	border-color: #9acfea;
}

.alert-warning {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	border-color: #f5e79e;
}

.alert-danger {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	border-color: #dca7a7;
}

.progress {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
	background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
	background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

.progress-bar-success {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	text-shadow: 0 -1px 0 #3071a9;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
	background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
	background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
	border-color: #3278b3;
}

.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
	background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.panel-success > .panel-heading {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}


/* DATEPICKER CSS */


/* DatePicker Container */

.ui-datepicker {
	width: 251px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker-week-col {
	padding: 7px !important;
}

.ui-datepicker a {
	text-decoration: none;
}


/* DatePicker Table */

.ui-datepicker table {
	width: 100%;
}

.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-month, .ui-datepicker-year {
	color: #656565;
}

.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
	background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold !important;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666 !important;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: linear-gradient(top, #ededed 0%, #dedede 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0 !important;
}


/*   
  SmartCart 2.0 plugin 
  jQuery Shopping Cart Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/

.scMain {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #5A5655;
	border: 0px solid #CCC;
	width: 700px;
}

.scMain .scTabs {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0px;
	color: #5A5655;
	background-color: transparent;
	border: 0px solid #CCC;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	height: 324px;
}

.scMain .scBottomBar {
	display: block;
	position: relative;
	padding: 3px;
	margin: 0;
	margin-top: 0px;
	width: 100%;
	height: 40px;
	border: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	background: #F5F5F5;
}


/* Cart Styles */

.scMain .scCartHeader {
	display: block;
	position: relative;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	margin-top: 10px;
	/* width: 698px; */
	height: 25px;
	border: 0;
	border-bottom: 1px solid #CCC;
}

.scMain .scCartHeader .scCartTitle {
	display: block;
	position: relative;
	padding: 0px;
	padding-top: 4px;
	padding-left: 5px;
	margin: 0;
	height: 18px;
	border: 0;
	float: left;
}

.scMain .scCartHeader .scCartTitle1 {
	width: 50%;
}

.scMain .scCartHeader .scCartTitle2 {
	width: 10%;
}

.scMain .scCartHeader .scCartTitle3 {
	width: 10%;
}

.scMain .scCartHeader .scCartTitle4 {
	width: 20%;
}

.scMain .scCartHeader .scCartTitle5 {
	width: 10%;
	border-right: 0;
}

.scMain .scCartList {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0;
	width: 100%;
	height: 264px;
	border: 0px solid #F5F5F5;
	background: #FFFFFF;
	overflow: auto;
}

.scMain .scCartList .scCartItem {
	display: block;
	position: relative;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	margin-top: 3px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #CCC;
	background: #F5F5F5;
	float: left;
}

.scMain .scCartList .scCartItem .scCartItemTitle {
	display: block;
	position: relative;
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0;
	border: 0;
	border-right: 1px solid #CCC;
	float: left;
}

.scMain .scCartList .scCartItem .scCartItemTitle1 {
	padding-top: 2px;
	width: 50%;
}

.scMain .scCartList .scCartItem .scCartItemTitle1 div, .scMain .scCartList .scCartItem .scCartItemTitle1 img {
	margin-left: 3px;
	float: left;
}

.scMain .scCartList .scCartItem .scCartItemTitle1 div {
	display: block;
	overflow: hidden;
	padding-left: 2px;
}

.scMain .scCartList .scCartItem .scCartItemTitle2 {
	width: 10%;
	height: 54px;
}

.scMain .scCartList .scCartItem .scCartItemTitle3 {
	width: 10%;
	height: 54px;
}

.scMain .scCartList .scCartItem .scCartItemTitle4 {
	width: 20%;
	height: 54px;
}

.scMain .scCartList .scCartItem .scCartItemTitle5 {
	border-right: 0;
	width: 10%;
	padding-top: 0px;
}


/* Product List Styles */

.scMain .scSearchPanel {
	display: block;
	position: relative;
	padding: 8px;
	margin: 0;
	width: 100%;
	height: 38px;
	margin-top: 20px;
	/*border-bottom: 1px solid #CCC;*/
}

.scMain .scSearchPanel .scTxtSearch {
	display: block;
	position: relative;
	padding: 2px;
	margin: 0;
	height: 22px;
	line-height: 18px;
	margin-left: 5px;
	margin-top: 0px;
	border: 1px solid #AAAAAA;
	padding: 1px 5px;
	width: 150px;
	color: #5A5655;
	float: left;
}

.scMain .scSearchPanel .scLabelSearch {
	display: block;
	position: relative;
	padding: 2px;
	margin: 0;
	height: 18px;
	line-height: 18px;
	margin-left: 1px;
	color: #5A5655;
	float: left;
}

.scMain .scSearchPanel .scLabelCategory {
	display: none;
	position: relative;
	padding: 2px;
	margin: 0;
	height: 18px;
	line-height: 18px;
	margin-left: 10px;
	color: #5A5655;
	float: right;
}

.scMain .scSearchPanel .scSelCategory {
	display: block;
	position: relative;
	padding: 1px;
	margin: 0;
	margin-left: 1px;
	border: 1px solid #AAAAAA;
	padding: 1px;
	color: #5A5655;
	float: right;
}

.scMain .scProductList {
	display: block;
	position: relative;
	padding: 3px;
	margin: 0;
	margin-top: 10px;
	width: 690px;
	height: 262px;
	border: 0px solid #F5F5F5;
	background: #FFFFFF;
	overflow: auto;
}

.scMain .scProductList .scProducts {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0;
	margin-top: 3px;
	width: 100%;
	/*border: 1px solid #F5F5F5;  
    border-bottom: 1px solid #CCC;*/
	border: 1px solid transparent;
	overflow: visible;
	float: left;
}

.scMain .scProductList .scProducts.hasVal, .scMain .scProductList .scProducts.hasVal:hover {
	background: rgba(187, 191, 141, 0.28) !important;
	border: 1px solid rgba(187, 191, 141, 1);
}

.scMain .scProductList .scProducts.nb {
	font-family: 'Open Sans';
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid rgba(50, 50, 50, 0.2);
	margin-bottom: 10px;
	margin-top: 10px;
}

.scMain .scProductList .scProducts:first-child {
	margin-top: 0px;
}

.scMain .scProductList .scProducts:hover {
	/*border: 1px solid #CCC;*/
	background: rgba(50, 50, 50, 0.02);
}

.scMain .scProductList .scProducts.nb:hover {
	border: 1px solid transparent;
	border-bottom: 1px solid rgba(50, 50, 50, 0.2);
}

.scMain .scProductList .scProducts .scPDiv1 {
	margin-left: 0px;
	padding: 2px;
	float: left;
}

.scMain .scProductList .scProducts .scPDiv2 {
	margin-left: 3px;
	margin-bottom: 3px;
	float: left;
	width: 480px;
	padding: 2px;
	height: 12px;
}

.scMain .scProductList .scProducts .scPDiv3 {
	margin-right: 10px;
	float: right;
	width: 100px;
	margin-top: 14px;
}

.scMain .scProductList .scProducts .scPDiv2 small {
    background: #e03333;
    color: #fff;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    margin-top: 5px;
}

.scMain .scProductList .scProducts .scPDiv2 small:empty {
	display: none;
}

.scMain .scProductList .scProducts .scPDiv2 small:before {
    content: "\25AE";
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
 }

.scMain ul.scMenuBar {
	display: block;
	list-style: none;
	position: relative;
	padding: 0px;
	margin: 0;
	height: 43px;
	clear: both;
	border-bottom: 1px solid #DDDDDD;
}

.scMain ul.scMenuBar li {
	position: relative;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	float: left;
}

.scMain ul.scMenuBar li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	text-decoration: none;
	width: 200px;
	height: 43px;
	color: #727272;
	/* 0464BB */
	font-family: 'Open Sans';
	font-size: 18px;
	outline: 0 none;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
}

.scMain ul.scMenuBar li a:hover {
	color: #5A5655;
}

.scMain ul.scMenuBar li a.sel {
	color: #5A5655;
	cursor: text;
	font-weight: 600;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

.scMain .scMenuBar li:nth-child(2) a {
	width: 250px !important;
}

.scProductImage {
	position: relative;
	height: 62px;
	width: 60px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 1px 1px 1px 1px;
	background: transparent;
	border: 1px solid #AAA;
}

.scProductImageSmall {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 1px;
	background: transparent;
	border: 1px solid #AAA;
}

.sImgLoader {
	position: absolute;
	margin: 0;
	padding: 0;
	margin-left: 25px;
	margin-top: 10px;
	background-color: #FFF;
}

.scSearch {
	display: none;
	margin: 0;
	margin-top: 0px;
	margin-left: 5px;
	padding: 1px;
	text-decoration: none;
	width: 80px;
	color: #fff;
	outline-style: none;
	text-align: center;
	background-color: #5A5655;
	border: 1px solid #5A5655;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.scSearch:hover {
	color: #FFF;
	/* 0464BB */
	background-color: #5A5655;
	border: 1px solid #5A5655;
}

.scRemove {
	display: block;
	margin: 0;
	margin-top: 5px;
	margin-left: 3px;
	text-decoration: none;
	outline-style: none;
	text-align: center;
	float: left;
	font-size: 11px;
	background: url(/img/delete.png) no-repeat;
	text-indent: -99999px;
	padding: 5px;
	padding-right: 10px;
}

.scAddToCart {
	display: block;
	margin: 0;
	font-size: 11px;
	margin-top: 10px;
	text-decoration: none;
	outline-style: none;
	text-align: center;
	float: right;
}

.scTxtQuantity {
	margin-right: 5px;
	border: 1px solid #E0E0E0;
	padding: 1px 5px;
	text-align: center;
	width: 30px;
	float: right;
}

.scTxtQuantity2 {
	margin-top: 0px;
	margin-right: 0px;
	border: 1px solid #E0E0E0;
	padding: 1px 5px;
	width: 30px;
	float: left;
}

.scLabelQuantity {
	margin-right: 0px;
	padding: 1px 5px;
	float: right;
}

.scLabelSubtotalText {
	display: block;
	margin-right: 0px;
	padding: 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	float: right;
}

.scLabelSubtotalValue {
	display: block;
	margin-left: 5px;
	margin-right: 20px;
	padding: 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	float: right;
}

.scCheckoutButton {
	display: block;
	margin: 0;
	margin-top: 4px;
	margin-right: 10px;
	padding: 0;
	padding-top: 7px;
	text-decoration: none;
	height: 22px;
	width: 180px;
	color: #FFF;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	outline-style: none;
	text-align: center;
	background-color: #5A5655;
	border: 1px solid #5A5655;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	display: none;
}

.scCheckoutButton:hover {
	color: #FFF;
	background-color: #EA8511;
	border: 1px solid #EA8511;
}

.scMessageBar {
	position: relative;
	margin: 0;
	padding: 10px;
	top: 10px;
	left: 4%;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #5A5655;
	background: #FFFFDD;
	border: 1px solid #FFD700;
	width: 90%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.scMessageBar2 {
	position: relative;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	top: 3px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFFFDD;
	border: 1px solid #FFD700;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/*  TOOLTIP CSS */

.tooltip {
	position: absolute;
	z-index: 999;
	background-color: #AAA;
	padding: 0px;
	border: 1px solid #AAA;
	color: #FFF;
	width: auto;
	text-align: left;
	overflow: visible;
}

.tooltip img {
	border: 0;
	float: left;
	background-color: #FFF;
}


/* ADMIN > LOG */

.color_debug {
	color: #03d;
}

.color_error {
	color: #e00;
}

.color_warn {
	color: #d60;
}

#logs {
	font-family: 'Open Sans';
	font-size: 13px;
	text-align: left;
}

#log_header {
	font-weight: bold;
	padding-bottom: 2px;
	text-align: left;
}

#log_header div, #log_search div, .log_row div {
	float: left;
}

#log_pagination {
	margin-top: 4px;
	text-align: center;
}

.log_row {
	padding: 10px;
}

.log_row div:nth-child(1) {
	color: rgba(50, 50, 50, 0.4);
}

.log_row.odd {
	background-color: #F7F7F9;
}

#log_search {
	padding-bottom: 8px;
}

#log_search_area {
	width: 178px;
}

#log_search_event {
	width: 289px;
}

#log_search_from {
	margin-right: 8px;
	width: 90px;
}

#log_search_to {
	width: 90px;
}

#log_search_user {
	width: 157px;
}


/* upload image */

#fake_upload {
	/* background: url(/img/file_browse.png) no-repeat; */
	float: left;
	height: 45px;
	position: relative;
	width: 200px;
}

.image_row div {
	float: left;
}

.image_row {
	padding: 10px;
}

.image_row.odd {
	background-color: #F7F7F9;
}

.upload_progress {
	display: none;
	float: right;
	height: 28px;
	width: 201px;
	margin-top: 3px;
	position: relative;
	padding: 2px 0 0 5px;
}

.progress-label {
	float: left;
	font-weight: bold;
	margin-top: 1px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
	width: 100%;
}

.imagepreview {
	position: relative;
	display: inline-block;
	width: 255px;
	margin: 0 auto;
	text-align: center;
}

.imagecontainer {
	position: relative;
	width: 52px;
	height: 52px;
	min-height: 52px;
	margin: 1px;
	cursor: pointer;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.imagecontainer img {
	display: block;
}

.delImage {
	position: absolute;
	display: inline-block;
	bottom: 0px;
	right: 0px;
}

/* admin */

#admin_tree {
	list-style: none;
	padding-left: 0;
	text-align: left;
}

#admin_tree span {
	font-family: 'Open Sans';
	font-weight: bold;
}

#admin_tree a {
	font-weight: bold;
}

#admin_tree ul {
	display: none;
	list-style: none;
	padding-left: 20px;
}

#admin_tree .cs {
	font-weight: normal;
	margin-bottom: 4px;
}

#admin_tree li {
	margin: 1px 0;
}

#admin_tree li.p {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}

#admin_tree li ul {
	margin-top: 4px;
}

#itab {
	padding-top: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none;
}

.tree_org, .tree_user, .tree_sale, .tree_seller {
	cursor: pointer;
	background: url(/img/expand.png) no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}

.slide {
	background: url(/img/collapse.png) no-repeat;
}

.slide img {}

.admin input.sb {
	padding: 8px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 3px;
	width: 120px;
}

.admin .nav > li > a {
	font-family: 'Open Sans';
	font-size: 13px;
	outline: 0;
	padding: 8px 8px;
}

.admin .nav > li.active > a {
	font-weight: 600;
}

.nav.nav-pills.pull-right {
	margin-right: 5px;
}

.ar {
	font-weight: bold;
	text-decoration: none;
	background: rgba(50, 50, 50, 0.08);
}

.ar .select2-match {
	text-decoration: none;
}

#admin li span {
	color: #594632;
}

#admin .missing {
	display: none;
}

#admin .toggle {
	margin: 3px 0 6px;
}

#admin .toggle img {
	cursor: pointer;
	vertical-align: bottom;
}

#admin .toggle li {
	list-style-type: disc;
}

#admin .toggle span:hover {
	cursor: pointer;
	text-decoration: underline;
}

#admin .toggle .missing_what:hover {
	cursor: default;
	text-decoration: none;
}

#admin .toggle ul {
	margin-left: 52px;
}

#admin_tree .welcome_email {
	cursor: pointer;
	margin-left: 8px;
}

#admin_tree .welcome_sent {
	color: #090;
	font-size: 11px;
	font-weight: normal;
	margin-left: 8px;
}

#admin_tree .active_user {
	cursor: pointer;
	margin-left: 8px;
	width: 16px;
	height: 16px;
}

#admin_tree .inactive_user {
	cursor: pointer;
	margin-left: 8px;
	width: 16px;
	height: 16px;
}

#stats h4 {
	/*font-weight: bold;*/
	font-size: 23px;
}

#stats h3 {
	font-weight: bold;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#stats .small {
	font-size: 15px;
	margin-top: 30px;
}

#stats .label {
	float: none;
	display: block;
}

#stats .title {
	font-size: 15px;
	font-weight: 500;
}

#stats th {
	border: none;
	font-size: 12px;
}

#stats .picklistRow.odd {
	background: #fff;
}

#stats .pr {
	width: 100%;
}

#stats .picklistRow div {
	float: none;
}

#stats h4.small {
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
}

#stats .title {
	padding-bottom: 10px;
}

#stats .label {
	font-size: 20px;
}

.statLang {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.stat-type {
	cursor: pointer;
}

.goalProgress {
	background: #f7f7f7;
	margin-top: 5px;
	height: 14px;
}

#statSpinner {
	display: inline-block;
	position: relative;
	margin: 200px;
}

div.progressBar {
	background: #428BCA;
	color: #fff;
	font-size: 10px;
	text-align: center !important;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	/*text-indent: -99999px;*/
	font-weight: 700;
	height: 14px;
	display: block;
	overflow: hidden;
	width: 20px;
	padding: 0 5px;
	min-width: 70% !important;
}

span.goalAmount {
	display: none;
	text-indent: -9999px;
}

.checkint.b {
	opacity: 0.75;
}

.count {
	/*
	color: #fff;
	display: none;
	*/
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 3px;
}

table.table.m thead tr .tablesorter-headerUnSorted {
	background-image: url("../img/bg.gif");
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

table.table.m thead tr .tablesorter-headerDesc {
	background: url("../img/desc.gif") no-repeat;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

table.table.m thead tr .tablesorter-headerAsc {
	background: url("../img/asc.gif") no-repeat;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

table .g {
	background: rgba(235, 235, 235, 0.5);
	border: rgba(235, 235, 235, 0.2) !important;
	color: rgba(50, 50, 50, 1) !important;
}

table.m h4 {
	font-size: 15px !important;
	margin: 0;
}

table.m .border {
	background: rgba(50, 50, 50, 0.021) !important;
	border-bottom: 10px solid #fff !important;
	padding: 0px;
	padding-left: 50px;
}

table .g.m {
	border-left: 15px solid #fff !important;
}

table.m th {
	text-align: left !important;
}

table.m td {
	color: rgba(50, 50, 50, 0.8);
	text-align: left;
}

img.n {
	vertical-align: top;
	padding-top: 17px;
}

.pen {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none !important;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid transparent;
	box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.pen:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	/*padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;*/
	border: 1px solid rgba(81, 203, 238, 1);
	outline: none !important;
}

.avg.n {
	background: rgba(92, 184, 92, 0.08);
	transition: 2s;
}

.tinfo {
	width: 122px;
}

.tinfo1 {
	width: 153px;
}

#season .dataTables_filter, #season .dataTables_empty, #season .dataTables_info, #season .dataTables_paginate, #season #DataTables_Table_0_paginate {
	display: none;
}

.season-resp {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.del-season {
	cursor: pointer;
}

.pointer_item {
	cursor: pointer;
}

/* admin orderlist */
input.orderListInp {
	margin-right: 4px;
	margin-left: 4px;
}

/* Admin Picklist */

#picklist-checks {
	display: inline-block;
}

#picklist-checks label {
	font-weight: normal;
	margin-bottom: 10px;
	margin-right: 10px;
}

.picklistRow div {
	float: left;
	text-align: left;
}

#picklistPagination {
	margin-top: 4px;
	text-align: center;
}

.picklistRow {
	padding: 10px;
}

.picklistRow.odd {
	background-color: #F7F7F9;
}

.picklist-incl-web {
	color: #337ab7;
	cursor: pointer;
	float: none;
}

.picklist-web-ordernos {
	display: none;
	float: none;
	margin-left: 1em;
}

.clear {
	overflow: hidden;
}


/* admin returns */

.returnListRow div {
	float: left;
	text-align: left;
}

.returnListRow {
	padding: 5px;
}

.rOdd td, .rOdd th {
	background-color: #F7F7F9;
}


/* salesheet */

#salesheet {
	text-align: left;
	font-size: 12px;
}

@media only screen and (device-width: 768px) {
	.container {
		width: auto;
	}
	.list {
		width: 100% !important;
	}
	.center {
		padding-top: 10px;
	}
	.delUser, .editUser {
		display: inline;
		visibility: visible;
		background: rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}
	.col-md-9 {
		width: 68% !important;
		float: left;
		padding: 0px;
	}
	.col-md-3 {
		width: 30% !important;
		float: left;
	}
	.btn.b {
		font-size: 10px !important;
	}
	.sort {
		width: 90%;
	}
	#periods.list {
		width: 80% !important;
	}
	#periods.list li {
		width: 138px;
		height: 80px;
		font-size: 15px;
	}
}

.hide-desktop {
	display: none;
}

.hide-mobile {
	display: none !important;
}

@media (min-width: 480px) {
	/* TABLE FIX */
	.table {
		width: 100%;
	}
}
	
/* MOBIL GREJJER */
@media (max-width: 480px) {
	/* LOGO ETC */
	body {
		padding-top: 0 !important;
	}
	div.logo {
		/* text-align: center; */
		margin: 0 auto;
		width: 146px;
		height: 58px;
		float: left;
		margin-top: 20px;
		padding-left: 5px;
		outline: 0 !important;
		margin: 0;
		margin-top: 12px;
	}
	#langflags {
		position: relative;
		float: right;
	}
	#langflags img {
		margin-left: 5px;
		height: 20px;
		bordeR: none;
	}
	/* MENU */
	.menu-container {
		 width: 100vw;
		 position: relative;
		 margin-left: -50vw;
		 height: 80px;
		 left: 50%;
		 padding: 10px;
		 background: rgba(0,0,0,0.1);
	}
	.menu-container .hamburger {
		display: inline-block;
		font-size: 25px;
		font-weight: bold;
		float: left;
		background: #000;
		color: #fff;
		border-radius: 5px;
		padding: 5px;
		padding-left: 10px;
		line-height: 30px;
		padding-right: 10px;
		margin-right: 10px;
		margin-top: 4px;
		margin-left: 23px;
	}
	.user-avatar {
		margin-bottom: 20px;
	}
	.nav-tabs-Peleft {
		display: none;
	}
	.menu-load .nav-tabs-Peleft { 
		display: block;
	}
	.menu-load .nav-tabs.nav > li {
		width: 100%;
	}
	.menu-load .nav-tabs.nav li a {
		color: #000;
		font-size: 17px;
		border: 0 !important;
	}
	.tab-content {
		padding-top: 0 !important;
	}
	/* MENU 2 */
	.new-mobile-menu {
		width: 100%;
		padding: 10px;
		padding-bottom: 15px;
		background: #eee;
		margin-top: -5px;
		font-size: 15px;
	}
	.new-mobile-menu {
		font-weight: bold;
	}
	.new-mobile-menu .hamburger {
		display: inline;
		float: left;
		margin-right: 10px;
	}
	.main.box {
		border-top: 1px solid rgba(0,0,0,0.2) !important;
		min-height: auto;
	}
	/* PICKLIST */
	.picklistRow div {
		width: auto !important;
	}
	/* CONTAINER */
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	div.box {
		padding: 10px;
	}
	/* SALES */
	.editPeriod  {
		float: left;
	}
	.sellers .btn {
		font-size: 10px;
	}
	.sellers .list {
		width: 100%;
	}
	.menu-load .editPeriod  {
		width: 100%;
	}
	.editPeriod.deletesale {
		margin-left: 0;
	}
	.editPeriod {
		margin-left: 10px !important;
		margin-bottom: 10px !important;
	}
	.saleSheet {
		float: left;
		width: 100%;
	}
	#sales .nav-tabs-left {
		display: none;
	}
	/* USER */
	.user-settings {
		margin-right: 15px;
	}	
	.user-settings .nav-pills > li > a { 
		font-family: 'Open Sans';
		font-size: 9px;
		font-weight: 600;
		color: #000;
		margin-left: 2px;
		padding: 5px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		background: rgba(255,255,255,0.9);
	}
	.avatar .title {
		font-size: 15px;
	}
	.organization {
		font-size: 10px;
	}
	.user-settings .nav-pills {
		margin-top: 5px;
	}
	.menu-avatar {
		height: 22px;
		margin-right: 5px;
		width: 22px;
	}
	/* TABLE */
	.table.pending {
		width: 400px;/*
		table-layout: fixed;*/
	}
	.table.pending th,
	.table.pending tr,
	.table.pending td {
		width: auto !important;
	}
	.table.pending td,
	.table.pending th {
		text-align: left;
	}
	.table.pending .sorting_asc,
	.table.pending .sorting_desc {
		width: 50px !important;
		text-align: left !important;
	}
	.table.pending .sorting {
		text-align: left !important;
	}
	/*.table.pending th:nth-child(3), .table.pending td:nth-child(3),
	.table.pending th:nth-child(4), .table.pending td:nth-child(4),
	.table.pending th:nth-child(5), .table.pending td:nth-child(5) {
	  display: none;
	}*/
	/* STATS */
	#stats .label {
		float: left;
	}
	/* USER */
	#userList {
		font-size: 10px !important;
	}
	/* TABLE SPEC */
	#pendingusers .nav > li > a {
		font-size: 12px;
	}
	#pendingusers .active {
		
	}
	#pendingusers .active a {
		border: 1px solid #eee !important;
		background: rgba(0,0,0,0.05);
	}
	#pendingusers .nav-tabs>li a {
		border: 1px solid transparent;
		border-radius: 5px !important;
	}
	/* ORDER */
	#deactivate_all_users {
		float: none !important;
	}
	/* MODAL FIX */
	.modal-dialog {
		width: auto;
	}
	.sub-modal input {
		max-width: 120px;
	}
	.sub-modal li div {
		max-width: 130px;
	}
	/* RETURNS */
	.table.returns {
		margin-top: 20px !important;
	}
	.table.returns th,
	.table.returns tr,
	.table.returns td {
		width: auto !important;
	}
	.table.returns td,
	.table.returns th {
		text-align: left;
	}
	.table.returns .sorting_1 {
		padding: 10px !important;
		padding-left: 40px !important;
	}
	.table.returns .sorting_asc,
	.table.returns .sorting_desc {
		width: 50px !important;
		text-align: left !important;
	}
	.table.returns .sorting {
		text-align: left !important;
	}
	.table.returns th:nth-child(3), .table.returns td:nth-child(3),
	.table.returns th:nth-child(4), .table.returns td:nth-child(4),
	.table.returns th:nth-child(5), .table.returns td:nth-child(5){
	  display: none;
	}
	#returns-box .dataTables_wrapper .dataTables_filter {
		margin-top: 0 !important;
	}
	#returns .return-mobile {
		position: relative !important;
		float: left;
		z-index: 950;
		left: 0;
		top: auto !important;
	}
	/* WHA */
	.amount {
		width: 100%;
	}
	/* SALES */
	div#sales .nav > li > a {
		font-size: 15px;
	}
	/* PRODUKT */
	.product-hide-mobile {
		display: none;
	}
	.editPeriod .btn {
		font-size: 10px;
	}
	/* USER */
	#clients .total {
		text-align: center;
	}
	@media (max-width: 480px) {
		.sellers .col-xs-12 {
			width: 100% !important;
		}
	}
	.mobile-disable-row {
		margin: 0;
	}
	.side {
		border: 0 !important;
		border-top: 1px solid rgba(0,0,0,0.2) !important;
		padding-top: 10px;
	}
	.side .row {
		margin: 0;
	}
	.mobile-center {
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.sellers .btn {
		font-size: 14px;
		font-weight: bold;
	}
	.mobile-margin-fix-right {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.sellers ul.element {
		margin-right: 10px;
	}
	.modal-dialog {
		width: 100% !important;
	}
	.no-float-mobile {
		float: none !important;
	}
	/* CART */
	.scMain {
		width: 100%;
		font-size: 11px;
	}
	.scMain ul.scMenuBar li {
		width: auto;
	}
	.scMain ul.scMenuBar li a {
		display: inline-block;
		font-family: "Open Sans";
		font-size: 15px;
		padding: 10px;
		width: auto !important;
	}
	.scMain .scMenuBar li:nth-child(2) a {
		width: auto !important;
	}
	.scMain .scProductList {
		width: 100% !important;
	}
	.scMain .scTabs {
		width: 100%;
	}
	.scMain .scProductList .scProducts {
		margin-bottom: 20px;
	}
	.scMain .scProductList .scProducts .scPDiv2 {
		max-width: 150px;
	}
	.scMain .scProductList .scProducts .scPDiv3 {
		float: left;
	}
	.total {
		position: relative;
	}
	.mobile-info-seller {
		width: 100% !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/*PLOCK */
	#orderRows .mainOrderRow {
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.full-pick {
		width: 100% !important;
	}
	.hide-pick-list {
		display: none;	
	}
	/* EXTRA */
	.mobile-push {
		margin-top: 30px;
	}
	/* LOGIN */
	#login #content {
		margin-top: 40px;
	}
	#login .col-md-6.col-md-offset-3 {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-login {
		position: relative;
		margin-bottom: auto;
		padding-top: 0;
	}
	/* DESKTOP */
	.show-mobile {
		display: block !important;
	}
	/* SELLER */
	#saleType, #orderType {
		width: auto !important;
	}
	#periods.list {
		margin-left: 0;
	}
	.slider {
		width: 100%;
		margin-top: 65px;
	}
	.info {
		width: 100%;
	}
	.center.small h2 {
		font-size: 20px;
	}
}

@media (max-width: 780px) {
	.table th,
	.table tr,
	.table td {
		width: auto !important;
		word-wrap: break-word;
	}	
}

@media (min-width: 780px) {
	.table.pending {
		/*table-layout: fixed !important;*/
		word-wrap: break-word;
	}
}

/* MOBILE SIDE PAN */
.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 952;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;  
    transition: 0.4s; 
}

.sidenav h3 {
    padding-left: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-top: 1px;
    font-weight: bold;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #555;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media (min-width: 1500px) {
	.container {
		width: 1300px;
	}
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/* boot modal */

#boot-modal .row {
	margin-left: -15px;
}

#boot-modal input, #boot-modal select {
	width: 100%;
}


/* shipping modal */

#shipping-rows .row {
	margin-bottom: 10px;
	margin-top: 2px;
}

#shipping-rows input, #shipping-rows select {
	height: 26px;
	padding: 2px 4px;
}

#shipping-rows input.has-error {
	border: 1px solid #a94442;
}


/* landing pages */

#boot-modal #landing-active {
	width: auto;
}

#boot-modal #landing-link {
	display: none;
	margin-top: 10px;
}

#boot-modal #landing-link i {
	vertical-align: middle;
}

#landing-shops {
	margin-bottom: 10px;
}

#landing-shops img {
	cursor: pointer;
}

.landing-span {
	vertical-align: sub;
}

.qrcodeimg {
	width: 100px; 
	height: 100px; 
	float: right;
	margin-left: 16px;
}
