/* GENERAL */


*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
}

html {
	font-size: 62.5%;
}

body, 
input[type="submit"], 
table {
	position: relative;
	font-family: 'Spinnaker', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	color: #777;
	line-height: 18px;
}

input[type="text"], 
input[type="password"], 
textarea, 
.textarea, 
.view.data .item .column span {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	color: #777;
	line-height: 22px;
	letter-spacing: 0px;
}

input[type="checkbox"] {
	margin: 0px;
}

img {
	display: block;
	border: none;
	outline: none;
}

.rtl {
	direction: rtl;
	unicode-bidi: bidi-override;
}


/* FONTS */


@font-face {
	font-family: 'DMC Mix';
	src: url('../fonts/dmc-mix.eot?34462213');
	src: url('../fonts/dmc-mix.eot?34462213#iefix') format('embedded-opentype'),
		 url('../fonts/dmc-mix.woff?34462213') format('woff'),
		 url('../fonts/dmc-mix.ttf?34462213') format('truetype'),
		 url('../fonts/dmc-mix.svg?34462213#dmc-mix') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Spinnaker';
	src: url('../fonts/Spinnaker-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* TEXT */


a {
	border: 0px;
	outline: none;
	color: #777;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	 -o-transition: all 0.25s;
	-ms-transition: all 0.25s;
}

a:before {
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	 -o-transition: all 0.25s;
	-ms-transition: all 0.25s;	
}

a:hover, 
.selected {
	color: #444;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}


/* CONTAINER */


.container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.content {
	position: relative;
	width: 100%;
	min-width: 1440px;
	margin: 0px auto;
	padding: 200px 20px 20px 20px;
}

.content:after {
	content: '';
	display: table;
	clear: both;
}

.menu {
	position: fixed;
	width: 100%;
	min-width: 1440px;
	height: 200px;
	padding: 20px;
	background-color: #FFF;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 1000;
}

.column {
	position: relative;
	height: auto;
	float: left;
	height: inherit;
	line-height: inherit;
	padding: 0px 15px;
}

.menu .row:after {
	content: '';
	display: table;
	clear: both;
}

.menu .row:first-child .column {
	position: relative;
	height: 125px;
	line-height: 125px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	font-size: 165%;
}

.menu .row:last-child .column {
	height: 40px;
	line-height: 40px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}

.menu .row:last-child .column .column {
	text-align: center;
}

.item {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
	color: #777;
	text-transform: uppercase;
}

.item:last-of-type {
	margin: 0px;
}

.item.blank {
	height: 20px;
	line-height: 20px;
	background-color: transparent;
}

.item.blank.heading {
	height: 80px;
	line-height: 80px;
	width: 100%;
	text-align: center;
	font-size: 165%;
	background-color: transparent;
}

.item .column {	
	padding: 10px 10px 0px 15px;
	background-color: #EEE;
}

.t-number {
	padding-left: 15px;
}

.t-number:before {
	content: '/';
	padding-right: 15px;
}


/* HOME */


.home .one {
	width: 60%;
}

.home .two, 
.home .three {
	width: 20%;
}

.home .menu .row:last-child .column.two, 
.home .menu .row:last-child .column.three {
	padding-left: 15px;
	padding-right: 15px;
}

.home .item .column.one {
	padding: 10px 2.5% 10px 15px;
}

.home .item .column.one a.right {
	margin-left: 5%;
}

.home .item .column.two, 
.home .item .column.three {
	padding: 10px 15px 0px 15px;
}

.home .item:not(.full) .one:after, 
.home .item .three:before {
	position: absolute;
	top: 20%;
	height: 60%;
	content: '';
	z-index: 100;
}

.home .item .one:after {
	right: 0px;
	border-right: 1px solid #D0D0D0;
}

.home .item .three:before {
	left: 0px;
	border-left: 1px solid #D0D0D0;
}

.home .column.two .column, 
.home .column.three .column {
	width: 50%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: auto;
}

.item.full {
	background-color: #EEE;
}

.item.awaiting-review .column {
	background-color: #D0D0D0;
}

a.awaiting-review {
	text-decoration: underline;
}

.home .item.awaiting-review .one:after {
	border-right-color: #AAA;
}

.home .item.awaiting-review .three:before {
	border-left-color: #AAA;
}


/* VIEW */


.view .menu .row:first-child .column:nth-child(1), 
.view .menu .row:first-child .column:nth-child(3) {
	width: 30%;
}

.view .menu .row:first-child .column:nth-child(2) {
	width: 40%;
}

.view .menu .row:first-child .column:nth-child(3) {
	text-align: right;
}

.view .menu .row:last-child .column:nth-child(2), 
.view .menu .row:last-child .column:nth-child(3) {
	text-align: left;
}

.view .item:not(.blank) {
	height: auto;
	min-height: 128px;
	background-color: #EEE;
}

.view .item.awaiting-review, 
.view .item.awaiting-review .column {
	background-color: #D0D0D0;
}


/* VIEW TEXT */


.view.text .menu .row:last-child .column:nth-child(1), 
.view.text .item .column:nth-child(1) {
	width: 17%;
}

.view.text .menu .row:last-child .column:nth-child(2), 
.view.text .item .column:nth-child(2) {
	width: 23%;
	padding-left: 10px;
}

.view.text .menu .row:last-child .column:nth-child(3), 
.view.text .item .column:nth-child(3) {
	width: 23%;
	padding-left: 10px;
}

.view.text .item .column:nth-child(2), 
.view.text .item .column:nth-child(3) {
	text-transform: none;
	padding: 0px 10px;
}

.view.text .menu .row:last-child .column:nth-child(4), 
.view.text .item .column:nth-child(4) {
	width: 16%;
	padding-left: 15px;
	padding-top: 0px;
}

.view.text .menu .row:last-child .column:nth-child(5), 
.view.text .item .column:nth-child(5) {
	width: 10%;
	text-align: center;
}

.view.text .menu .row:last-child .column:nth-child(6), 
.view.text .item .column:nth-child(6) {
	width: 11%;
	text-align: right;
	padding-right: 15px;
}

.view.text .item .column:nth-child(5) a, 
.view.text .item .column:nth-child(6) a {
	display: block;
	line-height: 22px;
}

.view.text .item .column:nth-child(5) a:last-child, 
.view.text .item .column:nth-child(6) a:last-child {
	margin-bottom: 10px;
}

.view.text input[type="checkbox"] {
	margin: 5px 5px 0px 0px;
}

.view.text input[type="checkbox"]:first-child {
	margin-top: 10px;
}

.view.text input[type="checkbox"]:last-child {
	margin-bottom: 15px;
}


/* VIEW DATA */


.view.data .menu .row:last-child .column:nth-child(1), 
.view.data.data .item .column:nth-child(1) {
	width: 17%;
}

.view.data .menu .row:last-child .column:nth-child(2), 
.view.data .item .column:nth-child(2) {
	width: 6%;
	padding-left: 10px;
}

.view.data .menu .row:last-child .column:nth-child(3), 
.view.data .item .column:nth-child(3) {
	width: 20%;
	padding-left: 10px;
}

.view.data .menu .row:last-child .column:nth-child(4), 
.view.data .item .column:nth-child(4) {
	width: 20%;
}

.view.data .menu .row:last-child .column:nth-child(3) .column.two:nth-child(1), 
.view.data .menu .row:last-child .column:nth-child(4) .column.two:nth-child(1) {
	width: 70%;
	padding: 0px;
	text-align: left;
}

.view.data .menu .row:last-child .column:nth-child(3) .column.two:nth-child(2), 
.view.data .menu .row:last-child .column:nth-child(4) .column.two:nth-child(2) {
	width: 30%;
	padding: 0px;
	text-align: left;
}

.view.data .item .column:nth-child(3), 
.view.data .item .column:nth-child(4) {
	text-transform: none;
	padding: 0px 10px;
}

.view.data .menu .row:last-child .column:nth-child(5), 
.view.data .item .column:nth-child(5) {
	width: 16%;
	padding-left: 15px;
	padding-top: 0px;
}

.view.data .menu .row:last-child .column:nth-child(6), 
.view.data .item .column:nth-child(6) {
	width: 10%;
	text-align: center;
}

.view.data .menu .row:last-child .column:nth-child(7), 
.view.data .item .column:nth-child(7) {
	width: 11%;
	text-align: right;
	padding-right: 15px;
}

.view.data .item .column:nth-child(7) a {
	display: block;
	line-height: 22px;
}

.view.data .item .column:nth-child(7) a:last-child {
	margin-bottom: 10px;
}

.textarea {
	width: 100%;
	overflow: hidden;
	white-space: pre-wrap;
	border: none;
	margin: 0px;
	padding: 9px 0px;
	resize: none;
	outline: none;
}

.textarea del {
	color: #F30;
}

.textarea ins {
	color: #00b7e5;
}

.textarea, 
.textarea a {
	text-transform: none;
	color: #777;
}

.view.data .item .column span {
	display: block;
	line-height: 22px;
}

.view.data .item .column span input {
	margin: 0px 4px 0px 0px;
	padding: 0px;
	height: 16px;
	vertical-align: text-top;
}

.view.data .item .column span:first-child {
	padding-top: 10px;
}

.view.data .item .column span:last-child {
	padding-bottom: 10px;
}


/* VIEW IMAGES */


.view.images .menu .row:last-child .column:nth-child(1), 
.view.images .item .column:nth-child(1) {
	width: 28%;
}

.view.images .menu .row:last-child .column:nth-child(2), 
.view.images .item .column:nth-child(2) {
	width: 28%;
}

.view.images .menu .row:last-child .column:nth-child(3), 
.view.images .item .column:nth-child(3) {
	width: 23%;
	padding-left: 10px;
}

.view.images .item .column:nth-child(3) {
	text-transform: none;
	padding: 0px 10px;
}

.view.images .menu .row:last-child .column:nth-child(4), 
.view.images .item .column:nth-child(4) {
	width: 10%;
	text-align: center;
}

.view.images .menu .row:last-child .column:nth-child(5), 
.view.images .item .column:nth-child(5) {
	width: 11%;
	text-align: right;
	padding-right: 15px;
}

.view.images .item .column:nth-child(5) a {
	display: block;
	line-height: 22px;
}

.view.images .item .column:nth-child(5) a:last-child {
	margin-bottom: 10px;
}

.view.images .thumbnail {
	height: 108px;
	widows: auto;
}


/* CROP */


.crop .menu .row:first-child .column:nth-child(1), 
.crop .menu .row:first-child .column:nth-child(3) {
	width: 30%;
}

.crop .menu .row:first-child .column:nth-child(2) {
	width: 40%;
}

.crop .menu .row:first-child .column:nth-child(3) {
	text-align: right;
}

.crop .menu .row:last-child .column:nth-child(2), 
.crop .menu .row:last-child .column:nth-child(3) {
	text-align: left;
}

.crop .content {
	padding-top: 0px;
}

.jcrop-holder {
	direction: ltr;
	text-align: left;
}

.jcrop-vline,
.jcrop-hline {
	background: #FFF url('data:image/gif;base64,R0lGODlhCAAIAJEAAKqqqv///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAAACDZQFCadrzVRMB9FZ5SwAIfkECQoAAAAsAAAAAAgACAAAAg+ELqCYaudeW9ChyOyltQAAIfkECQoAAAAsAAAAAAgACAAAAg8EhGKXm+rQYtC0WGl9oAAAIfkECQoAAAAsAAAAAAgACAAAAg+EhWKQernaYmjCWLF7qAAAIfkECQoAAAAsAAAAAAgACAAAAg2EISmna81UTAfRWeUsACH5BAkKAAAALAAAAAAIAAgAAAIPFA6imGrnXlvQocjspbUAACH5BAkKAAAALAAAAAAIAAgAAAIPlIBgl5vq0GLQtFhpfaIAACH5BAUKAAAALAAAAAAIAAgAAAIPlIFgknq52mJowlixe6gAADs=');
	font-size: 0;
	position: absolute;
}

.jcrop-vline {
	height: 100%;
	width: 1px !important;
}

.jcrop-vline.right {
	right: 0px;
}

.jcrop-hline {
	height: 1px !important;
	width: 100%;
}

.jcrop-hline.bottom {
	bottom: 0px;
	height: 1px;
	padding: 0px;
}

.jcrop-tracker {
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

.jcrop-handle {
	background-color: #333;
	border: 1px #EEE solid;
	width: 7px;
	height: 7px;
	font-size: 1px;
}

.jcrop-handle.ord-n {
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	top: 0px;
}

.jcrop-handle.ord-s {
	bottom: 0px;
	left: 50%;
	margin-bottom: -4px;
	margin-left: -4px;
}

.jcrop-handle.ord-e {
	margin-right: -4px;
	margin-top: -4px;
	right: 0px;
	top: 50%;
}

.jcrop-handle.ord-w {
	left: 0px;
	margin-left: -4px;
	margin-top: -4px;
	top: 50%;
}

.jcrop-handle.ord-nw {
	left: 0px;
	margin-left: -4px;
	margin-top: -4px;
	top: 0px;
}

.jcrop-handle.ord-ne {
	margin-right: -4px;
	margin-top: -4px;
	right: 0px;
	top: 0px;
}

.jcrop-handle.ord-se {
	bottom: 0px;
	margin-bottom: -4px;
	margin-right: -4px;
	right: 0px;
}

.jcrop-handle.ord-sw {
	bottom: 0px;
	left: 0px;
	margin-bottom: -4px;
	margin-left: -4px;
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
	height: 7px;
	width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
	height: 100%;
	width: 7px;
}

.jcrop-dragbar.ord-n {
	margin-top: -4px;
}

.jcrop-dragbar.ord-s {
	bottom: 0px;
	margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
	margin-right: -4px;
	right: 0px;
}

.jcrop-dragbar.ord-w {
	margin-left: -4px;
}


/* PUBLISH */


.publish .one {
	width: 36%;
}

.publish .two, 
.publish .three {
	width: 32%;
}

.publish .menu .row:first-child .column:nth-child(1), 
.publish .menu .row:first-child .column:nth-child(3) {
	width: 30%;
}

.publish .menu .row:first-child .column:nth-child(2) {
	width: 40%;
}

.publish .menu .row:first-child .column:nth-child(3) {
	text-align: right;
}

.publish .menu .row:last-child .column:nth-child(2), 
.publish .menu .row:last-child .column:nth-child(3) {
	text-align: left;
	padding-left: 10px;
}

.publish .item:not(.blank) {
	height: auto;
	min-height: 60px;
	background-color: #EEE;
}

.publish .menu .row:last-child .column:nth-child(1), 
.publish .item .column:nth-child(1) {
	width: 18%;
}

.publish .item:not(.history) .column:nth-child(1) {
	line-height: 40px;
}

.publish .menu .row:last-child .column:nth-child(2), 
.publish .item .column:nth-child(2) {
	width: 12%;
	text-align: center;
}

.publish .menu .row:last-child .column:nth-child(3), 
.publish .item .column:nth-child(3) {
	width: 12%;
	text-align: center;
}

.publish.msds .menu .row:last-child .column:nth-child(3), 
.publish.msds .item .column:nth-child(3), 
.publish.brochure .menu .row:last-child .column:nth-child(3), 
.publish.brochure .item .column:nth-child(3) {
	width: 45%;
	text-align: left;
}

.publish .item .column:nth-child(2), 
.publish .item .column:nth-child(3) {
	text-transform: none;
	padding: 1px 10px;
}

.publish .menu .row:last-child .column:nth-child(4), 
.publish .item .column:nth-child(4) {
	width: 33%;
	padding-left: 15px;
}

.publish .menu .row:last-child .column:nth-child(5), 
.publish .item .column:nth-child(5), 
.publish.msds .menu .row:last-child .column:nth-child(4), 
.publish.msds .item .column:nth-child(4), 
.publish.brochure .menu .row:last-child .column:nth-child(4), 
.publish.brochure .item .column:nth-child(4) {
	width: 10%;
	text-align: center;
}

.publish .menu .row:last-child .column:nth-child(6), 
.publish .item .column:nth-child(6), 
.publish.msds .menu .row:last-child .column:nth-child(5), 
.publish.msds .item .column:nth-child(5), 
.publish.brochure .menu .row:last-child .column:nth-child(5), 
.publish.brochure .item .column:nth-child(5) {
	width: 15%;
	text-align: right;
	padding-right: 15px;
}

.publish .item .column:nth-child(6) a, 
.publish.msds .item:first-child .column:nth-child(5) a, 
.publish.brochure .item:first-child .column:nth-child(5) a {
	display: block;
	line-height: 40px;
}

.publish .textarea {
	min-height: inherit;
	padding: 9px 0px;
	text-transform: none;
}

.publish .item .column:nth-child(2) .textarea, 
.publish .item .column:nth-child(3) .textarea {
	height: 100%;
	margin-top: 8px;
}

.publish .item .column:nth-child(4) .textarea {
	text-align: left;
}


/* HISTORY */


.publish .item.history .column:nth-child(6) a, 
.publish.msds .item.history .column:nth-child(5) a, 
.publish.brochure .item.history .column:nth-child(5) a {
	display: block;
	line-height: 22px;
}

.publish .item.history .column:nth-child(6) a:last-child, 
.publish.msds .item.history .column:nth-child(5) a:last-child, 
.publish.brochure .item.history .column:nth-child(5) a:last-child {
	margin-bottom: 9px;
}

.publish .item.history .textarea {
	padding: 0px;
}


/* FEATURES */


.features .menu .row:first-child .column:nth-child(1), 
.features .menu .row:first-child .column:nth-child(3) {
	width: 30%;
}

.features .menu .row:first-child .column:nth-child(2) {
	width: 40%;
}

.features .menu .row:first-child .column:nth-child(3) {
	text-align: right;
}

.features .item:not(.blank) {
	height: auto;
	min-height: 106px;
	background-color: #EEE;
}

.features .menu .row:last-child .column:nth-child(1), 
.features .item .column:nth-child(1) {
	padding-left: 1%;
	width: 25%;
}

.features .menu .row:last-child .column:nth-child(2), 
.features .item .column:nth-child(2) {
	width: 25%;
}

.features .menu .row:last-child .column:nth-child(3), 
.features .item .column:nth-child(3) {
	width: 25%;
}

.features .menu .row:last-child .column:nth-child(4), 
.features .item .column:nth-child(4) {
	width: 10%;
	text-align: center;
}

.features .item .column:nth-child(1) {
	padding: 1px 10px 1px 15px;
}

.features .item .column:nth-child(2), 
.features .item .column:nth-child(3) {
	padding: 1px 10px;
}

.features .menu .row:last-child .column:nth-child(5), 
.features .item .column:nth-child(5) {
	width: 15%;
	padding-left: 15px;
}

.features .menu .row:last-child .column:nth-child(5), 
.features .item .column:nth-child(5) {
	text-align: right;
	padding-right: 15px;
}

.features .item .column:nth-child(5) a {
	display: block;
	line-height: 22px;
}

.features  .textarea {
	min-height: inherit;
	padding: 10px 0px;
	text-transform: none;
}

.features .item .column:nth-child(1) .textarea, 
.features .item .column:nth-child(2) .textarea, 
.features .item .column:nth-child(3) .textarea {
	height: 100%;
}


/* FEATURES EDIT */


.features.edit .item {
	width: 100%;
	height: 40px;
	line-height: 40px;
	min-height: inherit;
	white-space: nowrap;
}

.features.edit .menu .row:nth-child(2) .column:nth-child(1), 
.features.edit .column:nth-child(1) {
	width: 40%;
}

.features.edit .menu .row:nth-child(2) .column:nth-child(2), 
.features.edit .column:nth-child(2) {
	width: 20%;
	text-align: center;
	padding-right: 12px;
}

.features.edit .menu .row:nth-child(2) .column:nth-child(3), 
.features.edit .column:nth-child(3) {
	width: 32.5%;
	text-align: center;
	padding-right: 12px;
}

.features.edit .menu .row:nth-child(2) .column:nth-child(4), 
.features.edit .column:nth-child(4) {
	width: 7.5%;
	text-align: center;
	padding-right: 12px;
}


/* MSDS */


.edit.msds .menu .row:first-child .column:nth-child(1), 
.edit.msds .menu .row:first-child .column:nth-child(3) {
	width: 30%;
}

.edit.msds .menu .row:first-child .column:nth-child(2) {
	width: 40%;
}

.edit.msds .menu .row:first-child .column:nth-child(3) {
	text-align: right;
}

.edit.msds .menu .row:last-child .column:nth-child(2), 
.edit.msds .menu .row:last-child .column:nth-child(3) {
	text-align: left;
}

.edit.msds .item:not(.blank) {
	height: auto;
	min-height: 128px;
	background-color: #EEE;
}

.edit.msds .item.awaiting-review, 
.edit.msds .item.awaiting-review .column {
	background-color: #D0D0D0;
}

.edit.msds .menu .row:last-child .column:nth-child(1), 
.edit.msds .item .column:nth-child(1) {
	width: 17%;
}

.edit.msds .menu .row:last-child .column:nth-child(2), 
.edit.msds .item .column:nth-child(2), 
.edit.msds .menu .row:last-child .column:nth-child(3), 
.edit.msds .item .column:nth-child(3) {
	width: 23%;
	padding-left: 10px;
}

.edit.msds .item .column:nth-child(2), 
.edit.msds .item .column:nth-child(3) {
	text-transform: none;
	padding: 0px 10px;
}

.edit.msds .menu .row:last-child .column:nth-child(4), 
.edit.msds .item .column:nth-child(4) {
	width: 16%;
	padding-left: 15px;
	padding-top: 0px;
}

.edit.msds .menu .row:last-child .column:nth-child(5), 
.edit.msds .item .column:nth-child(5) {
	width: 10%;
	text-align: center;
}

.edit.msds .menu .row:last-child .column:nth-child(6), 
.edit.msds .item .column:nth-child(6) {
	width: 11%;
	text-align: right;
	padding-right: 15px;
}

.edit.msds .item .column:nth-child(5) a, 
.edit.msds .item .column:nth-child(6) a {
	display: block;
	line-height: 22px;
}

.edit.msds .item .column:nth-child(5) a:last-child, 
.edit.msds .item .column:nth-child(6) a:last-child {
	margin-bottom: 10px;
}

.edit.msds input[type="checkbox"] {
	margin: 5px 5px 0px 0px;
}

.edit.msds input[type="checkbox"]:first-child {
	margin-top: 10px;
}

.edit.msds input[type="checkbox"]:last-child {
	margin-bottom: 15px;
}


/* BROCHURE */


.fileinput-button {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.fileinput-button:hover > a {
	color: #444;
}

.fileinput-button input {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	cursor: pointer;
	font-size: 200px;
}


/* USERS */


div[class*="user"] .menu .row:first-child .column:nth-child(1), 
div[class*="user"] .menu .row:first-child .column:nth-child(3), 
div[class*="user"] .menu .row:last-child .column:nth-child(1), 
div[class*="user"] .menu .row:last-child .column:nth-child(3), 
div[class*="user"] .item .column:nth-child(1), 
div[class*="user"] .item .column:nth-child(3) {
	width: 30%;
}

div[class*="user"] .menu .row:first-child .column:nth-child(2), 
div[class*="user"] .menu .row:last-child .column:nth-child(2), 
div[class*="user"] .item .column:nth-child(2) {
	width: 40%;
}

div[class*="user"] .menu .row:last-child .column:nth-child(2), 
div[class*="user"] .item .column:nth-child(2) {
	text-align: center;
}

div[class*="user"] .menu .row .column:nth-child(3), 
div[class*="user"] .item .column:nth-child(3) {
	text-align: right;
}


/* OVERLAY */


.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.98);
	z-index: 10000;
	display: none;
}

.overlay div {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 36px;
	width: 36px;
	margin: 10px 0px 0px -18px;
	border-radius: 100%;
	border: 1px solid #9C9C9C;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: ball-scale-ripple 1.5s 0s infinite cubic-bezier(.21, .53, .56, .8);
	animation: ball-scale-ripple 1.5s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.overlay:after {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	font-size: 15px;
	color: #AAA;
}

.overlay:after {	
	content: 'UPDATING';
}

@-webkit-keyframes ball-scale-ripple {
	0% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 1.0;
	}
	70% {
		opacity: 0.7;
	}
	100% {
		opacity: 0.0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ball-scale-ripple {
	0% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 1.0;
	}
	70% {
		opacity: 0.7;
	}
	100% {
		opacity: 0.0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.maintenance {
	display: block;
}

.maintenance:after {
	content: 'MAINTENANCE UNDERWAY';
	line-height: 30px;
	margin-top: -30px;
	white-space: pre;
}


/* LOGIN */


.login  {
	display: table;
}

.login .outer {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.login .main {
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

.login label {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.login input[type=text], 
.login input[type=password] {
	display: block;
	text-align: center;
	margin: 18px auto 28px auto;
	padding: 5px 15px;
	width: 250px;
	background-color: transparent;
	border: 1px solid #DFDFDF;
	outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.login input[type=submit] {
	display: block;
	margin: 0px auto;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	background-color: transparent;
}

.login input[type=password] {
	letter-spacing: 4px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/* USERS */


.user {
	display: table;
}

.user .outer {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.user .main {
	height: auto;
	margin: 50px auto 0px auto;
	padding: 0px;
}

.user .buttons {
	text-align: center;
	padding-top: 20px;
}

.user-form input[type="text"], 
.user-form select {
	position: relative;
	display: block;
	width: 50%;
	border: 1px solid #DFDFDF;
	padding: 5px 15px;
	margin: 0px auto 10px auto;
	text-align: center;
	outline: none;
}

.user-form input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.user-form select {
	width: auto;
}

.user-form p.label {
	position: relative;
	display: block;
	width: 50%;
	line-height: 50px;
	margin: 0px auto;
	text-align: center;
}

.user-form p.error {
	width: 100%;
	margin: 0px auto;
	color: #F00;
	text-align: center;
	text-transform: none;
	font-style: italic;
}


/* NEW PRODUCT */


.add {
	display: table;
}

.add .outer {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.add .main {
	height: auto;
	margin: 50px auto 0px auto;
	padding: 0px;
}

.add .menu .row:first-child .column {
	width: 33.333%;
}

.add .menu .row:last-child .column.center {
	text-align: center;
}

.add-form input[type="text"], 
.add-form select {
	position: relative;
	display: block;
	width: 50%;
	border: 1px solid #DFDFDF;
	padding: 5px 15px;
	margin: 0px auto 10px auto;
	text-align: center;
	outline: none;
}

.add-form input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.add-form p.label {
	position: relative;
	display: block;
	width: 50%;
	line-height: 50px;
	margin: 0px auto;
	text-align: center;
}

.add p.error {
	width: 100%;
	margin: 30px auto 0px;
	color: #F00;
	text-align: center;
	font-style: italic;
}