* {
	margin:0;
	padding:0;
}
















.calendar-gui {
}

.calendar-gui table {
  width:100%;
  border:1px solid #666 !important;

  border-spacing: 0;
  border-collapse: separate;  
  table-layout: fixed;
}

.calendar-small table {
  border-spacing: 2px;
  border-collapse: collapse;  
  table-layout: fixed;
}

.calendar-gui table tr td,
.calendar-gui table {
  border-collapse: collapse;  
  border:1px solid #eee;
}




.calendar-gui table tr td,
.calendar-gui table tr th {
  padding:2px;
}


.calendar-gui table tr th {
  color:#777;
}


.calendar-gui table tr td {
  height:150px;
  vertical-align: top;
}

.calendar-gui table tr:first-child td {
  height:30px;
  line-height:30px;
  text-indent: 6px;
  font-weight:bold;
  font-family: 'Oswald', sans-serif;
  color:#666;

}


.calendar-gui table tr td:hover {
  background-color:rgba(200,200,200,.05);
}

.--calendar-gui table tr td:first-child {
  width:30px;
  color:#ddd;
  font-family: 'Oswald', sans-serif;

}

.--calendar-gui table tr:first-child td {
  color:#666;
  font-weight: bold;
}



.datenumber {
  display:block;
  background-color:rgba(200,200,200,.3);
  color:#666;
  border-radius: 50%;
  width:30px;
  height:30px;
  line-height: 30px;
  text-align: center;
  font-size:12px;
  margin-bottom:5px;
}

.calendar-gui td.active .datenumber {
}

.calendar-gui td.today .datenumber {
  background-color:rgba(255, 51, 0,.6);
  color:#fff;
  font-weight: bold;
}

.calendar-small table tr td {
  height:20px;
  line-height:20px;
  border:1px solid #ddd;
}

.calendar-gui table tr td:first-child {
  width:40px;
  text-align: center;
}


.calendar-small table tr th,
.calendar-small table tr td {
  text-align: center;
}



.calendar-gui td.passive,
.calendar-gui th.passive {
  vertical-align: top;
  background-color:#eee;
}

.calendar-gui td a {
  display:block;
  padding:4px;
  margin-bottom:4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color:rgba(200, 200, 200,.2);
  border-radius: 5px;
}

.calendar-gui td a:hover {
  background-color:rgba(255, 255, 204,1);
}


.calendar-gui td.today {
  background-color:rgba(200,200,200,.05);
}

.calendar-gui td.today a {
  color:#444;
}


.calendar-gui td.active {
/*  background-color:rgba(100,100,100,.05);*/
}

.calendar-gui td.active a {
  color:#666;

}




.calendar-gui td.passive a,
.calendar-gui th.passive a {
  color:#777;
}



























h1.default,
h2.default,
h3.default {
	text-transform: uppercase;
	font-weight: 200;
	color:#666;
}

.free-links {
	overflow: hidden;
	margin:20px;
}
.free-links a {
	padding-right:20px;
	display:block;
	float:left;
	color:#666;
	text-decoration: none !important;
}

.free_link:hover {
	color:#444 !important;
}



.delivery-item span {
	display:block;
}


.basket_item .text div.flex-box .delivery-item {
	padding:10px;
	margin-top:10px;
}

.basket_item .text div.flex-box .delivery-item span {
	font-size:18px;
}

.basket_item .text div.flex-box .delivery-item span.label {
	font-weight: 400;
	margin-top:10px;
	color:#000;

}

.basket_item .text div.flex-box .delivery-item span.banner {
	padding:30px;
	background-color:#eee;
	color:#222;
	border-radius: 4px;
	margin-bottom:20px;

}

.basket_item .text div.flex-box .delivery-item span.note {
	padding:5px 10px;
	background-color:#ccff99;
	color:#336600;
	border-radius: 4px;
	margin-bottom:20px;
}



.basket_item .text div.flex-box .delivery-item span.delivery {
	border-radius: 4px;
	padding:10px;
	background-color:#e6f7ff;
	color:#005780;
	margin-bottom:20px;
}

.basket_item .text div.flex-box .delivery-item span strong {

    font-weight: 500;
    display: inline-block;
    width: 150px;
    text-align: right;
    color: #000;


}








.basket_item {
	display:flex;
	align-content:stretch;
	margin-bottom:10px;
	position:relative;
	font-size:17px;
	color:#777;
}


.basket_item .show-this-product {
    font-size: 20px;
    font-weight: 500;
    color: #444;
}



.basket_item .edit-buttons {
	pointer-events: none;
	opacity: 0;
	transition: all .3s;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#eee;
	z-index:100;
}


.edit-buttons .buttons {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
}

.edit-buttons .buttons span,
.edit-buttons .buttons a {
	display:block;
	float:left;
	width:45px;
	height:45px;
	text-align: center;
	line-height: 45px;
	font-size:20px;
	background-color:#ddd;
	margin-right:4px;
	position: relative;
}

.edit-buttons .buttons span {
	background-color:#fff;
	font-weight: 600;
}


.edit-buttons .buttons a img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:15px;
}








.basket_item.edit .edit-buttons {
	pointer-events: auto;
	opacity: 1;
	transition: all .3s;
}



	.basket_item .image {
	    width: 210px;
	    margin-right: 0;
	}

	.basket_item .image > div {
	    width: 100%;
	    padding-bottom: 100%;
	    background-size: cover;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
	    border-radius: 0;
	}

	.basket_item .text {
	    border-radius: 0;
	    margin-left: 0;
	    flex-grow: 1;
	    padding: 10px 20px;
	    position: relative;
	}




	.basket_item .text .flex-box {
		display:block;
	}






.delivery-confirmation {
	text-align: left;
	border-radius: 10px;
	padding:20px;
	color:#555;
	margin-bottom: 20px;
}


.delivery-methods {
	text-align: left;
	border-radius: 10px;
	padding:20px;
	background-color:#e6f7ff;
	color:#005780;
	margin-bottom: 20px;
}



.delivery-errors {
	border-radius: 10px;
	padding:20px 20px 10px 20px;
	background-color:#ffb399;
	color:#802000;
	margin-bottom: 20px;
}

















form label {
	text-transform: uppercase;
	font-size:14px;
}


body.preload *{
animation-duration: 0s !important;
-webkit-animation-duration: 0s !important;
transition:background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;}

html {
	height: 100%;
}


body {
	background-color:#f8f8f8;
	padding:0 20px 0 120px;
	font-family: 'Roboto Condensed', sans-serif;
	transition: background .5s;

}

body.login {
	height:100%;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}


#modalBg {
	pointer-events: none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color: rgba(0,0,0,.2);
	z-index:199;
	opacity: 0;
	transition: all .3s;
	transition-delay: .3s;
}

#modalEdit {
	transition: all .3s;
	pointer-events: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	padding:30px;
	left:300px;
	background-color: #f8f8f8;
	border-left:1px solid rgba(0,0,0,.5);
	z-index:200;
	opacity: 0;
}

body.modalEdit #modalBg {
	pointer-events: auto;
	opacity: 1;
	transition: all .3s;
}

body.modalEdit {
	overflow:hidden;
	background-color:#777;
	transition: background .5s;
}

body.modalEdit #modalEdit {
	margin-left:20px;
	pointer-events: auto;
	opacity: 1;
	transition: all .3s;
	transition-delay: .3s;
	overflow-x: auto;	
}



#login {
	width:320px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	background-color:#fff;
	padding:20px;
}

#login img {
	width:100%;
	max-width:150px;
	margin:50px auto;
	display:block;
}

#menu {
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	width:100px;
	background-color:rgba(255,255,255,1);
	border-right:1px solid rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px rgba(0,0,0,0.06);

}

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

#menu ul li {
	display:block;
	margin:5px;
	padding:10px 5px 5px;
	background-color:rgba(121, 168, 175, 0);
	border:1px solid rgba(200,200,200,0);
	border-radius: 6px;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: all .5s;	
}

#menu ul li:hover {
	background-color:rgba(220,220,220,.25);
/*	border:1px solid rgba(200,200,200,.4);*/
}

#menu ul li:hover img {
	transition: all .5s;
	opacity: .6;
}

#menu ul li a {
	color:#666;
	text-decoration: none;
	display:block;
}

#menu ul li a span {
	opacity: .8;
	/*display:none;*/
}

#menu ul li:hover a span {
	transition: all .3s;
	opacity: 1;
	/*display:none;*/
}


#menu ul li img {
	display:block;
	margin: 0 auto 5px auto;
	opacity: .4;
	width:100%;
	max-width:27px;
}

#menu ul li:hover img {
	opacity: .8;
}






.item-container {
	position: relative;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px rgba(0,0,0,0.06);
	padding: 20px;
	margin:20px 10px;
	border-radius: 4px;
	max-width:1280px;
}

.item-container > strong {
	font-size:20px;
	font-weight:200;
	margin-bottom:6px;
	display:block;
}

.item {
	padding:10px;
	background-color:#f8f8f8;
	border-radius: 3px;
	cursor: pointer;
	transition: all .5 s;
	margin-bottom:5px;
	position:relative;
}

.item.folder {
	background-color:rgba(255, 214, 153,.3);
}

.item.order {
	background-color:rgba(153, 235, 255,.3);
}

.item.blogg {
	background-color:rgba(200, 200, 200,.3);
	color:#666;
}


.item.list-item.blogg span, .item.list-item.blogg a {
	color:#666;
}


.item.folder:hover {
	background-color:rgba(255, 214, 153,1);
}


.item.documents {
	padding-right:50px;
}

.item .title {
  	white-space: nowrap;
  	text-overflow: ellipsis;	
	overflow:hidden;
}

.item.list-item {
	overflow: hidden;
}

.item.list-item.disabled {
	opacity: .5;
}


.item.list-item span,
.item.list-item a {
	display:block;
	float:left;
	color:#b36b00;
	text-decoration: none !important;
}

.item.order.list-item span,
.item.order.list-item a {
	color:#666;
}


.item.list-item span.toggle-edit {
	color:#666;
}




.item .counter {
	position:absolute;
	right:5px;
	top:50%;
	transform: translate(0,-50%);
	background-color:#ddd
	color:#666;
	border-radius: 30%;
	height:26px;
	width:26px;
	display:block;
	line-height:26px;
	text-align:center;
	font-size:14px;
	font-weight:600;
	transition:all 1s;
}

.item:hover .counter {
	background-color:#ccc;
	transition:all 1s;
}



.item:hover {
	background-color:#eee;
	transition: all .5s;
	border-radius: 8px;
}	





.item-details {
	max-height:0;
	transition:all .2s;
	overflow:hidden;
	padding:0;
}

.item-details > div {
	opacity: 0;
	transition: opacity .2s;
}

.item-details div.details {
	display:flex;
	margin:0 0 10px 0;
}

.item-details div.details > div {
	max-width: 33%;
	flex-grow:1;
	padding:10px 0;
}

.item-details .details strong {
	padding-right:10px;
	display:inline-block;
	width:40%;
	text-align:right;
}

.item-details.open {
	padding:20px 0;
	max-height:3000px;
	transition:all .5s;
}

.item-details.open > div {
	opacity: 1;
	transition: opacity .5s;
	transition-delay: .5s;
}









ul.children {
	list-style:none;
	margin:10px 0 20px;
	padding:0 0 20px;
	overflow: hidden;
}

ul.children li {
	display:block;
	margin:5px 0 0 0;
	padding:5px;
	overflow: hidden;	
}

ul.children li:hover {
	background-color:#f8f8f8;
	cursor: pointer;
}

ul.children li span {
	float:left;
	display:block;
}


ul.children li span:nth-last-child(-n+2) {
	float:right;
	display:block;
	margin-left:10px;
}






ul.documents {
	list-style:none;
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px solid #eee;
	overflow: hidden;
}

ul.documents li {
	display:block;
	float:left;
	width:50%;
	margin:0;
	padding:0;
}



ul.documents li a {
	background-color:#f8f8f8;
	border:1px solid rgba(0,0,0,0);
	text-decoration:none;
	display:block;
	background-image:url('/resource/streamline-icon-shipment-package@140x140.svg');
	background-repeat:no-repeat;
	background-size:auto 50%;
	background-position:17px 50%;
	padding:5px 20px 5px 60px;
	cursor: pointer;
	margin:5px 5px 5px 0;
	border-radius: 5px;

}


ul.documents li.add-product {
	width:auto;
}

ul.documents li.add-product a {
	background-color:rgba(0,0,0,0);
	border:1px dashed rgba(200,200,200,.5);
	background-image:url('/resource/streamline-icon-shipment-add@140x140.svg');	
}


ul.documents li:nth-child(even) a {
	margin:5px 0 5px 5px;
}


ul.documents li:hover a {
	background-color:#f8f8f8;
	border:1px solid rgba(200,200,200,.5);
}




ul.documents li a span {
	display:block;
	padding:0 0;
	font-weight:200;
	color:#999;
}

ul.documents li a span:first-child {
	font-weight:400;
	color:#444;
  	white-space: nowrap;
  	text-overflow: ellipsis;	
	overflow:hidden;
}





.icon {
	display:inline-block;
	width:20px;
	height:20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:80%;
	margin:0 10px 0 0;
	opacity: .6;
}

.icon.edit {
	background-image:url('/resource/streamline-icon-interface-edit-pencil@140x140.svg');
}

.icon.delete {
	background-image:url('/resource/streamline-icon-interface-delete-bin-2@140x140.svg');
	opacity: .3;
}

.icon.delete:hover {
	opacity: .6;
}

.icon.layers {
	background-image:url('/resource/streamline-icon-interface-align-layers-1@140x140.svg');
}

.icon.folder-add {
	background-image:url('/resource/streamline-icon-interface-folder-add@140x140.svg');
}

.icon.folder {
	background-image:url('/resource/folder.svg');
}
.icon.product {
	background-image:url('/resource/product.svg');
}

.icon.order {
	background-image:url('/resource/receipt-solid.svg');
}

.icon.blogg {
	background-image:url('/resource/streamline-icon-book-book-pages@140x140.svg');
}





.edit_form {
	width:100%;
	max-width:900px;
	padding:20px;
}


form input::placeholder  {
	color:#ccc !important;
}



.form-flex {
	display:flex;
}

.form-flex > div {
	margin-right:5px;
}



#uploadList div:first-child {
	margin-top:20px;
}

#uploadList div {
	padding:5px 10px;
	margin-bottom:2px;
	display:block;
	position:relative;
	background-color:#fff;
	animation-name: color;
	animation-duration: 1s;
	animation-iteration-count: infinite;	
}

#uploadList div span {
	position:relative;
	z-index: 2;
	display:block;
	color:#999
}

#uploadList div.done span {
	color:#005266;
	transition: all .5s;
}


#uploadList div::before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	width:0;
	bottom:0;
	top:0;
	background-color: #b3f0ff;
	z-index:0;
}

#uploadList div.done::before {
	width:100%;
	transition: all 1s;
	transition-delay: 1s;
	transition-timing-function: ease-out;
}




.documents {
	overflow: hidden;
}


.documents > div {
	float:left;
	width:20%;
	padding-top:20%;
	position:relative;
}



.documents > div > span {
	position:absolute;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display:block;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	z-index:5;
}

.documents > div:hover {
	transition: all .5s;
	background-color:#f8f8f8;
}

.documents > div.default {
	transition: all .5s;
	background-color:#dc3545;
}


.documents > div > div.control {
	opacity: 0;
	position:absolute;
	z-index:10;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	background-color:rgba(255,255,255,.8);
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 2px 3px rgba(0,0,0,0.06);
	padding:5px;
}

.documents > div:hover > div.control {
	opacity: 1;
	transition: all .5s;
}


.documents > div > div.control button {
	margin-bottom:5px;
}




@keyframes color {
  0% {
    background-color: #eee;
  }
  50% {
    background-color: #fff;
  }
  100 {
    background-color: #eee;
  }
}