/* GENERAL */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	text-align: center;
	background-color: #F3F2FF;
}

#container {
	margin: 0 auto;
	width: 960px;
	box-shadow: 6px 6px 8px #000;
	position: relative;
	z-index: 5;
}

#branding {
	top: 0;
}

#header {
	background-image: url("/assets/header-stripe.png");
	box-shadow: 6px 6px 8px #000;
	height: 100px;
	left: 0;
	right: 0;
	z-index: 10;
}

#header-container {
	width: 960px;
	margin: auto;
}

#logo {
	background-image: url("/assets/optilite-logo.png");
	box-shadow: 3px 3px 4px #000;
	width: 220px;
	height: 120px;
	margin-left: -50px;
	background-color: white;
}

#nav-bar {
	float: right;
	margin-top: 15px;
	clear: right;
}

#login-button {
	width: 50px;
}

.login-category {
	color: #0073EA !important;
	cursor: pointer;
	font-weight: bolder;
	margin-top: 15px;
	float: right;
}

#main-content {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px;
	padding-top: 22px;
	min-height: 150px;
	background: rgba(255, 255, 255, 0.8);
	text-align: left;
	position: relative;
}

#message-container {
	text-align: center !important;
}

#content-padding {
	float: left;
	display: inline-block;
	width: 230px;
	height: 155px;
}

#loginform {
	display: none;
}

#login {
	width: 541px;
}

#login-graphic {
	display: block;
	margin-left: 4px;
	padding-top: 10px;
	padding-left: 7px;
	width: 829px;
	height: 190px;
	background-image: url("/assets/opti-login.png");
	background-repeat: no-repeat;
}

#login-inputs {
	margin-left: 280px;
	width: 320px;
}

.login-input {
	width: 200px !important;
}

.forgot-password {
	margin-top: 10px;
}

.login-error {
	margin-right: 50px;
}

/* CONTROL PANELS */
.control-panel-button {
	width: 250px;
	margin-left: 50px;
	margin-bottom: 25px;
}

/* SEARCH */
#order-search-right-column,#provider-registration-right-column,#order-menu-right
	{
	float: right;
	margin-right: 25px;
}

.search-column {
	width: 400px;
	margin-left: 25px;
	display: inline-block;
}

.value-column {
	float: right;
}

.search-input {
	display: block;
	border: 1px solid black;
	margin-bottom: 2px;
}

.search-label {
	margin-bottom: 4px;
}

#print-container {
	text-align: right;
	margin-top: 20px;
}

tbody tr {
	cursor: pointer;
}

/* REGISTER */
.registration-textfield {
	width: 398px;
	height: 100px;
	border: 1px solid black;
	resize: none;
}

#register-button {
	float: right;
	width: 175px;
	margin-top: 25px;
	margin-left: 10px;
}

#delete-button {
	display: none;
	float: right;
	width: 225px;
	margin-top: 25px;
	margin-left: 10px;
}

#provider-registration-right-prices,#provider-registration-right-promos
	{
	float: right;
	margin-right: 25px;
}

#file-uploads {
	display: none;
}

.file-input {
	display: block;
	width: 368px;
}

/* EDIT-INVOICE */
#category-select {
	width: 200px;
}

.drop-link {
	cursor: move;
	display: inline-block !important;
	list-style-type: none;
	margin-top: 30px;
}

.drop-link li {
	padding: 10px;
	margin-left: 20px;
	width: 350px;
}

.drop-link-right {
	position: fixed;
	margin-left: 40px;
}

.text-indent {
	margin-left: 25px;
}

#add-option {
	display: block;
	margin-left: 20px;
	width: 372px;
	margin-top: 30px;
	margin-bottom: -25px;
}

/* MISCELLANEOUS */
#recovery-code-check {
	border: 1px solid black;
}

.initially-hidden {
	display: none !important;
}

.admin-print-button {
	margin-top: 5px;
}

/* ACCENT */
#motto-accent {
	margin: 0 auto;
	padding-left: 280px;
	background-image: url("/assets/glasses-book.jpg");
	background-repeat: no-repeat;
	width: 280px;
	height: 148px;
	border: 1px solid black;
}

#exam-accent {
	border: 1px solid black;
	margin-top: -50px;
	margin-right: -16px;
}

#glasses-accent {
	width: 300px;
	height: 200px;
	background-image: url("/assets/glasses-accent.png");
	bottom: 0;
	left: 0;
	z-index: -5;
	position: fixed;
}

.smaller-type {
	font-size: 0.8em;
}

.text-centering {
	text-align: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

.slight-bottom-space {
	margin-bottom: 5px;
}

.slight-left-space {
	margin-left: 5px;
}

.slight-top-space {
	margin-top: 10px;
	clear: both;
}

.extra-padding {
	height: 200px !important;
}

.clear {
	clear: both;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.white-bg {
	background-color: white;
}

.success-accent {
	color: green;
	font-weight: bold;
}

#warning-accent {
	font-weight: bold;
}

.warning-margin {
	margin-left: 30px;
}

h1 {
	font-size: 1.5em;
	color: #0073EA;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	color: #273340;
}

a:link {
	color: #0073EA;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #0073EA;
	text-decoration: none;
}

a:hover {
	color: #4860ff;
	text-decoration: none;
}

a:active {
	color: #0073EA;
	text-decoration: none;
}