#container {
	width:1200px;
	height:600px;
}

#main_menu {
	width:200px;
	height:600px;
	float:left;
	display:inline-block;
	font-size: 24pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#373737;
	text-align:center;
	vertical-align:middle;
	line-height: 60px;
	border-bottom:1px solid #C0C0C0;
}

.main_menu_item {
	width:200px;
	height:50px;
	float:left;
	display:inline-block;
	font-size: 18pt;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#373737;
	text-align:center;
	vertical-align:middle;
	line-height: 50px;
	border-bottom:1px solid #C0C0C0;
}

.main_menu_item:hover {
	color:#009045;
}

.main_menu_item_select {
	width:200px;
	height:50px;
	float:left;
	display:inline-block;
	font-size: 18pt;
	text-decoration: none;
	color:#009045;
	font-weight:bold;
	background-color:#373737;
	text-align:center;
	vertical-align:middle;
	line-height: 50px;
	border-bottom:1px solid #C0C0C0;
}

#context_menu {
	width:150px;
	height:600px;
	float:left;
	display:inline-block;
	font-size: 16pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#C0C0C0;
	text-align:center;
	vertical-align:middle;
	line-height: 60px;
}

.context_menu_item {
	width:150px;
	height:30px;
	float:left;
	display:inline-block;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#C0C0C0;
	text-align:center;
	vertical-align:middle;
	line-height: 30px;
	border-bottom:1px #6E6E6E solid;
	text-decoration:none;
}

.context_menu_item:hover {
	color: #009045;
}

.context_menu_item_select {
	width:150px;
	height:30px;
	float:left;
	display:inline-block;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#009045;
	text-align:center;
	vertical-align:middle;
	line-height: 30px;
	border-bottom:1px #6E6E6E solid;
	text-decoration:none;
}

#main {
	width:850px;
	height:60px;
	float:left;
	display:inline-block;
}

#header {
	width:850px;
	height:60px;
	display:inline-block;
	background-color:#373737;
	vertical-align:middle;
}

#header_text {
	font-size: 14pt;
	color:#FFFFFF;
	font-weight:bold;
	float:right;
	vertical-align:middle;
	line-height: 60px;
	margin-right:5px;
}

#main_screen {
	width:890px;
	padding:5px;
	height:540px;
}

#login_form {
	width: 400px;
	border: 1px solid #C0C0C0;
	padding: 10px;
	border-radius: 5px;
	margin: 50px auto;	
}

#form {
	padding: 10px;
}

.status_message {
	color:#FF0000;
}

.green_title {
	font-weight:bold;
	color:#009045;
	font-size:12pt;
}

#package_holder {
	height:130px;
 	/*overflow:auto;*/
	clear:both;
}

#supplier_holder {
	height:133px;
	overflow:auto;
	clear:both;
}

#overflow_holder { 
	height:380px;
	overflow:auto;
	clear:both;
}

#overflow_holder_full { 
	height:535px;
	overflow:auto;
	clear:both;
}

#qq_view_status {
	width:826px;
	float:left;	
	margin-bottom:40px;	
}

#qq_view_remove {
	width:250px;
	float:left;	
	margin-left:10px;
}

.qq_view_row {
	text-align:center;
	padding:2px;
	border:1px solid #000000;
	vertical-align:middle;
}

.qq_view_row_header {
	text-align:center;
	padding:2px;
	border:1px solid #000000;
	vertical-align:middle;
	font-weight:bold;
}

#quick_quote_status {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#quick_quote_status td, #quick_quote_status th {
  border: 1px solid #ddd;
  padding: 5px;
  text-align:center;
}

#quick_quote_status tr:nth-child(even){background-color: #f2f2f2;}

#quick_quote_status tr:hover {background-color: #ddd;}

#quick_quote_status th {
 	position: sticky;
  top: 0;
  z-index:20;
   padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #009045;
  color: white;
  text-align:center;
}

.goods_description {
	margin-top:12px;
}

.value_shipment {
	margin-top:12px;
	width:56px;
}

.input_value_shipment {
	width:100px;
}

#qq_supplier_ref {
	font-weight:bold;
	font-size:20px;
	color:#009045;
	text-align:right;
	padding-right:20px;
}

#qq_insurance_price {
	display:inline;
}

#qq_view_ref {
	font-weight:bold;
	font-size:20px;
	color:#009045;
	text-align:right;
	vertical-align: middle;
}

#quote_body_comments_holder, #send_quote_body_comments_holder {
	background:#C0C0C0;
	padding: 15px;
	margin-right:20px;
}

#send_quote_body_follow_holder {
	background:#BFFFFF;
	padding: 15px;
	margin-right:20px;
}

#freight_by_air {
	display:none;
}

#freight_by_sea {
	display:none;
}

#freight_by_rail {
	display:none;
}

#freight_customs {
	display:none;
}

#quote_valid {
	float:right;
	display:inline;
	display:none;
}

#quote_valid input {
	width:100px;
}

#qq_followup {
	width:420px;
	float:left;
}

#qq_followup_search {
	width:410px;
	float:left;
}

#qq_followup_search_holder {
	height:450px;
	overflow:auto;
}

.booking_left {
	float:left;
	width:100%;
}

.booking_right {
	float:left;
	width:100%;
	margin-left:10px;
  height: 536px;
  overflow: auto;

}

.terms_of_shipment_td {
	text-align: left;
  padding-left: 10px;
}

#terms_of_shipment {
	width: 140px;
	display: inline;
	margin-left: 10px;
}

#asia_notes {
	width:209px;
	height:62px;
}

.form-group.supplier_two_col {
	width:50%;
	float:left;
}

.form-group.supplier_two_col label {
	width:146px;
}

.form-group.supplier_two_col col-sm-10 {
	width:60%;
}

.job_table {
	background-color:#c1c1c1;
}

.job_table td {
	padding:5px;
}

.job_docs_table {
	font:normal arial 1em;
}

.job_tab_title_left {
	width:70%;
	background-color:#14943C;
	color:#FFFFFF;
	font-size:20px;
	padding:5px;
}

.job_tab_title_right {
	width:70%;
	background-color:#14943C;
	color:#FFFFFF;
	font-size:20px;
	padding:5px;
	float:right;
	text-align:right;
}

.btn-green-over{color:#000;background-color:#DDDDDD;border-color:#ccc;width: 170px;height: 50px;}
.btn-green-over:hover{color:#fff;background-color:#009045;border-color:#ccc;width: 170px;height: 50px;}


#spp-table {
	width: 100%;
	display: table;
	font-family: calibri;
  font-size: 11pt;
}

.spp_sales_title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	width:720px;
	float:left;
	order:1px solid #000000;
	font-family: calibri;
}

.spp_purcahse_title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	width:1100px;
	float:left;
	order:1px solid #000000;
	font-family: calibri;
}

#spp-table-header {
	display: table-header-group;
	background-color: gray;
	font-weight: bold;
	font-size: 25px;
	font-family: calibri;
  font-size: 11pt;
}

.spp-table-header-cell {
	display: table-cell;
	padding: 10px;
	text-align: justify;
	border-bottom: 1px solid black;
	font-family: calibri;
  font-size: 11pt;
}

.spp_title {
	background-color:#14943C;
	color:#FFFFFF;
	font-size:20px;
	padding:2px;
	text-align:center;
	font-family: calibri;
  font-size: 11pt;
}

.spp_number {
	font-size:30px;
	padding:5px;
	text-align:center;
	font-family: calibri;
  font-size: 11pt;
}

.spp_row {
	display:table; 
	clear:both;
	font-family: calibri;
  font-size: 11pt;
}

.spp_sales {
	width:821px; 
	float:left;
	border:1px solid #000000;
	border-bottom:0px;
	border-left:0px;
	font-family: calibri;
  font-size: 11pt;
}

.spp_purchases {
	width:1120px; 
	float:left;
	border:1px solid #000000;
	font-family: calibri;
  font-size: 11pt;
  border-bottom:0px;
  border-right:0px;
}

.spp_sales_ref {
	width:53px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}

.spp_sales_company_name {
	width:200px;
	float:left;
	padding-right:3px;
	font-family: calibri;
  font-size: 11pt;
  overflow:hidden;
  height:36px;
  padding-top: 5px;
}

.spp_sales_date_raised {
	width:80px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}

.spp_sales_vat_yn {
	width:30px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}

.spp_sales_net {
	width:80px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}

.spp_sales_vat {
	width:80px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}

.spp_sales_gross {
	width:76px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}

.spp_sales_invoice_no {
	width:68px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}

.spp_sales_date_paid {
	width:150px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
}

.spp_sales_date_paid input {
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left: 1px solid;
}

.spp_space {
	width:80px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
}

.spp_purchase_ref_no {
	width:53px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}

.spp_purchase_supplier_inv_no {
	width:110px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
  overflow:hidden;
  height:36px;
}
.spp_purchase_name {
	width:200px;
	float:left;
	padding-right:3px;
	font-family: calibri;
  font-size: 11pt;
  overflow:hidden;
  height:36px;
  padding-top: 5px;
}
.spp_purchase_euro {
	width:60px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}

.spp_purchase_vat_yn {
	width:30px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}
.spp_purchase_net {
	width:76px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}
.spp_purchase_vat {
	width:76px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}
.spp_purchase_gross {
	width:76px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}
.spp_purchase_inv_no {
	width:70px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}
.spp_purchase_date_paid {
	width:160px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
}
.spp_purchase_date_paid input {
	border-top:0px;
	border-bottom:0px;
	border-left:1px solid;
	border-right:1px solid;
}

.spp_purchase_import {
	width:80px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}
.spp_purchase_country {
	width:120px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
}
.spp_pl {
	width:70px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
  padding-top: 5px;
  padding-left:5px;
  border-top:1px solid black;
}
.spp_purchase_vd {
	width:80px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
}
.spp_purchase_real_net_sale {
	width:80px;
	float:left;
	font-family: calibri;
  font-size: 11pt;
}

.cancelled {
	text-align: center;
	background-color: #ff0000a8;
}
.clear {
	clear:both;
}

#oustanding {
  #font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#oustanding td, #oustanding th {
  border: 1px solid #ddd;
  padding: 8px;
}

#oustanding tr:nth-child(even){background-color: #f2f2f2;}

#oustanding tr:hover {background-color: #ddd;}

#oustanding th {
 	position: sticky;
  top: 0;
  z-index:20;
   padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #009045;
  color: white;
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2px;
  margin-left:5px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.credit_limit_pop_up {
	width: 400px;
  position: fixed;
  margin: 100px 250px;
  display:none;
}

.credit_limit_pop_up .header {
	height: 40px;
  background-color: #14943C;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
}

#credit_limit_pop_up_body {
	color: #000000;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  padding: 5px;
  border-left: #14943C 1px solid;
  border-right: #14943C 1px solid;
  background-color: #ffffff;
}

.credit_limit_pop_up #footer {
	color: #000000;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  padding: 5px;
  border-left: #14943C 1px solid;
  border-right: #14943C 1px solid;
  border-bottom: #14943C 1px solid;
  background-color: #ffffff;
}

#transit_time_holder {
	padding-top:10px;
	display:none;
}

#cashflow_header {
	width:100%;
	text-align:center;
	margin-bottom:10px;
	font-size:20px;
}

#cashflow {
  #font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#cashflow td, #cashflow th {
  border: 1px solid #ddd;
  padding: 4px;
}

#cashflow tr:nth-child(even){background-color: #f2f2f2;}

#cashflow tr:hover {background-color: #ddd;}

#cashflow th {
 	position: sticky;
  top: 0;
  z-index:20;
   padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-color: #009045;
  color: white;
}

#cashflow_header {
	width:100%;
	text-align:center;
	margin-bottom:10px;
	font-size:20px;
}

#cashflow_admin {
  #font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#cashflow_admin td, #cashflow_admin th {
  border: 1px solid #ddd;
  padding: 4px;
}

#cashflow_admin tr:nth-child(even){background-color: #f2f2f2;}

#cashflow_admin tr:hover {background-color: #ddd;}

#cashflow_admin th {
 	position: sticky;
  top: 0;
  z-index:20;
   padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-color: #009045;
  color: white;
}

.loading_holder{ 
 	background: rgba(0, 0, 0, 0.5);
 	text-align: center;
  color: #FFFFFF;
  font-weight:bold;
}
.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #009045; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#contry_conversion_header {
	  position: sticky;
    top: 0;
    z-index: 20;
    text-align: left;
    background-color: #009045;
    padding-top: 4px;
  	padding-bottom: 4px;
    color: white;
    border:1px solid #ddd;
}

#contry_conversion_header #column {
	width:130px;
	display:inline-block;
  font-weight:bold;
  padding:8px;
  border-right: 1px solid #ddd;
}

.contry_conversion_row {
    top: 0;
    z-index: 20;
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 4px;
  	padding-bottom: 4px;
    color: #000000;
    border:1px solid #ddd;
}

.contry_conversion_row:hover {background-color: #ddd;}

.contry_conversion_row:nth-child(even){background-color: #f2f2f2;}

.contry_conversion_row #column {
	width:130px;
	display:inline-block;
  padding:8px;
  border-right: 1px solid #ddd;
}

.drop-zone {
  width: 700px;
  height: 200px;
  border: 2px dashed #ccc;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px auto;
}

#s_inv_due_date_fixed {
	display:none;
}

#sales_update_due_date {
	display:none;
	width:132px;
}