﻿html, body {
	padding: 0;
	margin: 0;
	background: #4d4d4d;
	width: 100%;
	height: 100%;
	line-height: 1.5em;
	font-family: Arial;
	overflow: hidden;
}
	body.blank {
		color: #f2f2f2;
	}

p {
	margin: 1em 0;
}

img.fill-width {
	width: 100%;
	height: auto;
}
img.fill-height {
	height: 100%;
	width: auto;
}

.gray-note {
	color: #999;
	font-size: 0.8em;
}
	.gray-note:before {
		font-family: FontAwesome;
		font-size: 1.5em;
		margin-right: 0.5em;
		display: inline-block;
		vertical-align: middle;
		width: 1em;
	}

.validation-summary-errors {
	margin: 0 0 1em;
}
	.validation-summary-errors ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		.validation-summary-errors ul li {
			background: #f24f4f;
			padding: 0.5em;
		}

.field-validation-error {
	background: #f24f4f;
	color: #fff;
	font-size: 0.8em;
	height: 35px;
	padding: 0.4em 1em;
	white-space: nowrap;
	position: absolute;
	right: 1em;
	top: -35px;
	z-index: 2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
	.field-validation-error:after {
		content: "";
		border-color: #f24f4f transparent transparent;
		border-style: solid;
		border-width: 10px 10px 0;
		width: 0;
		height: 0;
		position: absolute;
		left: 50%;
		bottom: -10px;
		margin: 0 0 0 -5px;
	}

.site-container {
	height: 100%;
}

	.site-container > .col {
		display: inline-flex;
		flex-flow: column;
		height: 100%;
		position: relative;
	}
		.site-container > .col.one {
			width: 15%;
			vertical-align: top;
		}
		.site-container > .col.two {
			width: 85%;
			vertical-align: top;
		}
		.site-container > .col.two.full {
			width: 100%;
			vertical-align: top;
		}
.col > .col-header {
	height: 75px;
	flex: 1 0 auto;
	position: relative;
	z-index: 2;
}
.col.one > .col-header {
	background: #fff;
	font-size: 0;
	text-align: center;
}
.logged-in .col.one > .col-header {
	border-bottom: 1px #4d4d4d solid;
}
.col.two > .col-header {
	background: #fff;
    border-bottom: 1px solid #d7e1e6;
}
.logged-in .col.two > .col-header {
	border-bottom: 1px #d7e1e6 solid;
}
.col > .col-container {
	flex: 1 1 100%;
	overflow: auto;
}
.col > .col-footer {
	height: 75px;
	flex: 1 0 auto;
	border-top: 1px #7a7a7a solid;
	text-align: center;
	white-space: nowrap;
}
	.col > .col-footer * {
		color: #7a7a7a;
		font-size: 0.625em;
	}
	.col > .col-footer > div {
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
	}
.col-container > .col-content {
	height: 100%;
}
.col-header .header-container {
	display: flex;
	flex-flow: row;
	height: 100%;
}
	.col-header .header-container > div {
		flex: 1 0 25%;
	}
		.col-header .header-container > div:before {
			xcontent: "";
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			width: 0;
		}
		.col-header .header-container > div:nth-child(1) {
			padding: 0 0 0 1em;
		}
		.col-header .header-container > div:nth-child(2) {
			flex: 2 0 50%;
			text-align: center;
			color: #687e90;
			font-size: 1.5em;
			text-transform: uppercase;
		}
.logged-in .col-header .header-container > div:nth-child(2) {
	text-align: left;
	padding: 0 0 0 5em;
}
	.col-header .header-container .left-nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: inline-block;
	}
		.col-header .header-container .left-nav ul.apps {
			margin: 0 0 0 1em;
			vertical-align: middle;
		}
	.col-header .header-container .left-nav > ul > li {
		position: relative;
	}
		.col-header .header-container .left-nav ul li a {
			color: #444444;
			font-size: 0.8125em;
			display: block;
			-webkit-user-select: none;
			-moz-user-select: none;
			user-select: none;
		}
			.col-header .header-container .left-nav ul.user > li > a:after {
				/*content: "\f0d7";*/
				vertical-align: middle;
				margin: 0 0 0 0.5em;
				font-size: 1.2em;
				font-family: FontAwesome;
			}
		.col-header .header-container .left-nav ul.apps > li > a span {
			color: #444;
			display: inline-block;
			overflow: hidden;
			position: relative;
			vertical-align: middle;
			z-index: 2;
		}
			.col-header .header-container .left-nav ul.apps > li > a span:before {
				content: "\f142";
				font-family: FontAwesome;
				font-size: 2em;
			}
			.col-header .header-container .left-nav ul.apps > li > a span:nth-child(2):after {
				color: #f24f4f;
				content: "\f141";
				font-family: FontAwesome;
				font-size: 2em;
				position: absolute;
				left: -8px;
				z-index: 1;
			}
			.col-header .header-container .left-nav ul.apps > li > a span + span {
				margin: 0 0 0 0.15em;
			}
	.col-header .header-container .left-nav ul ul.dd {
		visibility: hidden;
		position: absolute;
		left: -9999em;
		background: #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
		margin: 1em 0 0 -5em;
		padding: 0.5em 1em;
		width: 15em;
		z-index: 1;
	}
	.col-header .header-container .left-nav ul li.open > ul.dd {
		left: 0;
		visibility: visible;
		top: 100%;
	}
		.col-header .header-container .left-nav ul li.open > ul.dd:after {
			content: "\f04b";
			color: #fff;
			font-family: FontAwesome;
			font-size: 1.3em;
			position: absolute;
			right: 3em;
			top: -20px;
			text-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
			-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}
		/*
		.col-header .header-container .left-nav ul.user li.open > ul.dd:after {
			content: "\f0d8";
			color: #fff;
			font-family: FontAwesome;
			font-size: 3em;
			position: absolute;
			right: 20%;
			top: -22px;
			text-shadow: 0 -5px 5px rgba(0, 0, 0, 0.15);
		}
		*/
		.col-header .header-container .left-nav ul.apps li.open > ul.dd:after {
			left: 1.6em;
			right: auto;
		}
.col-header .header-container .left-nav ul.apps ul.dd {
	margin-left: -2em;
}
	.col-header .header-container .left-nav ul ul.dd li + li {
		border-top: 1px #ebebeb solid;
	}
	.col-header .header-container .left-nav ul ul.dd li a {
		padding: 0.5em 0;
	}
		.col-header .header-container .left-nav ul.user ul.dd li a:hover,
		.col-header .header-container .left-nav ul.user ul.dd li a:active {
			color: #42B4E4;
		}
	.col-header .header-container .actions a {
		display: inline-block;
		vertical-align: middle;
		color: #616873;
		font-family: FontAwesome;
		font-size: 1.2em;
		height: 100%;
		padding: 0 0.5em;
		position: relative;
	}
		.col-header .header-container .actions a:hover {
			background: #616873;
			color: #fff;
		}
		.col-header .header-container .actions a span {
			display: inline-block;
			transform: translateY(100%);
		}
			.col-header .header-container .actions a span.alert {
				background: #f24f4f;
				color: #fff;
				font-size: 0.625em;
				line-height: 1em;
				height: 1.1em;
				width: 1.1em;
				overflow: hidden;
				position: absolute;
				right: 0;
				top: 0.5em;
				text-align: center;
				-webkit-border-radius: 100px;
				-moz-border-radius: 100px;
				border-radius: 100px;
			}
.col.one .logo {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	max-width: 400px;
	height: auto;
}
.col.one > .col-search,
.col.one > .col-section-title {
	height: 60px;
	flex: 1 0 auto;
	border-bottom: 1px #7a7a7a solid;
}
.col.one > .col-section-title {
	height: auto;
}
	.col.one > .col-search .search-box-container {
		height: 100%;
		text-align: center;
	}
	.col.one > .col-search .search-box {
		background: #fff;
		display: inline-block;
		line-height: 1em;
		padding: 0.3em;
		width: 75%;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
		.col.one > .col-search .search-box:before {
			color: #4d4d4d;
			display: inline-block;
			vertical-align: middle;
			line-height: 1em;
			margin: 0 0.5em 0 0;
			font-family: FontAwesome;
			font-size: 0.8em;
			content: "\f002";
			pointer-events: none;
		}
	.col.one > .col-search input {
		height: 20px;
		width: 80%;
		border: none;
		background: #fff;
		display: inline-block;
		color: #666;
		font-size: 0.75em;
		padding: 0;
	}
		.col.one > .col-search input:focus {
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
	.col.one > .col-section-title h2 {
		color: #fff;
		font-size: 1em;
		margin: 0;
		padding: 1em 0;
		text-align: center;
		text-transform: uppercase;
	}
.col.one .col-container .col-content {
	padding: 0.5em;
}
.flex-container {
	display: flex;
}
	.flex-container.inline {
		display: inline-flex;
	}
	.flex-container.column {
		flex-flow: column;
	}
	.flex-container.row {
		flex-flow: row;
	}
	.flex-container .flex-item {
		flex: 1 0 auto;
		position: relative;
	}
.col.two .col-content .flex-container {
	height: 100%;
	background: #fff;
}

	body.blank .col.two .col-content .flex-container {
		height: 100%;
		background: #4d4d4d;
	}

	.col.two .col-content .flex-container .flex-item {
		height: 100%;
		overflow: auto;
	}
	.col.two .col-content .flex-container .flex-item.left {
		flex: 1 0 75%;
		padding: 1em;
		display: flex;
		flex-flow: column;
	}
	.col.two .col-content .flex-container .flex-item.right {
		flex: 1 0 25%;
		padding: 1em;
		border-left: 1px #d7e1e6 solid;
	}
.cols {
}
	.cols.two > * {
		width: 49%;
	}
		.cols.two > *:nth-child(1) {
			margin-right: 1%;
		}
		.cols.two > *:nth-child(2) {
			margin-left: 1%;
		}
	.cols.three > * {
		width: 32%;
	}
		.cols.three > *:nth-child(1) {
			margin-right: 1%;
		}
		.cols.three > *:nth-child(2) {
			margin: 0 1%;
		}
		.cols.three > *:nth-child(3) {
			margin-left: 1%;
		}
.rows {
}
	.rows.two > * {
		height: 49%;
		overflow: auto;
	}
		.rows.two > *:nth-child(1) {
			margin-bottom: 1%;
		}
		.rows.two > *:nth-child(2) {
			margin-top: 1%;
			padding-top: 1%;
			border-top: 1px #d7e1e6 solid;
		}
.vert-box-container {
	height: 100%;
	text-align: center;
	flex: 9 0 auto;
	width: 100%;
}
	.vert-box-container:before {
		content: "";
		display: inline-block;
		height: 100%;
		width: auto;
		vertical-align: middle;
	}
	.vert-box-container .vert-box {
		display: inline-block;
		vertical-align: middle;
		text-align: initial;
		max-width: 600px;
	}
.msg + .vert-box-container {
	height: auto;
}
.tiles {
	height: 100%;
	text-align: center;
}
	.tiles > div {
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}
	.tiles .tile {
		background: #fff;
		border: 1px #42b4e4 solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: inline-block;
		vertical-align: middle;
		height: 8em;
		width: 12em;
		margin: 0 1em 1em;
		text-align: center;
		position: relative;
		overflow: hidden;
		-webkit-transition: all 0.2s ease-out 0s;
		-moz-transition: all 0.2s ease-out 0s;
		transition: all 0.2s ease-out 0s;
	}
		.tiles .tile:hover, .tiles .tile:focus {
			background: #42b4e4;
			color: #fff;
		}
		.tiles .tile:after {
			background: rgba(0, 0, 0, 0.25);
			color: #fff;
			content: attr(title);
			position: absolute;
			left: 0;
			right: 0;
			bottom: -2em;
			height: 2em;
			line-height: 2em;
			font-size: 0.8em;
			-webkit-transition: bottom 0.2s ease-out 0s;
			-moz-transition: bottom 0.2s ease-out 0s;
			transition: bottom 0.2s ease-out 0s;
		}
		.tiles .tile:hover:after, .tiles .tile:focus:after {
			bottom: 0;
		}
		.tiles .tile span {
			display: inline-block;
			height: 50%;
			font-family: FontAwesome;
			line-height: 1.2em;
			font-size: 3em;
			-webkit-transform: translateY(50%);
			-moz-transform: translateY(50%);
			transform: translateY(50%);
		}
.col-header .header-container .left-nav ul.apps .tiles .tile {
	height: 5em;
	width: 5em;
	margin: 0;
	padding: 0;
	border-color: transparent;
	display: inline-block;
}
	.col-header .header-container .left-nav ul.apps .tiles .tile:hover, .col-header .header-container .left-nav ul.apps .tiles .tile:focus {
		background: transparent;
		border: 1px #e5e5e5 solid;
		color: #42b4e4;
	}
	.col-header .header-container .left-nav ul.apps .tiles .tile:after {
		/*display: none;*/
	}
	.col-header .header-container .left-nav ul.apps .tiles .tile span {
		height: 60%;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
.col-header .header-container .left-nav ul.apps ul.dd .tiles {
	text-align: justify;
}
	.col-header .header-container .left-nav ul.apps ul.dd .tiles:after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 0;
		line-height: 0;
		overflow: hidden;
	}
.col-container.animate-tiles,
.col.two .col-container.animate-tiles .col-content .flex-container .flex-item {
	overflow: visible;
}
	.col-container.animate-tiles .tiles > div {
		position: relative;
		z-index: 5;
		-webkit-transition: all 2s ease-out 0s;
		-moz-transition: all 2s ease-out 0s;
		transition: all 2s ease-out 0s;
		opacity: 0;
		-webkit-transform: translate(-30em, -30em) scale(0);
		-moz-transform: translate(-30em, -30em) scale(0);
		transform: translate(-30em, -30em) scale(0);
	}
.section-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	.section-nav li + li {
		margin-top: 0.2em;
	}
	.section-nav a {
		display: block;
		color: #fff;
		font-size: 0.75em;
		padding: 0.75em 2em;
		text-transform: uppercase;
	}
		.section-nav a:before {
			font-family: FontAwesome;
			padding: 0 1em 0 0;
			font-size: 2em;
			display: inline-block;
			vertical-align: middle;
			width: 1em;
		}
		.section-nav a:hover, .section-nav a:active, .section-nav li.open {
			background: #636363;
			color:#fff;
		}
		.section-nav a.active {
			background: #fff;
			color: #4d4d4d;
		}
		.section-nav a.complete {
			background: #00aeef;
			color: #fff;
		}
		.section-nav a.incomplete {
			background: #ff5353;
			color: #fff;
		}
		.section-nav a span {
			display: inline-block;
			vertical-align: middle;
			margin-left: 5px;
		}
	.section-nav li > ul {
		visibility: hidden;
		position: absolute;
		z-index: 1;
		left: -9999em;
		margin: 0;
		padding: 0;
		list-style-type: none;
		background: #4d4d4d;
		padding: 0.5em;
	}
		.section-nav li > ul:before,
		.section-nav li > ul:after {
			content: "";
			background: #4d4d4d;
			height: 999em;
			position: absolute;
			left: 0;
			right: 0;
			top: -999em;
			z-index: 1;
		}
		.section-nav li > ul:after {
			top: auto;
			bottom: -999em;
		}
	.section-nav li.open > ul {
		left: 100%;
		visibility: visible;
		width: 100%;
		-webkit-transform: translateY(-60%);
		-moz-transform: translateY(-60%);
		transform: translateY(-60%);
	}
	.section-nav li.has-sub:before {
		content: "\f054";
		color: #fff;
		display: inline-block;
		font-family: FontAwesome;
		line-height: 1em;
		margin: 0.8em 0 0;
		position: absolute;
		right: 1em;
		-webkit-transition: transform 0.2s ease-in-out 0s;
		-moz-transition: transform 0.2s ease-in-out 0s;
		transition: transform 0.2s ease-in-out 0s;
	}
	.section-nav li.has-sub.open:before {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

.sidebar h3 {
	margin: 0 0 1em;
	font-size: 1em;
	text-transform: uppercase;
	color: #4d4d4d;
	text-align: center;
}
.sidebar > div + div {
	border-top: 1px #d7e1e6 solid;
	margin-top: 1em;
	padding-top: 1em;
}
.sidebar .buttons {
	text-align: center;
}
	.sidebar .buttons .btn + .btn {
		margin-top: 0.5em;
	}
.sidebar .dropzone {
	width: 100%;
	height: 100%;
	max-height: 12em;
	background: rgba(66, 180, 228, 0.3);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
	.sidebar .dropzone:after {
		content: attr(msg);
		color: #fff;
		font-size: 0.8em;
		text-transform: uppercase;
		position: absolute;
		left: 0.5em;
		right: 0.5em;
		bottom: 0.5em;
	}
	.sidebar .dropzone span {
		display: inline-block;
		vertical-align: middle;
		pointer-events: none;
	}
	.sidebar .dropzone span:before {
		content: "\f0aa";
		color: #fff;
		font-family: FontAwesome;
		font-size: 6em;
		line-height: 1em;
		display: block;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.sidebar .dropzone.over,
	.sidebar .dropzone.disabled {
		background: rgba(66, 180, 228, 0.6);
	}
	.sidebar .dropzone.over span:before {
		margin-top: -0.5em;
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	.sidebar .dropzone.disabled span {
		animation-name: rotation360;
		animation-duration: 5s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
	.sidebar .dropzone.disabled span:before {
		content: "\f01e";
		/*
		content: attr(data-progress);
		font-family: inherit;
		font-size: 4em;
		*/
	}
	.sidebar .dropzone div {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 0;
		background: rgba(0, 77, 120, 0.3);
	}

.photo-container {
	/*text-align: justify;*/
}
	.photo-container:after {
		content: "";
		display: inline-block;
		width: 100%;
	}
	.photo-container .photo-item {
		width: auto;
		height: auto;
		display: inline-block;
		margin: 0.2em 0.3em;
		position: relative;
		border: 3px solid transparent;
	}
		.photo-container .photo-item.selected {
			border-color: #42b4e4;
		}
		.photo-container .photo-item.inactive .image::before {
			position: absolute;
			content: "";
			background: rgba(255, 0, 0, 0.4);
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			pointer-events: none;
		}
		.photo-container .photo-item .image {
			height: 10em;
			overflow: hidden;
			position: relative;
			/*
			-webkit-transition: all 0.2s ease 0s;
			-moz-transition: all 0.2s ease 0s;
			transition: all 0.2s ease 0s;
			*/
		}
		.photo-container.photo-medium .photo-item .image {
			height: 7em;
		}
		.photo-container.photo-small .photo-item .image {
			height: 4em;
		}
		.photo-container .photo-item .image img {
			display: inline-block;
			width: auto;
			height: 100%;
		}
	.photo-container .photo-item .selection {
		position: absolute;
		z-index: 0;
		left: -0.5em;
		top: -0.5em;
	}
	.photo-container .photo-item .actions {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.6);
		padding: 0.2em 0.4em 0;
	}
		.photo-container .photo-item .actions .move {
			font-family: FontAwesome;
			font-size: 1.5em;
			color: #333;
			cursor: pointer;
			width: 0.6em;
			text-align: center;
			line-height: 1em;
		}
			.photo-container .photo-item .actions .move:before {
				content: "\f142\2009\f142";
				display: inline-block;
				vertical-align: middle;
				letter-spacing: -1px;
			}
		.photo-container .photo-item .actions a {
			font-family: FontAwesome;
			font-size: 1.5em;
			color: #333;
			line-height: 1em;
		}
			.photo-container .photo-item .actions a:before {
				display: inline-block;
				vertical-align: middle;
			}
		.photo-container.photo-medium .photo-item .actions .move,
		.photo-container.photo-medium .photo-item .actions a {
			font-size: 1.2em;
		}
		.photo-container.photo-small .photo-item .actions {
			display: none;
		}
	.photo-container.list .photo-item {
		width: 100%;
		margin: 0 0 0.5em;
		padding: 0.5em;
		background: #f7f7f7;
		display: block;
	}
	.photo-container.list .image {
		width: 12em;
		height: 8em;
		overflow: hidden;
	}
	.photo-container.list.photo-medium .image {
		width: 10em;
		height: 6em;
	}
	.photo-container.list.photo-small .image {
		width: 6em;
		height: 4em;
	}
		.photo-container.list .image img {
			width: 100%;
			height: auto;
		}
	.photo-container.list .photo-item .actions {
		padding-left: 0;
		background: transparent;
		left: auto;
		top: 0;
	}
		.photo-container.list .photo-item .actions .move,
		.photo-container.list .photo-item .actions a {
			font-size: 1.5em;
		}
	.photo-container.list.photo-small .photo-item .actions {
		display: block;
	}
	.photo-container.list .photo-item .actions a {
		margin-left: 0.5em;
	}
	.photo-container .photo-item.filter-out-gallery,
	.photo-container .photo-item.filter-out-tag {
		display: none;
	}
	.photo-container .sortable-placeholder {
		border: 2px dashed #ccc;
	}
	.photo-container.filtering .move {
		visibility: hidden;
	}

	.photo-container .photo-item.enlarge {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 10;
	}
		.photo-container .photo-item.enlarge::before {
			content: "\f00d";
			color: #fff;
			position: fixed;
			right: 0;
			top: 0;
			z-index: 3;
			padding: 0.5em;
			cursor: pointer;
			font-size: 2em;
			font-family: FontAwesome;
		}
		.photo-container .photo-item.enlarge:after {
			content: "";
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 1;
			background: rgba(0, 0, 0, 0.6);
		}
		.photo-container .photo-item.enlarge .image {
			height: 100%;
			width: auto;
			padding: 5% 0;
			z-index: 2;
			text-align: center;
		}
			.photo-container .photo-item.enlarge .image:before {
				display: none;
			}
			.photo-container .photo-item.enlarge .image img {
				width: auto;
				height: 100%;
				-webkit-box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.4);
				-moz-box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.4);
				box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.4);
			}
		.photo-container .photo-item.enlarge .selection,
		.photo-container .photo-item.enlarge .actions {
			display: none;
		}
.page-options {
	margin: 0 0 1em;
	background: #f2f2f2;
	padding: 0.5em;
}
	.page-options div[label] {
		display: inline-block;
		line-height: 1em;
	}
		.page-options div[label]:before {
			content: attr(label);
			text-transform: uppercase;
			font-weight: bold;
			font-size: 0.9em;
			margin-right: 0.4em;
		}
		.page-options div[label] + div[label] {
			margin-left: 0.5em;
			padding-left: 0.5em;
			border-left: 1px #ccc solid;
		}
	.page-options a[class^="fa"] {
		padding: 0.5em;
		border-radius: 5px;
		transition: background 0.2s ease 0s;
	}
		.page-options a[class^="fa"]:before {
			font-family: FontAwesome;
			display: inline-block;
		}
		.page-options a[class^="fa"]:hover,
		.page-options a[class^="fa"]:active {
			background: #e5e5e5;
		}
	.page-options div[label="Size"] a {
		padding: 0.5em;
	}
		.page-options div[label="Size"] a[label="Small"] {
			font-size: 0.7em;
		}
		.page-options div[label="Size"] a[label="Medium"] {
			font-size: 1em;
		}
		.page-options div[label="Size"] a[label="Large"] {
			font-size: 1.3em;
		}
	.page-options div[label="Filter"] input[type="text"] {
		padding: 0.3em;
		font-size: 0.8em;
	}
	.page-options div[label="Select"] .checkbox {
		width: 1.2em;
		height: 1.2em;
	}
	.page-options.fixed {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 8;
		-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	}

.input-toggle-box {
	overflow: hidden;
}
	.input-toggle-box:before {
		height: auto;
	}
	.input-toggle-box > * {
		display: inline-block;
		width: 100%;
		height: 100%;
		position: relative;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.input-toggle-box.show-input > * {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.input-toggle-box > :nth-child(2):after {
		color: #fff;
		padding: 0.5em;
		text-align: center;
		font-size: 0.8em;
		line-height: 1em;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -100%;
		-webkit-transition: bottom 0.5s ease 0s;
		-moz-transition: bottom 0.5s ease 0s;
		transition: bottom 0.5s ease 0s;
	}
	.input-toggle-box.show-input > :nth-child(2)[notice-msg],
	.input-toggle-box.show-input > :nth-child(2)[error-msg] {
		-webkit-transform: translateY(-130%);
		-moz-transform: translateY(-130%);
		transform: translateY(-130%);
	}
	.input-toggle-box > :nth-child(2)[notice-msg]:after,
	.input-toggle-box > :nth-child(2)[error-msg]:after {
		bottom: 0;
	}
	.input-toggle-box > :nth-child(2)[notice-msg]:after {
		content: attr(notice-msg);
		background: #00c600;
	}
	.input-toggle-box > :nth-child(2)[error-msg]:after {
		content: attr(error-msg);
		background: #c60000;
	}
	.input-toggle-box input[type="checkbox"] + .checkbox {
		width: 2em;
		height: 2em;
	}
		.input-toggle-box input[type="checkbox"] + .checkbox:before {
			font-size: 1.2em;
		}
	.input-toggle-box input[type="text"] {
		padding: 0.7em;
	}
	.input-toggle-box .btn {
		width: auto;
		height: auto;
		padding: 0.6em 2em;
	}

.gallery-container,
.group-container {
}
	.gallery-container .gallery-item,
	.group-container .group-item {
		padding: 0.8em;
		background: #D9F0FA;
		border: 1px #42B4E4 solid;
		font-size: 0.8em;
		line-height: 1em;
		position: relative;
		overflow: hidden;
	}
		.gallery-container .gallery-item + .gallery-item,
		.group-container .group-item + .group-item {
			margin-top: 0.3em;
		}
		.gallery-container .gallery-item > *,
		.group-container .group-item > * {
			display: inline-block;
			vertical-align: middle;
		}
		.gallery-container .gallery-item > .move,
		.group-container .group-item > .move {
			font-family: FontAwesome;
			font-size: 1.5em;
			color: #7998AC;
			cursor: pointer;
			width: 8%;
			letter-spacing: -1px;
		}
			.gallery-container .gallery-item > .move:before,
			.group-container .group-item > .move:before {
				content: "\f142\2009\f142";
			}
		.gallery-container .gallery-item > label,
		.group-container .group-item > label {
			display: inline-block;
			position: absolute;
			left: 0;
			top: 24%;
			transition: transform 0.5s ease 0s;
			transform: translateX(-130%);
		}
		.gallery-container .gallery-item .gallery-name,
		.group-container .group-item .group-name {
			width: 55%;
		}
		.gallery-container .gallery-item .gallery-actions,
		.group-container .group-item .group-actions {
			font-family: FontAwesome;
			width: 37%;
			text-align: right;
			font-size: 1.5em;
		}
		.gallery-container .gallery-item.filtered,
		.group-container .group-item.filtered {
			background: #42B4E4;
		}
			.gallery-container .gallery-item.filtered > *,
			.gallery-container .gallery-item.filtered > *:before,
			.gallery-container .gallery-item.filtered a,
			.group-container .group-item.filtered > *,
			.group-container .group-item.filtered > *:before,
			.group-container .group-item.filtered a {
				color: #fff;
			}
	.gallery-container.selecting .gallery-item > label,
	.group-container.selecting .group-item > label {
		width: 8%;
		transform: translateX(0.7em);
	}
	.gallery-container .sortable-placeholder,
	.group-container .sortable-placeholder {
		border: 2px dashed #ccc;
		margin: 0.5em 0;
	}

.edit-photo-galleries {
}
	.edit-photo-galleries label {
		display: inline-block;
		background: #D9F0FA;
		border: 1px #42B4E4 solid;
		padding: 0.4em;
	}
		.edit-photo-galleries label .actions {
			font-family: FontAwesome;
			font-size: 1.5em;
			margin-left: 1em;
		}

ul.tags {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	ul.tags li {
		display: inline-block;
		margin: 0.2em 0.5em;
		font-size: 0.8em;
		background: #42B4E4;
		color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 0.3em 0.6em;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
	}
	ul.tags li:before {
		content: "\f00d";
		display: inline-block;
		vertical-align: middle;
		font-family: FontAwesome;
		font-size: 1.3em;
		color: #004D78;
		margin-right: 0.5em;
	}

.document-container {
	/*text-align: justify;*/
}
	.document-container:after {
		content: "";
		display: inline-block;
		width: 100%;
	}
	.document-container .document-item {
		width: auto;
		height: auto;
		display: inline-block;
		margin: 0.2em 0.3em;
		position: relative;
		border: 3px solid transparent;
	}
		.document-container .document-item.selected {
			border-color: #42b4e4;
		}
		.document-container .document-item.inactive .image::before {
			position: absolute;
			content: "";
			background: rgba(255, 0, 0, 0.4);
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			pointer-events: none;
		}
		.document-container .document-item .document {
			height: 10em;
			width: 10em;
			overflow: hidden;
			position: relative;
			background: #666;
			text-align: center;
			color: #fff;
			/*
			-webkit-transition: all 0.2s ease 0s;
			-moz-transition: all 0.2s ease 0s;
			transition: all 0.2s ease 0s;
			*/
		}
			.document-container .document-item .document.ext-pdf {
				background: #e34242;
			}
			.document-container .document-item .document.ext-jpg,
			.document-container .document-item .document.ext-jpeg,
			.document-container .document-item .document.ext-gif,
			.document-container .document-item .document.ext-png {
				background: #7242e3;
			}
			.document-container .document-item .document.ext-doc,
			.document-container .document-item .document.ext-docx {
				background: #427de3;
			}
			.document-container .document-item .document.ext-xls,
			.document-container .document-item .document.ext-xlsx {
				background: #3ac965;
			}
			.document-container .document-item .document.ext-txt {
				background: #e5e5e5;
				color: #333;
			}
			.document-container .document-item .document span {
				display: inline-block;
				white-space: pre-wrap;
				word-wrap: break-word;
				width: 100%;
				padding: 0 0.2em;
				font-size: 0.8em;
				-webkit-user-select: none;
				-moz-user-select: none;
				user-select: none;
			}
		.document-container.document-medium .document-item .document {
			height: 7em;
		}
		.document-container.document-small .document-item .document {
			height: 4em;
		}
		.document-container .document-item .document img {
			display: inline-block;
			width: auto;
			height: 100%;
		}
	.document-container .document-item .selection {
		position: absolute;
		z-index: 0;
		left: -0.5em;
		top: -0.5em;
	}
	.document-container .document-item .actions {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.6);
		padding: 0.2em 0.4em 0;
	}
		.document-container .document-item .actions .move {
			font-family: FontAwesome;
			font-size: 1.5em;
			color: #333;
			cursor: pointer;
			width: 0.6em;
			text-align: center;
			line-height: 1em;
		}
			.document-container .document-item .actions .move:before {
				content: "\f142\2009\f142";
				display: inline-block;
				vertical-align: middle;
				letter-spacing: -1px;
			}
		.document-container .document-item .actions a {
			font-family: FontAwesome;
			font-size: 1.5em;
			color: #333;
			line-height: 1em;
		}
			.document-container .document-item .actions a:before {
				display: inline-block;
				vertical-align: middle;
			}
		.document-container.document-medium .document-item .actions .move,
		.document-container.document-medium .document-item .actions a {
			font-size: 1.2em;
		}
		.document-container.document-small .document-item .actions {
			display: none;
		}
	.document-container.list .document-item {
		width: 100%;
		margin: 0 0 0.5em;
		padding: 0.5em;
		background: #f7f7f7;
		display: block;
	}
	.document-container.list .document {
		width: 12em;
		height: 8em;
		overflow: hidden;
	}
	.document-container.list.document-medium .document {
		width: 10em;
		height: 6em;
	}
	.document-container.list.document-small .document {
		width: 6em;
		height: 4em;
	}
		.document-container.list .document img {
			width: 100%;
			height: auto;
		}
	.document-container.list .document-item .actions {
		padding-left: 0;
		background: transparent;
		left: auto;
		top: 0;
	}
		.document-container.list .document-item .actions .move,
		.document-container.list .document-item .actions a {
			font-size: 1.5em;
		}
	.document-container.list.document-small .document-item .actions {
		display: block;
	}
	.document-container.list .document-item .actions a {
		margin-left: 0.5em;
	}
	.document-container .document-item.filter-out-gallery,
	.document-container .document-item.filter-out-tag {
		display: none;
	}
	.document-container .sortable-placeholder {
		border: 2px dashed #ccc;
	}
	.document-container.filtering .move {
		visibility: hidden;
	}

	.document-container .document-item.enlarge {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 10;
	}
		.document-container .document-item.enlarge::before {
			content: "\f00d";
			color: #fff;
			position: fixed;
			right: 0;
			top: 0;
			z-index: 3;
			padding: 0.5em;
			cursor: pointer;
			font-size: 2em;
			font-family: FontAwesome;
		}
		.document-container .document-item.enlarge:after {
			content: "";
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 1;
			background: rgba(0, 0, 0, 0.6);
		}
		.document-container .document-item.enlarge .document {
			height: 100%;
			width: auto;
			padding: 5% 0;
			z-index: 2;
			text-align: center;
		}
			.document-container .document-item.enlarge .document:before {
				display: none;
			}
			.document-container .document-item.enlarge .document img {
				width: auto;
				height: 100%;
				-webkit-box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.4);
				-moz-box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.4);
				box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.4);
			}
		.document-container .document-item.enlarge .selection,
		.document-container .document-item.enlarge .actions {
			display: none;
		}

.dropzone-edit {
	width: auto;
	height: 100%;
	display: inline-block;
	position: relative;
}
	.dropzone-edit:before {
		border: 1px #fff solid;
		padding: 0.75em 0.5em;
		position: absolute;
		left: 1em;
		bottom: 1em;
		content: "Replace Image" !important;
		font-size: 0.7em;
		line-height: 1em;
		cursor: pointer;
		color: #fff;
		text-transform: uppercase;
		background: rgba(255, 255, 255, 0.2);
		text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
	}
	.dropzone-edit.disabled:after {
		animation-name: rotation360;
		animation-duration: 5s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		content: "\f01e";
		font-family: FontAwesome;
		font-size: 2em;
		color: #fff;
		position: absolute;
		right: 0.5em;
		bottom: 0.5em;
	}
	.dropzone-edit.document:before {
		border-color: #666;
		left: 0;
		right: 0;
		bottom: 1em;
		content: "Replace Document" !important;
		color: #000;
		background: rgba(0, 0, 0, 0.2);
		text-shadow: none;
	}
	.dropzone-edit.disabled.document:after {
		left: 37%;
		top: 50%;
		right: auto;
		bottom: auto;
		font-size: 3em;
		color: #666;
	}
	.dropzone-edit *[class^="fa"] {
		font-family: FontAwesome;
		font-size: 10em;
		color: #666;
	}

.module-container {
	
}
	.module-container:after {
		content: "";
		display: inline-block;
		width: 100%;
	}
	.module-container .module-item {
		width: auto;
		height: auto;
		display: inline-block;
		margin: 0.2em 0.3em;
		position: relative;
		border: 3px solid transparent;
	}
		.module-container .module-item.selected {
			border-color: #42b4e4;
		}
		.module-container .module-item.inactive .icon::before {
			position: absolute;
			content: "";
			background: rgba(255, 0, 0, 0.4);
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			pointer-events: none;
		}
		.module-container .module-item .icon {
			height: 10em;
			overflow: hidden;
			position: relative;
			width: 10em;
			background: #e5e5e5;
			/*
			-webkit-transition: all 0.2s ease 0s;
			-moz-transition: all 0.2s ease 0s;
			transition: all 0.2s ease 0s;
			*/
		}
		.module-container.module-medium .module-item .icon {
			height: 7em;
		}
		.module-container.module-small .module-item .icon {
			height: 4em;
		}
	.module-container .module-item .icon > span {
		display: block;
		height: 100%;
		font-family: FontAwesome;
		text-align: center;
		font-size: 3em;
	}
	.module-container .module-item .selection {
		position: absolute;
		z-index: 0;
		left: -0.5em;
		top: -0.5em;
	}
	.module-container .module-item .actions {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.6);
		padding: 0.2em 0.4em 0;
	}
		.module-container .module-item .actions .move {
			font-family: FontAwesome;
			font-size: 1.5em;
			color: #333;
			cursor: pointer;
			width: 0.6em;
			text-align: center;
			line-height: 1em;
		}
			.module-container .module-item .actions .move:before {
				content: "\f142\2009\f142";
				display: inline-block;
				vertical-align: middle;
				letter-spacing: -1px;
			}
		.module-container .module-item .actions a {
			font-family: FontAwesome;
			font-size: 1.5em;
			color: #333;
			line-height: 1em;
		}
			.module-container .module-item .actions a:before {
				display: inline-block;
				vertical-align: middle;
			}
		.module-container.module-medium .module-item .actions .move,
		.module-container.module-medium .module-item .actions a {
			font-size: 1.2em;
		}
		.module-container.module-small .module-item .actions {
			display: none;
		}
	.module-container.list .module-item {
		width: 100%;
		margin: 0 0 0.5em;
		padding: 0.5em;
		background: #f7f7f7;
		display: block;
	}
	.module-container.list .icon {
		width: 12em;
		height: 8em;
		overflow: hidden;
	}
	.module-container.list.module-medium .icon {
		width: 10em;
		height: 6em;
	}
	.module-container.list.module-small .icon {
		width: 6em;
		height: 4em;
	}
	.module-container.list .module-item .actions {
		padding-left: 0;
		background: transparent;
		left: auto;
		top: 0;
	}
		.module-container.list .module-item .actions .move,
		.module-container.list .module-item .actions a {
			font-size: 1.5em;
		}
	.module-container.list.module-small .module-item .actions {
		display: block;
	}
	.module-container.list .module-item .actions a {
		margin-left: 0.5em;
	}
	.module-container .module-item.filter-out-group,
	.module-container .module-item.filter-out-tag {
		display: none;
	}
	.module-container .sortable-placeholder {
		border: 2px dashed #ccc;
	}
	.module-container.filtering .move {
		visibility: hidden;
	}
	
