﻿@font-face {
	font-family: 'chemventory';
	src:url('../Fonts/chemventory.eot');
	src:url('../Fonts/chemventory.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/chemventory.ttf') format('truetype'),
		url('../Fonts/chemventory.woff') format('woff'),
		url('../Fonts/chemventory.svg#chemventory') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Windows Chrome fix to display SVG */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'chemventory';
        src: url('../Fonts/chemventory.svg#chemventory') format('svg');
		}
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	}

html,
button,
input,
select,
textarea {
	/*background-color: #fff;*/
	color: #444;
	font-family: Verdana, Helvetia, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;	
	}
	
html {
	background: #f9f7f1;
	}
	
a {
	color: #3592d3;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #267a58;
	font-weight: normal;
	line-height: 1.4;
	margin: 1em 0;
	}
	
h1,
h2,
h3 {
	line-height: 1.2;
	}
	
h1 { font-size: 2.25em; }
h2 { font-size: 1.875em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.125em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	}

.clearfix:after {
    clear: both;
	}

.clearfix {
    *zoom: 1;
	}
	
/* ==========================================================================
   Icons
   ========================================================================== */
   
[class^="icon-"], [class*=" icon-"] {
	font-family: 'chemventory';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

.icon-key:before {content: "\e600";}
.icon-print:before {content: "\e601";}
.icon-cd:before {content: "\e602";}
.icon-keyboard:before {content: "\e603";}
.icon-cart:before {content: "\e604";}
.icon-list:before {content: "\e606";}
.icon-tag:before {content: "\e607";}
.icon-eye:before {content: "\e611";}
.icon-plus:before {content: "\e612";}
.icon-x:before {content: "\e613";}
.icon-minus:before {content: "\e614";}
.icon-database:before {content: "\e608";}
.icon-mail:before {content: "\e609";}
.icon-history:before {content: "\e60a";}
.icon-export:before {content: "\e60b";}
.icon-user-add:before {content: "\e605";}
.icon-book:before {content: "\e60c";}
.icon-size:before {content: "\e60d";}
.icon-search:before {content: "\e610";}
.icon-user-update:before {content: "\e60e";}
.icon-user-delete:before {content: "\e60f";}
   
   
   
/* ==========================================================================
   Grid Styles
   ========================================================================== */
  
.columns .col-1-2 {
	float: left;
	margin-right: 4%;
	width: 48%;
	}

.columns .col-1-4 {
	float: left;
	margin-right: 4%;
	width: 22%;
	}

.columns .col-3-4 {
	float: left;
	margin-right: 4%;
	width: 74%;
	}

.columns .col-1-3 {
	float: left;
	margin-right: 4%;
	width: 30.66666666666667%;
	}

.columns .col-2-3 {
	float: left;
	margin-right: 4%;
	width: 65.33333333333333%;
	}

.columns .last {
	margin-right: 0;
	}
	
.columns .last + * {
	clear: both;
	}

fieldset {
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-before: 0;
	-webkit-padding-start: 0;
	-webkit-padding-end: 0;
	-webkit-padding-after: 0;
	border: 1px solid black;
	}

/* Forms */
::-moz-selection {
    background: #267a58;
    color: #fff;
	}

::selection {
    background: #267a58;
    color: #fff;
	}
	
input,
button,
select,
textarea {
	/*background-color: #fff;*/
	color: #444;
	border-radius: 3px;
	}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input.text,
textarea {
	-webkit-appearance: none;
	border: 1px solid #bbb;
	display: block;
	padding: 10px;
	}

select {
	border: 1px solid #bbb;
	display: block;
	padding: 12px;
	}

input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input.text:focus,
textarea:focus,
select:focus {
	border-color: #444;
	}
	
.valid input,
.valid input:focus,
.valid select,
.valid select:focus,
.valid textarea,
.valid textarea:focus {
	border-left: 3px solid #1c8158;
	}

input.valid ,
input.valid :focus,
select.valid ,
select.valid :focus,
textarea.valid ,
textarea.valid :focus {
	border-left: 3px solid #1c8158;
	}

	
.error input,
.error input:focus,
.error select,
.error select:focus,
.error textarea,
.error textarea:focus {
	border-left: 3px solid #ae3a31;
	}

input.error ,
input.error:focus,
select.error ,
select.error :focus,
textarea.error ,
textarea.error :focus {
	border-left: 3px solid #ae3a31;
	}
	
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bbb;
	}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #bbb;
	}
	
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bbb;
	}
	
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bbb;
	}
	
label {
	color: #111;
	display: inline-block;
	margin-bottom: 0.25em;
	}

a.btn,
input.btn,
div.btn,
input[type="submit"],
button {
	-webkit-appearance: none;
	background: #267a58;
	background: linear-gradient(to bottom, #267a58 0%, #1f6448 100%);
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 10px 26px;
	text-decoration: none;
	}
	
a.btn:hover,
input.btn:hover,
div.btn:hover,
input[type="submit"]:hover,
button:hover {
	color: #fff;
    background: #444;
	text-decoration: none;
	}

a.btn:focus,
input.btn:focus,
div.btn:focus,
input[type="submit"]:focus,
button:focus {
	color: #fff;
    background: #444;
	}
	
a.btn-secondary,
input.btn-secondary,
div.btn-secondary,
button.btn-secondary {
	-webkit-appearance: none;
	background: #efece5;
	background: linear-gradient(to bottom, #efece5 0%, #e3ded3 100%);
	border-radius: 3px;
	border: none;
	color: #267a58;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 10px 26px;
	text-decoration: none;
	}
	
a.btn-secondary:hover,
input.btn-secondary:hover,
div.btn-secondary:hover,
button.btn-secondary:hover {
	color: #fff;
    background: #444;
	text-decoration: none;
	}

a.btn-secondary:focus,
input.btn-secondary:focus,
div.btn-secondary:focus,
button.btn-secondary:focus {
	color: #fff;
    background: #444;
	}

a.btn.disabled,
input.btn.disabled,
div.btn.disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="submit"][disabled=disabled],
button.disabled {
	background: #efece5;
	color: #b2aa9c;
	cursor: default;
	}

textarea {
    resize: vertical;
	}
	
.form-row {
	margin-bottom: 1em;
	}



	
/*form {
  margin: 0 0 20px 0;
  overflow: auto;
}
form fieldset {
  margin: 0 0 30px 0;
  padding: 0 15px 15px 15px;
}
form ol li,
form ul li {
  margin: 15px 0 15px 0;
}
form legend {
  font-weight: bold;
}
form input[type="text"] {
  width: 242px;
  font-size: 12px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
form select {
  width: 239px;
  font-size: 12px;
  height: 22px;
}
form textarea {
  height: 100px;
  width: 100%;
  max-width: 408px;
  max-height: 600px;
  padding: 0;
  display: block;
}
form input[type="file"] {
  margin: 10px 0 0 0;
  width: 100%;
}
form input[type="button"],
form input[type="submit"] {
  float: right;
  margin: 38px 0 0 15px;
  color: #10663d;
  border: 1px solid #10663d;
  background-image: -o-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -moz-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.24, #f9f9f9), color-stop(0.62, #e9e9e9));
  background-image: -webkit-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -ms-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
}
form input[type="button"].default,
form input[type="submit"].default {
  margin-top: 30px;
  padding: 8px 16px;
  color: white;
  background-color: #068554;
  background-image: -o-linear-gradient(top, #068554 24%, #10663d 62%);
  background-image: -moz-linear-gradient(top, #068554 24%, #10663d 62%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.24, #068554), color-stop(0.62, #10663d));
  background-image: -webkit-linear-gradient(top, #068554 24%, #10663d 62%);
  background-image: -ms-linear-gradient(top, #068554 24%, #10663d 62%);
  background-image: linear-gradient(top, #068554 24%, #10663d 62%);
}
form input[type="checkbox"] {
  margin: 0 10px 2px 0;
  vertical-align: middle;
}
form .checklist li {
  float: left;
  width: 50%;
  vertical-align: middle;
  margin: 10px 0 10px 0;
}
form .checklist li img {
  width: 44px;
  height: 44px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}*/


/* Tables */

table {
	width: 100%;
	}

table th,
table td {
	padding: 0.5em 1em;
	}
	
table thead th {
	background: #267a58;
	background: linear-gradient(to bottom, #267a58 0%, #1f6448 100%);
	color: #fff;
	font-weight: normal;
	text-align: left;
	}
	
table tr:nth-child(even) {
	background-color: #eee;
	}
	
/* Batch Action Selector */
.batch-action {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.batch-action select {
  max-width: 250px;
  margin-left: 0;
  width: 250px;
}
.batch-action input[type="button"],
.batch-action input[type="submit"] {
  float: none;
  margin-top: 0;
}
	
span.blue {
  font-weight: bold;
  color: #243b97;
}
/* Layout */
#layout {
	background: #fff;
	box-shadow: 0 0 50px #efece5;
	margin: 0 auto;
	width: 1000px;
	}

/* Header */
#header {
	padding: 1.5em 2em;
	}

#header a {
	display: block;
	}
	
#header .logo {
	float: left;
	}
	
#header .chemventory {
	float: right;
	}

/* Nav Menu and Action Bar */
.nav-menu {
	background: #267a58;
	background: linear-gradient(to bottom, #267a58 0%, #1f6448 100%);
	}

.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.nav-menu ul li {
	border-right: 1px solid #2d8764;
	float: left;
	}
	
.nav-menu ul li a {
	color: #fff;
	display: block;
	padding: 1em;
	text-decoration: none;
	}

.nav-menu ul li a:hover {
	background: #2d8764;
	}
	
.action-bar {
	background: #efece5;
	background: linear-gradient(to bottom, #efece5 0%, #ece8e0 100%);
	border-bottom: 1px solid #e0dace;
	}
	
.action-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.action-bar ul li {
	float: left;
	}
	
.action-bar ul li a {
	color: #267a58;
	display: block;
	padding: 1em;
	text-decoration: none;
	}
	
.action-bar ul li a:hover {
	background: #f9f7f1;
	}
	
.action-bar i {
	color: #b2aa9c;
	}
	

/* Content */
.content {
  padding: 2em;
}
/* Footer */
#footer {
	background: #efece5;
	background: linear-gradient(to bottom, #efece5 0%, #ece8e0 100%);
	border-top: 1px solid #e3ded3;
	padding: 2em;
	}

#footer ul.contact {
	font-size: 0.875em;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#footer ul.footer-nav {
	font-size: 0.875em;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	}
	
#footer ul.footer-nav li {
	display: inline-block;
	margin-right: 0.5em;
	}
	
#footer ul.footer-nav li:before {
	color: #b2aa9c;
	content: "/";
	display: inline-block;
	margin-right: 0.5em;
	}
	
#footer ul.footer-nav li:first-child:before {
	display: none;
	}
	
#footer .copyright {
	border-top: 1px solid #e3ded3;
	font-size: 0.875em;
	margin: 2em 0 0 0;
	padding-top: 1em;
	text-align: center;
	}

/*Grid Layout*/
.row {
  margin: 0 0 20px 0;
  overflow: auto;
}
.row .two_col {
  float: left;
  width: 47%;
  margin-right: 6%;
}
.row .two_col:last-child {
  margin-right: 0;
}
/* Page Level Styles */
#home {
  margin: 0 0 30px 0;
}
#home a {
  display: block;
  margin: 0 0 10px 0;
}
#home img {
  margin: 0 0 0 30px;
}
.showcase {
  margin: 0 0 30px 0;
  display: inline-block;
  float: left;
}
.showcase label {
  width: 130px;
  font-size: 16px;
}
.showcase p {
  margin-top: 0;
}
.showcase h3 {
  margin: 0;
  font-size: 20px;
}
.showcase span,
.showcase li {
  font-size: 16px;
}
.alert {
  margin: 0 0 30px 0;
  border: 1px solid red;
  padding: 15px;
}
.video {
  width: 100%;
  margin: 0 0 30px 0;
}
.middle-box {
  border-radius: 4px;
  border: solid 1px #ddd7d7;
  padding: 15px;
  width: 440px;
  margin: 50px auto;
  background: #e9e9e9;
  background-image: -o-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -moz-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.24, #f9f9f9), color-stop(0.62, #e9e9e9));
  background-image: -webkit-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -ms-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
}
.middle-box h2 {
  color: #10663d;
}
.middle-box span {
  display: block;
  color: #777777;
  margin: 10px 0 10px 0px;
}
.middle-box li span {
  text-align: right;
}
#storeroom-list {
  margin: 0 0 30px 0;
}
#storeroom-list li {
  width: 300px;
  height: 200px;
  display: inline-block;
  margin: 0 10px 15px 0;
  float: left;
}
#storeroom-list a {
  border-radius: 14px;
  display: table-cell;
  width: 300px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 30px;
  border: 1px solid #10663d;
  background-image: -o-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -moz-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.24, #f9f9f9), color-stop(0.62, #e9e9e9));
  background-image: -webkit-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -ms-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
}
.info-display {
  border: 1px solid black;
  padding: 15px;
  margin: 0 0 30px 0;
}
.info-display ul li {
  margin: 10px 0 10px 0;
}
.info-display ul li span {
  font-size: 16px;
  font-weight: bold;
}
.info-display ul li span label {
  font-size: 16px;
}
.info-display ul li a {
  margin: 0 0 0 30px;
}
.info-display ul li ul {
  margin: 10px 0 0 0;
}
.info-display ul li ul li {
  display: inline;
  margin: 0 10px 0 0;
}
.info-display ul li ul li img {
  width: 44px;
  height: 44px;
}
add_custom {
  display: none;
  margin: 30px 0 0 0;
}
#catelog-search {
  margin: 0 0 15px 0;
}
#catelog-search h3 {
  margin-bottom: 0;
}
#catelog-search input[type="search"] {
  width: 250px;
  margin: 0 5px 0 0;
}
#search-results {
  margin: 0 0 30px 0;
}
#search-results li {
  margin: 10px 0 10px 0;
}
#search-results input[type="button"] {
  color: #10663d;
  border: 1px solid #10663d;
  background-image: -o-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -moz-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.24, #f9f9f9), color-stop(0.62, #e9e9e9));
  background-image: -webkit-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: -ms-linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
  background-image: linear-gradient(top, #f9f9f9 24%, #e9e9e9 62%);
}
.radiolist {
  margin: 0 0 30px 0;
}
#queue input[type="button"],
#queue input[type="submit"] {
  float: none;
  margin: 0;
}
#faq-links {
  margin: 0 0 30px 0;
}
#labels select {
  margin: 10px 0 30px 0;
}
#labels ol {
  border: 1px solid black;
  padding: 15px;
  overflow: hidden;
}
#labels ol li {
  float: left;
  width: 50%;
  display: inline-block;
}
#admin input[type="search"] {
  width: 300px;
}
#Content_change {
  width: 100px;
  margin: 0 48px 0 0;
}
#change-amount {
  width: 35px;
}
.label {
  border: 1px solid black;
}
/* jQuery input Watermark */
input.watermark {
  color: #999999;
}
/* Positionining Classes */
.float-right {
  float: right;
  text-align: right;
}


ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul.pagination li {
	border-radius: 3px;
	float: left;
	}
	
ul.pagination a {
	display: block;
	padding: 5px 12px;
	}
	
ul.pagination li.active {
	background: #eee;
	padding: 5px 12px;
	}
	
ul.pagination li.disabled {
	color: #bbb;
	padding: 5px 12px;
	}
	
.login {
	background: #f9f7f1;
	border: 1px solid #e3ded3;
	border-radius: 3px;
	padding: 2em 3em 1em 3em;
	}
	
.login h2 {
	margin-top: 0;
	}
	
.login input[type="text"],
.login input[type="password"] {
	width: 100%;
	}

