body {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 11pt;
	background-color : #FFFFFF;
	margin: 0px; 
	padding: 0px;
	color: #000000;
} 
p {
 	font-size: 11pt;
}
#header {
	border-top: 1px solid #4b66b6;
	color: #fff;
	background-color: #000;
	overflow: auto;
	padding: 10px;
	font-size:12pt;
}
#header-small {
	border-top: 1px solid #4b66b6;
    visibility:hidden;
	display:none;
}
#header_image {
	width:100px;
	float:left;
	margin-right: 10px;
}
#header_text {
    color: #fff;
	font-size:21pt;
	margin-bottom: 10px;
}
#nav {line-height: 1.6; }

.button {
	font-size:13pt;
  	text-decoration: none;
  	background-color: #fff;
  	color: #000;
  	padding: 2px 6px 2px 6px;
	margin-right: 3px;
}
.form_button {
	font-size:11pt;
  	text-decoration: none;
  	background-color: #eee;
  	color: #000;
  	padding: 2px 6px 2px 6px;
	border: 1px solid #999;
    line-height: 2.5em;
    font-weight: bold;
}
.form_button2 {
	font-size:11pt;
  	text-decoration: none;
  	background-color: #eee;
  	color: #000;
  	padding: 2px 6px 2px 6px;
	border: 1px solid #999;
    line-height: 1em;
    font-weight: bold;
}

#logout {
  	color: #fff;
	font-size:11pt !important;
	margin-right: 5px;
	float: right;
}
#logout a {
  	color: #eee;
}



/* Responsive $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* Responsive $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#page {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000000;
    margin: 0 auto 2em;
    max-width: 1000px;
	overflow: hidden;
}
#content {
	clear: both;
	margin: 0 2em;
	padding-top: 0.5em;
	width: auto;
}
img {
    height: auto;
    width: 100%;
}

input[type=radio] {
  margin-bottom: 10px;
}
input[type=submit] {
  margin-left: 20px;
}

#title1 {
  	float: left;
	margin-right: 50px;
}


#footer {
 	font-size: 9pt;
	padding-top: 10px;
	float:right;
	padding-right:10px;
	color: #666;
	margin-bottom: 5px;
}

.small_grey {
 	font-size: 9pt;
	color: #666;
}
.small_grey10 {
 	font-size: 10pt;
	color: #666;
}

.red_color {
	color: #C00;
}
.blue_color {
	color: #00F;
}
.blue_color2 {
	color: #0066cc;
}
.grey_color {
	color: #666;
}
.grey_color2 {
	color: #aaa;
}
.lite_orange { background-color: #fbd7ca; }
.teal_bg { background-color: #deedff; }
.grey_background {
	background-color: #eee;
}

#tally_top {
	/*background: #eee;*/
	padding: 5px;
	overflow: auto;
}

.label_100 {
	width: 100px ;
	text-align: right;
	float: left;
	clear: left;
	margin-right: 5px;
 	font-size: 11pt;
}
.label_150 {
	width: 150px ;
	text-align: right;
	float: left;
	clear: left;
	margin-right: 5px;
 	font-size: 11pt;
}
.label_200 {
	width: 200px ;
	text-align: right;
	float: left;
	clear: left;
	margin-right: 5px;
 	font-size: 11pt;
}

.input_300 {
  min-width: 225px;
  max-width: 300px;
  float: left;
  margin-bottom: 10px;
}
.input_100 {
  width: 100px;
  float: left;
  margin-bottom: 10px;
}
.input_50 {
  width: 50px;
  float: left;
  margin-bottom: 10px;
}
.float_field {
	float: left;
	margin-right: 15px;
    margin-top: 5px;
}
#invoice {
	border: 1px solid #000;
	padding: 5px;
	overflow: auto;
	clear: both;
}
#invoice_summary {
	margin: 10px;
 	font-size: 11pt;
}
#invoice_top, #submit_now , #item_top, #exempt_info, #sale, #shipping, #rent, #invoice_footer, #invoice_summary, #search, #new_invoice {
	clear: both;
	margin-top: 5px;
}
.submit_now2 {
	clear: both;
	margin-top: 0;
	float: left;
	font-size:18px;
	padding: 5px 20px 5px 20px;
}
#shipping {
	background-color: #d5f5d5;
	overflow: auto;
}
#rent {
	margin-top: 0;
	padding-top: 0;
	overflow: auto;
}
#invoice_footer {
	border-top: 1px solid #000;
    margin-top: 20px;
}
#invoice_top {
}
#tax_top {
	overflow: auto;
	border-bottom: 1px solid #000;
}
#new_invoice {
	margin-top: 15px;
	padding-left: 25px;
	overflow: auto;
	margin-top: 0;
}

textarea {
  width: 200px;
  float: left;
  margin-bottom: 10px;
}
.wide_100 {width: 100px;}
.wide_150 {width: 150px;}
.wide_200 {width: 200px;}

#day_table {
	display: table;
	clear: both;
	margin-top: 5px;
}
.day_table_row {display: table-row;}
.day_table_cell {
	display: table-cell;
	padding: 2px 8px 2px 2px;
}

.report_run {
	display: inline-block;
}
.date_75 {
    width: 75px;
	margin-left: 5px;
}

#rpt_table {
	display: table;
	clear: both;
	margin: 5px;
	border-collapse: collapse;
}
#rpt_table {
	display: table;
	clear: both;
	margin-top: 5px;
}
.rpt_table_row {
	display: table-row;
	border-top: 1px solid #000;
}
.rpt_table_cell {
	display: table-cell;
	padding: 5px;
}

.tally_layout {
	display: inline-block;
	margin-top: 5px;
	vertical-align:top;
}
.clearit {
	clear: both;
}
.tally_label_50 {
	width: 50px ;
	text-align: right;
	margin-right: 5px;
 	font-size: 11pt;
    margin-left: 20px;
}
.tally_label_100 {
	width: 100px ;
	text-align: right;
	margin-right: 5px;
 	font-size: 11pt;
    margin-left: 20px;
}
.tally_label_150 {
	width: 115px ;
	text-align: right;
	margin-right: 5px;
 	font-size: 11pt;
    margin-left: 20px;
}
.tally_label_200 {
	width: 200px ;
	text-align: right;
	margin-right: 5px;
 	font-size: 11pt;
    margin-left: 20px;
}
.tally_label_300 {
	width: 300px ;
	text-align: right;
	margin-right: 5px;
 	font-size: 11pt;
    margin-left: 20px;
}
.tally_input_25 {
  width: 25px;
  margin-bottom: 5px;
}
.tally_input_50 {
	width: 50px;
	margin-bottom: 5px;
}

.tally_input_100 {
  width: 100px;
  margin-bottom: 5px;
}
.tally_input_150 {
  width: 150px;
  margin-bottom: 5px;
}
.tally_input_200 {
  width: 200px;
  margin-bottom: 5px;
}
.tally_input_300 {
  width: 300px;
  margin-bottom: 5px;
}
.tally_item {
  margin-bottom: 5px;
}
.tally_header {
	clear: both;
	color: #aaa;
	margin-bottom: 10px;
}
.tally_header_0 {
	clear: both;
	color: #aaa;
	margin-bottom: 0;
}
.tally_note {
	color: #888;
 	font-size: 10pt;
}
#email_rpt {
	float: right;
}
.outline {
	border: 1px solid #333;
	padding: 5px;
    font-size: 11pt;
}
.tally_layout_green {
	background-color: #d5f5d5;
	display: inline-block;
}
.tally_layout_orange {
	background-color: #fc9;
	display: inline-block;
}
.tally_layout_grey {
	background-color: #ccc;
	display: inline-block;
}
.tally_layout_purple {
	border: 2px solid #ece4f3;
	border: 3px solid #d5f5d5;
	display: inline-block;
}
.tally_layout_orange_border {
	/* border: 2px solid #FC9; */
	display: inline-block;
    margin-top: 5px;
    padding: 5px 10px;
	clear: both;
}
#exempt_info {
	display: inline-block;
	margin-left: 40px;
}
.pad_left {
	margin-left: 40px;
}
.pad_left_20 {
	margin-left: 20px;
}
.pad_left_10 {
	margin-left: 10px;
}
.text_11 {
	font-size: 11pt;
}
.outline_top {
    border-top: 1px solid #000;
}
.outline_top2 {
    border-top: 2px solid #000;
}
.ui-datepicker table {
    font-size: .8em;
}
.header_image {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.alignleft {
	margin: 0;
	padding: 0;
    display: inline-block;
    line-height: 2.5em;
	float: left;
}
.alignright {
	margin: 0;
	padding: 0;
    display: inline-block;
	float: right;
    line-height: 2.5em;
}
.line_adj {
    line-height: 1.75em;
}
.line_adj2 {
    line-height: 2em;
}

input[type=submit] {
    background-color: #4CAF50; /* Green */
    border: none;
    color: #fff;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 8px;
} 
.hist_cell {
	padding: 6px 10px;
}
.hist_row {
	border-bottom: 1px solid #ccc;
}
.hist_tab {
	border-collapse: collapse;
}
.split_input {
	width: 45px;
}

.product_wrap {
    border: 1px solid #000;
	padding: 5px;
	overflow: auto;
	clear: both;
}
.textbox100 {
	padding: 5px;
	overflow: auto;
	clear: both;
}
.clear_now {
	clear: both;
}
.tag_wrap {
	float:left;
	display:block;
}
.title_box {
  /*border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; */
  border: 1px solid #0066cc; */
  background-color: #ffffff;
  color: #0066cc;
  padding: 5px;
  font-weight:bold;
  width: 200px;
  text-align:center;
  float: left;
  font-size: 1.35em;
}
/*.shade_lt { background-color:#ebecef; }*/
.shade_lt { background-color:#f0f1f3; }
.shade_med { background-color:#d2d5dc; }
.red_text {color:#900;}
.green_box {
  border: 3px solid #4CAF50;
  background-color: #b7dfb9;
  padding: 5px;
  width: 200px;
  margin-left: 15px;
  background-color:#fff;
}
.red_box {
  border: 1px solid #C00;
  padding: 5px;
  width: 230px;
  margin-left: 10px;
  margin-bottom: 15px;
  background-color:#fff;
  float: right;
  color: #9f3442;
}
.product_list {
  color: #000;
  text-decoration:none !important;
}
#paging {
	margin-bottom: 20px;
}
#paging a {
	text-decoration:none;
	color: #000;
}
.product_list {
	display: block;
	clear: both;
	border-top: 1px #666 solid;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000 !important;
}
.product_list a {
	text-decoration:none;
	color: #000 !important;
}
.prod_left {
	float: left;
	text-decoration:none;	
}
.del_prod {
	float: right;
	text-decoration:none;
	font-weight: normal;
	color: #900 !important;	
}
.title_text {
	font-weight: bold;	
	font-size: 1.17em;
}
.del_image {
	width: 23px;
	height:23px;
}
.list_image {
	width:100px;
	margin-right: 15px;
}
.last_div {
	padding-bottom: 15px; 
	display: block;
	clear: both;
}
.curr_page {
	color: #090;
}
.add_new {
	clear:both;
	display:block;
	margin: 10px 0 10px 0;
	font-weight: bold;	
	font-size: 1.17em;
}
.yellow_box {
	border: 1px #000 solid;
	background-color:#FF9;
	width: 300px;
	padding: 15px;
	text-align: center;
}
.lt_green_bg {
	background-color:#ccffcc;
}
.lt_grey {
	color:#aaa;
}
.delete-small {
	width: 12px;
	height: 12px;
}
.check-small {
	width: 27px;
	height: 25px;
}
.table_cell_1 {
	flost:left; 
	margin:5px; 
	display:inline;
}
.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
  }
  
  .right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
  }
  