h1, h3, h3, h4 {
	margin: 10px 0;
}

.base {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin-left: 50px;
}

.pickticket {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin-left: 50px;
}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin-left: 50px;
}

.mgmt_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	position: absolute;
	margin-left: 620px;
	margin-top: 50px;
}
.basic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

.include {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin-left: 50px;
	text-decoration: none;
	width: 900px;
}

.fieldname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	font-size: large;	
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #F00;
	font-size: large;
}

.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #F3901D;
	font-size: large;
}
.leftFifty {
	float:left !important;;
	width: 700px !important;
}

.leftFiftyRed {
	float:left !important;
	width: 180px !important;
	color: red !important;
}

/* aj's additions */

a {
	color: #00afef;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

* {
	font-family: 'Open Sans' !important;
}

body.base {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#jQueryUITabs1 {
	width: auto !important;
	margin-left: 20px;
	margin-right: 20px;
}

#jQueryUITabs1 > ul {
	padding: 0;
}

#jQueryUITabs1 > ul > li,
#jQueryUITabs1 > ul > li > a,
#jQueryUITabs1 > ul > li > a > span {
	background: none;
	line-height: inherit;
	padding: 0;
	margin: 0;
	position: relative;
	vertical-align: inherit;
	height: auto;
}

#jQueryUITabs1 > ul {
	background: #e67a3c;
}

#jQueryUITabs1 > ul > li {
	background: none;
	color: #fff;
	font-size: 15px;
	vertical-align: middle;
	margin: 0;
	padding: 7px 10px;
	display: block;
}

#jQueryUITabs1 > ul > li > a > span {
	display: inline-block;
}

#jQueryUITabs1 > ul > li.ui-tabs-selected {
	background: #6c7071;
}

#jQueryUITabs1 > ul > li.ui-tabs-selected > a {
	top: 0;
}

#jQueryUITabs1 > ul > li:hover {
	background: #6c7071;
}

#jQueryUITabs1 > .ui-tabs-panel {
	border: none !important;
	padding: 0 !important;
	padding-top: 1px !important;
}

.ui-tabs-panel .ui-tabs-nav a,
.ui-tabs-panel .ui-tabs-nav a span {
	background: none !important;
	color: #6c7071;
}

.ui-tabs-panel ul.ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs-panel ul.ui-tabs-nav li.ui-tabs-selected a span {
	background: #e67a3c !important;
	color: #fff;
}

div.header-image {
	position: absolute;
	right: 20px;
	top: 10px;
}

#google_translate_element {
	padding-left: 20px;
	padding-top: 10px;
}

div.copyright {
	margin-left: 20px;
	margin-right: 20px;
}

input[type=text],
input[type=password] {
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px #ccc solid;
}

input[type=submit], a.button {
	background: #0085cc;
	background: linear-gradient(top, #0085cc, #00b8e4);
	background: -webkit-linear-gradient(top, #0085cc, #00b8e4);
	background: -o-linear-gradient(top, #0085cc, #00b8e4);
	background: -moz-linear-gradient(top, #0085cc, #00b8e4);
	border: none;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	height: 30px;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 12px;
	border-radius: 5px;
	cursor: pointer;
}

a.button {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
	line-height: 30px;
}

a.button * {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

a.hoverless:hover {
	text-decoration: none;
}

a.icon {
	display: inline-block;
	vertical-align: middle;
}

input[type=submit]:hover, a.button:hover {
	background: linear-gradient(top, #00b8e4, #0085cc);
	background: -webkit-linear-gradient(top, #00b8e4, #0085cc);
	background: -o-linear-gradient(top, #00b8e4, #0085cc);
	background: -moz-linear-gradient(top, #00b8e4, #0085cc);
	text-decoration: none;
}

form {
	margin: 10px 0;
}

form table {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

form table tr td:nth-of-type(1) {
	text-align: right;
	padding-right: 5px;
}

form table tr td:nth-of-type(2) {
	text-align: left;
}

.ui-tabs-panel {
	position: relative;
}

.ui-tabs-panel .left-nav {
	width: 30%;
	width: calc(300px + 0px);
	float: left;
	padding-top: 25px;
}

.ui-tabs-panel .right-main {
	width: 70%;
	width: calc(100% - 320px);
	float: right;
	padding-top: 25px;
}

.ui-tabs-panel .left-nav .title,
.adminnav .title {
	background: #cecece;
	padding: 10px 15px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.42;
}

.ui-tabs-panel .left-nav ul,
.ui-tabs-panel .left-nav ul li,
.adminnav ul,
.adminnav ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.ui-tabs-panel .left-nav ul li,
.adminnav ul li {
	padding: 5px 25px;
	border-bottom: 1px #dfe5e6 solid;
	background: #f7f8f9;
	line-height: 1.42;
	font-size: 15px;
}

.ui-tabs-panel .left-nav ul li a,
.adminnav ul li a {
	color: #e57a3c;
	text-decoration: none;
}

.ui-tabs-panel .left-nav ul li:hover,
.ui-tabs-panel .left-nav ul li.active,
.adminnav ul li:hover {
	background: #e57a3c;
}

.ui-tabs-panel .left-nav ul li:hover a,
.ui-tabs-panel .left-nav ul li.active a,
.adminnav ul li:hover a {
	color: #fff;
}

.adminnav {
	margin: 10px 0;
	padding: 0;
}

.adminnav ul {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

table.full {
	width: 100%;
	border-collapse: collapse;
}

table.full > tbody > tr > td {
	width: 50%;
	text-align: center;
}

table.dashboard {
	width: auto;
	margin: 0 auto;
	border-spacing: 2px;
}

table.dataTable {
	border-spacing: 2px;
}

table.dashboard th,
table.dataTable th {
	padding: 5px 15px;
	border-bottom: 1px #dfe5e6 solid;
	background: #6c7071;
	line-height: 1.42;
	font-size: 15px;
	color: #fff;
}

table.dashboard td,
table.dataTable td {
	padding: 5px 15px;
	border-bottom: 1px #dfe5e6 solid;
	background: #f7f8f9;
	line-height: 1.42;
	font-size: 12px;
}

table.nav td {
	background: #f7f8f9;
	padding: 10px 15px;
	color: #D67D7D;
	font-size: 14px;
	line-height: 1.42;
	white-space: nowrap;
}

table.centered {
	width: auto;
	margin: 0 auto !important;
}

table.block {
	display: inline-block;
	vertical-align: top;
}

ul.subnav,
ul.subnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.subnav li {
	background: #f7f8f9;
	padding: 10px 15px;
	color: #D67D7D;
	font-size: 14px;
	line-height: 1.42;
	white-space: nowrap;
	display: inline-block;
}

.ui-tabs-panel form table {
	margin: 0;
}
/*
table tr:nth-child(4n-1), table tr:nth-child(4n)  {
    background: #ccc;
}
*/
table.striped2 > tbody > tr:nth-child(4n-1) > td, table.striped2 > tbody >  tr:nth-child(4n) > td  {
	background: #CECECE;
}

.ui-tabs-panel table.striped > tbody > tr:nth-of-type(odd) > td {
	background: #CECECE;
}

.ui-tabs-panel table.striped > tbody > tr:nth-of-type(even) > td {
	background: #fff;
}

.ui-tabs-panel table.striped td {
	border: none;
}

.center {
	text-align: center;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  
  bottom: 100%;
  left: 50%;
  margin-left: -250px; /* Use half of the width (500/2 = 250), to center the tooltip */

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Orders */

.orderSearchHeader, .filterHeader {
	text-align: right;
	margin-top: 25px;
}

/* Admin */

ul.adminnav > li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}

.adminReturn {
	position: absolute;
	right: 10px;
	top: -28px;
	font-size: 15px;
	font-weight: bold;
}

.adminReturn a {
	color: #fff;
}