html, body {
	height: 100%;
}

button, input, optgroup, select, textarea, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#wrap {
	min-height: 100%;
}

#main {
	overflow:visible; /*used to be auto but this hides content on small screens*/
	padding-bottom: 6em;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -3em; /* negative value of footer height */
	height: 3em;
	clear:both;
	background-color: #333333;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

.clearer {
	clear: both;
}

.clearer_r {
	clear: right;
}

/*
* Global text styles
*/
a {
	color: #476688;
}

a:hover {
	text-decoration: none;
	color: #003570;
}

:focus {
	-moz-outline-style: none;
	outline: none;
}

h1, h2, h3 {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Ubuntu,Arial, Helvetica, Verdana, sans-serif;
	color: #555555;
}

h2, h3 {
	margin: 0 auto;
}

li, blockquote, p, th, td, legend {
	font-size: 0.8em;
	line-height: 1.24;
}

p.inline {
	display: inline-block;
}

.inline_text {
	font-size: 0.8em;
}

ul {
	list-style: url(../img/bullet.gif) none;
}

a img {
	border: 0;
}

/*
* form styles
*/

input, select, textarea {
	font-size: 0.8em;
}

td input, td select, td textarea,
p input, p select, p textarea {
	font-size: 1em;
}

input {
	padding: 0;
	border: 1px solid #666;
	background-color: white;
}

textarea {
	padding: 0.2em;
  background-color: white;
	margin-bottom: 0.8em;
}

input[type=text],
input[type=password],
select {
	padding: 0.4em;
}

.form_item {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

input[type=submit],
input[type=reset],
input[type=button] {
	padding: 0.6em;
}

input[type=submit] {
	background-color: #DA5935;
	margin-right: 2em;
}

input[type=submit]:hover {
	background-color: #DB522C;
}

input[type=radio],
input[type=checkbox] {
	border: 0;
}

input[type=checkbox] {
 vertical-align: middle;
}​

select {
	margin-left: 0.5em;
}

input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

textarea.noteform
{
	height: 20em;
	width: 30em;
}

select {
	background-color: white;
}

input[type=text],
input[type=password],
select,
textarea {
	border: 1px solid #CCC;
}

input[type=text]:hover,
select:hover,
input[type=password]:hover,
textarea:hover  {
	border: 1px solid #AAA;
}

input[type=text]:focus,
select:focus,
input[type=password]:focus,
textarea:focus {
	border: 1px solid #DA5935;
}

/*
* containers
*/

#allHolder {
	max-width: 2300px;
	margin-bottom: 2em;
}

#masthead {
	height: 40px;
}

#bamboo_logo {
	position: absolute;
	top: -17px;
	left: 15px;
	width: 180px;
	height: 68px;
	background: url(../img/eenvfact_logo_dark.png) no-repeat left top;
}
#bamboo_logo a {
	display: block;
	width: 160px;
	height: 66px;
}

.info_inline, .success_inline, .warning_inline, .error_inline, .validation_inline {
	border: 1px solid;
	margin: 0px 0px;
	padding: 8px 0px 8px 43px;
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 15em;
}

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 0px 0px;
	padding: 8px 0px 8px 43px;
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 15em;
	max-width: 35em;
  margin-left: auto;
  margin-right: auto;	
  position: absolute;
  top: 85px;
  left:190px;
  right:0;
  z-index: 10;
}
.info,
.info_inline {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../img/msg_info.png');
}
.success,
.success_inline {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../img/msg_success.png');
}
.warning,
.warning_inline {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../img/msg_warning.png');
}
.error,
.error_inline {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../img/msg_error.png');
}
.validation,
.validation_inline {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../img/msg_validation.png');
}
.attention {
	color: #C00!important;
	font-weight: bold;
}
.notice {
	color: #29b122!important;
	font-weight: bold;
}
.not_very_noticeable {
	font-size: 0.7em;
	font-style: italic;
}

/*
* sub menu items
*/
#submenu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 10px 100px 0 0;
}

.submenu_link {
	color: #000!important;
	text-decoration: none;
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 0 18px;
	font-weight: bold;
	text-transform: lowercase;
}
.submenu_link:hover {
	color: #E8EEF6;
	text-decoration: underline;
}
#submenu li {
	float: left;
}

.help {
	background: url(../img/help.png) no-repeat left;
}

.guideitemnext {
	clear: both;
}

.guideitem {
	min-width: 23em;
	max-width: 60em;
	height: 420px;
}

.guideitem img {
 border: 1px solid black;
 position: relative;
 float: left;
}

.guideitem p,
.guideitem h4 {
  margin-left: 420px;
}

div.firsttimehelp {
  width: 40em;
  
}
div.firsttimehelp img {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 5em;
}
/*
* logout lightbox
*/
#logout_list a {
	/* nothing here right now */
}

div.disclaimer a {
	font-size: 1em;
}

.disclaimer {
	font-size: 0.7em;
	font-style: italic;
	margin-bottom: 1em;
}

/*
* action menu for invoices
*/

.create_invoice {
	min-width: 30em;
}

#action_menu {
	float: left;
}
textarea {
	overflow: auto;
}
#invoice_action_menu {
	width: 200px;
	margin-top: -28px;
	padding:32px 0;
	/*background: url(../img/menu_top.png) no-repeat left top;*/
}
#invoice_action_menu p {
	margin: 50px 10px;
}
#invoice_action_menu ul, #invoice_action_menu li {
	margin: 0;
	padding: 0;
}
#invoice_action_menu li {
	background: url(../img/menu_tab.png) no-repeat left center;
	line-height: 26px;
	margin-bottom: 10px;
}
#invoice_action_menu li.invspacer_down,
#invoice_action_menu li.invspacer_up {
	background: none;
}
#invoice_action_menu a {
	display: block;
	line-height: 26px;
	text-decoration: none;
	padding-left: 26px;
	color: #FFF;
	font-size: large;
	margin: 0;
	width: 164px; /* IE doesn't recognize the 100% nature of block */
}
#invoice_action_menu li.invspacer_down a,
#invoice_action_menu li.invspacer_up a {
	padding-left: 77px;
}
#invoice_action_menu a.addinv {
	background: url(../img/table_add.png) no-repeat left center;
}
#invoice_action_menu a.summaryinv {
	background: url(../img/table.png) no-repeat left center;
}
#invoice_action_menu a.clientsummary {
	background: url(../img/group_side.png) no-repeat left center;
}
#invoice_action_menu a.invemail {
	background: url(../img/invemail.png) no-repeat left center;
}
#invoice_action_menu a.invstat {
	background: url(../img/invstat.png) no-repeat left center;
}
#invoice_action_menu a.invimport {
	background: url(../img/invimport.png) no-repeat left center;
}
#invoice_action_menu a.invbackup {
	background: url(../img/invbackup.png) no-repeat left center;
}
#invoice_action_menu a.invcust {
	background: url(../img/invcust.png) no-repeat left center;
}
#invoice_action_menu a.invcal {
	background: url(../img/invcal.png) no-repeat left center;
}
#invoice_action_menu a.invhelp {
	background: url(../img/invhelp.png) no-repeat left center;
}
#invoice_action_menu a.invlogout {
	background: url(../img/invlogout.png) no-repeat left center;
}
#invoice_action_menu a.invconf {
	background: url(../img/invconf.png) no-repeat left center;
}
#invoice_action_menu a.invfact {
	background: url(../img/invfact.png) no-repeat left center;
}
#invoice_action_menu a.invnote {
	background: url(../img/page_edit.png) no-repeat 5px center;
}
#invoice_action_menu a.invreminder {
	background: url(../img/invreminder.png) no-repeat left center;
}
#invoice_action_menu a.invprint {
	background: url(../img/invprint.png) no-repeat left center;
}
#invoice_action_menu a.emailpdf {
	background: url(../img/invpdf.png) no-repeat left center;
}
#invoice_action_menu a.invcompany {
	background: url(../img/company.png) no-repeat left center;
}
#invoice_action_menu a.invpayment {
	background: url(../img/invpayment.png) no-repeat left center;
}
#invoice_action_menu a.invedit {
	background: url(../img/invedit.png) no-repeat left center;
}
#invoice_action_menu a.invclose {
	background: url(../img/invclose.png) no-repeat left center;
}
#invoice_action_menu a.invstock {
	background: url(../img/invstock.png) no-repeat left center;
}
#invoice_action_menu a.invduplicate {
	background: url(../img/invduplicate.png) no-repeat left center;
}
#invoice_action_menu a.deleteConfirm {
	background: url(../img/invdelete.png) no-repeat left center;
}
#invoice_action_menu a.clientdelete {
	background: url(../img/group_delete.png) no-repeat left center!important;
}
#invoice_action_menu a.clientedit {
	background: url(../img/group_edit.png) no-repeat left center;
}
#invoice_action_menu a:hover {
	color: #89A7C8;
}
#invoice_action_menu li.menu_promo {
	background:none;
	text-align: right;
	font-size: 130%;
	font-style: italic;
	padding-right: 10px;
	list-style-image: none;
}

.invoice_history_block {
	padding-top: 1em;
	padding-bottom: 1em;
}

.activity_block {
	color: #838B8B;
	border: 1px solid #838B8B;
	width: 156px;
	height: auto;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 0.7em;
	padding-top: 2px; 	
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 2em;
	margin-bottom: 3em;
}

.activity_detail {
	font-size: 0.8em;
	font-style: italic;
	margin-left: 2em;
}

.activity_header {
	font-size: 1.1em;
	text-align: center;
	color:black;
}

#opinion_block {
	color: #838B8B;
	border: 1px solid #838B8B;
	width: 160px;
	height: 6em;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 0.7em;
	padding-top: 5px; 	
	text-align: center;
}

#opinion_block input[type=submit] {
	color: black;
}

#opinion_options_block {
	margin-left: auto;
	margin-right: auto;
	width: 13em;
	height: auto;
}

#opinion_block ul {
	list-style: none;
	padding-top: 0.2em;
}

#opinion_block li {
	margin-left: 1em;
	margin-right: 1em;
	float: left;
}

#opinion_explain form {
	margin-top: 0.8em;
}

#opinion_explain input#opinion_explain_text {
	width: 11em;
}

#opinion_explain input#opinion_explain_send {
	font-size: 0.7em;
}

#promo_block {
	background-color: #FCEFB6;
	color: #838B8B;
	border: 1px solid #838B8B;
	width: 160px;
	height: 8em;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 0.7em;
	padding-top: 5px; 	
	text-align: center;
}

.spreadbrowser,
.browserunsupported {
	border: 1px solid gray;
	background-color: #F2E79B;
	width: 50em;
	font-size: 0.8em;
	padding: 0.3em;
	margin-bottom: 1em;
	margin-top: 2em;
}

.action_description {
	font-style: italic;
}

.imageselector a img {
	border: 0px solid gray;
}

/*
* invoice_status_menu
*/

.invCheck {
	width: 1.5em;
	height: auto;
}
#invoice_status_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
}
#invoice_status_menu li {
	float: left;
}
#invoice_status_menu li a {
	display: block;
	margin: 0;
	border: 1px solid #333;
	border-top: 0;
	text-decoration: none;
	text-align: center;
	background: #FFF;
	color: #000;
	font-size: small;
	line-height:150%;
	padding: 0 20px;
	font-weight: bold;
	float: left;
}
#invoice_status_menu li a:hover {
	background: #F6F6F6;
}
#tip {
	background: url(../img/quote_bottom.png) no-repeat center bottom;
	clear: left;
	padding: 5px;
}

#headMenu {
	margin: 0px auto -1px auto;
	position: relative;
	width: 600px;
	height: 40px;
}
/*
* main_content items
*/

.main_content {
	margin: 0 25px 0 0;
	padding: 10px 0 0 225px;
	min-width: 23em;
}

.main_content_longer {
	margin: 0 25px 0 0;
	padding: 10px 0 0 25px;
	min-width: 23em;
}

.main_content_nologin {
	width: 80%;
	margin: 40px auto -1px auto; 
	position: relative;
}

.show_menu {
	width: 10px;
	height: 25px;
	padding-left: 1em;
	padding-top: 5px;
	background: url(../img/arrow_show_light.png) no-repeat left bottom;
	position: absolute;
	left: 3px;
	top: 80px;
}

.show_menu:hover {
	background: url(../img/arrow_show.png) no-repeat left bottom;
}

.hide_menu {
	width: 10px;
	height: 25px;
	padding-left: 1em;
	padding-top: 5px;
	background: url(../img/arrow_hide_light.png) no-repeat left bottom;
	position: absolute;
	left: 208px;
	top: 80px;
}

.hide_menu:hover {
	background: url(../img/arrow_hide.png) no-repeat left bottom;
}

.stripe {
	width:99%; /* 100% causes IE to caluculate borders wrong and give it strange clearing and floating */
	padding: 0;
	border-collapse: collapse;
	margin: 0 auto 15px auto;
}
.stripe th, .close {
	color: #FFFFFF!important;
	background: url(../img/grey_stripe_tile.jpg);
	padding: 0;
	text-align: center;
	font-weight: bold;
}
.stripe td {
	border-bottom: 1px solid #CCC;
	text-align: left;
	padding: 1px 5px;
	line-height: 1.5em;
}
.stripe th {
	border-bottom: 1px solid #CCC;
	text-align: left;
	padding: 4px 5px;
}
.short_description {
	color: #999;
	display: block;
}

.stripe tr.even td{
	background: #F6F6F6;
}
.stripe tr.ruled td{
	background: #E6EAFB; 
}
.stripe p {
	margin: 0;
}
.stripe a {
	margin: 0;
	color: #333;
	text-decoration: none;
	width: 100%;
}
.stripe a:hover {
	text-decoration: underline;
}
.monthbreak {
	color: #525252!important;
	font-weight: bold!important;
	background: #E3E3E3!important;
}
#activityRows .dateCreated
{
	width: 10em;
}
.editdelete, .tax_status {
	text-align: center;
	white-space: nowrap;
}
.clienteditdelete {
	white-space: nowrap;
	width: 100px;
}
/*
* footer styles
*/
#footer_content
{
	width: 35em;
  margin-left: auto ;
  margin-right: auto ;
}

.footer_block {
	width: 35em;
	height: 3em;
	position: relative;
	float: left;
}
.footer_block ul {
 margin: 0.75em 0;
 padding: 0 1em;
 list-style: none;
}
.footer_block ul li {
	display: inline;
  margin: 0;
  padding: 0 0.4em 0 0.7em;
  border-left: 1px solid gray;
}
.footer_block ul li:first-child {
	border-left: 0;
}
.footer_block ul li a {
	color: gray;
	text-decoration: none;
}
.bamboo_bam, #donate {
	color: #476688;
	font-weight: bold;
	text-transform: capitalize;
}
.bamboo_inv {
	font-weight: bold;
	font-variant: small-caps;
	color: #333;	
}
.cName {
	font-weight: normal;
}
#invoiceListings tr td a:hover
{
	text-decoration: none;
}
#invoiceListings tr td a.clientView:hover
{
	text-decoration: underline;
}
.download {
	line-height: 34px!important;
	padding: 0 20px 0 55px!important;
	background: url(../img/download.png) no-repeat left!important;
}

/*
* popup and forms
*/

#userlogin {
  position: relative;
  float: right;
}

#userlogin .attention {
	width: 20em;
}

.userlogin,
.userform {
  border: 1px solid #CCC;
  background-color: #f5f5f5;
	padding: 1em;
}

.userlogin label,
.popup label {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

.userform label,
.popup textarea {
	display: block;
}

label.popup_inline {
	display: inline;
}

.userlogin input[type=text],
.userlogin input[type=password],
.userform input[type=text],
.popup input[type=text],
.popup input[type=password] {
	width: 20em;
	/*font-size: 0.8em;*/
	display: block;
}

.userlogin select,
.userform select,
.popup select {
  /*margin: 0;
	padding: 0;*/
	width: 20em;
	padding-left: 0.4em;
	/*font-size: 0.8em;*/
}

.userlogin select,
.popup select {
	margin-bottom: 2em;
}

.userlogin a {
	font-size: 0.8em;
}

.userlogin .attention {
	height: auto;
	font-size: 0.8em;
	margin-bottom: 1em;
}

.userloginfullscreen .attention {
	width: 50em;
}

.userlogin h2,
.popup h2 {
	color: black;
	font-size: 1.2em;
	color: #21282B;
	margin-bottom: 1em;
}

.userlogin input[type=submit],
.userlogin input[type=text],
.userlogin input[type=password],
.userform input[type=submit],
.userform input[type=text],
.userform input[type=password],
.popup input[type=submit],
.popup input[type=text],
.popup input[type=password] {
	margin-bottom: 2em;
  /*padding: 0.4em;*/
}

textarea.listinput {
	height: 3.5em;
	font-size: 0.8em;
}

fieldset#recipients {
	margin: 0;
}

#loginform #username, #loginform #password {
	width: 200px;
}
           
#loginform p {
	margin: 5px;
}

#loginform, .address, .invoice_table_form, .work_description, #enterPayment, #invoice_note_form, #contactform, #registerform, .newclientcontactContent, #importform, #reportform, .form_block {
	border: 1px solid #CCC;
	background: #F6F6F6;
	padding: 10px;
	margin: 0;
}
#enterPayment, #emailInvoice, #invoice_note_form  {
	margin-bottom: 10px;
}
.work_description h4, #enterPayment h4, #emailInvoice h4 {
	margin: 0;
}

.submit_buttons {
	clear: both;
	padding-top: 1em;
}

fieldset input {
	border: 0;
}

.full_block {
	clear: both;
}
#enterPayment label span, #newClientForm label span, #loginform label span, #contactform label span, #registerform label span, #clientcontact label span {
	display: block;
	float: left;
	width: 150px;
	margin: 0;
}
#importform label span {
	display: block;
	float: left;
	width: 100px;
	margin: 0;
}
#newClientForm label, #loginform label {
	line-height: 150%;
}
.required {
	font-weight: bold;
	color: #333;
}

/*
* new invoice div
*/
.invoice_items label span {
	display:none;
}

.invoice_items td p {
	font-size: 100%;
	margin: 0 0 10px 0;
}

.invoice_items td {
	padding-top: 5px;
	vertical-align: top;
	display: table-cell;
}

.work_description {
	max-width: 80em;
}
.invoice_items {
	width:99%; /* 100% causes IE to caluculate borders wrong and give it strange clearing and floating */
	padding: 0;
	border-collapse: collapse;
	margin: 0 auto 15px auto;
}
.invoice_items th {
	color: #FFFFFF!important;
	background: url(../img/grey_stripe_tile.jpg);
	padding: 3px;
	text-align: left;
	font-weight: bold;
}

.invoice_items th.amount {
	padding-left: 1.5em;
}

p.invoiceheading {
	font-size: 0.9em;
}

.invoiceOption label {
	width: 8em;
	display: inline-block;
}

.invoiceOption select,
.invoiceOption input {
	display: inline-block;
	margin-left: 0;
}

.invoiceOption input[type=checkbox] {
	margin-left: 2px;
}

.invoiceOption span#dateIssuedDisplay,
.invoiceOption span#dateDeliveryDisplay {
	display: inline-block;
	margin-left: 0.3em;
}

#new_item {
	margin-left: 5.2em;
}

tr.item_row td.quantity {
	width: 65px;
}

tr.item_row td.tax {
	width: 110px;
}

tr.item_row td.amount {
	width: 110px;
	text-align: right;
	padding-right: 2em;
}

tr.item_row td.amount input {
	text-align: right;
	width: 6em;
	padding-right: 2px;
	margin-right: 2px;
}

table.invoice_items tr.summary td {
	font-weight: bold;
	line-height: 1.5em;
}

table.invoice_items tr.summary td.summary_amount {
	text-align: right;
	padding-right: 2em;
}

input.invoicediscount {
	text-align: right;
	width: 3em;
	padding-right: 2px;
	margin-right: 2px;
}


/*
 * Upgrade
 */
#upgradeform label span {
	display: block;
	width: 200px;
	float: left;
}

.demo_button {
	margin: 1em;
}

/*
 * Accounts
 */
#admin_list {
	list-style: url(../img/user.png);
}
#admin_list li {
	line-height: 16px;
}

/* autocomplete */
div.autocomplete {
	border: 1px solid black;
	background-color: white;
	overflow: auto;
	height: 10em;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #DCDCDC; /*#ffb*/}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px;
  height:1.5em;
  cursor:pointer;
}
div.autocomplete ul li span.ac_price {
	display: none;
}
div.autocomplete ul li span.ac_tax {
	display: none;
}
div.autocomplete ul li.empty_first_item,
div.autocomplete ul li.empty_first_item.selected {
	height: 1px;
	background-color: white;

}

p.pagination a {
	color: gray;
	text-decoration: none;
}

div.pagination {
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
}

/*
   News
*/
ul.rssfeed li
{
	padding-bottom: 1em;
	border-bottom: 1px solid gray;
	width: 50em;
}

.small_loader {
	height: 13px;
}

.remove_bin {
	display: inline-block;
	background-image: url('../img/bin_sprite.png');
	height: 14px;
	width: 12px;
}

.remove_bin:hover {
	background-position: 12px;
}

.remove_bin_lower {
	margin-top: 5px;
}

.arrow_up {
	display: inline-block;
	background-image: url('../img/arrow_sprite.png');
	height: 14px;
	width: 14px;
	background-position: 0px 0px;
	margin-top: 5px;
}

.arrow_up:hover {
	background-position: 14px 0px;
}

.arrow_down {
	display: inline-block;
	background-image: url('../img/arrow_sprite.png');
	height: 14px;
	width: 14px;
	background-position: 0px 14px;
	margin-top: 5px;
}

.arrow_down:hover {
	background-position: 14px 14px;
}

.arrow_empty {
	display: inline-block;
	height: 14px;
	width: 14px;
}

.open_stock {
	display: inline-block;
	background-image: url('../img/box_sprite.png');
	height: 32px;
	width: 32px;
	margin-left: 10px;
}

.open_stock:hover {
	background-position: 32px;
}

.go_external_link {
	display: inline-block;
	background-image: url('../img/link_sprite.png');
	height: 15px;
	width: 12px;
}

.go_external_link:hover {
	background-position: 12px;
}

.hide_empty_link {
	display: none;
}

/*
	TinyBox
*/
#tinybox {
	position:absolute; 
	display:none; 
	background:#fff url(../img/spinner.gif) no-repeat 50% 50%;
	border:1px solid black;
	z-index:99;
	padding: 2em;
}
#tinymask {
	position:absolute; 
	display:none; 
	top:0; 
	left:0; 
	height:100%; 
	width:100%; 
	background:#000; 
	z-index:98
}
#tinycontainer
{
	background: #fff no-repeat right bottom;
	width: 100%;
	height: 100%;                   
}
#tinycontent
{
	width: 100%;
	height: 100%;
}

#logout_list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#logout_list li {
	float: left;
	margin-right: 10px;
	line-height: 25px;
	background: url(../img/lb_link_lt.png) no-repeat left;
}

.button {
	width: 155px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../img/lb_link_lt.png) no-repeat left;
	text-align: center;
}

#logout_list li a, 
.button a {
	display: block;
	background: url(../img/lb_link_rt.png) no-repeat right;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	color: #FFF!important;
	font-size: small;
	font-weight: bold;
}
.button a:hover {
	color: #C2C3CC!important;
}

ul#help li {
	padding-bottom: 1em;
}

.php_lines_number { 
	color:gray; 
	font-weight: bold; 
	font-size: 0.6em; 
}

.php_block { 
	border: 1px solid gray;
	width: 40em;
	padding: 0.5em;
	margin: 0.5em;
}
  
.opencart_logo {
	margin: 1em;
}

.hide_bit {
	display: block;
	color: gray;
	font-style: italic;
	font-size: 0.8em;
}

/***********************************/

.stockItemListing {
	padding-top: 1em;
	max-width: 58em;
	min-width: 30em;
	text-align: center;
}

.stock_options {
	text-align: left;
}

.add_stock_code_block,
.edit_stock_code_block {
	max-width: 8em;
}

.col_stock_code {
	width: 20%;
}

.col_stock_description {
	width: 60%;
}

.col_stock_price {
	width: 10%;
}

.col_stock_tax {
	width: 5%;
}

.col_stock_instock {
	width: 10%;
}

.col_stock_action {
	width: 5%;
}

#add_stock_code,
#edit_stock_code {
	width: 100%;
}

#add_stock_description,
#edit_stock_description,
#add_stock_comments,
#edit_stock_comments {
	width: 100%;
}

td.show_stock_price {
	text-align: right;
	padding-right: 1em;
}

#add_stock_price,
#edit_stock_price {
	width: 6em;
	margin-bottom: 1em;
}

#add_stock_tax,
#edit_stock_tax {
	width: 6em;
	height: 2.2em;
	margin: 0;
	padding: 0;
}

.stock_edit_active {
	clear: both;
	height: 2em;
}
.stock_edit_active label {
	display: inline;
}

#add_stock_supply,
#edit_stock_supply {
	width: 6em;
	margin-bottom: 1em;
}

.add_stock td input,
.edit_stock td input,
.edit_stock_comments_row td input,
.edit_stock_comments_row td textarea {
  border: 1px solid #ccc;
}

.stock_add_inline {
	float: left;
	padding-right: 4em;
}
.add_stock_comments_block {
	clear: both;
}

.stripe tr.edit_stock td,
.stripe tr.add_stock td {
	border-bottom: 0;
}

.stripe tr.edit_stock td,
.stripe tr.edit_stock_comments_row td {
	background-color: orange;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

.edit_stock_comments_row td {
	vertical-align: top;
}

.edit_stock_comments_row td div 
{
	padding-bottom: 0.8em;
}

.stock_inactive td {
	color: gray;
	font-style: italic;
}

a.show_stock_comments_button .show_stock_comments_area {
	display: none;
}

a.show_stock_comments_button:hover .show_stock_comments_area {
	display: block;
}

.show_stock_comments_block,
.show_stock_comments_block_less_room {
	position: relative;
	display: inline-block;
	top: -1.8em;
	left: -22.8em;
	word-wrap: break-word;
}

.show_stock_comments_area {
	position: absolute;
	border: 1px solid black;
	top: 30px;
	margin: 0;
	padding: 0.3em;
	width: 28em;
	background-color: white;
}

.stripe td.show_stock_supply {
	text-align: right;
	padding-right: 1em;
}

.invoice_use_stock {
	padding-top: 1em;
}

.stockSearchBlock {
	background-color: #F6F6F6; 
	border: 1px solid black; 
	margin-bottom:1em; 
	margin-left: 3px;
	margin-top: 0.8em;
}

.stockSearchBlock input {
	width: 195px;
	margin: 5px;
}

.stockSearchBlock p {
	margin-left: 2em;
}

a.visible_link {
	text-decoration: underline;
}

a.visible_link:hover {
	color: gray;
}

#showStockListing table {
	margin: 0;
}

#showStockListing {
	background-color: white;
	border: 1px solid black;
	width: 45em;
	height: 20em;
	padding: 0;
	margin: 0;
	position: absolute;
	overflow: auto;
}

.chosen_stock_number {
	font-style: italic;
	color: gray;
	margin-top: 1em;
}

/******************************/

table.compare_table {
	max-width: 85em;
	min-width: 31em;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse:collapse;
	width: 100%;
}

table.compare_table th {
	border-bottom: 2px solid gray;
	padding: 0.7em;
	text-align: center;
	font-size: 1.5em;
}

table.compare_table td {
	border-bottom: 1px solid gray;
	padding: 1em;
	text-align: center;
	width: 20%;
}

table.compare_table td.text {
	text-align: left;
	font-size: 1em;
}

table.compare_table tr.summary td {
	font-weight: bold;
	border-bottom: 0;
	font-size: 1.1em;
	vertical-align: top;
}

table.compare_table tr.summary td div {
	font-weight: normal;
	border-bottom: 0;
	font-size: 0.8em;
	font-style: italic;
}

table.compare_table tr.upgrade td {
	padding: 0;
}

/******************************/

.front_index p {
	font-size: 1.1em;
}

.report_view {
	min-width: 32em; 
	max-width: 100%;
	margin: 0.3em;
}

.help_front,
.import_front,
.reports_front {
	width: 80%;
	height: auto;
	margin-top: 3em;
	text-align: center;
}

.help_block,
.import_block,
.reports_block {
	text-align: left;
	max-width: 200em;
	min-width: 23em;
}

.import_grid table tr td {
	vertical-align: top;
}

#info_clientimport input[type=text] {
	width: 100%;
}

.import_grid table,
.import_grid table tr td input,
.import_grid table tr td textarea {
	width: 100%;
}
.import_grid table tr td div {
	overflow: hidden;
}

.process_option {
	padding-left: 2em;
}

/* button-menu */

.action-button-menu {
	background-color: white;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #dbdbdb;
  width: 70px;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.action-button-menu > div {
	padding-bottom: 10px;
}

.action-button-link {
  background: #f1f1f1;
  color: #333;
  font-family: arial,sans-serif;
	font-size: 11px;
	line-height: 27px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	width: 70px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #dbdbdb;
}

.action-button-link:hover {
	background-color: #e7e7e7;
  border: solid 1px #d0d0d0;
}

.cloud-local-save {
	background-image: url(../img/computer.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	text-indent: 14px;
}

@-moz-document url-prefix() {
    .cloud-local-save { text-indent:17px; }
}

.cloud-local-save.status-done {
	background-image: url(../img/computer_done.png);
}

.cloud-dropbox-save {
	background-image: url(../img/dropbox.png);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	text-indent: 15px;
}

.cloud-dropbox-save.status-inprogress {
	background-image: url(../img/dropbox_running.png);
}

.cloud-dropbox-save.status-done {
	background-image: url(../img/dropbox_done.png);
}

.cloud-dropbox-save.status-error {
	background-image: url(../img/dropbox_warning.png);
}

.save-excel {
	background: url(../img/page_white_excel.png) no-repeat left center;
	text-decoration: none;
}

.action_block div.button {
	display: inline;
	float: left;
	margin-bottom: 1.5em;
}
