body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
}

#header {
	background: #e8f7ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8f7ff 0%, #afd6ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f7ff), color-stop(100%,#afd6ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8f7ff 0%,#afd6ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8f7ff 0%,#afd6ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8f7ff 0%,#afd6ed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8f7ff 0%,#afd6ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f7ff', endColorstr='#afd6ed',GradientType=0 ); /* IE6-9 */
  	
	border-bottom: 1px solid gray;
}

#header #logo {
	margin: 7px 10px 0px 10px;
}

#footer {
 text-align: center;
 margin-bottom: 10px;
}

#overlay {
	background-image: url('../img/overlay.png'); 
	background-repeat: repeat;
	height: 76px;
}

.noTitleStuff .ui-dialog-titlebar {
	display:none
}

input[type=text],input[type=password] {
	padding: 0.4em;
	border: 1px solid silver;
	background: #FBFBFB;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

select {
	padding: 0.3em 0.4em;
	border: 1px solid silver;
	background: #FBFBFB;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

.logo {
	display: inline:block;
	height: 64px;
	float: left;
}
.menu_item {
	height: 76px;
	float: left;
	display: inline:block;
	width: 78px;
	border-left: 1px solid gray;
	cursor: pointer;
	text-align: center;
	padding: 15px 5px 5px 5px;
	font-weight:bold;
}
.menu_item:hover {
	background: rgba(1,1,1,0.1);
}
.menu_item img {
	height: 30px;
	padding-bottom: 5px;
}

.menu_item:last-child {
	border-right: 1px solid gray;
}

.menu_info {
	padding: 4px;
	margin: 4px;
	float: right;
	border: 1px solid gray;
	background: rgba(255,255,255,0.7);
	border-radius: 3px;
}

label {
	display: inline-block;
	font-size: 10pt;
}

#content {
}

.subtitle {
 font-weight: bold;
 font-size: 11pt;
 margin: 0em 0.15em;
}

.table {
	/* border: 2px solid #353535; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 10pt;
}

.table thead td, .table thead th {
	background: #E5E5E5;
	padding: 0.25em;
	font-weight: bold;
	white-space: nowrap;
}

.table tbody td {
	padding: 0.25em;
	vertical-align: top;
}

/* Override for jquery tabs */
.ui-tabs {
	padding: 0;
	border: 0;
}
.ui-tabs-nav {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.form .form_pair {
	display: table;
	vertical-align: top;
	margin: 0.35em 0em; 
}

.form .form_pair .l {
	display: table-cell;
}

.form .form_pair .v {
	display: table-cell;
	vertical-align: top;
}

.form .form_pair label {
	font-weight: bold;
	font-size: 11pt;
	margin: 0em 0.15em;
	
	width: 12em;
}

.form .form_pair input {
	width: 20em;
}

.form .form_pair input[type='checkbox'] {
	width: 1em;
	margin: 0.5em;
}

.form .form_pair textarea {
	padding: 0.4em;
	border: 1px solid silver;
	background: #F5F5F5;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	width: 20em;
	height: 6em;
}

.form .submit {
	margin: 1em 0em;
}

.form .error {
	padding: 0.75em 1em;
	margin: 0.5em 0em; 
	font-weight: bold;
	border: 1px solid red;
		-moz-border-radius: 7px;
	    -webkit-border-radius: 7px;
	    -khtml-border-radius: 7px;
	    border-radius: 7px;
	background: pink;
}

.form .notification {
	padding: 0.75em 1em;
	margin: 0.5em 0em; 
	font-weight: bold;
	border: 1px solid blue;
		-moz-border-radius: 7px;
	    -webkit-border-radius: 7px;
	    -khtml-border-radius: 7px;
	    border-radius: 7px;
	background: #87CEEB;
}

.empty_table {
	font-weight: bold;
	padding: 1em;
	margin: 1em 0em;
	border: 1px solid gray;
	background: #F5F5F5;
	font-size: 14pt;
	text-align: center;
}

.form .header {
	padding: 0.75em 1em;
	margin: 0.5em 0em; 
	font-weight: bold;
	font-size: 12pt;
	border: 1px solid silver;
	background: #F5F5F5;
}

#form_edit_shipment {
	font-size: 8pt;
}

#form_edit_shipment input {
	font-size: 8pt;
}

#form_edit_shipment .section table tr td{
	font-weight: bold;
	font-size: 9pt;
}

#form_edit_shipment .section .title {
	margin: 0.5em 0em;
	padding: 0.25em 0.5em;
}
#form_edit_shipment .section .title .text {
	display: inline-block;
	font-size: 11pt;
}
#form_edit_shipment .section .title .subtext {
	display: inline-block;
	font-size: 8pt;
	padding-left: 1em;
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#form_edit_shipment .section .title .buttons{
	float: right;
}
#form_edit_shipment .title .buttons .indicator{
	float: right;
}

#form_edit_shipment .section table tr td {
	padding: 0.25em;
}

#form_edit_shipment .main tr td {
	vertical-align: top;
	padding-left: 0.5em;
}

#form_edit_shipment .main tr td:first-child {
	padding-left: 0em;
}

.icon-button {
	display: inline-block;
}

.icon {
}

.icon-transparent {
	cursor: pointer;
}

.icon-round {
	cursor: pointer;
	border: 1px solid gray;
	border-radius: 25px;
}

.icon-square {
	cursor: pointer;
	border: 1px solid gray;
}

.icon-rounded-square {
	cursor: pointer;
	border: 1px solid gray;
	border-radius: 3px;

}

/* For Errors */
code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#container {
	margin: 10px;
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
}

#container a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

#container h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

#container code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#container {
	margin: 10px;
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
	
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
}

#container p {
	margin: 12px 15px 12px 15px;
}

button.icon {
	height: 22px;
	width: 22px;
	position: relative;
	top: 2px;
	margin-right: 4px;
	cursor: pointer;
}

button.icon img {
	position: relative;
	left: -4px;
	
}

#sphere_print {
	height: 600px !important;
	width: 800px !important;
	max-height: 600px;
	max-width: 800px;
}

/* Loading Modal */
#loading_modal {
	display: table;
	position: fixed;
	top: 0px;
	height: 100%; 
	width: 100%; 
	z-index:999999; 
	background: rgba(1,1,1,0.3); 
}

#loading_container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#loading {
	display: inline-block;
	background: rgba(254,254,254,0.95) url("../img/spinner/spinner.gif") no-repeat center 6px;
	background-size: 60px 60px;
	width: 76px;
	height: 90px;
	border: 1px solid gray; 
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px; 
		border-radius: 10px;
	font-weight:bold;
} 

#loading div {
	display: inline-block;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #333333;
	position: relative;
	top: 70px;
}

img.voided {
	border: 1px solid red;
}

#trademark_notice {
 text-align: center;
 margin-top: 10px;
 margin-bottom: 10px;
}

table.qvn_table {
 border: 1px solid black;
 border-collapse: initial;
 font-size: 8pt;
}

table.qvn_table th, table.qvn_table td {
 padding: 5px;
}

table.qvn_table thead th, table.qvn_table thead td {
 font-weight: bold;
 font-size: 11pt;
}

table.qvn_table input[type=text] {
 width: 20em;
}

table.qvn_table textarea {
 width: 50em;
 height: 6em;
}

div#actions {
 margin-top: 1em;
}

/* Chosen Hidden on intitialize fix */
.chosen-container {
	width: 100% !important;
	font-size: 8pt;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	font-weight: bold;
}

.ui-widget select {
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
}