/* generic */

/*@import url('ui.css'); /* Import UI for Shipping Screen */
/*@import url('errors.css'); /* Import ActiveRecord::Errors styles */

* {
  margin:0;
  padding:0
}

html {
  /*overflow: auto;*/
}

body {
  font-size:83%;
  line-height: 1.5;
  font-family: 'DroidSans', sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
}

.unselectable {
  -moz-user-select:none;
}

.inline {
  float: left;
}

.input_short {
  width: 5em;
}

.input_medium {
  width: 7em;
}

.input_wide {
  width: 15em;
}

.bold {
  font-weight: bold;
}

img {
  border: 0;
}

ol {
  padding: 2em;
}

/* href */
a, a:visited {
 color: #4e7de2;
 text-decoration: none;
}

a:hover{
  text-decoration:underline;
}

a.disabled {
  opacity: 0.5
  pointer-events: none
  cursor: default
}

/* table utilities */
table th.left_aligned,
table td.left_aligned {
  text-align: left !important;
}

table th.right_aligned,
table td.right_aligned {
  text-align: right !important;
}

table th.center_aligned,
table td.center_aligned {
  text-align: center !important;
}

/* tabs */

ul.tabs {
  list-style: none;
}

ul.tabs li {
  float: left;
  margin: 0 3px 0 0;
  padding: 4px 5px;
  display: inline;
}

.right_column {
  float: right;
}

label {
  font-weight: bold;
}

input[type="checkbox"] {
  margin-right: 5px;
}

.shipping-weight-display
{
  /*position: absolute;
  top: 2px;
  left: 210px;*/
  color: #808080;
  display: inline;
  width: auto; 
  height: 20px;  
}

.light-borders
{
  border: 1px solid #CCC;
}

input.red-border{
  border: 1px solid red;
  padding: 1px;
}

table.printer_settings tr th{
	-x-system-font:none;
	font-family: 'DroidSans', sans-serif;
	font-size:10pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.5;
	overflow:hidden;
}

table.printer_settings select{
	font-size:10pt;
	border:#999999 1px solid;
}

table.printer_settings tr td{
	text-align:center;
}

fieldset.bar{
    width: 100%;
    height: auto;
    clear: both;
}

ul.scale-controls{
	list-style: none;
    margin: -16px 0 0 0;
    padding: 0;
}
  
ul.scale-controls li{
    float: left;
    margin: 1.2em;
    margin-left: 0.05em;
    text-align: middle;
}

/* used in packages tab*/
.date-spacer
{
	padding: 0 25px;
}

.camera_div{ float: left; height: 100%; vertical-align: middle; margin-right: 0.3em; }

/* Notes Form */

ul#notes{
  margin: 0;
  padding: 0;
  overflow-y: auto;
  height: 80px;
  width: 99.9%;
}

ul#notes li{
  list-style: none;
  background: #f8f8f8;
  color: #676767;
  width: auto;
}

ul#notes li textarea{
  padding: 2px;
  height: 25px;
}

ul#notes li div.note-detail{
  border-bottom: 1px solid #666;
  font-size: 10px;
  color: #9F9F9F;
}

span.broadcast
{
  font-weight: bold;
}

span.urgent
{
  color: #E90000;
}

span.medium
{
  color: #003E99;
}

span.low
{
  color: #039900;
}


/* Summary Styles */
table#store-summary
{
  table-layout: fixed;
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse;
  font-size: 13px;
}

table#store-summary tr td
{
  padding: 0.3em;
}

.row-with-bottom-border
{
	padding: 0.3em;
	border-bottom: 2px solid #7C7C7C;
}

.summary-heading-with-bottom-border
{
	font-weight: bold;
	background: #ccffcc;
	padding: 0.3em;
	border-bottom: 1px solid #333;
}

.summary-heading
{
  font-weight: bold;
  background: #ccffcc;
}

tr.summary-total
{
	font-weight: bold;
	background: #dfebff;
}

.with-right-border
{
	padding: 0.3em;
	border-right: 1px solid #333;
}
div#line_items fieldset table{
  border: 3px solid red;
}
ul#first_name_customer_search, ul#last_name_customer_search{
  position: absolute;
  margin: 0;
  margin-left: -3px;
  padding: 0;
  list-style: none;
  width: 200px;
}

ul#first_name_customer_search li, ul#last_name_customer_search li{
  background: #eee;
  padding: 7px 5px;
  border: 1px solid #ccc;
}
#shipping_config_dropdown{
	background: #DEEEF4;
	color: #333;
	border: 1px solid #ccc;
}

ul.errors{ list-style: none; margin: 0; padding: 0; }
ul.errors li{
  color: red;
  font-weight: bold;
}

a.goog-css3-button{
  text-decoration:none ;
}

input[type=submit].goog-css3-button, input[type=button].goog-css3-button, div.goog-css3-button{
  cursor : 'pointer';
}

div.goog-css3-button{
  padding: 1px 6px;
}

/* OrderCup Main Menu Tabs */
/*
div#top_round{
	position: relative;
}
.rightNav{
	position: absolute;
	right: 10px;
	top: 0;
}
.navTabs{
	margin-bottom: 30px;
}
*/
.navTabs ul{
	margin: 0 0 3px 10px;
}
.navTabs ul li{
	display: inline;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	background: #d5e4fc;
	padding: 5px 10px;
}

.navTabs ul li.current{
	background: #c3d9ff;
}

.navTabs ul li a{
	color: #000;
	text-decoration: none;
}

.clearFix{
  clear: both;
}

.settings-buttons{
  padding-top: 8px;
}

.no-close .ui-dialog-titlebar-close{
  display: none; 
}

.signup_legal_links_wrapper .legal_links a {
	color:#4e7de2;
}

.signup_legal_links_wrapper .legal_links {
	padding:5px;
	margin-top:20px;
	background:#E6E6E6;
	text-align:center;
	margin-left:-10px;
	margin-right:-10px;
	box-shadow:0 0 6px #8d8d8d;
}