@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: 	local('Source Sans Pro Light'), 
  			local('SourceSansPro-Light'), 
  			url(fonts/toadOcfmlt9b38dHJxOBGCP2LEk6lMzYsRqr3dHFImA.woff2) format('woff2'),
				url(fonts/toadOcfmlt9b38dHJxOBGMVNtom4QlEDNJaqqqzqdSs.woff) format('woff');	
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: 	local('Source Sans Pro'), 
  			local('SourceSansPro-Regular'), 
  			url(fonts/ODelI1aHBYDBqgeIAH2zlJbPFduIYtoLzwST68uhz_Y.woff2) format('woff2'),
  			url(fonts/ODelI1aHBYDBqgeIAH2zlNHq-FFgoDNV3GTKpHwuvtI.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src:	local('Source Sans Pro Semibold'), 
  			local('SourceSansPro-Semibold'), 
  			url(fonts/toadOcfmlt9b38dHJxOBGMzFoXZ-Kj537nB_-9jJhlA.woff2) format('woff2'),
				url(fonts/toadOcfmlt9b38dHJxOBGCmgpmuQqK2I-L2S9cF65Ek.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: 	local('Source Sans Pro Bold'), 
  			local('SourceSansPro-Bold'), 
  			url(fonts/toadOcfmlt9b38dHJxOBGJkF8H8ye47wsfpWywda8og.woff2) format('woff2'),
				url(fonts/toadOcfmlt9b38dHJxOBGIqjGYJUyOXcBwUQbRaNH6c.woff) format('woff');
}

html, body, button {
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.4em;
	font-size: 14px;
	-background: rgb(64,64,64);
	color: rgb(190,190,190);
}

html, body {
	background-color: rgb(0,0,0);
}

.standalone body {
	margin-top: 16px;
}

input, select, textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(220,220,220,.5);
	margin-bottom: 30px;
	color: rgb(64,64,64);
	height: 40px;
	z-index: -1;
}

h1 i.fa {
	font-size: 24px;
	font-weight: 100;
	margin-left: 5px;
	padding: 0px 5px;
	cursor: pointer;
	color: rgb(49, 112, 143);
	/*
	line-height: 24px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	border: 2px solid rgb(128,128,128);
	border-radius: 30px;
	width: 24px;
	height: 24px;
	*/
}

h1 i.fa-angle-left {
	margin-right: 5px;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
}

h1 i.fa-angle-down {
	margin-left: 5px;
	padding: 0px 5px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	-margin-bottom: 24px;
	min-height: 20px;
}

a {
	color: rgb(49, 112, 143);
	text-decoration: none;
}		

.no-touch a:hover {
	text-decoration: underline;
	cursor: pointer;
}	

#container {
	background: rgba(255,255,255,.4);
  -moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

#container.dashboard {
	overflow: visible;
	top: 37px;
}

#container.fullscreen {
	max-width: 100%;	
}

/* autocomplete */
.autocomplete li {
	line-height: 1.4em;
}
.autocomplete .name {
	font-weight: 600;
}

.autocomplete .name b {
	font-weight: inherit;
	color: rgb(64,64,64);
}

.autocomplete-list li.selected .name b, .autocomplete-list li:hover .name b {
	color: inherit;
}


.autocomplete .address {
	display: block;
}

/* tooltip */
.tt table td {
	font-size: 12px;
	padding: 0px 5px;
}

.tt table td {
	text-align: left;
}

.tt table td.r {
	text-align: right;
}


.modal header.main {
	display: none;
}

.modal div.fullscreen .window-header {
	display: none;
}

header.main .nav li.order-counter {
	background: rgb(0, 128, 0);
	border-radius: 4px;
	color: rgb(255, 255, 255);
	height: 24px;
	line-height: 24px;
	margin: 6px 10px 0px 10px;
	padding: 0 8px;
	width: auto;
	display: none;
}

header.main .nav li.order-counter.order-counter-open {
	display: inline-block;
}

/* Foto's */

.logo {
	filter: brightness(0) invert(1);
	width: 90px;
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 6px;
	display: none;
}

img {
	-webkit-box-shadow:none;
}

body {
	background: rgb(48,48,48);
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.window-body {
	overflow: hidden;
	height: 100%;
}

.toggler {
	width: 40%;
	padding-top: 0px;
}
	
.toggler li {
	font-size: 13px;
}

.search {
}

.folders {
	position: absolute;
	height: 100%;
	width: 300px;
	-padding: 10px 10px 10px 10px;
	background: rgb(48,48,48);
	font-weight: 600;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,.3);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,.3);
	/*
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	*/
	overflow-x: hidden;
	z-index: 1;				
}

.folders.isOrder {
	width: 0;
}

/*
.selected {
	display: none;
	position: absolute;
	width:340px;
	height: 100%;
	right: 0;
}
*/
.images {
	position: absolute;
	left: 300px;
	right: 0px;
	height: 100%;
	padding: 72px 10px 10px 10px;
	background: rgb(32,32,32);
	/*
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	*/
	overflow-x: hidden;
	z-index: 1;
}

.images.isOrder {
	left: 0;
}

.images-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.folders .toolbar {
	border-bottom: 1px solid rgb(96,96,96);
	padding: 0px 10px;
	line-height: 50px;
	position: fixed;
	background: rgb(48,48,48);
	width: 300px;
	z-index: 1;
}

.folders .toolbar i {
	width: 20px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.folders .toolbar i.fa-plus {
	float: right;
}

.folders .toolbar i:hover {
	cursor: pointer;
	color: rgb(255,255,255);
}

.folders .toolbar h2 {
	display: inline-block;
	font-size: 16px;
}

.folders ul {
	margin-top: 52px;
}


.images .toolbar {
	position: absolute;
	display: block;
	padding: 0px 20px;
	top: 0px;
	line-height: 50px;
	height: 50px;
	left: 0;
	right: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(64,64,64);
	color: rgb(220,220,220);
}

.images .toolbar .fr {
	margin-top: -5px;
}

.images .toolbar .close {
	font-size: 32px;
	padding: 0px 20px 0px 0px;
	vertical-align: middle;
	margin-top: -6px;
	cursor: pointer;
	color: rgb(255,255,255);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;	
	opacity: .7;
}

.images .toolbar .close:hover {
	opacity: 1;
}

.images .toolbar .menu {
	margin-left: -10px;
}

.images .toolbar .menu.btn {
	color: rgb(255,255,255);
	background: none;
	padding: 0px 0px 0px 10px;
}

.images .toolbar .btn.small.menu span {
	padding: 0px;
}

.images .toolbar h2:hover {
	cursor: pointer;
	color: rgb(255,255,255);
}

.images .toolbar h2, .selected .images .toolbar h2 {
	font-size: 20px;
	line-height: 18px;
	display: inline-block;
	-border-bottom: 1px solid rgb(220,220,220);
	
}

.images h2 b, .selected h2 b {
}

.masonry .overlay {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	-border: 3px solid transparent;
	z-index: 1;
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: border 0.2s;
	-moz-transition: border 0.2s;
	transition: border 0.2s;
	color: rgb(255,255,255);
	cursor: pointer;
	overflow: hidden;
}

.masonry .overlay .fa {
	position: absolute;
	font-size: 16px;
	cursor: pointer;
	opacity: 0;
	-line-height: 40px;
	-height: 40px;
	-width: 40px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;	
	text-shadow: 1px 1px 5px rgba(64,64,64,.75);
}

.masonry .overlay span {
	position: absolute;
	left: 10px;
	top: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;	
	opacity: 0;		
}

.masonry .overlay .fa-search-plus {
	left: 15px;
}

.masonry .overlay .fa-heart {
	bottom: 15px;
	left: 15px;
}

.masonry .overlay .fa-check-circle {
	bottom: 15px;
	right: 15px;
	opacity: 1;
}

.masonry .overlay .fa-minus-circle {
	top: 15px;
	right: 15px;
}

.masonry .overlay .fa-heart {
	-color: rgb(255,0,0);
}

.masonry .overlay:hover .fa, .masonry .overlay:hover span {
	opacity: 1;
}

.masonry .overlay .fa-heart {
	-background: rgb(255,255,255);
	-background: rgb(32,32,32);
	opacity: 1;
	-color: rgb(255,0,0);
}

.masonry .overlay b.print, #sales li b {
	position: absolute;
	right: 10px;
	font-family: "Source Sans Pro", sans-serif;
	border-radius: 20px;
	background: rgb(255, 230, 0);
	line-height: 20px;
	min-width: 22px;
	text-align: center;
	font-size: 14px;
	top: 10px;
	color: rgb(0,0,0);
	height: 22px;
	padding: 0px 5px;
}

.masonry .overlay .gradient {
	position: absolute;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), to(transparent));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, transparent 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;	
}

.masonry .overlay:hover .gradient {
	opacity: 1;
	-background: rgb(255,0,0);
}	

.masonry.loaded .img {
	outline: 10px solid rgb(32,32,32);
}

.folders li {
	padding: 0px 10px;
	list-style-type: none;
	line-height: 36px;
}

.folders li div {
	display: none;
	font-weight: 300;
	font-size: 13px;
	border-top: 1px dotted rgb(160,160,160);
	line-height: 20px;
	padding: 5px 0px 5px 0px;
}

.folders li:hover {
	background: rgb(64,64,64);
	color: rgb(210,210,210);
	cursor: pointer;
}

.folders li .fa {
	float: right;	
	line-height: 36px;
	padding: 0px 10px;
	cursor: pointer;
	margin-right: -5px;
	display: none;
}

.folders li.active {
	-background: rgb(49, 112, 143);
	background: rgb(96,96,96);
	color: rgb(240,240,240);
}

.folders li.active .fa {
	display: block;
}

.folders li.active div {
	display: block;
}

#preview {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgb(34,34,34);
	z-index: 10;
}

#preview .left {
	position: absolute;
	top: 0;
	left: 0;
	right: 0px;
	height: 100%;
	padding: 50px 60px 40px 60px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;	
}

#preview.printable .left, #preview.info .left {
	right: 400px;
}

#preview .left h2 {
	color: rgb(240,240,240);
	line-height: 58px;
	padding-left: 20px;
	position: absolute;
	top: -5px;
	left: 0;
	text-align: center;
	font-size: 14px;
	width: 100%;
	z-index: 1;
}

#preview .buttons, #images .buttons  {
	position: absolute;
	right: 40px;
	top: 0px;
	font-size: 18px;
	z-index: 2;
}

#preview .button, #images .button {
	color: rgb(255,255,255);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;	
	font-size: 18px;
	z-index: 1;
	padding: 0px 15px;
	opacity: 0.7;
	cursor: pointer;
	float: right;
	line-height: 48px;
}

#preview .button.fa-heart {
	-color: rgb(255,0,0);
}

#preview .button:hover, #images .button:hover {
	opacity: 1;
}

.masonry .img {
	opacity: .9;
}

.masonry .img:hover, .masonry .img.print {
		opacity: 1;
}

#images.showSelected .images-container .img {
	display: none;
}

#images.showSelected .images-container .img.selected {
	display: inherit;
}

#preview .button.close {
	font-size: 40px;
    float: none;
    position: absolute;
    top: -2px;
    left: 10px;
    z-index: 2;
}

#preview .right .button.close {
	color: rgb(32,32,32);
}

#preview .button.fa-angle-left,  #preview .button.fa-angle-right {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0px;
	float: none;
	font-size: 36px;
	padding: 80px 30px;
}

#preview .button.fa-angle-right {
	left: auto;
	right: 0px;
}

#preview .button.fa-print b {
    position: absolute;
    right: -15px;
    font-family: "Source Sans Pro", sans-serif;
    border-radius: 20px;
    background: rgb(255, 230, 0);
    color: rgb(0,0,0);
    line-height: 22px;
    min-width: 22px;
    text-align: center;
    font-size: 14px;
    top: 12px;		
}

#preview .left img {
	border: none;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;	
	opacity: 0;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,1);
	}

.buttons table {
	margin-top: 5px;
}

.buttons table td {
	line-height: 18px;
	font-size: 14px;
	vertical-align: middle;
	padding: 0px 5px;
}

.buttons table td button {

}
/*
#preview .left img:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	content: '';
	background: rgb(255,255,255);
	opacity: .5;
}

#preview .left img:after {
	background: rgb(0, 0, 0);
	border-radius: 4px;
	color: rgb(255, 255, 255);
	content: attr(data-exif);
	height: 30px;
	left: 50%;
	line-height: 20px;
	-margin: -15px 0px 0px -75px;
	opacity: 1;
	padding: 5px 10px;
	position: absolute;
	-right: 50%;
	-text-align: center;
	top: 50%;
	-vertical-align: middle;
	z-index: 10001;
	transform: translate(-50%, -50%);
	-width: 150px;	
}
*/

#preview .left img.loaded {
	opacity: 1;
}

#preview.grayscale .left img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#preview .right {
	position: absolute;
	right: 0px;
	top: 0;
	height: 100%;
	width: 0px;
	color: rgb(96,96,96);
	background: rgb(230,230,230);
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	transition: width 0.2s;	
	overflow: hidden;
}

#preview .right .inner {
	padding: 20px;
	width: 400px;
}

#preview.printable .right.Print, #preview.info .right.Info {
	width: 400px;
}

.right.Info .table td {
	border-bottom: 1px solid rgb(200,200,200);
}

#preview input, #preview textarea, #preview select {
	background: rgb(255,255,255);
}

#preview input:focus, #preview textarea:focus, #preview select:focus {
	background: rgba(217, 237, 247,1);
}

#preview .print {
	color: rgb(255,255,255);		
	margin: 20px 0px 10px 0px;
}

#preview .print li {
	list-style-type: none;
	height: 40px;
	line-height: 40px;
	background: rgb(69, 132, 163);		
	padding: 0px 10px;
	margin-bottom: 1px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;	
	cursor: pointer;
}

#preview .print li:hover {
	background: rgb(49, 112, 143);
}

#preview .print li .fa {
	float: right;
	line-height: 40px;
	padding: 0px 10px;
	opacity: .5;
}

#preview .print li .fa:hover {
	opacity: 1;
}

#sales {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 5px 10px;
}

#sales h2 {
	margin-bottom: 10px;
	font-size: 20px;
}

#sales h3 {
	font-weight: 400;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 16px;
}

#sales h3 b {
	font-size: 18px;
}

#sales h3 p  {
	font-size: 14px;
	margin-bottom: 15px;
}

#sales h3 p b {
	font-size: 14px;
	font-weight: 600;
}

#sales h3 i {
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 400;
}

#sales ul {
	list-style-type: none;				
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(64,64,64);
	margin-bottom: 15px;
}

#sales ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

#sales ul img {
	max-height: 120px;
	max-width: 100%;
}

#sales .prints {
	position: relative;
}

#sales .prints .fa, #sales .prints ul li .fa {
	margin: 0px;
	font-size: 18px;
	position: absolute;
	padding: 10px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;	
	cursor: pointer;
}

#sales .prints .fa {
	margin-left: -10px;
	margin-top: -8px;
}

#sales .prints:hover .fa, #sales .prints ul li:hover .fa, #sales .prints ul li .fa.fa-check-circle {
	opacity: .7;
}

#sales .prints .fa:hover, #sales .prints ul li .fa:hover {
	opacity: 1;
}

#sales .total {
	display: none;
	position: fixed;
	right: 20px;
	top: 36px;
	-color: rgb(240,240,240);
	-padding: 10px 15px;
	font-size: 18px;
	height: auto;
	line-height: 30px;
	padding: 5px 10px 10px 10px;
	text-transform: none;
	z-index: 2;
}

#sales .total b {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
}

.resizer {
	height: 100px;
	width: 6px;
	background: rgb(200,200,200);
	display: block;
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -25px;
	cursor: ew-resize;
}

.loading::before {
	background: rgb(0,0,0);
}
	
.loading::after {
	background: rgba(255,255,255,.8);
	color: rgb(0,0,0);
}	

.checkout-steps {
	display: none;
}

.checkout-steps li {
	display: inline-block;
	width: 49%;
	line-height: 50px;
	border-bottom: 1px solid rgb(230,230,230);
	padding: 0px 10px;
	color: rgb(64,64,64);
}

.checkout-steps li.active {
	font-weight: 600;
}

.dialog-body {
	color: rgb(128,128,128);
}

.dialog-overlay {
	background: rgba(55, 58, 71, .8);
}

@media only screen and (max-width: 800px) {
	#preview .left {
		padding: 0px;
	}


	#preview .left img {
		max-height: initial;
	}
}