body { padding-top: 80px; }
.menu {
	position: fixed;
	top: 100px;
	left: 10px;
	max-height: 90%;
	overflow: auto;
}

@media screen and (min-width: 1200px) {
	body { padding-top: 40px; }
	.menu { top: 60px; }
}

@media screen and (max-width: 979px) {
	body { padding-top: 0px; }
	.menu {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100% !important;
	}
}

@media (min-width: 768px) {
	#loginForm .control-group {
		width: 440px;
		margin-left:auto;
		margin-right:auto;
	}

	#loginForm .control-label {
		width: 120px;
	}

	#loginForm .controls {
		margin-left: 160px;
	}

	.form-horizontal .control-label {
		width: 200px;
	}

	.form-horizontal .controls {
		margin-left: 220px;
	}

	.form-horizontal .control-field {
		padding-top: 5px;
	}
}

/*.breadcrumb {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}*/

.table .table {
	background-color: transparent;
}

.table tr.pending {
	background-color: lightblue;
}
.table tr.approved {
	background-color: none;
}
.table tr.denied {
	background-color: none;
}
.table tr.revoked {
	background-color: brown;
	color: white;
}
.nav-header h5 {
	color: #003366;
}
.catalog {
	text-align: center;
	margin-top: 10px;
	width: 150px;
}
.labelProduct {
	text-align: center;
	margin: 10px;
	width: 200px;
}
#selectLabelProduct td, #fillQuantity td, #selectOrders td {
	vertical-align: middle;
}
#viewInvoice .control-group {
	margin-bottom: 5px;
}
#registerModal {
	top: 5%;
	height: 90%;
	overflow-y: auto;
}
#registerModal .modal-footer {
	bottom: 0px;
}
#registerModal .modal-body {
	max-height: 90%;
}
#selectionModal .modal-body {
	overflow-y: visible;
}
#selectionModal .chosen-container-multi .chosen-choices {
	overflow: auto;
	max-height: 120px;
}
#addNewsModal .modal-body, #editNewsModal .modal-body {
	min-height: 440px;
}
#addLicenseeModal, #editLicenseeModal, #addUserModal, #editUserModal {
	max-height: 80%;
	overflow: auto;
}
#addLicenseeModal .modal-body, #editLicenseeModal .modal-body, #addUserModal .modal-body, #editUserModal .modal-body {
	max-height: none;
}
#viewPendingOrderModal {
	width: 60%;
	min-width: 560px;
	margin-left: -30%;
	max-height: 80%;
	overflow: auto;
}
#viewPendingOrderModal .modal-body {
	max-height: none;
}

@font-face {
	font-family: 'PFBeauSansPro-Light';
	font-style: normal;
	font-weight: normal;
	src: local('PFBeauSansPro-Light'), url('/fonts/PFBeauSansPro-Light.woff') format('woff');
	}