body {
	background-color: #f6f6f6;
	font-family: Lato;
}
body p {
	font-size: 0.9em;
}
body p.sub {
	color: #999;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-weight: 300;
}
.largebox{
	width: 1350px !important;
	min-width:1350px !important;	
}
#logo {
	color: #333;
}
#in-nav {
	background-color: white;
	background-repeat: repeat;
	height: 50px;
	padding-top: 10px;
}
#in-nav ul {
	position: relative;
	top: 10px;
}
#in-nav ul li {
	list-style-type: none;
	display: inline;
}
#in-nav ul li a {
	padding: 10px;
}
#in-sub-nav {
	background-color: #333333;
	-moz-box-shadow: inset 0px 0px 10px #111111;
	-webkit-box-shadow: inset 0px 0px 10px #111111;
	box-shadow: inset 0px 0px 10px #111111;
}
#in-sub-nav ul {
	text-align: center;
	margin-bottom: 80px;
}
#in-sub-nav li {
	list-style-type: none;
	display: inline-block;
}
#in-sub-nav li a {
	display: block;
	border-radius: 6px;
	padding: 15px 10px 5px;
	min-height: 56px;
	min-width: 64px;
	margin: 20px 10px 10px;
	color: #FFF;
	font-weight: 100;
}
#in-sub-nav li a:hover, #in-sub-nav li a.active {
	background-color: #555;
	text-decoration: none;
}
#in-sub-nav li span.label.pull-right {
	position: relative;
	top: 24px;
	right: 14px;
}
.page {
	width: 980px;
	margin: auto;
	background-color: #FFF;
	border-radius: 6px;
	margin-top: -70px;
	padding: 20px 0px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.page .header {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.header2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEE;
	font-weight:bold;
}
.accordion-color {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEE;
	font-weight:bold;
	background-color:#ebebeb;
}
.accordion-nocolor {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEE;
	font-weight:bold;
	background-color:#fff;
}
 @media (min-width: 1200px) {
 .page {
 width: 1210px;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
 .page {
 width: 764px;
}
}
 @media (max-width: 767px) {
 body {
 padding-left: 0;
 padding-right: 0;
}
 .page {
 width: 100%;
}
 .page-container {
 padding: 0px 20px;
}
 #in-nav ul.pull-right {
 top: 0px !important;
}
}
.batch {
	background-image: url(../img/white-batch-32.png);
	display: inline-block;
	height: 32px;
	width: 32px;
}
.home {
	background-position: -128px -96px;
}
.resume {
	background-position: -224px -64px;
}
.insert {
	background-position: -96px 0px;
}
.operators {
	background-position: -96px -32px;
}
.users {
	background-position: 0 -96px;
}
.search {
	background-position: -64px -128px;
}
.product {
	background-position: -32px -32px;
}
.tables {
	background-position: -192px 0px;
}
.cards {
	background-position: -192px -128px;
}
.settings {
	background-position: -288px -128px;
}
.label-large {
	display:inline-block;
	padding:4px 6px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space:nowrap;
	vertical-align:baseline;
	background-color:#999;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
}
.label-large-sucess {
	display:inline-block;
	padding:4px 6px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space:nowrap;
	vertical-align:baseline;
	background-color:#468847;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
}
.label-large-inverse {
	display:inline-block;
	padding:4px 6px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space:nowrap;
	vertical-align:baseline;
	background-color:#333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
}
