@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:600;
	font-family:'Open Sans', sans-serif;
}
 .table > thead > tr > th
,.table > tbody > tr > th
,.table > tfoot > tr > th
,.table > thead > tr > td
,.table > tbody > tr > td
,.table > tfoot > tr > td{
	padding:4px;
	vertical-align:middle;
}
.form-control{
	font-size:12px;
	font-weight:500 !important;
	display:inline-block;
	padding:2px;
	height:22px;
	font-weight:normal;
	color:#333333;
	background-color:white;
	border:1px solid #e5e5e5;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.control-lebel{
	font-weight:600 !important;
}

.form-control-lg{
	height:28px !important;
	padding:0px 10px !important;
}
.form-control-lg[type=number]{
	padding-right:0px !important;
}

.modal .modal-body {
	max-height:550px !important;
	overflow-y:auto !important;
}
.input_valid_qty{
	background-color:#FFF !important;
	color:#000;
	font-weight:normal;
}
.input_warn_qty{
	background-color:#FF7200 !important;
	color:#FFF;
	font-weight:bold;
}
.input_invalid_qty{
	background-color:#CA0000 !important;
	color:#FFF;
	font-weight:bold;
}

.portlet{
	margin-bottom:10px;
}
div.portlet-title
,div.portlet-title div.caption{
	font-size:14px !important;
	min-height:30px !important;
	height:30px !important;
	line-height:30px !important;
}
div.portlet-title div.caption{
	padding:0px !important;
}
div.portlet-title div.tools{
	padding:0px !important;
}

table.table-lg th{
	font-size:12px;
}
table.table-lg td{
	font-size:12px;
	font-weight:500;
}

h3.page-title{
	margin-top:0px !important;
}

div.modal-backdrop{
	z-index:10049 !important;
}
@media screen and (min-width:768px) {
	div.table-responsive{
		overflow-x:auto;
	}
}
/* Modal Fix */
@media only screen and (min-width:1100px){
	div.modal-dialog{
		width:1000px !important;
	}
}
/* Modal Fix */
/* Menu Fix */
@media (min-width:992px){
	.page-header.navbar .page-logo{
		width:230px;
	}
	div.mega-menu-content div.col-md-2{
		min-width:180px !important;
	}
}
/* Menu Fix */
/* List Page. Search Section */
table.search_box
,table.search_content_table{
	width:100%;
	margin-bottom:14px;
}
table.search_box > tbody > tr > td
,table.search_content_table > tbody > tr > td{
	padding:3px 0px;
}

div.search_box{
	margin-bottom:14px;
}
div.search_box div.row{
	margin-left:-10px;
	margin-right:0px;
}
div.search_box label{
	font-size:12px;
	margin-bottom:1px;
}
div.search_box div.form-group{
	margin-bottom:5px;
}
table.search_box input
,table.search_box select
,div.search_box input
,div.search_box select{
	font-size:12px;
	font-weight:500;
	margin:0;
	border:1px solid #ccc;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:22px;
	line-height:22px;
}
.search_content_input{
	padding:0px 5px !important;
}
div.search_box input.dateperiodpicker{
	text-align:center;
	background:#FFFFFF !important;
	cursor:pointer !important;
}
input.datepicker
,input.datepicker:read-only{
	background:#FFF !important;
	cursor:pointer !important;
	text-align:center;
}
div.button_box{
	margin-top:5px;
	margin-bottom:25px;
}
div.table-toolbar div.btn-group button{
	margin-right:6px;
}
.btn_dropdown_toggle{
	padding:6px 8px !important;
}
div.btn_search_hide_show{
	cursor:pointer;
	position:absolute;
	top:29px;
	right:12px;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
}
div.btn_search_hide_show > i.fa{
	font-size:25px;
}
.btn_search_onoff{
	background:#FFF;
	color:#333;
	border:1px solid #CCC;
	height:24px;
}
.btn_search_onoff.active{
	background:rgba(29, 150, 44, 0.45);
	color:#333;
	border:1px solid #165a03;
}
/* List Page. Search Section */

.nav-tabs > li{
	margin-bottom:-3px !important;
}
.badge{
	font-size:12px !important;
	font-weight:500;
	height:21px;
}

.table-scrollable{
	border:none;
}
.buttons_above_paging{
	top:-60px;
	position:relative;
}
/* dataTables */
table.datatable_nz {
	margin:0 auto;
	font-size:1.2em;
}
table.datatable_nz thead{
	background-color:rgba(211,222,234,0.55) !important;
}
table.datatable_nz thead tr th {
	font-weight:bold;
	padding:3px 3px;
}
table.datatable_nz > thead > tr > th.tablesorter-header{
	cursor:pointer !important;
}
table.datatable_nz > thead > tr > th.tablesorter-headerDesc{
	background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:15px;
}
table.datatable_nz > thead > tr > th.tablesorter-headerAsc{
	background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:15px;
}
table.datatable_nz thead tr th span {
	background-repeat:no-repeat;
	background-position:100% 100%;
}
table.datatable_nz tbody tr {
	color:#555;
}
table.datatable_nz tbody tr.line_data_item {
	
}
table.datatable_nz tbody tr.line_data_item:hover{
	background:#FFC !important;
}
table.datatable_nz tbody tr td {
	padding:3px 3px;
}
table.datatable_nz tbody tr td.lalign {
	text-align:left;
}
table.datatable_nz tr.line_total{
	background:#eeeeee85;
}
table.datatable_nz tr.line_total td{
	font-weight:bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding:0 0 0 1px;
}
.dataTables_wrapper .dataTables_paginate{
	padding-top:0px;
}
.dataTables_wrapper .dataTables_paginate .pagination{
	margin:1px 0px;
}
table.datatable_nz.floatThead-table thead{
	background-color:rgba(211,222,234,1) !important;
}
/* dataTables */

img.ctry_flag_small{
	height:16px;
}
button.btn_auto_hide{
	display:none;
}

/* Credit Card Input Style */
select.payment_selector
,input.payment_input
,input.payment_reference{
	height:35px;
	padding:0px 3px !important;
	font-size:1.1em;
}
input.card_number_input{
	height:35px;
	width:200px;
	padding-left:46px;
	background:URL(/images/payment_method/credit_card.png) no-repeat;
	background-size:auto 33px;
	background-position:5px;
}
input.card_number_input.card_visa{
	background:URL(/images/payment_method/visa.png) no-repeat;
	background-size:auto 33px;
	background-position:5px;
}
input.card_number_input.card_amex{
	background:URL(/images/payment_method/american_express.png) no-repeat;
	background-size:auto 33px;
	background-position:5px;
}
input.card_number_input.card_master{
	background:URL(/images/payment_method/master.png) no-repeat;
	background-size:auto 33px;
	background-position:5px;
}
input.card_number_input.card_discover{
	background:URL(/images/payment_method/discover.png) no-repeat;
	background-size:auto 33px;
	background-position:5px;
}
select.card_exp_mo
,select.card_exp_yr{
	height:35px;
	width:60px;
}
input.card_code{
	height:35px;
	width:95px;
	padding-left:45px;
	background:URL(/images/payment_method/security_code_back.png) no-repeat;
	background-size:auto 33px;
}
input.card_code.card_code_amex{
	background:URL(/images/payment_method/security_code_front.png) no-repeat;
	background-size:auto 33px;
}
input.payment_reference{
	height:35px;
}
/* Credit Card Input Style */

/* Production Style */
img.search_ctry_flag_small{
	height:13px;
	vertical-align:middle;
	margin-right:5px;
}
/* Production Style */

/* General View. Add. Edit */
label.control-label{
	font-weight:600;
	font-size:0.9em;
	margin-bottom:3px;
}
div.nz_view_data{
	font-size:15px;
	display:block;
	margin-bottom:14px;
	height:23px;
	line-height:23px;
	border-bottom:1px solid #CCC;
	width:99%;
	overflow:hidden;
}
img.select2_flag{
	height:14px;
	margin-right:5px;
}
input.money_input{
	text-align:right;
	padding-right:5px;
}
label.nz_view_label{
	font-size:13px;
	color:#333;
	display:block;
	margin-bottom:0px;
	height:15px;
}
label.nz_view_label_input{
	font-size:13px;
	color:#333;
	font-weight:bold;
	display:block;
	margin-bottom:3px;
	height:15px;
}
div.nz_view_data{
	font-size:15px;
	display:block;
	margin-bottom:14px;
	height:23px;
	line-height:23px;
	border-bottom:1px solid #CCC;
	width:99%;
	overflow:hidden;
}
div.nz_data_small label.nz_view_label{
	font-size:11px;
}
div.nz_data_small div.nz_view_data{
	font-size:13px;
	height:19px;
	line-height:19px;
	margin-bottom:6px;
}
div.nz_view_data.no_border{
	border:none;
}
/* General View. Add. Edit */

 .price_amount
,.price_amount_yen
,.price_amount_rupee
,.price_amount_dong
,.price_amount_pct{
	text-align:right;
	padding-right:7px !important;
}
.price_amount::before{
	font-size:0.9em;
	content:"$";
	float:left;
}
.price_amount_yen::before{
	font-size:0.9em;
	content:"¥";
	float:left;
}

/* Jquery UI Autocomplete Bootstrap fix */
.ui-autocomplete{
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	float:left;
	display:none;
	min-width:160px;   
	padding:4px 0;
	margin:0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	max-height:40vh;
	overflow-y:scroll;
}
.ui-menu-item > div{
	font-size:1em !important;
	padding:4px 3px !important;
}
.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	text-decoration: none;
}
.ui-state-hover, .ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}
/* Jquery UI Autocomplete Bootstrap fix */

span.printed_fabric{
	color:#79BD9A;
}
div.progress{
	height:20px !important;
}
.popover .arrow,
.popover .arrow:after{
	display:block !important;
}

/* Image Pop-up Preview */
#pro_img_preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	max-width:500px !important;
}
img.pro_img_preview_pic{
	max-width:158px !important;
	max-height:300px !important;
}
div.pro_img_preview_title{
	clear:both;
}
/* Image Pop-up Preview */