/*
Description:
Author: Web Experts Nepal Pvt. Ltd.
Author URI: http://www.webexpertsnepal.com
Tags: html, html5, css, css3, Bootstrap
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font,
small, strong, ul, li,
fieldset, form, label,
table, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	font-family:'opensansregular';

}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

article,
footer,
header,
main {
	display: block;
}

ul {
	list-style: none;
	margin: 0 0 5px 15px;
}

table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}

th,
td {
	font-weight: normal;
	text-align: left;
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/OpenSansRegular.eot');
	src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
	url('../fonts/OpenSansRegular.woff2') format('woff2'),
	url('../fonts/OpenSansRegular.woff') format('woff'),
	url('../fonts/OpenSansRegular.ttf') format('truetype'),
	url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul {
	margin: 0;
}
li{
	list-style: none;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

	border-radius: 2px;
	border: none;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size:18px;
	line-height: 1;
	padding:10px 20px;
	color: #fff;

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.7;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding:8px 10px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
input[type="text"], input[type="password"], textarea, input[type="email"],select {
	border:1px solid #ddd;
	border-radius: 0 0 0 0;
	color: #414042;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 5px;
	width: 100%;
}

::-moz-placeholder {
	color:#8f8989;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #8f8989;
	font-weight: 400;
}
/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a:focus{
	outline: 0;
}
a:hover{
	opacity: 0.8;
	outline: 0;
	text-decoration: none;
}
a{
	color:#414042;
	font-family:'opensansregular';
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #7e63a7;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.5;
	/*color: #333333;*/
	/*font-family: 'OpenSansRegular';*/
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

p,li{
	color: #262626;
	font-family: 'OpenSansRegular';
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
h1{
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;

}
h6{
	font-size: 14px;
}

b,
strong {
	font-weight: bold;
	font-family:helvetica;
}

em,
i {
	font-style: italic;
}

small {
	font-size: 75%;
}

table{
	border: 1px solid #ddd;
	border-left: none;
	border-bottom: none;

}

th, td {
	border-bottom: 1px solid hsl(0, 0%, 87%);
	border-left: 1px solid hsl(0, 0%, 87%);
	font-weight: 400;
	padding: 5px;
	text-align: center;
}

/*--------------------------------------------------------------
Breadcrumb Banner Section
--------------------------------------------------------------*/

.breadcrumb {
	margin-bottom: 10px;
}
.breadcrumb > li + li::before {
	color: #8E808E;
	content: ">" !important;
}
.breadcrumb > li {
	color: #8E808E;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
	content: "";
	display: table;
}

.clear:after,
.site-header:after,
.site-content:after {
	clear: both;
}

/*--------------------------------------
Basic Styles
----------------------------------------*/

body {
	background-color:#f6f7f8;
	color: #232522;
	font-family: 'RobotoLight';
	line-height: 1.5;
	font-size: 14px;
}

/*Header section*/

#masthead{
	width: 100%;
	background: #262626;
	border-bottom: 1px solid #282a27;
	text-align: center;
}

#masthead h1.logo{
	padding: 12px;
	margin: 0;
	display: inline-block;
}

#masthead h1.logo img{
	width: 100%;
}

.bg {
	background: hsla(0, 0%, 0%, 0) url("../images/menu-pattern.png") repeat-x scroll 0 0;
	height: 8px;
	width: 100%;
}

#content{
	padding-bottom: 51px;
}


/*Featured post section*/

.login{
	margin: 67px 0 69px 0;
}

.login .login-panel, .change_password, .register{
	width: 50%;
	margin: 0 auto;
}

.login .login-panel h2.title{
	font-size: 22px;
	font-weight: bold;
	text-shadow:2px 2px 2px #000;
	color: #fff;
	background:#262626;
	padding: 15px;
	margin-bottom: 0;
}

.login .login-panel .text-field{
	background:#fff;
	padding: 15px;
}

.login .login-panel .text-field .value{
	width: 100%;
	padding: 10px 0;
}

.login .login-panel .text-field .value input, .login .login-panel .text-field .value select{
	margin:15px 0;
	background:#f5f5f5;
	border:1px solid #dedede;
	padding: 10px;
	color: #545454;
	font-size: 15px;
	font-family: 'OpenSansRegular';
}

.login .login-panel .button-box{
	background:#262626;
	padding: 15px;
	display: inline-block;
	width: 100%;
}

.login .login-panel .button-box p, .login .login-panel .button-box input{
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 0 5px 0 5px;
	font-weight: lighter;
}

.login .login-panel .button-box a {
	color: #fff;
}

.login .login-panel .button-box button {
	background:#f4f4f4;
	padding: 8px 25px;
	color: #262626;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
}

.login .login-panel .button-box .logged{
	float: left;
}

.login .login-panel .button-box .btnlog{
	float: right;
}

.register .form-group {
	margin: 0;
}

/*dashboard*/

.dashboard{
	width: 100%;
	display: inline-block;
	margin: 20px 0;
	position: relative;
}

.dashboard h3{
	font-size: 28px;
	padding-bottom: 15px;
	display: inline-block;
}

.dashboard h3 span{
	color:hsl(202, 72%, 35%);
}

.dashboard .col-sm-3 > a {
	background: #262626;
	border-radius: 5px;
	display: inline-block;
	padding: 15px 0px;
	text-align: center;
	width: 100%;
}

.dashboard .col-sm-3 > a:hover,.dashboard .col-sm-3 > a.active{
	background: hsl(202, 72%, 35%);
	opacity: 1;
}

.dashboard .rows{
	margin: 54px 0;
}

.dashboard .col-sm-3 > p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
}

/*invoice*/
.invoice_form input {
	width: auto !important;
}
.invoice_form table, .invoice_form .additional_charges h3 {
	margin-bottom: 10px !important;
}
.invoice_form .additional_charges input {
	width: 100% !important;
}

.invoice .maintitle{
	padding-bottom: 15px;
	border-bottom: 1px solid #262626;
	margin-bottom: 15px;
}

.invoice .maintitle h2,.invoice .maintitle h3,.invoice .maintitle h4,.invoice .maintitle h5{
	text-align: center;
	text-transform: uppercase;
}

.invoice .maintitle h2{
	font-size: 34px;
}

.invoice .shipped{
	margin-bottom: 15px;
}

.invoice .shipped .col-sm-6 h3{
	font-size: 15px;
	padding: 0 0 5px;
}

.invoice .shipped input{
	width: 80%;
	float: right;
}

.invoice .shipped table, .invoice .shipped table tr td{
	border:none;
}

.invoice .shipped table tr td{
	margin: 0px;
	padding: 0 0 5px 0!important;
	text-align: left;
}
.invoice .shipped textarea{
	width: 80%;
	float: left;
}

h2.title-block {
	background: hsl(202, 72%, 35%) none repeat scroll 0 0;
	color: hsl(0, 0%, 100%);
	font-family: 'opensansregular';
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.invoice thead tr td{
	font-family: 'opensansregular';
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
}

.invoice thead tr td, .invoice tbody tr td, .invoice tfoot tr td{
	font-family: 'opensansregular';
	padding: 10px 5px;
}

.invoice input[type="text"]{
	margin: 0;
}

.invoice > input.textfield{
	width: 50%!important;
}

.invoice thead tr td:nth-child(2), .invoice tbody tr td:nth-child(2), .invoice .normal-cap{
	padding-left: 10px;
	text-align: left;
}

.invoice tfoot tr td{
	font-weight: bold;
	font-family: 'opensansregular';
}

.invoice .total{
	text-align: right!important;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.invoice tfoot td input.field, .invoice .words p input[type="text"]{
	width: 15%!important;
}

.invoice .words h3{
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 15px;
}

.invoice .words textarea{
	background:transparent;
}

.invoice .words p{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.invoice table{
	margin: 0;
	width: 100%;
}

.invoice table select{
	margin:0;
}

.invoice table tr td{
	width:50%;
}

.invoice table tr td table {
	border: medium none;
	margin: 0;
}

.invoice table tr td table tr td {
	border: medium none;
	text-align: left;
	font-size: 16px;
}

.invoice h3.si_title{
	color: #186a99;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 18px;
}

.invoice table tr td table tr td input[type="text"]{
	width: 100%;
}

/*button css*/

a.button{
	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
	border: 1px solid hsl(0, 0%, 80%);
	float: right;
	padding: 8px 20px;
	font-family: 'opensansregular';
	font-weight: normal;
}

a.button:hover{
	color: #fff;
	background:#fd8b04;
	opacity: 1;
}

/* white button*/
.button-white{
	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
	border: 1px solid hsl(0, 0%, 80%);
	float: right;
	padding: 8px 20px;
	margin: 20px 0;
	font-family: 'opensansregular';
	font-weight: normal;
}

.button-white:hover{
	color: #fff;
	background:#fd8b04;
	opacity: 1;
}

/* blue button*/
.button-blue{
	background: hsl(202, 72%, 35%) none repeat scroll 0 0;
	border: 1px solid #fff;
	float: right;
	padding: 8px 20px;
	margin: 20px 0;
	font-family: 'opensansregular';
	font-weight: normal;
	color: #fff;
}

.button-blue:hover{
	color: #fff;
	background:#262626;
	opacity: 1;
}

/*black button*/
.button-black{
	background: #262626;
	border: 1px solid #fff;
	float: right;
	margin: 20px 0;
	padding: 8px 20px;
	font-family: 'opensansregular';
	font-weight: normal;
	color: #fff;
}

.button-black:hover{
	color: #fff;
	background:hsl(202, 72%, 35%) none repeat scroll 0 0;
	opacity: 1;
}

.dashboard button{
	margin: 0;
}

/*Footer section*/

footer .copyright{
	background:#262626;
	padding: 15px 0;
	box-shadow: inset 0 0 10px #1d1d1d;
}

footer .copyright p{
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

footer .copyright p a{
	color: #5fad40;
	text-decoration: underline;
	font-weight: lighter;
}

.form-inline button {
	line-height: 1;
	margin: 0 0 20px;
}

/*Search Packing List*/
.packing_list_search button {
	float: left;
	margin-bottom: 20px;
	line-height: 1;
}
.pagination > li {
	font-size: 14px;
}
/*End of Search Packing List*/

/*gsp page*/
.gsp_page {
	height: 297mm;
	margin: 0 auto;
	width: 209mm;
}

.gsp {
	height: 297mm;
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	padding-top: 15mm;
	text-transform: none;
	width: 209mm;
	overflow: none;
	line-height: 1.2;
}

.gsp p {
	font-size: 12px;
	line-height: 1.2;
}

.gsp table {
	border-top: 1px solid #555;
	border-right: 1px solid #555;
}

.gsp table tr td {
	vertical-align: top;
}

.gsp .outer-table {
	width: 182mm;
	height: 276mm;
	margin: 0 auto;
}

.gsp .outer-table tr td {
	width: 50%;
	text-align: left;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
}

.gsp div.td-container {
	/*margin: 0 3px;*/
	font-size: 10.5px;
}

.gsp div.td-inner-container {
	margin-left: 15px;
}

.gsp td.inner-table-container {
	padding: 0;
}

.gsp .inner-table{
	border: none;
	margin: 0;
	height: 100%;
	width: 100%;
}

.gsp .inner-table tr td:first-child {
	border-left: none;
}

.gsp .inner-table tr td {
	border-bottom: none;
	width: auto;
	font-size: 10.5px;
	padding: 1mm;
}

.gsp .inner-table tr:nth-child(2) td p {
	text-align: center;
}

.gsp .header-info {
	margin: 26px 0;
}

.gsp .header-info p {
	text-align: center;
	line-height: 1.5;
}

.gsp .dotted-border-bottom {
	border-bottom: 1px dotted;
	padding-left: 20px;
}

/*End gsp page*/

/*Air Waybill*/
#airway_form input[type="checkbox"] {
	margin-bottom: 20px;
}
.airway{
	background: #fff none repeat scroll 0 0;
	height: 295mm;
	margin: 0 auto;
	padding-left: 18.5mm;
	padding-top: 4.5mm;
	text-transform: none;
	width: 211mm;
	font-family: arial;
}

.airway-wrapper {
	height: 268.5mm;
	width: 188mm;
}

.airway table{
	margin: 0;
	border-top: none;
	border-color: #000;
	width: 188mm;
}
.airway table:last-child{
	border:none;
}
.airway table tr td {
	padding: 0;
	font-family: arial;
	font-size: 8.5px;
	text-align: left;
	border-color: #000;
	vertical-align: top;
	line-height: 1.2;
}
.airway table tr td div, .airway table tr td div span {
	font-family: arial;
}
.airway table tr td .inner-table {
	border: none;
	width: auto;
}
.airway .inner-table tr td {
	font-size: 6px;
	text-align: center !important;
}
.airway .inner-table tr td:first-child{
	border-left: none;
}
.airway .inner-table tr:last-child td {
	border-bottom: none;
}
.airway p {
	font-size: 12px;
}
.airway p.print-show {
	line-height: 1.2;
	padding-left: 3px;
}
.airway #table-1 {
	border: none;
	height: 7mm;
}
.airway #table-1 tr td {
	border: none;
	padding: 5px;
}
.airway #table-2 {
	border-top: 1px solid;
}
.airway #table-2 tr td {
	padding: 2px;
	text-align: left;
}
.airway #table-2 tr td .td-content-wrapper {
	padding-left: 10px;
	position: relative;
	z-index: 1;
}

.airway .table-2-inner-table {
	width: auto;
}
.airway .table-2-inner-table .inner-table td {
	padding: 0 2px !important;
}
.airway .table-2-inner-table p.print-show {
	padding: 0;
	text-align: center;
}

.airway #table-4 tr td {
	padding: 2px;
}
.airway #table-4 p.print-show {
	text-align: center;
}

.airway #table-5 tr td {
	text-align: center;
}
.airway #table-5 tr:first-child td, .airway #table-5 tr:nth-child(2) td {
	vertical-align: middle;
}
.airway #table-5 p.print-show {
	padding-top: 8px;
	text-align: center;
}

.airway #table-6 tr td:first-child {
	border-right: 1px solid;
}
.airway #table-6 tr td {
	padding: 2px;
}
.airway #table-6 p.withpadding {
	padding-top: 8px;
}
.airway .sc_account {
	height: 8mm;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50%;
}
.airway .sc_account p.print-show {
	text-align: center;
}

/*End of Air Waybill*/

/*Sales Report*/
.sales_report table tr th {
	padding: 5px;
}
.sales_report table tbody tr td {
	padding: 0;
}
.sales_report table tr td input{
	margin: 0;
	border: none;
}

.sales_print{
	background:#fff;
	font-size: 12px;
	margin: 0 auto;
	padding: 30px;
	width: 297mm;
}
.sales_print .maintitle {
	margin-bottom: 0;
	border: none;
}
.sales_print .maintitle h2 {
	font-size: 34px;
	line-height: 1.2;
}
.sales_print .maintitle h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
.sales_print .sales_title {
	background: #ccc;
	font-size: 24px;
	font-style: italic;
	letter-spacing: 2px;
	margin: 10px 0;
	text-align: center;
}
.sales_print table {
	border-color: #000;
}
.sales_print table tr td, .sales_print table tr th {
	border-color: #000;
	padding: 2px;
}
.sales_print table tr td:nth-child(3), .sales_print table tr th:nth-child(3) {
	white-space: nowrap;
}
.sales_print table tr th, .sales_print table tfoot tr td {
    font-weight: bold;
}
.sales_footer {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.sales_print .sales_footer p {
	margin-bottom: 15px;
}
.sales_print .sales_footer p, .sales_print .sales_footer table {
	font-size: 12px;
	text-transform: none;
	text-align: left;
	width: 100%;
}
.sales_print .sales_footer table tr td {
	font-size: 12px;
	text-align: left;
	width: 50%;
}
.sales_report_result .title, .pl_search_result .title {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}
.sales_report_result .datagrid-cell > span {
	white-space: normal;
}
/*End of Sales Report*/

/*Transit bill print*/
.transit {
	height: 297mm;
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	padding: 71px 0;
	text-transform: none;
	width: 210mm;
	overflow: none;
	line-height: 1.2;
}
.transit_header {
	width: 195mm;
	margin: 0 auto;
}
.transit_header span {
	width: 50%;
	float: left;
}
.transit_header span:after {
	content: "";
	border-bottom: 2px dotted #000;
	width: 82%;
	display: inline-block;
}
.transit .transit_header p {
	font-size: 14px;
}
.transit p {
	font-size: 13px;
}
.transit_header p.title {
	font-size: 16px;
	font-weight: bold;
	word-spacing: 5px;
}
.transit table {
	border-color: #000;
	width: 195mm;
	margin: 0 auto;
}
.transit table tr td {
	text-align: left;
	vertical-align: baseline;
	border-color: #000;
	padding: 5px;
	font-size: 13px;
}
.transit .td-wrapper {
	padding-left: 10px;
}
.transit #table-2 tr td {
	padding: 2px;
	text-align: center;
}
.transit #table-2, .transit #table-3 {
	border-top: none;
}
/*End of Transit bill print*/

/*NCC*/
.ncc {
	height: 297mm;
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	padding-top: 26mm;
	text-transform: none;
	width: 208mm;
	overflow: none;
	line-height: 1.2;
}
.ncc_footer {
	font-size: 11.5px;
	margin: 0 auto;
	padding: 3px 20px;
	width: 192mm;
}
.ncc table {
	border-color: #000;
	height: 253mm;
	margin: 0 auto;
	width: 192mm;
}
.ncc table tr td {
	border-color: #000;
	padding: 3mm 4mm 0;
	text-align: left;
	vertical-align: top;
	font-size: 11.5px;
}
.ncc table tr:nth-child(4) td {
	font-size: 11px;
	text-align: center;
	padding: 3px 5px;
	line-height: 1.1;
}
.ncc table tr:nth-child(5) td p {
	text-align: center;
}
.ncc p {
	font-size: 12px;
}
.ncc p.print-show {
	font-size: 12px;
	line-height: 1.2;
}
.ncc input, .sales_print input {
	margin: 0;
	padding: 2px;
	width: auto !important;
	line-height: 1;
}
.ncc .no-print {
    background: rgba(0, 0, 0, 0) url("../images/nc_logo.png") no-repeat scroll 0 0 / 100% auto;
    height: 20mm;
    margin: 15px auto;
    width: 20mm;
}
/*End of NCC*/

.site-main {
	margin: 30px 0;
}
.site-main h2.title{
	background: hsl(202, 72%, 35%) none repeat scroll 0 0;
	color: hsl(0, 0%, 100%);
	font-family: 'opensansregular';
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#tbl_datatable_wrapper input, #tbl_datatable_wrapper select {
	margin-bottom: 0;
}
#tbl_datatable_filter input {
	height: auto;
	line-height: 20px;
	padding: 5px 10px;
}

.alert {
    margin-bottom: 10px;
    padding: 10px;
}

.table {
	background: #f5f5f5;
}
table#tbl_datatable tr td:nth-child(2) {
	text-align: left;
}

footer {
	bottom: 0;
	height: 51px;
	position: absolute;
	width: 100%;
}
#page {
	background:url('../images/background.png');
	background-repeat: repeat;
	min-height: 100%;
	position: relative;
}
html, body{
	height: 100%;
}

/*Packing List*/
.shipping_info h3 {
	border-bottom: 1px solid #ccc;
    color: rgb(24, 106, 153);
    font-size: 18px;
}
.shipping_info legend {
	color: #186A99;
}
.packing_item .panel-footer {
	border: none;
	padding: 10px 0;
}
.packing_item .panel-footer form {
	padding: 8px 0;
}
.packing_item .panel-footer .form-group {
	margin: 0;
}
.print {
	width: 210mm;
	margin: 0 auto;
	min-height: 297mm;
	padding: 30px;
	background:#fff;
}
.print .maintitle {
	border-bottom: 1px solid #000;
    margin-bottom: 15px;
}
.print .maintitle h2, .print .maintitle h4, .print .maintitle h6 {
	line-height: 1.2;
	text-align: center;
    text-transform: uppercase;
}
.print article p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 20px;
	text-transform: uppercase;
}

.print table {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
}
.print table thead tr td {
	font-weight: bold;
}
.print table tr td {
	font-size: 12px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0 5px;
	text-transform: uppercase;
}
.print table tr td:nth-child(2), .print table thead tr:nth-child(2) td:first-child {
	text-align: left;
}
.print table tfoot tr td {
	font-weight: bold;
}
.print .footer-notes p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
}
.print .invoice-words {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	text-transform: uppercase;
}
.print .invoice-words p {
	font-size: 12px;
	margin-top: 5px;
}
.print .footer p {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
	text-transform: uppercase;
}
.print-show {
	text-transform: uppercase;
}
/*End of Packing List*/

/*Invoice*/
.invoice_form table tr td {
	vertical-align: top;
}
/*End of Invoice*/

/*Autocomplete*/
.ui-autocomplete.ui-menu .ui-menu-item {
	color: #000;
	font-size: 14px;
	padding: 3px 5px;
}
.ui-autocomplete.ui-menu .ui-state-focus {
	background: #f5f5f5;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 200px;
}
/*End of Autocomplete*/

/* @media screen{
	.invoice-table thead tr:first-child td:last-child, .invoice-table tbody tr td:last-child, .invoice-table tfoot tr td:last-child {
		display: none;
	}
}
@media print{
	.invoice-table thead tr:first-child td:nth-last-child(2), .invoice-table tbody tr td:nth-last-child(2), .invoice-table tfoot tr td:nth-last-child(2) {
		display: none;
	}
} */