body, h1, h2, h3, h4 {
    font-family: 'Kanit', sans-serif;
    letter-spacing: 0.5px;
}

.content-wrapper {
    min-height: calc(100vh - 20px) !important;
}
img {
    max-width: 100%;
}
.mydate,.timepicker{
	cursor: pointer;
}
.box-body {
    padding: 6px;
}
.inline{
	display: inline-block;
}
ind25 {
    text-indent: 25px;
    display: block;
}
ind50 {
    text-indent: 50px;
    display: block;
}
.wall0{
	width:0px;
	padding:0px;
	margin:0px;	
	    border: 0px;
}
.dispBlock{
	display: block;
}
.margAuto{
	margin: auto;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
textarea {
    resize: vertical;
}
.dataTables_wrapper {
    overflow: hidden;
}
::-webkit-scrollbar-track {
 background-color: #F5F5F5;
}

::-webkit-scrollbar {
 width: 4px;
 height: 7px;
 background-color: #F5F5F5;
}

::-webkit-scrollbar:hover {
 height: 10px;
}


::-webkit-scrollbar-thumb {
 background-color: #5da09a;
}
.bg-danger{
	background-color: #f2dede !important;
}
.bg-lightgray{
	background-color: rgba(0,0,0,0.2);
}
.bor-lightgray{
	border:1px solid rgba(0,0,0,0.2);
}
.pad15{
	padding:15px;
}
.mrg-l15{
	margin-left:15px;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
	background-color: #1b6d65;
    border-color: #146d65;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	background-color: #1b6d65;
    border-color: #146d65;
}

input[type="file"].form-control[disabled] + .bootstrap-filestyle > .group-span-filestyle > label{
	cursor: not-allowed;
	background-color:#cecece;
	border-color: #cecece;
}

.input-group-addon.inputGSpwn160.not-active > label{
	cursor: not-allowed;
	opacity: 0.5;
}

a.fileRemove.not-active {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
	
}

a.not-active {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
	
}

.infoInput{
	    padding: 3px 7px;
    margin-top: 3px;
    display: block;
    color: #ffffff;
    background-color: rgb(83, 141, 175);
    border-left: 3px solid rgb(32, 84, 115);
}


.greenStatus {
    background-color: #479089;
    width: 100%;
    padding: 1px 12px;
    color: #fff;
}
.btn-group.btn-block > .btn:first-of-type {
    width: calc(100% - 26px);
}
.buttonCircle{
	border-radius: 50%;
	width:30px;
	height:30px;
	text-align: center;
	line-height: 30px;
	padding:0px;
}
.btn-secondary{
	    background-color: #3c8dbc;
    border-color: #367fa9;
	color:#fff;
}
.btn-secondary:hover{
	background-color: #367fa9;
	color:#fff;
}
.btn-success {
    background-color: #479089;
    border-color: #479089;
}
.btn-success:hover, .btn-success:active, .btn-success.hover , .btn-success.focus, .btn-success:focus,.btn-success:active:hover{
	background-color: #377973;
    border-color: #377973;
}
.btn-icon-left{
	font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.btn-icon-left i{
	    float: left;
    background-color: rgba(0,0,0,0.3);
    padding: 6px;
	font-size: 21px;
	margin:-6px 12px -6px -13px;
    
}



a.iconBtn {
    font-size: 20px;
}
.skin-blue-light .sidebar-menu>li:hover>a, .skin-blue-light .sidebar-menu>li.active>a {
    color: #fff;
    background: #5ca7a0;
    font-weight: normal;
}
.skin-blue-light .treeview-menu>li.active>a, .skin-blue-light .treeview-menu>li>a:hover {
    color: #5ca7a0;
}
.lpLogin {
    padding-top: calc(100vh / 2 - 200px);
    height: 100vh;
    background-image: url(../img/login/loginBG.jpg);
    background-size: cover;
    background-position: center bottom;
}
.lpLogin .loginHead {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.81);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.lpLogin .loginoverlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(249, 253, 255, 0.22);
    top: 0;
    left: 0;
}
.lpLogin .form-signin > .form-control {
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 5px;
}
.lpLogin .form-signin > .form-control:focus {
    border-color: rgba(255,255,255,0.7);
    box-shadow: none;
}
.lpLogin .btn.bg-login {
    background-color: rgba(61, 157, 167, 0.8) !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
}
.lpLogin .btn.bg-login:hover {
    border: none;
}
.lpLogin .forgotpassbtn {
    padding-top: 10px;
}
.lpLogin .forgotpassbtn > a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.lpLogin .forgotpassbtn > a:hover {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1;
}
.captchaImg {
    text-align: center;
    margin-bottom: 5px;
}
.captchaImg img {
    width: 100%;
}
.table {
    background-color: rgba(255,255,255,1);
	min-width: 100%;
		
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 4px;
}
.sumIntable {
    background-color: rgba(25, 111, 202, 0.08);
}
.sumIntable td:nth-of-type(1) {
    text-align: right !important;
}
.space10 {
    min-height: 1px;
    padding: 4px 0px
}
* {
    outline: none !important;
}
.btn-link:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btnSilver {
    background-color: #BDBDBD;
    color: #575757;
}
.btnBlue {
    background-color: #3186a9;
    color: #fff;
}
.btnGreen {
    background-color: #59b75c;
    color: #fff;
}
.btnCancle {
    background-color: #D3D3D3;
    color: #9E9E9E;
}
a.dwgfileLink {
    color: #479089;
    word-break: break-all;
    padding-left: 15px;
    display: block;s
    float: left;
}
a.dwgfileLink::before {
    font-family: FontAwesome;
    content: "\f0f6";
    padding-right: 2px;
    margin-left: -15px;
}
a.dwgfileLink:hover {
    opacity: 0.7;
}
.bgYellowTr {
    background-color: rgba(255,204,0,0.37) !important;
}
.bgRedTr {
    background-color: rgba(255,0,4,0.31) !important;
}
.bgGreenTr {
    background-color: rgba(58,152,33,0.2) !important;
}
.bgGrayTr {
    background-color: rgba(0,0,0,0.5) !important;
}
.bglightgray {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}
.bgGreen {
    background-color: #00a65a;
    color: #fff;
}
.bgRed {
    background-color: red;
    color: #fff;
}
.bgYellow {
    background-color: #f39c12;
    color: #fff;
}
.bgBlue {
    background-color: #246FAE;
    color: #fff;
}

.bg-info{
	background-color: #6cb2c7;
    color: #fff;
}
.bg-info:hover{
    color: #fff;
}


.gray {
    color: gray;
}
.red {
    color: red !important;
}
.yellow {
    color: #D08D16;
}
.green {
    color: #00a65a
}
.trred > td {
    background-color: rgba(255, 0, 4, 0.18);
    color: #c71114;
}

tr.trDisabled > td{
	opacity: 0.5;
}
tr.trDisabled > td > input,tr.trDisabled > td > textarea{
	opacity: 0.5;
	pointer-events:none;
}
tr.trDisabled > td:nth-last-of-type(1){
	opacity: 1;
}


td > p {
    margin-bottom: 0px;
}
.table>thead>tr>th {
    background-color: #5a5a5a;
    color: #fff;
    text-align: center;
    font-weight: normal;
	border-bottom: 1px solid rgba(17, 17, 17, 0.43);
}
.table>thead>tr.searchintable>th {
    background-color: transparent;
    color: #3D3D3D;
    text-align: center;
    font-weight: normal;
}
.table>thead>tr.searchintable>th > .form-control {
    width: auto !important;
}
.table thead tr th {
    vertical-align: middle;
}
.table-verticalmiddle tbody tr td {
    vertical-align: middle;
}
.trfirstline {
    border-top: 3px solid rgb(175, 175, 175);
}
.input-group .select2.select2-container {
    float: left;
}

#resultProcessSummary .select2-container{
	width: 100% !important;
}

div.dataTables_info {
    padding-top: 0px;
}
.fitTable > tbody > tr > td {
    padding: 3px 5px;
}
.marginbtn {
    margin: 5px 2px;
}
.marginbtnxs {
    margin: 0px 2px;
}
.margtop {
    margin-top: 10px;
}
.marg0 {
    margin: 0px !important;
}
.mrgTB5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.margB10 {
    margin-bottom: 10px !important;
}
.margB15 {
    margin-bottom: 15px !important;
}
.f18{
	font-size: 18px;
}

.btnPosition {
    font-size: 20px;
    padding: 0px;
}

@media (min-width: 768px) {
.form-inline .form-control {
    width: 100%;
}
}
div.dataTables_length select {
    width: 75px !important;
}
.lineHr {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0,0,0,0.05);
    margin: 5px 0px 15px 0px;
}
.btn-document {
    margin: 3px 0px;
}
.btnCircle {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px;
}
.label {
    font-weight: normal;
}
.space {
    height: 1px;
    padding: 5px 0px;
}
.box-body .input-group {
    margin: 5px 0px;
}
.box-body table .input-group {
    margin: 0px;
}

.box-body .nopad .input-group {
    margin: 0px;
}
.remarkinfo {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #C60306;
    letter-spacing: 0.5px;
    text-align: left;
}
.dataTables_scroll {
    margin-bottom: 5px;
}
.hide {
    display: none;
}

.permissionModal {
    margin-top: -15px;
}
.permissionModal .checkbox {
    margin: 10px 0px;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 5px;
}
.permissionTable {
    background: rgba(0,0,0,0.05);
    margin: 10px 0px;
}
.permissionTable > .headpermission {
    padding: 5px 10px;
    background-color: rgba(24,24,24,0.7);
}
.permissionTable > .headpermission > .headtext {
    color: #fff;
}
.permissionTable > .headpermission > .remove {
    float: right;
    color: #fff;
    cursor: pointer
}
.permissionTable > .headpermission > .remove:hover {
    opacity: 0.6;
}
.permissionTable ul {
    list-style: none;
    padding: 0px;
    margin: 10px;
    display: inline-block;
}
/*====== Loading Modal =====*/
.modalLoading {
    background-color: rgba(1, 1, 1, 0.49);
	z-index: 99999;
}
.modalLoading > .modal-dialog {
    height: calc(100% - 60px);
    display: table;
    width: 100%;
}
.modalLoading > .modal-dialog > .loadingImg {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    margin: auto;
}
.modalLoading > .modal-dialog > .loadingImg > p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.69);
}
.spinner {
    height: 120px;
    width: 120px;
    margin: 94px auto 0 auto;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 14px solid rgba(0, 174, 239, .15);
    border-right: 14px solid rgba(0, 174, 239, .15);
    border-bottom: 14px solid rgba(0, 174, 239, .15);
    border-top: 14px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
}
 @-webkit-keyframes rotation {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(359deg);
}
}
 @-moz-keyframes rotation {
 from {
 -moz-transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(359deg);
}
}
 @-o-keyframes rotation {
 from {
 -o-transform: rotate(0deg);
}
 to {
 -o-transform: rotate(359deg);
}
}
 @keyframes rotation {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(359deg);
}
}
/*==== END Loading Modal =====*/

/*==== Loading Spin===== */
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #D08D16;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/*==== End Loading Spin===== */




.defaultAddressArea {
    width: 100%;
    padding: 3px 10px;
    background-color: rgba(229, 229, 229, 0.35);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none;
}
.defaultAddressArea label {
    margin: 0px;
}
.defaultAddressArea label.removeAddress {
    float: right;
}
.defaultAddressArea label.removeAddress button.btn {
    margin: 0px 1px;
}
/* ======== TABLE STYLE ========= */

.masterOtherTable tbody > tr > td:nth-last-of-type(1) {
    width: 50px;
	min-width: 50px;
    text-align: center;
}
.masterOtherTable tbody > tr > td:nth-of-type(n+3):nth-of-type(-n+4) {
    width: 50px;
	min-width: 50px;
    text-align: center;
}
.masterOtherTable tbody > tr > td:nth-of-type(n+5):nth-of-type(-n+8) {
    width: 130px;
	min-width: 130px;
    text-align: center;
}
/* ==xxxxxxxxxx====== TABLE STYLE ========xxxxxxxxxx= */





/*===== Stock Style ====== */
.stockreceivedoc .form-inline > label {
    width: 200px;
}

/*===== Modal Style ======= */
@media (min-width: 992px) {
.modal-lg {
    width: 95%
}
}

@media (min-width: 768px) {
.modal-lg {
    width: 95%
}
}
.checkboxinform {
    height: 34px;
    vertical-align: middle;
    display: table-cell;
}

.inputGSpwn160 > label {
    margin-bottom: 0px;
	width: 135px !important;
    text-align: left;
}




.DTFC_RightBodyLiner{
	overflow-x: hidden;
}

#stockReceiveItemBonded > table > tbody * td:nth-of-type(1) {
    width: 30px;
	min-width: 30px;
    text-align: center;
}
#stockReceiveItemBonded > table > tbody * td:nth-last-of-type(1) {
    width: 50px;
	min-width: 50px;
    text-align: center;
}
#stockReceiveItemNormal > table > tbody * td:nth-of-type(1) {
    width: 30px;
	min-width: 30px;
    text-align: center;
}
#stockReceiveItemNormal > table > tbody * td:nth-last-of-type(1) {
    width: 50px;
	min-width: 50px;
    text-align: center;
}

#stockcardtable{
	margin-bottom: 0px;
}

#stockcardtable > tbody > tr > td:nth-of-type(1), #stockcardtable > tbody > tr > td:nth-of-type(3) {
    text-align: center;
    width: 170px;
	min-width: 170px;
}
#stockcardtable > tbody > tr > td:nth-of-type(2) {
    text-align: center;
    width: 170px;
	min-width: 170px;
}
#stockcardtable > tbody > tr > td:nth-of-type(4) {
    width: 250px;
	min-width: 250px;
}
#stockcardtable > tbody > tr > td:nth-of-type(n+5):nth-of-type(-n+10) {
    text-align: right;
    width: 80px;
	min-width: 80px;
}
#stockcardtable > tfoot > tr > th {
    text-align: right;
    background-color: rgba(58,152,33,0.2);
}



#approveListTable > tbody > tr > td:nth-of-type(1) {
    width: 30px;
	min-width: 30px;
    text-align: center;
}
#approveListTable > tbody > tr > td:nth-of-type(5), #approveListTable > tbody > tr > td:nth-of-type(6), #approveListTable > tbody > tr > td:nth-last-of-type(1) {
    width: 60px;
	min-width: 60px;
    text-align: center;
}
#approveListTable > tbody > tr > td:nth-last-of-type(2) {
    width: 80px;
	min-width: 80px;
    text-align: center;
}



#resultMaterialSummary > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#resultMaterialSummary > tbody > tr > td:nth-of-type(2) {
    width: 90px;
	min-width: 90px;
}

#resultMaterialSummary > tbody > tr > td:nth-of-type(3) {
    width: 250px;
	min-width: 250px;
}
#resultMaterialSummary > tbody > tr > td:nth-of-type(4) {
    width: 180px;
	min-width: 180px;
}


#resultMaterialSummary  > tbody > tr > td:nth-last-of-type(1){
    width: 70px;
	min-width: 70px;
    text-align: center;
}
#resultMaterialSummary  > tbody > tr > td:nth-last-of-type(2){
    width: 120px;
	min-width: 120px;
}
#resultMaterialSummary  > tbody > tr > td:nth-last-of-type(n+3):nth-last-of-type(-n+4) {
    width: 100px;
	min-width: 100px;
    text-align: right;
}


#woDetailTableSchedule  > tbody > tr > td:nth-of-type(1) {
    width: 50px;
	min-width: 50px;
    text-align: center;
}
#woDetailTableSchedule  > tbody > tr > td:nth-of-type(2) {
    width: 130px;
	min-width: 130px;
}
#woDetailTableSchedule  > tbody > tr > td:nth-of-type(4) {
    width: 180px;
	min-width: 180px;
}

#woDetailTableSchedule  > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
    width: 70px;
	min-width: 70px;
    text-align: center;
}




/*============ Approve Master List Table ============*/

.approveListTable > tbody > tr > td:nth-of-type(1) {
    width: 30px;
	min-width: 30px;
    text-align: center;
}
.approveListTable > tbody > tr > td:nth-of-type(5), .approveListTable > tbody > tr > td:nth-of-type(6), .approveListTable > tbody > tr > td:nth-last-of-type(1) {
    width: 60px;
	min-width: 60px;
    text-align: center;
}
.approveListTable > tbody > tr > td:nth-last-of-type(2) {
    width: 80px;
	min-width: 80px;
    text-align: center;
}
/*============ End Approve Master List Table ============*/




#approvejobitemlist > tbody > tr > td:nth-of-type(1){
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#approvejobitemlist > tbody > tr > td:nth-of-type(2){
    width: 100px;
	min-width: 100px;
}
#approvejobitemlist > tbody > tr > td:nth-of-type(3){
    width: 250px;
	min-width: 250px;
}
#approvejobitemlist > tbody > tr > td:nth-of-type(n+4):nth-of-type(-n+6){
    width: 110px;
	min-width: 110px;
	text-align: right;
}
#approvejobitemlist > tbody > tr > td:nth-of-type(7){
    width: 250px;
	min-width: 250px;
}




.stock_recieve_table_edit > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
.stock_recieve_table_edit > tbody > tr > td:nth-last-of-type(1) {
    width: 100px;
    text-align: center;
    min-width: 100px;
}
.stock_recieve_table_edit > tbody > tr > td:nth-of-type(2) {
    width: 230px;
    min-width: 230px;
}
.stock_recieve_table_edit > tbody > tr > td:nth-of-type(3) {
    width: 230px;
    min-width: 230px;
}

.stock_recieve_table_edit > tbody > tr > td:nth-of-type(4) {
    width: 80px;
	 min-width: 80px;
    text-align: center;
}
.stock_recieve_table_edit > tbody > tr > td:nth-of-type(5) {
    width: 80px;
	 min-width: 80px;
    text-align: right;
}
.stock_recieve_table_edit > tbody > tr > td:nth-last-of-type(4){
    width: 130px;
	 min-width: 130px;
    text-align: center;
}
.stock_recieve_table_edit > tbody > tr > td:nth-last-of-type(n+2):nth-last-of-type(-n+3) {
    width: 200px;
	 min-width: 200px;
}


.stock_recieve_table_edit > tbody > tr > td:nth-last-of-type(1) {
    width: 100px;
    text-align: center;
    min-width: 100px;
}

.stock_recieve_table_edit{
	margin-bottom: 0px;
}



#stock_recieve_table1 > tbody > tr > td:nth-of-type(n+4):nth-of-type(-n+5) {
    width: 100px;
	 min-width: 100px;
    text-align: right;
}
#stock_recieve_table1 > tbody > tr > td:nth-of-type(n+6):nth-of-type(-n+10) {
    width: 80px;
	min-width: 80px;
    text-align: right;
}
#stockrequesteditTable > tbody * td:nth-of-type(1) {
    width: 50px;
	min-width: 50px;
    text-align: center;
}
#stockrequesteditTable > tbody * td:nth-of-type(5), #stockrequesteditTable > tbody * td:nth-of-type(6) {
    width: 100px;
	min-width: 100px;
    text-align: right;
}
#stockrequesteditTable > tbody * td:nth-last-of-type(1) {
    width: 130px;
	min-width: 130px;
    text-align: center
}











#printlistTable > tbody * td:nth-of-type(1) {
    width: 50px;
	min-width: 50px;
    text-align: center;
}

#printlistTable > tbody * td:nth-of-type(2) {
    width: 90px;
	min-width: 90px;
    text-align: center;
}


#boundedreport1Table > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#boundedreport1Table > tbody * td:nth-of-type(2) {
    width: 180px;
	min-width: 180px;
    text-align: center;
}
#boundedreport1Table > tbody * td:nth-of-type(n+3):nth-of-type(-n+4) {
    width: 140px;
	min-width: 140px;
    text-align: center;
}
#boundedreport1Table > tbody * td:nth-of-type(5) {
    width: 60px;
	min-width: 60px;
    text-align: center;
}
#boundedreport1Table > tbody * td:nth-last-of-type(4) {
    width: 60px;
	min-width: 60px;
    text-align: center;
}
#boundedreport1Table > tbody * td:nth-last-of-type(n+1):nth-last-of-type(-n+3) {
    width: 60px;
	min-width: 60px;
    text-align: right;
}
#boundedreport2Table > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#boundedreport2Table > tbody * td:nth-of-type(3) {
    width: 140px;
	min-width: 140px;
    text-align: center;
}
#boundedreport2Table > tbody * td:nth-of-type(4) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#boundedreport2Table > tbody * td:nth-last-of-type(n+2):nth-last-of-type(-n+4) {
    width: 60px;
	min-width: 60px;
    text-align: right;
}
#boundedreport2Table > tbody * td:nth-last-of-type(5) {
    width: 60px;
	min-width: 60px;
    text-align: center;
}
#boundedreport4Table table > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#boundedreport4Table table > tbody * td:nth-of-type(n+2):nth-of-type(-n+3) {
    width: 140px;
	min-width: 140px;
    text-align: center;
}
#boundedreport4Table table > tbody * td:nth-last-of-type(n+1):nth-last-of-type(-n+4) {
    width: 60px;
	min-width: 60px;
    text-align: right;
}
#boundedreport4Table .callout.callout-info {
    margin: 10px 0px;
}
#boundedreport3Table .callout.callout-info {
    margin: 10px 0px;
}
#boundedreport3Table .callout.callout-info table * td:nth-of-type(1) {
    text-align: right;
}
#boundedreport3Table .callout.callout-info table * td:nth-of-type(2) {
    padding-left: 10px;
}
#boundedreport5Table > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#boundedreport5Table > tbody * td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
    width: 100px;
	min-width: 100px;
    text-align: right;
}
#boundedreport5Table > tbody * td:nth-last-of-type(n+3):nth-last-of-type(-n+4) {
    width: 160px;
	min-width: 160px;
    text-align: center;
}
#boundedreport5Table > tbody * td:nth-of-type(n+4):nth-of-type(-n+5) {
    width: 80px;
	min-width: 80px;
    text-align: center;
}
#boundedreport5Table tr.sumIntable > td:nth-of-type(2) {
    text-align: center !important;
}
#boundedreport6Table > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#boundedreport6Table > tbody * td:nth-last-of-type(n+1):nth-last-of-type(-n+11) {
    text-align: right;
}
#boundedreport7Table > tbody * td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
    text-align: right;
    width: 250px;
	min-width: 250px;
}
.approverShowTable > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
}
.approverShowTable > tbody * td {
    text-align: center;
}


ul.serialNoRecheckConfirmList {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.serialNoRecheckConfirmList > li {
    margin-bottom: 5px;
}

.btnQr{
	padding: 2.5px 10px;
}
.btnQr > i.fa{
	font-size: 24px;
}



.input-group.has-error > .input-group-addon {
    border-color: #a94442;
}
.input-group.has-error + .errorMessage {
    color: #C50003;
    padding-left: 15px;
}






#stock_request_table1,#stock_request_table0{
	margin-bottom: 0px;
}
#stock_request_table0 > tbody * td:nth-of-type(1),#stock_request_table1> tbody * td:nth-of-type(1){
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#stock_request_table0> tbody * td:nth-of-type(2),#stock_request_table1> tbody * td:nth-of-type(2) {
    width: 110px;
	min-width: 110px;
}
#stock_request_table0> tbody * td:nth-of-type(3),#stock_request_table1> tbody * td:nth-of-type(3) {
    width: 250px;
	min-width: 250px;
}
#stock_request_table0> tbody * td:nth-of-type(3) > p,#stock_request_table1> tbody * td:nth-of-type(3) > p {
    font-size: 13px;
}

#stock_request_table0> tbody * td:nth-of-type(4),#stock_request_table1> tbody * td:nth-of-type(4){
    width: 200px;
	min-width: 200px;
}
#stock_request_table0 > tbody * td:nth-last-of-type(2) {
    width:70px;
	min-width: 70px;
    text-align: right;
}
#stock_request_table0 > tbody * td:nth-last-of-type(1),#stock_request_table1 > tbody * td:nth-last-of-type(1) {
    width: 100px;
	min-width: 100px;
    text-align: center;
}


#stock_request_table1 > tbody * td:nth-last-of-type(n+2):nth-last-of-type(-n+3) {
    width: 70px;
	min-width: 70px;
    text-align: right;
}





#modalConfirm {
    z-index: 9999;
    background: rgba(0,0,0,0.7);
}
#modalAlert {
    z-index: 10000;
}
.modalzindex9998{
	z-index: 9998;
}


#modal_table_mat_all > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#modal_table_mat_all > tbody * td:nth-of-type(2) {
    width: 70px;
	min-width: 70px;
    text-align: center;
}
#modal_table_mat_all > tbody * td:nth-of-type(3) {
    width: 250px;
	min-width: 250px;
}
#modal_table_mat_all> tbody * td:nth-of-type(4) {
    width: 120px;
	min-width: 120px;
}
#modal_table_mat_all> tbody * td:nth-of-type(5) {
    width: 70px;
	min-width: 70px;
	text-align: right;
}
#modal_table_mat_all> tbody * td:nth-of-type(6) {
    width: 70px;
	min-width: 70px;
	text-align: center;
}


#modal_table_mat_all2 > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#modal_table_mat_all2 > tbody * td:nth-of-type(2) {
    width: 250px;
	min-width: 250px;
}
#modal_table_mat_all2 > tbody * td:nth-of-type(3) {
   width: 70px;
	min-width: 70px;
	text-align: right;
}
#modal_table_mat_all2> tbody * td:nth-of-type(4) {
    width: 70px;
	min-width: 70px;
	text-align: right;
}
#modal_table_mat_all2> tbody * td:nth-of-type(5) {
    width: 70px;
	min-width: 70px;
	text-align: center;
}

#modal_table_mat > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#modal_table_mat > tbody * td:nth-of-type(2) {
    width: 250px;
	min-width: 250px;
}
#modal_table_mat > tbody * td:nth-of-type(3) {
   width: 70px;
	min-width: 70px;
	text-align: right;
}
#modal_table_mat> tbody * td:nth-of-type(4) {
    width: 70px;
	min-width: 70px;
	text-align: right;
}
#modal_table_mat> tbody * td:nth-of-type(5) {
    width: 70px;
	min-width: 70px;
	text-align: center;
}




#purchaserequestlistTable > tbody * td:nth-of-type(1) {
    width: 100px;
	min-width: 100px;
    text-align: center;
}
#purchaserequestlistTable > tbody * td:nth-of-type(2) {
    width: 100px;
	min-width: 100px;
    text-align: center;
}
#purchaserequestlistTable > tbody * td:nth-of-type(3) {
    width: 100px;
	min-width: 100px;
    text-align: center;
}

#purchaserequestlistTable > tbody * td:nth-of-type(n+4):nth-of-type(-n+5) {
    width: 200px;
	min-width:200px;
}

#purchaserequestlistTable > tbody * td:nth-of-type(n+6):nth-of-type(-n+8) {
    width: 130px;
	min-width: 130px;
    text-align: center;
}

#purchaserequestlistTable > tbody * td:nth-last-of-type(2) {
    width: 200px;
	min-width: 200px;
}
#purchaserequestlistTable > tbody * td:nth-last-of-type(1) {
    width: 70px;
	min-width: 70px;
    text-align: center;
}



#orderlistTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 425px) !important;
    min-height: calc(100vh - 425px);
}

#orderlistTable > tbody * td:nth-of-type(1) {
	width: 40px;
	min-width: 40px;
    text-align: center;
	
}
#orderlistTable > tbody * td:nth-of-type(2) {
	width: 90px;
	min-width: 90px;
    text-align: center;
}
#orderlistTable > tbody * td:nth-of-type(3) {
	width: 120px;
	min-width: 120px;
}
#orderlistTable > tbody * td:nth-of-type(4) {
	width: 220px;
	min-width: 220px;
}
#orderlistTable > tbody * td:nth-of-type(6) {
	width: 130px;
	min-width: 130px;
}
#orderlistTable > tbody * td:nth-of-type(7) {
	width: 260px;
	min-width: 260px;
}

#orderlistTable > tbody * td:nth-last-of-type(1) {
	width: 100px;
	min-width: 100px;
    text-align: center;
	
}
#orderlistTable > tbody * td:nth-last-of-type(2) {
	width: 90px;
	min-width: 90px;
    text-align: center;
	
}
#orderlistTable > tbody * td:nth-last-of-type(3) {
	width: 150px;
	min-width: 150px;
	
}
#orderlistTable > tbody * td:nth-last-of-type(n+4):nth-last-of-type(-n+6) {
	width: 80px;
	min-width: 80px;
	text-align: right;
}


#purchaseorderlistTable > tbody * td:nth-of-type(n+1):nth-of-type(-n+2) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#purchaseorderlistTable > tbody * td:nth-of-type(n+3):nth-of-type(-n+5) {
    width: 100px;
	min-width: 100px;
    text-align: center;
}

#purchaseorderlistTable > tbody * td:nth-of-type(n+4):nth-of-type(-n+5) {
    width: 120px;
	min-width:120px;
	text-align: center;
}
#purchaseorderlistTable > tbody * td:nth-of-type(6) {
    width: 150px;
	min-width:150px;
}

#purchaseorderlistTable > tbody * td:nth-last-of-type(2) {
    width: 150px;
	min-width: 150px;
}
#purchaseorderlistTable > tbody * td:nth-last-of-type(1) {
    width: 80px;
	min-width: 80px;
    text-align: center;
}

.asset_recieve_table_edit > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
.asset_recieve_table_edit > tbody > tr > td:nth-last-of-type(1) {
    width: 100px;
	min-width: 100px;
    text-align: center;
    
}
.asset_recieve_table_edit > tbody > tr > td:nth-of-type(n+4):nth-of-type(-n+5) {
    width: 55px;
	min-width: 55px;
    text-align: center;
}
.asset_recieve_table_edit > tbody > tr > td:nth-of-type(n+6):nth-of-type(-n+10) {
    width: 130px;
	min-width: 130px;
    text-align: right;
}
.asset_recieve_table_edit > tbody > tr > td:nth-of-type(11) {
    width: 100px;
	min-width: 100px;
    text-align: center;
}

.asset_item_import tbody > tr > td {
	padding-top : 10px;
	padding-buttom : 10px;
	padding-right : 10px;
	padding-left : 10px;
}


.filterChkBoxTop {
    width: 100%;
    padding: 5px 15px;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 5px 0px;
}
.filterChkBoxTop label {
    margin-bottom: 0px;
}
.filterChkBoxTop label > .icheckbox_flat-green {
    vertical-align: text-top;
}
/* ======== radio status ========= */
.segmented-control {
    width: 100%;
    position: relative;
    display: inline-block;
    border: 1px solid currentColor;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition-property: none;
    -o-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-tap-highlight-color: transparent;
}
.segmented-control > input {
    position: absolute;
    left: -10000px;
    opacity: 0;
}
.segmented-control label {
    margin-bottom: 0px;
}
.segmented-control > input[type='checkbox'] ~ label {
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.segmented-control > input[type='checkbox'] ~ label:before {
    opacity: 0;
}
.segmented-control > input:disabled:nth-child(1) ~ label:nth-of-type(1) {
    opacity: 0.3;
    cursor: not-allowed;
}
.segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):before {
    opacity: 1;
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:before {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);

}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
	background-color: #BCBCBC;
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.segmented-control > input:disabled:nth-child(2) ~ label:nth-of-type(2) {
    opacity: 0.3;
    cursor: not-allowed;
}

.segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):before {
    opacity: 1;
}

.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.segmented-control.segmentedTwo > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
	background-color: #479089;
}

.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
	background-color: #479089;
}


.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #3186a9 !important;
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.segmented-control > input:disabled:nth-child(3) ~ label:nth-of-type(3) {
    opacity: 0.3;
    cursor: not-allowed;
}
.segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):before {
    opacity: 1;
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
	background-color: red;
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    background-color: #59b75c !important;
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}
.segmented-control > input:disabled:nth-child(4) ~ label:nth-of-type(4) {
    opacity: 0.3;
    cursor: not-allowed;
}
.segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):before {
    opacity: 1;
    background-color: #f55549 !important;
}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}
.segmented-control > input:disabled:nth-child(5) ~ label:nth-of-type(5) {
    opacity: 0.3;
    cursor: not-allowed;
}
.segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):before {
    opacity: 1;
}
.segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
}
.segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
}
.segmented-control > input:disabled:nth-child(6) ~ label:nth-of-type(6) {
    opacity: 0.3;
    cursor: not-allowed;
}
.segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):before {
    opacity: 1;
}
.segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
    -moz-transform: translateX(500%);
    -ms-transform: translateX(500%);
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
}
.segmented-control > label {
    display: inline-block;
    padding: 0 .71em;
    cursor: pointer;
    float: left;
    line-height: 3em;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    -moz-transition-property: none;
    -o-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none;
    -moz-transition-duration: inherit;
    -o-transition-duration: inherit;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -moz-transition-timing-function: inherit;
    -o-transition-timing-function: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}
.segmented-control > label:before, .segmented-control > label:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.segmented-control > label:after {
    color: white;
    content: attr(data-value);
    text-align: center;
    padding: inherit;
    z-index: 10;
    font-style: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    opacity: 0;
}
.segmented-control > label:after, .segmented-control > label {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.segmented-control > label:before {
    content: '';
    color: inherit;
    background: currentColor;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: inherit;
    -o-transition-duration: inherit;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -moz-transition-timing-function: inherit;
    -o-transition-timing-function: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}
.segmented-control > label:first-of-type:nth-last-of-type(1), .segmented-control > label:first-of-type:nth-last-of-type(1):after, .segmented-control > label:first-of-type:nth-last-of-type(1):before, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:before {
    width: 100%;
}
.segmented-control > label:first-of-type:nth-last-of-type(2), .segmented-control > label:first-of-type:nth-last-of-type(2):after, .segmented-control > label:first-of-type:nth-last-of-type(2):before, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:before {
    width: 50%;
}
.segmented-control > label:first-of-type:nth-last-of-type(3), .segmented-control > label:first-of-type:nth-last-of-type(3):after, .segmented-control > label:first-of-type:nth-last-of-type(3):before, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:before {
    width: 33.33333%;
}
.segmented-control > label:first-of-type:nth-last-of-type(4), .segmented-control > label:first-of-type:nth-last-of-type(4):after, .segmented-control > label:first-of-type:nth-last-of-type(4):before, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:before {
    width: 25%;
}
.segmented-control > label:first-of-type:nth-last-of-type(5), .segmented-control > label:first-of-type:nth-last-of-type(5):after, .segmented-control > label:first-of-type:nth-last-of-type(5):before, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:before {
    width: 20%;
}
.segmented-control > label:first-of-type:nth-last-of-type(6), .segmented-control > label:first-of-type:nth-last-of-type(6):after, .segmented-control > label:first-of-type:nth-last-of-type(6):before, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:before {
    width: 16.66667%;
}
.segmented-control.italic, .segmented-control .italic {
    font-style: italic;
}
.segmented-control.bold, .segmented-control .bold {
    font-weight: bold;
}
.segmented-control.underline, .segmented-control .underline {
    text-decoration: underline;
}
.segmented-control.line-through, .segmented-control .line-through {
    text-decoration: line-through;
}
/*======== END RadioButton status ==========*/



/*======== NOTIFY ==========*/

.notifyAlert {
    border-radius: 0px;
}
.notifyAlert.alert-success {
    background-color: #1fa67ac7 !important;
}
/*=xxxxxxxxxx======= END NOTIFY =========xxxxxxxxx=*/

/*=======reportSearchArea=========*/
.reportSearchArea {
    float: left;
    margin-top: 15px;
}
.reportSearchArea .segmented-control>label {
    line-height: 32px;
}
/*=xxxxxxxxxx======reportSearchArea========xxxxxxxxxx=*/


/*===== File List ======= */
ul.fileListArea {
    width: 100%;
    list-style: none;
    padding: 0px;
	float: left;
}
ul.fileListArea > li {
    display: inline-block;
    background-color: rgba(45, 125, 185, 0.15);
    padding: 2px 5px 2px 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    margin: 2px 5px;
	width:48%;
	float: left;
}
ul.fileListArea > li > .fileListArea {
    display: inline-block;
}
ul.fileListArea > li > .fileName {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
	display: inline-block;
	width:calc(100% - 20px);
	    float: left;
}


ul.fileListArea > li > .fileRemove {
    display: inline-block;
    color: #BF0508;
		float:right;
}
ul.fileListArea > li > .fileRemove:hover {
    opacity: 0.6;
}

@media (max-width: 902px) {
	ul.fileListArea > li {
		width:100%;
	}
}

/*=xxxxxxxxxx==== END File List ======xxxxxxxxx= */

.inputHeadDetail .input-group {
    margin: 0px !important;
}
/*===== No padding ======= */
.nopadd {
    padding-left: 0px;
    padding-right: 0px;
}
.select2-container--default .select2-results__group {
    background-color: rgba(0,0,0,0.05);
}
.datepicker {
    z-index: 1051 !important;
}
ul.nopad,ol.nopad {
    padding: 0px;
    margin: 0px;
    margin-left: 25px;
}
/*========== PR =========== */
#prAddTable {
	margin-bottom: 0px;
}
#prAddTable > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#prAddTable > tbody > tr > td:nth-of-type(2) {
    width: 120px;
	min-width: 120px;
}
#prAddTable > tbody > tr > td:nth-of-type(3) {
    width: 240px;
	min-width: 240px;
}
#prAddTable > tbody > tr > td:nth-of-type(4) {
    width: 240px;
	min-width: 240px;
    text-align: center;
}
#prAddTable > tbody > tr > td:nth-of-type(5) {
    width: 250px;
	min-width: 250px;
}
#prAddTable > tbody > tr > td:nth-of-type(6) {
    width: 100px;
	min-width: 100px;
    text-align: right;
}
#prAddTable > tbody > tr > td:nth-of-type(7) {
     width: 100px;
	min-width: 100px;
    text-align: center;
}
#prAddTable > tbody > tr > td:nth-of-type(8) {
    width: 100px;
	min-width: 100px;
    text-align: right;
}
#prAddTable > tbody > tr > td:nth-of-type(9) {
    width: 100px;
	min-width: 100px;
    text-align: right;
}

#prAddTable > tbody > tr > td:nth-last-of-type(1) {
    width: 100px;
	min-width: 100px;
    text-align: center;
}


.summaryDetailFooter {
    color: rgba(0,0,0,0.8);
    line-height: 2.5em;
    float: right;
}
.summaryDetailFooter .l_label {
    text-align: left;
    font-weight: bold;
}
.summaryDetailFooter .r_value {
    text-align: right;
    padding-left: 10px;
    float: right;
}
.summaryDetailFooter .form-group {
    margin: 0px;
}
.summaryDetailFooter .l_label .select2-container {
    min-width: 80px;
    max-width: 100px;
}
.summaryDetailFooter .r_value > .form-control {
    min-width: 100px;
    max-width: 150px;
}

@media (max-width: 768px) {
.summaryDetailFooter {
    float: none;
    width: 100%;
    margin-top: 15px;
    background-color: rgba(61, 153, 112, 0.11);
}
.summaryDetailFooter .l_label {
    padding-left: 10px;
}
.summaryDetailFooter .r_value {
    padding-right: 10px;
}
}
table > thead > tr > th > label > .flat-red {
    margin-bottom: 0px;
    vertical-align: bottom;
}
/*=========== PO =========== */
#purchaseorderDetailTable {
	margin-bottom: 0px;
}
#purchaseorderDetailTable > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#purchaseorderDetailTable > tbody > tr > td:nth-of-type(2) {
    width: 280px;
	min-width: 280px;
    text-align: center;
}
#purchaseorderDetailTable > tbody > tr > td:nth-of-type(3) {
    width: 230px;
	min-width: 230px;
    text-align: center;
}
#purchaseorderDetailTable > tbody > tr > td:nth-of-type(4) {
     width: 90px;
	min-width: 90px;
    text-align: center;
}
#purchaseorderDetailTable > tbody > tr > td:nth-of-type(n+5):nth-of-type(-n+9) {
    width: 120px;
	min-width: 120px;
    text-align: center;
}

#purchaseorderDetailTable > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+3) {
    width: 50px;
	min-width: 50px;
    text-align: center;
}

#purchaseorderDetailTableModal > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#purchaseorderDetailTableModal > tbody > tr > td:nth-of-type(3) {
    width: 80px;
	min-width: 40px;
    text-align: center;
}
#purchaseorderDetailTableModal > tbody > tr > td:nth-of-type(n+4):nth-of-type(-n+7) {
    width: 120px;
	min-width: 120px;
    text-align: center;
}


.poChoosePrApproveListTable > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
.poChoosePrApproveListTable > tbody > tr > td:nth-of-type(2) {
    width: 130px;
	min-width: 130px;
}
.poChoosePrApproveListTable > tbody > tr > td:nth-of-type(3) {
    width: 280px;
	min-width: 280px;
}
.poChoosePrApproveListTable > tbody > tr > td:nth-of-type(4) {
    width: 230px;
	min-width: 230px;
}
.poChoosePrApproveListTable > tbody > tr > td:nth-last-of-type(1) {
    width: 60px;
	min-width: 60px;
    text-align: center;
}

.poChoosePrApproveListTable > tbody > tr > td:nth-of-type(n+5):nth-of-type(-n+7) {
    width: 100px;
	min-width: 100px;
    text-align: right;
}



.detailShippingCustomerBoxinput {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.detailShippingCustomerBoxinput > .col-md-3 {
    margin-top: 5px;
}
/*==== Step style ======*/

.wizard {
    margin: 20px;
    background: #fff;
}
.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i {
    color: #555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5ca7a0;
}
.wizard li.active span.round-tab i {
    color: #5ca7a0;
}
span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}
.wizard .nav-tabs > li {
    width: calc(100% / 3);
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5ca7a0;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5ca7a0;
}
.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}
.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {
.wizard {
    width: 90%;
    height: auto !important;
}
span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
}
}
/*==== End Step style ======*/


/*===== radio srtle ======= */

.radioBigSquare {
    display: flex;
    flex-flow: row wrap;
}
.radioBigSquare > div {
    /*flex: 1;*/
    padding: 0.5rem;
    cursor: pointer !important;
}
.radioBigSquare label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid #22ce9a;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-weight: normal;
}
.radioBigSquare input[type="radio"]:checked + label {
    background: #22ce9a;
    color: hsla(215, 0%, 100%, 1);
	 &::after {
	 color: hsla(215, 5%, 25%, 1);
	 font-family: FontAwesome;
	 border: 2px solid hsla(150, 75%, 45%, 1);
	 content: "\f00c";
	 font-size: 24px;
	 position: absolute;
	 top: -25px;
	 left: 50%;
	 transform: translateX(-50%);
	 height: 50px;
	 width: 50px;
	 line-height: 50px;
	 text-align: center;
	 border-radius: 50%;
	 background: white;
	 box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
	 cursor: pointer !important;
	}
}
.radioBigSquare input[type="radio"] {
    display: none;
	 &:not(:disabled) ~ label {
	 cursor: pointer;
	}
	 &:disabled ~ label {
	 color: hsla(150, 5%, 75%, 1);
	 border-color: hsla(150, 5%, 75%, 1);
	 box-shadow: none;
	 cursor: not-allowed;
	}
}
.radioBigSquare.disabled input[type="radio"] + label {
    cursor: not-allowed;
    opacity: 0.4;
}

@media only screen and (max-width: 700px) {
.radioBigSquare {
    flex-direction: row;
}
}
/*===== end radio srtle ======= */

/* treetable */
.tt > .content {
    min-height: unset;
}

.select2.sumInline {
    display: inline-block;
}
.select2.sumInline + .select2.select2-container {
    width: 50px !important;
}
table.dataTable thead > tr > th.sorting_disabled {
    padding-right: 0px;
}
table.dataTable.no-footer,.dataTables_wrapper.no-footer .dataTables_scrollBody{
	border-bottom: 1px solid #dcdcdc !important;
}

.modalLoading{
	background-color: rgba(1, 1, 1, 0.49);
}

.modalLoading > .modal-dialog{
	height: calc(100% - 60px);
	display: table;
}
.modalLoading > .modal-dialog > .loadingImg{
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	margin: auto;
}
.modalLoading > .modal-dialog > .loadingImg > p{
	margin-top:10px;
	color: rgba(255, 255, 255, 0.69);
}
.spinner {
  height: 120px;
  width: 120px;
  margin: 94px auto 0 auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 14px solid rgba(0, 174, 239, .15);
  border-right: 14px solid rgba(0, 174, 239, .15);
  border-bottom: 14px solid rgba(0, 174, 239, .15);
  border-top: 14px solid rgba(0, 174, 239, .8);
  border-radius: 100%;
}
.checkboxSet .checkbox label{
	padding-left:0px;
}

#radio_select_camera{
	margin-bottom: 10px;
}
#radio_select_camera > label{
	margin:0px 3px;
	line-height: 20px;
	vertical-align: middle;
}
.cameraRadio{
	margin: 0px 3px !important;
	vertical-align: middle;
}


.form-control[disabled], fieldset[disabled] .form-control{
	color:#333333;
}
.icheckbox_flat-green.disabled.checked {
	background-color:rgb(26, 188, 156) !important;
	opacity: 1 !important;
	border-radius: 5px;
}




/* BOM List ============*/
.bomTableTree .btn-link {
    color: #15975B;
    padding: 0px 5px;
    font-size: 19px;
    line-height: 1em;
}
.bomTableTree .btn-link:focus {
    outline: none;
}
.bomTableTree .btn-link:hover {
    opacity: 0.8;
}
.bomTableTree .btn-link.disabled {
    color: #BDBDBD;
}
.bomTableTree .btn-link.disabled:hover {
    opacity: 1 !important;
}
.bomTableTree tbody > tr > td:nth-last-of-type(n+2):nth-last-of-type(-n+5) {
    width: 50px;
    text-align: center;
}
.bomTableTree tbody > tr > td:nth-last-of-type(1){
    width: 100px;
    text-align: center;
}

.bomTableTree tbody > tr > td:nth-of-type(3) {
    width: 100px;
    text-align: center;
}
.bomTableTree tbody > tr > td:nth-of-type(4) {
    width: 100px;
    text-align: right;
}

/* Edit Product List xxxxxxxxxxxxxxxxxx*/

.iconBtn{
	color: #15975B;
    padding: 0px 5px;
    font-size: 19px;
    line-height: 1em;
}

#tableBomAddProcess tbody > tr > td{
    text-align: center;
}
#tableBomAddProcess tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+4),#tableBomAddProcess tbody > tr > td:nth-of-type(1) {
    width: 30px;
	min-width: 30px;
}

.tableWorkorderType tbody > tr > td{
	text-align: center;
}

.tableWorkorderType tbody > tr > td:nth-of-type(1),.tableWorkorderType tbody > tr > td:nth-of-type(5),.tableWorkorderType tbody > tr > td:nth-of-type(6){
	width:50px;
	min-width: 50px;
}
.tableWorkorderType tbody > tr > td:nth-of-type(2){
	text-align: left;
}
.tableWorkorderType tbody > tr > td:nth-of-type(4){
	width:300px;
	min-width: 300px;
}
.tableWorkorderType tbody > tr > td:nth-of-type(7){
	width:100px;
	min-width: 100px;
}

.table tbody > tr > td > button.btn-link > i.fa{
	font-size: 18px;
}

/* ======= BOM ======= */

#tableBomMaterialList{
	margin-bottom: 0px;
}
#tableBomMaterialList  > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#tableBomMaterialList  > tbody > tr > td:nth-of-type(2) {
    width: 90px;
	min-width: 90px;
}
#tableBomMaterialList  > tbody > tr > td:nth-of-type(3) {
    width: 250px;
	min-width: 250px;
}
#tableBomMaterialList  > tbody > tr > td:nth-of-type(4) {
    width: 150px;
	min-width: 150px;
}
#tableBomMaterialList  > tbody > tr > td:nth-of-type(5) {
    width: 90px;
	min-width: 90px;
	text-align: center;
}
#tableBomMaterialList  > tbody > tr > td:nth-of-type(n+6):nth-of-type(-n+8) {
    width: 70px;
	min-width: 70px;
	text-align: right;
}

#tableBomMaterialList > tbody > tr > td:nth-last-of-type(n+2):nth-last-of-type(-n+4){
	 width: 50px;
	min-width: 50px;
	text-align: center;
}

#tableBomMaterialList > tbody > tr > td:nth-last-of-type(1){
	 width: 100px;
	min-width: 100px;
	text-align: center;
}


#tableBomProcessList{
	margin-bottom: 0px;
}
#tableBomProcessList > tbody > tr > td:nth-of-type(1){
	width:50px;
	min-width: 50px;
	text-align: center;
}
#tableBomProcessList > tbody > tr > td:nth-of-type(2){
	width:130px;
	min-width: 130px;
}

#tableBomProcessList > tbody > tr > td:nth-of-type(3){
	width:100px;
	min-width: 100px;
	text-align: center;
}

#tableBomProcessList > tbody > tr > td:nth-of-type(n+4):nth-of-type(-n+5){
	width:100px;
	min-width: 100px;
	text-align: right;
}
#tableBomProcessList > tbody > tr > td:nth-of-type(6){
	width:150px;
	min-width: 150px;
}


#tableBomProcessList > tbody > tr > td:nth-last-of-type(1){
	width:100px;
	min-width: 100px;
	text-align: center;
}

#tableBomProcessList > tbody > tr > td:nth-last-of-type(n+2):nth-last-of-type(-n+4){
	width:50px;
	min-width: 50px;
	text-align: center;
}
#tableBomProcessList > tfoot > tr > td{
	
	text-align: right;
}




#masterBomListAllProcess tbody > tr > td:nth-of-type(1){
	width:350px;
	min-width:350px;
}
#masterBomListAllProcess tbody > tr > td:nth-of-type(2){
	width:300px;
	min-width:300px;
}
#masterBomListAllProcess tbody > tr > td:nth-of-type(n+3):nth-of-type(-n+5){
	width:50px;
	min-width:50px;
	text-align: center;
}
#masterBomListAllProcess tbody > tr > td:nth-of-type(6){
	width:400px;
	min-width: 400px;
}

#masterBomListAllProcess tbody > tr > td:nth-of-type(n+7):nth-of-type(-n+8){
	width:70px;
	min-width:70px;
	text-align: right;
}
#masterBomListAllProcess tbody > tr > td:nth-of-type(9){
	width:70px;
	min-width:70px;
	text-align: center;
}
#masterBomListAllProcess tbody > tr > td:nth-of-type(10){
	width:300px;
	min-width:300px;
}



ul.bomProcessIntable{
	padding-left: 0px
}
ul.bomProcessIntable > li{
	list-style: none;
	float: left;
    width: 100%;
	margin-bottom: 3px;
}
ul.bomProcessIntable > li > span{
	width: 80px;
	display: inline-block;
	border:1px solid #B7B7B7;
	padding:2px;
	line-height: 1.5em;
	float: left;
}

ul.bomProcessIntable > li > span:nth-of-type(1){
	width: calc(100% - 220px);
	padding-left:3px;
	padding-right: 3px;
}
ul.bomProcessIntable > li > span:nth-of-type(1)>div.overellipsis{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
ul.bomProcessIntable > li > span:nth-of-type(2){
	text-align: center;
	border-left:0px;
	border-right:0px;
	background-color: #C1DBE6;
}
ul.bomProcessIntable > li > span:nth-of-type(2):before{
	font:normal normal normal 14px/1 FontAwesome;
	content: "\f017";
	padding-right: 5px;
	font-size:0.9em;
}
ul.bomProcessIntable > li > span:nth-of-type(3){
	text-align: center;
	background-color: #E1D09C;
}
ul.bomProcessIntable > li > span:nth-of-type(3):before{
	content: "฿";
	padding-right: 5px;
	font-size:0.9em;
}
ul.bomProcessIntable > li > span:nth-of-type(4){
	text-align: center;
	background-color: #BDE3D5;
	width:60px;
}



a[disabled="disabled"]{
	color:#949494;
	cursor: not-allowed;
}


.cloneInputGroup .input-group{
	margin-top:10px;
}
.cloneInputGroup .input-group:first-child{
	margin-top:0px;
}

.info-box{
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
}


#masterBomListAllProcessjobsummary{
	margin-bottom: 0px;
}

#masterBomListAllProcessjobsummary tbody > tr > td:nth-of-type(1){
	width:550px;
	min-width:550px;
	
}
#masterBomListAllProcessjobsummary tbody > tr > td:nth-of-type(2){
	width:280px;
	min-width:280px;
}
#masterBomListAllProcessjobsummary tbody > tr > td:nth-of-type(3){
	width:220px;
	min-width:220px;
}

#masterBomListAllProcessjobsummary tbody > tr > td:nth-of-type(n+4):nth-of-type(-n+12){
	width:100px;
	min-width:100px;
	text-align: right;
}
#masterBomListAllProcessjobsummary tbody > tr > td:nth-of-type(13){
	width:120px;
	min-width:120px;
	text-align: center;
}
#masterBomListAllProcessjobsummary tbody > tr > td:nth-of-type(7){
	text-align: center !important;
	
}
#masterBomListAllProcessjobsummary tfoot > tr > td{
	text-align: right !important;
	
}




.jobSummaryProcessIntable{
	font-size: 0.9em
}

.jobSummaryProcessIntable > .woTypeHead{
	width: 100%;
	padding: 3px 5px;
	background-color: rgba(0,0,0,0.5);
	color:#fff;
}
.jobSummaryProcessIntable > table > thead > tr > th{
	background-color: rgba(14, 106, 158, 0.1);
	color:#545454;
}

.jobSummaryProcessIntable > table.jobsumPtableStyle > tbody > tr > td:nth-of-type(n+1):nth-of-type(-n+4){
	width:150px;
	min-width: 150px !important;
	text-align: left !important;
}
.jobSummaryProcessIntable > table.jobsumPtableStyle > tbody > tr > td:nth-of-type(n+5):nth-of-type(-n+7){
	width: 80px;
	min-width: 80px !important;
	text-align: right !important;
}
.jobSummaryProcessIntable > table.jobsumPtableStyle > tbody > tr > td:nth-last-of-type(1){
	width: 150px;
	min-width: 150px !important;
	text-align: left !important;
}


#workresultchooseprocess > tbody > tr > td{
    white-space: nowrap;
}

#workresultchooseprocess > tbody > tr > td:nth-of-type(n+1):nth-of-type(-n+3){
	width: 130px;
	min-width: 130px;
	text-align: center;
}
#workresultchooseprocess > tbody > tr > td:nth-of-type(4){
	width: 60px;
	min-width: 60px;
	text-align: right;
}
#workresultchooseprocess > tbody > tr > td:nth-of-type(n+5):nth-of-type(-n+6){
	width: 150px;
	min-width: 150px
}
#workresultchooseprocess > tbody > tr > td:nth-of-type(n+7):nth-of-type(-n+8){
	width: 40px;
	min-width: 40px;
	text-align: right;
}
#workresultchooseprocess > tbody > tr > td:nth-last-of-type(1){
	width: 50px;
	min-width: 50px;
	text-align: center;
}
#workresultchooseprocess > tbody > tr > td:nth-last-of-type(n+2):nth-last-of-type(-n+4){
	width: 100px;
	min-width: 100px;
	text-align: center;
}


#expiredateModalTable > tbody > tr > td:nth-of-type(2),#expiredateModalTable > tbody > tr > td:nth-of-type(5){
	width: 100px;
	min-width: 100px;
	text-align: center;
}
#expiredateModalTable > tbody > tr > td:nth-of-type(4){
	width: 60px;
	min-width: 60px;
	text-align: right;
}

#scandoclistitemtable > tbody > tr > td:nth-of-type(1){
	width: 40px;
	min-width: 40px;
	text-align: center;
}

#scandoclistitemtable > tbody > tr > td:nth-of-type(2){
	width: 250px;
	min-width: 250px;
}

#scandoclistitemtable > tbody > tr > td:nth-of-type(3){
	width: 90px;
	min-width: 90px;
	text-align: right;
}

#scandoclistitemtable > tbody > tr > td:nth-of-type(4){
	width: 200px;
	min-width: 200px;
}


#table_check > tbody > tr > td:nth-of-type(1){
	width: 40px;
	min-width: 40px;
	text-align: center;
}
#table_check > tbody > tr > td:nth-of-type(2){
	width: 90px;
	min-width: 90px;
	text-align: center;
}
#table_check > tbody > tr > td:nth-of-type(3){
	width: 120px;
	min-width: 120px;
}
#table_check > tbody > tr > td:nth-of-type(4){
	width: 250px;
	min-width: 250px;
}
#table_check > tbody > tr > td:nth-of-type(5){
	width: 90px;
	min-width: 90px;
	text-align: right;
}
#table_check > tbody > tr > td:nth-of-type(6){
	width: 110px;
	min-width: 110px;
}





.lotDetailIntable{
	padding:3px;
	border:1px solid rgba(0,0,0,0.1);
	margin-bottom: 5px;
}
.lotDetailIntable span:nth-of-type(1){
	display: block;
	    background-color: #4a996e;
    color: #fff;
}
.lotDetailIntable span:nth-of-type(2){
	border-top:1px solid rgba(0,0,0,0.1);
	display: block
}
.lotDetailIntable span:nth-of-type(3){
	display: block;
	border-top:1px solid rgba(0,0,0,0.1);
	font-weight: bold;
	color: #4a996e;
}


#tableUserPermission > tbody > tr > td:nth-of-type(n+2):nth-of-type(-n+5){
	width: 60px;
	min-width: 60px;
	text-align: center;
}

.bortop{
	border-top:1px solid rgba(0,0,0,0.1);
}



#jobitemlist > tbody > tr > td:nth-of-type(1){
	width: 40px;
	min-width: 40px;
	text-align: center;
}
#jobitemlist > tbody > tr > td:nth-last-of-type(1){
	width: 100px;
	min-width: 100px;
	text-align: center;
}
#jobitemlist > tbody > tr > td:nth-of-type(2){
	width: 130px;
	min-width: 130px;
}
#jobitemlist > tbody > tr > td:nth-of-type(3){
	width: 250px;
	min-width: 250px;
}

#jobitemlist > tbody > tr > td:nth-of-type(n+4):nth-of-type(-n+6){
	width: 130px;
	min-width: 130px;
	text-align: right;
}
#jobitemlist > tbody > tr > td:nth-of-type(7){
	width: 150px;
	min-width: 150px;
}
#jobitemlist > tbody > tr > td:nth-of-type(8){
	width: 250px;
	min-width: 250px;
}
#jobitemlist{
	margin-bottom: 0px;
}

#modal_view_pr_table{
	margin-bottom: 0px
}

#modal_view_pr_table > tbody > tr > td:nth-of-type(1){
	width: 40px;
	min-width: 40px;
	text-align: center;
}
#modal_view_pr_table > tbody > tr > td:nth-of-type(2){
	width: 130px;
	min-width: 130px;
}
#modal_view_pr_table > tbody > tr > td:nth-of-type(3){
	width: 250px;
	min-width: 250px;
}
#modal_view_pr_table > tbody > tr > td:nth-of-type(4){
	width: 230px;
	min-width: 230px;
}
#modal_view_pr_table > tbody > tr > td:nth-of-type(5){
	width: 230px;
	min-width: 230px;
}
#modal_view_pr_table > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+4){
	width: 90px;
	min-width: 90px;
	text-align: right;
}

#modal_view_po_table{
	margin-bottom: 0px
}

#modal_view_po_table > tbody > tr > td:nth-of-type(1){
	width: 40px;
	min-width: 40px;
	text-align: center;
}

#modal_view_po_table > tbody > tr > td:nth-of-type(2){
	width: 250px;
	min-width: 250px;
}
#modal_view_po_table > tbody > tr > td:nth-of-type(3){
	width: 230px;
	min-width: 230px;
}
#modal_view_po_table > tbody > tr > td:nth-of-type(4){
	width: 90px;
	min-width: 90px;
	text-align: center;
}
#modal_view_po_table > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+4){
	width: 90px;
	min-width: 90px;
	text-align: right;
}


#modal_view_table_firm > tbody > tr > td:nth-of-type(1){
	width: 40px;
	min-width: 40px;
	text-align: center;
}
#modal_view_table_firm > tbody > tr > td:nth-of-type(2){
	width: 120px;
	min-width: 120px;
	text-align: center;
}
#modal_view_table_firm > tbody > tr > td:nth-of-type(n+3):nth-of-type(-n+6){
	width: 230px;
	min-width: 230px;
}


#modal_view_table_firm > tbody > tr > td:nth-of-type(n+7):nth-of-type(-n+8){
	width: 120px;
	min-width: 120px;
	text-align: right;
}



#modal_view_table_process > tbody > tr > td:nth-of-type(1){
	width: 40px;
	min-width: 40px;
	text-align: center;
}
#modal_view_table_process > tbody > tr > td:nth-of-type(2){
	width: 230px;
	min-width: 230px;
}
#modal_view_table_process > tbody > tr > td:nth-of-type(n+3):nth-of-type(-n+4){
	width: 70px;
	min-width: 70px;
	text-align: right;
}
#modal_view_table_process > tbody > tr > td:nth-of-type(5){
	width: 100px;
	min-width: 100px;
	text-align: center;
}
#modal_view_table_process > tbody > tr > td:nth-of-type(6){
	width: 100px;
	min-width: 100px;
	text-align: center;
}

#modal_view_table_mat{
	margin-bottom: 0px;
}
#modal_view_table_mat > tbody > tr > td:nth-of-type(1){
	width: 40px;
	min-width: 40px;
	text-align: center;
}
#modal_view_table_mat > tbody > tr > td:nth-of-type(2){
	width: 130px;
	min-width: 130px;
}
#modal_view_table_mat > tbody > tr > td:nth-of-type(3){
	width: 250px;
	min-width: 250px;
}
#modal_view_table_mat > tbody > tr > td:nth-of-type(4){
	width: 230px;
	min-width: 230px;
}
#modal_view_table_mat > tbody > tr > td:nth-of-type(5){
	width: 150px;
	min-width: 150px;
	text-align: right;
}

#modal_view_table_mat > tbody > tr > td:nth-of-type(n+5):nth-of-type(-n+7){
	width: 90px;
	min-width: 90px;
	text-align: right;
}


#resultDetailTableCutting{
	margin-bottom: 0px;
}
#resultDetailTableCutting > tbody > tr > td:nth-of-type(1){
	width: 40px;
	min-width: 40px;
	text-align: center;
}

#resultDetailTableCutting > tbody > tr > td:nth-of-type(2){
	width: 100px;
	min-width: 100px;
}
#resultDetailTableCutting > tbody > tr > td:nth-of-type(3){
	width: 140px;
	min-width: 140px;
}
#resultDetailTableCutting > tbody > tr > td:nth-of-type(n+4):nth-of-type(-n+6){
	width: 230px;
	min-width: 230px;
}

#resultDetailTableCutting > tbody > tr > td:nth-of-type(n+7):nth-of-type(-n+8){
	width: 100px;
	min-width: 100px;
	text-align: right;
}
#resultDetailTableCutting > tbody > tr > td:nth-last-of-type(1){
	width: 100px;
	min-width: 100px;
	text-align: center;
}



#resultDetailTablePack{
	margin-bottom: 0px;
}
#resultDetailTablePack > tbody > tr > td:nth-of-type(1){
	width: 40px;
	min-width: 40px;
	text-align: center;
}
#resultDetailTablePack > tbody > tr > td:nth-of-type(2){
	width: 100px;
	min-width: 100px;
}
#resultDetailTablePack > tbody > tr > td:nth-of-type(3){
	width: 140px;
	min-width: 140px;
}
#resultDetailTablePack > tbody > tr > td:nth-of-type(4){
	width: 140px;
	min-width: 140px;
}
#resultDetailTablePack > tbody > tr > td:nth-of-type(5){
	width: 250px;
	min-width: 250px;
}
#resultDetailTablePack > tbody > tr > td:nth-of-type(6){
	width: 230px;
	min-width: 230px;
	text-align: center;
}


#resultDetailTablePack > tbody > tr > td:nth-of-type(n+7):nth-of-type(-n+8){
	width: 100px;
	min-width: 100px;
	text-align: right;
}
#resultDetailTablePack > tbody > tr > td:nth-last-of-type(1){
	width: 100px;
	min-width: 100px;
	text-align: center;
}

#resultDetailTable{
	margin-bottom: 0px;
}
#resultDetailTable  > tbody > tr > td:nth-of-type(1) {
    width: 50px;
	min-width: 50px;
    text-align: center;
}
#resultDetailTable  > tbody > tr > td:nth-of-type(2) {
    width: 130px;
	min-width: 130px;
    text-align: center;
}
#resultDetailTable  > tbody > tr > td:nth-of-type(3) {
    width: 200px;
	min-width: 200px;
}
#resultDetailTable  > tbody > tr > td:nth-of-type(4) {
    width: 250px;
	min-width: 250px;
}
#resultDetailTable  > tbody > tr > td:nth-last-of-type(n+2):nth-last-of-type(-n+3){
    width: 100px;
	min-width: 100px;
    text-align: right;
}
#resultDetailTable  > tbody > tr > td:nth-last-of-type(1) {
    width: 100px;
	min-width: 100px;
    text-align: center;
}


#resultProcessSummary{
	margin-bottom: 0px;
}
#resultProcessSummary  > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#resultProcessSummary  > tbody > tr > td:nth-of-type(2) {
    width: 140px;
	min-width: 140px;
}
#resultProcessSummary  > tbody > tr > td:nth-of-type(3) {
    width: 80px;
	min-width: 80px;
}
#resultProcessSummary  > tbody > tr > td:nth-of-type(4) {
    width: 140px;
	min-width: 140px;
}
#resultProcessSummary  > tbody > tr > td:nth-of-type(5) {
    width: 140px;
	min-width: 140px;
}
#resultProcessSummary  > tbody > tr > td:nth-of-type(6) {
    width: 140px;
	min-width: 140px;
	text-align: center;
}

#resultProcessSummary  > tfoot > tr > td:nth-of-type(n+1):nth-of-type(-n+3) {
    text-align: right;
}

#resultMaterialSummary2  > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#resultMaterialSummary2  > tbody > tr > td:nth-of-type(2) {
    width: 140px;
	min-width: 140px;
}
#resultMaterialSummary2  > tbody > tr > td:nth-of-type(3) {
    width: 250px;
	min-width: 250px;
}
#resultMaterialSummary2  > tbody > tr > td:nth-of-type(4) {
    width: 230px;
	min-width: 230px;
}
#resultMaterialSummary2  > tbody > tr > td:nth-of-type(n+5):nth-of-type(-n+7) {
    width: 130px;
	min-width: 130px;
}
#resultMaterialSummary2  > tbody > tr > td:nth-of-type(8) {
    width: 80px;
	min-width: 80px;
	 text-align: center;
}

#resultMaterialSummaryArea table > tbody > tr > td .select2.select2-container{
	width:100% !important;
}


#deliverynoteItemDetail{
	margin-bottom: 0px;
}

#deliverynoteItemDetail  > tbody > tr > td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
#deliverynoteItemDetail  > tbody > tr > td:nth-of-type(n+2):nth-of-type(-n+3) {
    width: 100px;
	min-width: 100px;
}
#deliverynoteItemDetail  > tbody > tr > td:nth-of-type(4) {
    width: 250px;
	min-width: 250px;
}
#deliverynoteItemDetail  > tbody > tr > td:nth-of-type(5) {
     width: 70px;
	min-width: 70px;
    text-align: center;
}
#deliverynoteItemDetail  > tbody > tr > td:nth-of-type(n+6):nth-of-type(-n+7){
    width: 80px;
	min-width: 80px;
    text-align: right;
}

#deliverynoteItemDetail  > tfoot > tr > td {
    text-align: right;
}


#masterworkcentertable > tbody > tr > td:nth-of-type(n+1):nth-of-type(-n+2) {
    width: 120px;
	min-width: 120px;
}
#masterworkcentertable > tbody > tr > td:nth-of-type(3),#masterworkcentertable > tbody > tr > td:nth-of-type(5){
    width: 80px;
	min-width: 80px;
	text-align: center;
}
#masterworkcentertable > tbody > tr > td:nth-of-type(4){
    width: 180px;
	min-width: 180px;
}
#masterworkcentertable > tbody > tr > td:nth-of-type(n+6):nth-of-type(-n+7){
    width: 180px;
	min-width: 180px;
}
#masterworkcentertable > tbody > tr > td:nth-last-of-type(n+2):nth-last-of-type(-n+3) {
    width: 50px;
	min-width: 50px;
	text-align: center;
}
#masterworkcentertable > tbody > tr > td:nth-last-of-type(1){
    width: 50px;
	min-width: 50px;
	text-align: center;
}



#masterworkertable > tbody > tr > td:nth-of-type(1){
    width: 60px;
	min-width: 60px;
	text-align: center;
}
#masterworkertable > tbody > tr > td:nth-of-type(2){
    width: 150px;
	min-width: 150px;
}
#masterworkertable > tbody > tr > td:nth-of-type(3){
    width: 230px;
	min-width: 230px;
}
#masterworkertable > tbody > tr > td:nth-of-type(4){
     width: 60px;
	min-width: 60px;
	text-align: center;
}
#masterworkertable > tbody > tr > td:nth-of-type(n+5):nth-of-type(-n+6){
     width: 60px;
	min-width: 60px;
	text-align: center;
}
#masterworkertable > tbody > tr > td:nth-of-type(7){
     width: 80px;
	min-width: 80px;
}

#masterworkertable > tbody > tr > td:nth-of-type(8){
     width: 200px;
	min-width: 200px;
}
#masterworkertable > tbody > tr > td:nth-of-type(9){
     width: 150px;
	min-width: 150px;
}

#masterworkertable > tbody > tr > td:nth-last-of-type(1){
    width: 70px;
	min-width: 70px;
	text-align: center;
}

#masterworkertable > tbody > tr > td:nth-last-of-type(2):nth-last-of-type(3){
    width: 50px;
	min-width: 50px;
	text-align: center;
}


#masterngreasontable > tbody > tr > td:nth-last-of-type(2):nth-last-of-type(3){
    width: 50px;
	min-width: 50px;
	text-align: center;
}

#masterngreasontable > tbody > tr > td:nth-last-of-type(1){
    width: 70px;
	min-width: 70px;
	text-align: center;
}

.jobsummarypolist{
	margin-bottom: 0px
}
.jobsummarypolist > tbody > tr > td:nth-of-type(1){
    width: 120px;
	min-width: 120px;
}
.jobsummarypolist > tbody > tr > td:nth-of-type(2){
    width: 230px;
	min-width: 230px;
}
.jobsummarypolist > tbody > tr > td:nth-of-type(3){
    width: 110px;
	min-width: 110px;
	text-align: right;
	
}
.jobsummarypolist > tbody > tr > td:nth-of-type(4){
   width: 70px;
	min-width: 70px;
	text-align: center;
}

#jobsummaryMatList{
	margin-bottom: 0px;
}

#jobsummaryMatList > tbody > tr > td:nth-of-type(1){
    width: 120px;
	min-width: 120px;
}
#jobsummaryMatList > tbody > tr > td:nth-of-type(2){
    width: 230px;
	min-width: 230px;
}
#jobsummaryMatList > tbody > tr > td:nth-of-type(n+3):nth-of-type(-n+5){
    width: 110px;
	min-width: 110px;
	text-align: right;
	
}
#jobsummaryMatList > tbody > tr > td:nth-of-type(6){
   width: 70px;
	min-width: 70px;
	text-align: center;
}


#jobsummaryConsumables{
	margin-bottom: 0px;
}
#jobsummaryConsumables > tbody > tr > td:nth-of-type(1){
    width: 120px;
	min-width: 120px;
}
#jobsummaryConsumables > tbody > tr > td:nth-of-type(2){
    width: 230px;
	min-width: 230px;
}
#jobsummaryConsumables > tbody > tr > td:nth-of-type(3){
   width: 70px;
	min-width: 70px;
	text-align: center;
}
#jobsummaryConsumables > tbody > tr > td:nth-of-type(n+4):nth-of-type(-n+5){
    width: 110px;
	min-width: 110px;
	text-align: right;
	
}
#jobsummaryConsumables > tfoot > tr > td{
	text-align: right;
}


#jobsummaryCost{
	margin-bottom: 0px;
}
#jobsummaryCost > tbody > tr > td:nth-of-type(1){
    width: 90px;
	min-width: 90px;
	text-align: center;
}
#jobsummaryCost > tbody > tr > td:nth-of-type(2){
    width: 150px;
	min-width: 150px;
	text-align: center;
}
#jobsummaryCost > tbody > tr > td:nth-of-type(3){
   width: 150px;
	min-width: 150px;
}

#jobsummaryCost > tbody > tr > td:nth-of-type(4){
    width: 120px;
	min-width: 120px;
}
#jobsummaryCost > tbody > tr > td:nth-of-type(5){
    width: 230px;
	min-width: 230px;
}
#jobsummaryCost > tbody > tr > td:nth-of-type(6){
    width: 70px;
	min-width: 70px;
	text-align: center
}
#jobsummaryCost > tbody > tr > td:nth-of-type(n+7):nth-of-type(-n+12){
    width: 110px;
	min-width: 110px;
	text-align: right;
	
}
#jobsummaryCost > tbody > tr > td:nth-of-type(13){
    width:90px;
	min-width: 90px;
	text-align: center
}


#chooseWorkOrderTable > tbody > tr > td:nth-of-type(1){
    width: 80px;
	min-width: 80px;
	text-align: center;
}

#chooseWorkOrderTable > tbody > tr > td:nth-of-type(2){
    width: 100px;
	min-width: 100px;
	text-align: center;
}
#chooseWorkOrderTable > tbody > tr > td:nth-of-type(3),#chooseWorkOrderTable > tbody > tr > td:nth-of-type(6){
    width: 335px;
	min-width: 335px;
}
#chooseWorkOrderTable > tbody > tr > td:nth-of-type(n+4):nth-of-type(-n+5),#chooseWorkOrderTable > tbody > tr > td:nth-last-of-type(2){
    width: 120px;
	min-width: 120px;
}
#chooseWorkOrderTable > tbody > tr > td:nth-last-of-type(1){
    width: 75px;
	min-width: 75px;
	text-align: center;
}


#modal_type1_item_id_stock > tbody > tr > td:nth-of-type(2){
	text-align: right;
	width:80px;
}
#wo_item_id_stock2 > tbody > tr > td:nth-of-type(2){
	text-align: right;
	width:150px;
}


#scheduleListTable > tbody > tr > td:nth-of-type(1){
    width: 80px;
	min-width: 80px;
	text-align: center;
}
#scheduleListTable > tbody > tr > td:nth-of-type(n+2):nth-of-type(-n+5){
    width: 120px;
	min-width: 120px;
	text-align: center;
}
#scheduleListTable > tbody > tr > td:nth-of-type(n+6):nth-of-type(-n+8){
    width: 90px;
	min-width: 90px;
	text-align: center;
}
#scheduleListTable > tbody > tr > td:nth-of-type(9){
    width: 120px;
	min-width: 120px;
}
#scheduleListTable > tbody > tr > td:nth-of-type(n+10):nth-of-type(-n+11),#scheduleListTable > tbody > tr > td:nth-of-type(n+13):nth-of-type(-n+14){
    width: 250px;
	min-width: 250px;
}
#scheduleListTable > tbody > tr > td:nth-of-type(12){
    width: 120px;
	min-width: 120px;
}
#scheduleListTable > tbody > tr > td:nth-of-type(15){
    width: 100px;
	min-width: 100px;
	text-align: center
}


.confirmReqItemlist > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
.confirmReqItemlist > tbody * td:nth-of-type(2) {
    width: 130px;
	min-width: 130px;
}

.confirmReqItemlist > tbody * td:nth-of-type(n+3):nth-of-type(-n+4) {
    width: 200px;
	min-width: 200px;
}
.confirmReqItemlist > tbody * td:nth-of-type(5) {
    width: 80px;
	min-width: 80px;
	text-align: right;
}

.confirmReqItemlist > tbody * td:nth-last-of-type(1) {
    width: 300px;
	min-width: 300px;
}


/*============= Bonded ==============*/
.confirmReqItemlistB > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
    text-align: center;
}
.confirmReqItemlistB > tbody * td:nth-of-type(2) {
    width: 120px;
	min-width: 120px;
}

.confirmReqItemlistB > tbody * td:nth-of-type(3) {
    width: 200px;
	min-width: 200px;
	word-break: break-all;
	font-size: 13px;
}
.confirmReqItemlistB > tbody * td:nth-of-type(3) >p {
    border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 5px;
    padding-bottom: 5px;
}
.confirmReqItemlistB > tbody * td:nth-of-type(3) > .btn-link {
    padding:0px;
}
.confirmReqItemlistB > tbody * td:nth-of-type(4){
    width: 150px;
	min-width: 150px;
}
.confirmReqItemlistB > tbody * td:nth-of-type(n+5):nth-of-type(-n+6){
    width: 80px;
	min-width: 80px;
	text-align: right;
}

.confirmReqItemlistB > tbody * td:nth-of-type(7){
    width: 150px;
	min-width: 150px;
	text-align:center;
}
.confirmReqItemlistB > tbody * td:nth-of-type(8){
    width: 200px;
	min-width: 200px;
	text-align:center;
}

/*==================== datatable Footer Style ====================*/
.dataTables_wrapper .dataTables_paginate{
	padding-top:0px;
}
.dataTables_paginate ul.pagination{
	margin-bottom: 5px !important;
	margin-top:0px !important;
}
.dataTables_paginate ul.pagination > li{
	float:left;
	padding:0px !important;
	border:0px !important;
}

.dataTables_paginate ul.pagination > li.paginate_button  > a{
	background-color: rgba(0, 0, 0, 0.1);
	border:0px !important;
	    color: #449089;
	    padding: 6px 10px;
}
.dataTables_paginate ul.pagination > li.paginate_button  > a:hover{
	background-color: rgba(0, 0, 0, 0.3);
	color:#fff;
	
}
.dataTables_paginate ul.pagination > li.paginate_button:hover {
	background: none !important;
}
.dataTables_paginate ul.pagination > li.paginate_button.active  > a{
	background-color: #449089;
	color:#fff;
}
.dataTables_paginate ul.pagination > li.paginate_button.disabled  > a{
	background-color: rgba(0, 0, 0, 0.1);
	color:rgba(0, 0, 0, 0.2);
}
.dataTables_paginate ul.pagination > li.previous.disabled{
	color:#7C7C7C;
}

/*==================== END datatable Footer Style ====================*/


/*==================== Setting Style Table Height ====================*/
.box{
	margin-bottom: 15px;
}
.fixWidthCuttxt{
	white-space: nowrap;
	text-overflow: ellipsis;
}
#stockListTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 369px) !important;
    min-height: 300px;
}

#receivelisttable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 374px) !important;
    min-height: 300px;
}
#requestlisttable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 374px) !important;
    min-height: 300px;
}

#stockCheckinglistTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}
#scandoctable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}
#productexpirebondedlistTables_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}

#joblistTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}
#orderlistTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}
#purchaserequestlistTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}

#purchaseorderlistTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}





#approvePRTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 375px) !important;
    min-height: 300px;
}


#approveWOTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 375px) !important;
    min-height: 300px;
}




#workOrderTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}




#workResultTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}

#deliverynoteTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}


#masteritemtable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}

#cuslisttable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 391px) !important;
    min-height: 300px;
}
#suplisttable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 391px) !important;
    min-height: 300px;
}

#masterStoreTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}

#mastercustomertable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}

#mastersuppliertable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}
#masterBomListTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}
#masterworkcentertable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}
#masterworkertable_wrapper .dataTables_scrollBody {
     height: calc(100vh - 327px) !important;
    min-height: 300px;
}
#masterngreasontable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 327px) !important;
    min-height: 300px;
}
#masterusertable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}
#reportSumStockTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 422px) !important;
    min-height: 300px;
}
#scheduleListTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 400px) !important;
    min-height: 300px;
}
#jobsummarytable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 379px) !important;
    min-height: 300px;
}
#jobSummaryDetail_wrapper .dataTables_scrollBody {
    height: calc(100vh - 420px) !important;
    min-height: 300px;
}

#chooseWorkOrderTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 355px) !important;
    min-height: 300px;
}

#assetlistTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 380px) !important;
    min-height: 300px;
}
#reportAllTable_wrapper .dataTables_scrollBody {
    height: calc(100vh - 345px) !important;
    min-height: 300px;
}

#table_report_by_job_wrapper .dataTables_scrollBody {
    height: calc(100vh - 365px) !important;
    min-height: 300px;
}

#tablemodal_report_by_country_wrapper .dataTables_scrollBody {
    height: calc(100vh - 390px) !important;
    min-height: 300px;
}


/*==================== END Setting Style Table Height ====================*/


.div_row_remove{
	margin-bottom: 5px;
}

#btn_back_step{display: none}

#accordion .panel-heading{
	cursor: pointer;
}
#accordion .panel-heading:hover{
	background-color: #e6e6e6;
}


#user_id_add_dub.alert.alert-danger{
	    padding: 5px 15px;
    margin-bottom: 0px;
	margin-top:5px;
}


/*======================================================= Account Style ==============================================================*/


#masteraccountcode > tbody * td:nth-of-type(1) {
    width: 350px;
	min-width: 350px;
}
#masteraccountcode > tbody * td:nth-of-type(n+2):nth-of-type(-n+3) {
    width: 230px;
	min-width: 230px;
}
#masteraccountcode > tbody * td:nth-of-type(n+4):nth-of-type(-n+5) {
    width: 150px;
	min-width: 150px;
}
#masteraccountcode > tbody * td:nth-of-type(6) {
    width: 250px;
	min-width: 250px;
}
#masteraccountcode > tbody * td:nth-last-of-type(1) {
    width: 70px;
	min-width: 70px;
	text-align: center;
}

#mastervatcode > tbody * td:nth-of-type(1),#masterwhtcode > tbody * td:nth-of-type(1),#mastershipmentcode > tbody * td:nth-of-type(1) {
    width: 40px;
	min-width: 40px;
	text-align: center
}
#mastervatcode > tbody * td:nth-of-type(2),#masterwhtcode > tbody * td:nth-of-type(2),#mastershipmentcode > tbody * td:nth-of-type(2) {
    width: 250px;
	min-width: 250px;
}
#mastervatcode > tbody * td:nth-of-type(3),#masterwhtcode > tbody * td:nth-of-type(3),#mastershipmentcode > tbody * td:nth-of-type(3) {
    width: 250px;
	min-width: 250px;
}
#mastervatcode > tbody * td:nth-of-type(4),#masterwhtcode > tbody * td:nth-of-type(4) {
    width: 70px;
	min-width: 70px;
	text-align: right
}
#mastervatcode > tbody * td:nth-last-of-type(1),#masterwhtcode > tbody * td:nth-last-of-type(1),#mastershipmentcode > tbody * td:nth-last-of-type(1) {
    width: 70px;
	min-width: 70px;
	text-align: center;
}



#assetlistTable > tbody * td:nth-of-type(1) {
    width: 65px;
	min-width: 65px;
}

#assetlistTable > tbody * td:nth-of-type(2) {
    width: 230px;
	min-width: 230px;
}
#assetlistTable > tbody * td:nth-of-type(3) {
    width: 200px;
	min-width: 200px;
}
#assetlistTable > tbody * td:nth-of-type(4) {
    width: 150px;
	min-width: 150px;
}
#assetlistTable > tbody * td:nth-of-type(5) {
    width: 100px;
	min-width: 100px;
}
#assetlistTable > tbody * td:nth-of-type(6) {
    width: 100px;
	min-width: 100px;
}
#assetlistTable > tbody * td:nth-of-type(7) {
    width: 200px;
	min-width: 200px;
}
#assetlistTable > tbody * td:nth-last-of-type(1) {
    width: 80px;
	min-width: 80px;
}



.btn-group.disabled{
	pointer-events: none;
	opacity: 0.6;
}

.btn-group .btn-success{
	background-color: rgba(82, 160, 153, 0.7);
	border-color: rgba(82, 160, 153, 0.7);
	
}
.btn-group .btn-success.active{
	background-color: rgba(82, 160, 153, 1);
	border-color: rgba(82, 160, 153, 1);
	
}

.info-box.btnClick{
	cursor: pointer;
}

.info-box.btnClick:hover{
	opacity: 0.8;
}



/*===== CATAGORY ITEM =======*/
.productListEditArea{
	border:1px solid rgba(0,0,0,0.1)
}
ul.list, ul.list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.list ul {
	position: relative;
	margin-left: 25px;
}
ul.list ul:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	border-left: 1px solid #ccc;
}
ul.list li {
	position: relative;
	margin: 0;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}
ul.list li a {
	color: #333333;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	width: 100%;
	display: block;
	padding:10px 15px;
	border-bottom: 1px solid  rgba(0,0,0,0.05);
}



ul.list li a:hover {
	background-color: rgba(0,0,0,0.04);
}

ul.list li a .list_tools {
	display: inline-block;
	float:right;
}
ul.list li a .list_tools .btn-link {
	color:  #15975B;
	padding: 0px 5px;
	font-size: 19px;
	line-height: 1em;
}
ul.list li a .list_tools .btn-link:focus {
	outline: none;
}


ul.list li a .list_tools .btn-link:hover {
	opacity: 0.8;
}

ul.list li a .list_tools .btn-link.disabled {
	    color:#BDBDBD;
}

ul.list li a .list_tools .btn-link.disabled:hover {
	    opacity: 1 !important;
}


.span_ul{
	display: inline-block;
}

ul.list li a .checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.list ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 0;
	border-top: 1px solid #ccc;
}
ul.list ul li:last-child:before {
	top: 20px;
	bottom: 0;
	height: auto;
}

.timeline>li>.timeline-item{
	-webkit-box-shadow: 0 0px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 0 0px 3px 3px rgba(0,0,0,0.1);
}


.timeline>li>.timeline-item>.timeline-footer{
	border-top: 1px solid #f4f4f4;
	text-align: right;
	font-size: 12px;
}

