@charset "utf-8";
/* CSS Document */
/*
* {
	font-size:20px;
	
}
p {
	font-size:14px;
}
*/

/****************************
 *         Common
 ****************************/

.btn-default {
	background-color: #000;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 20px;
    cursor: pointer;
}

.position-relative {
	position: relative;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/****************************/

body {
	position: relative;
}

.submit_button {
	background-color:black;
	border:none;
	color:white;
	font-size:14px;
	width:100px;
	height:40px;
}
.menu_button {
	background-color:#333;
	border:none;
	color:white;
	font-size:14px;
	height:60px;
	padding:10px;
}
.menu_button:hover {
	color:white;
	background:#09F;
}
a.print_barcodelink {
	display:block;
	border:1px solid black;
	min-height:40px;
	width:600px;
	vertical-align:middle;
	padding-top:20px;
	margin:0;
	
}
.personal {
	border:2px solid #999;
	background:#CFF;
}

.clear{
	clear:both;
}

a,
a:link,
a:visited 
{
	text-decoration:none;
	color:#00C;
}
table {
	border:none;
}

table.inventory
{
	border-color: #600;
    border-style: solid;
    border-width: 1px 1px 2px 2px;
    border-spacing: 0;
	border-right:none;
	border-top:none;

}

table.inventory td
{
	border-color: #600;
    border-style: solid;
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0px 0px;
    background-color: #FFC;
}
	
.main_div {	
	width:98%;
	min-height:900px;
	margin:0 auto;
	padding:0;
	border:1px soild red;
}
.dashboard {
	margin:0;
	padding:0;
}
.dashboard_pane {
	width:98%;
	min-height:650px;
	border:1px solid black;	
}
.main_menu{
	width:100%;
	border:1px soild blue;
	height:50px;
	padding:0;
	margin-bottom:40px;	
}
td.block_menu_item{
	text-align:center;
	text-decoration:none;	
	border:1px solid red;
	display:block;
	color:#ffffff;	
	margin:20px;	
	height:150px;		
	font-size:20px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

.bundle_block {
	text-align:center;
	text-decoration:none;
	display:block;
	color:black;
	margin:20px;
	width:384px;
	font-size:14px; 
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	border: solid 1px #949494;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.bundle_block .delete_bundle {
	position: absolute;
    right: -20px;
    top: -20px;
}

.bundle_block .block-header {
	display: flex;
    justify-content: center;
    background: #949494;
    color: #fff;
    align-items: center;
}

.bundle_block .block-header .logo img {
	width: 35px;
	margin-right: 10px;
}

.bundle_block .block-header .title h2 {
	margin-bottom: 0;
	font-size: 14px;
}

.bundle_block .block-header .title h4 {
	margin-top: 5px;
	font-size: 10px;
}

.bundle_block .block-footer {
	background: #949494;
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
    padding: 10px;
}

.bundle_block .block-footer .left span {
	text-transform: uppercase;
}

.bundle_block .content {
	padding-bottom: 10px;
}

.bundle_block .content .content-row {
	display: flex;
	justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 30PX;
}

.bundle_block .content .content-row .left,
.bundle_block .block-footer .left {
	width: unset;
}

.sheet_block_complete{
	text-align:center;
	text-decoration:none;
	
	border:1px solid red;
	display:block;
	color:black;
	margin:20px;
	width:300px;
	font-size:14px; 
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	background:yellow;
}
.sheet_block_incomplete{
	text-align:center;
	text-decoration:none;
	
	border:1px solid red;
	display:block;
	color:black;
	margin:20px;
	width:300px;
	font-size:14px; 
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	background:red;
}

.other_bundle{
	text-align:center;
	text-decoration:none;
	
	border:1px solid red;
	display:block;
	color:black;
	
	margin:20px;
	min-height:150px;	
	height:auto;
	width:270px;
	font-size:14px; 
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.inventory_bundle_block{
	text-align:center;
	text-decoration:none;
	
	border:1px solid red;
	display:block;
	color:black;
	
	margin:10px;
	min-height:120px;	
	height:auto;
	width:240px;
	font-size:14px; 
	font-family:Verdana, Geneva, sans-serif;
}
.division_pane {
	padding:10px;
	border:1px solid red;
	min-height:70px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	visibility:hidden;

}
.coil_info_table {
	color:#ff0000;
	font-weight:bold;
}
.nav{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	position:relative;
	z-index:500;
}
.nav li{
	width:19%;
	height:55px;
	float:left;
	margin:0px 1% 10px 0px;
	position:relative;
	list-style:none;
}
.nav li a, .nav li span{
	position:relative;
	display:block;
	font-weight:bold;
	text-align:center;
	color:white;

}
.nav li a:hover, .nav li span{
	color:#fff;
	background:url(../images/navHoBg.png) 0 0 no-repeat;
	behavior:url(iepngfix.htc);
}
td.page_nav{
	background:#900;
	color:#FFF;
	text-align:center;
		
}
td.page_nav a
{
	color:#ffffff;
	font-weight:bold;
}
td.page_nav a.active
{
	font-size:25px;
	text-decoration:underline;
}
.sheet_button{
	background-color:#f07f07;
	font-size:14px;
	font-weight:700;
	border:1px solid black;
	padding:10px 20px;
}
.quantitybox{
	font-size:14px;
	font-weight:700;
	border:1px solid black;
	width:50px;
	height:30px;
}
.bundle_show th {
	color:green;
}
.bundle_show td {
	color:black;
	text-align:center;
}

/******************************************** 
 * Pending Shipments Section 
 ********************************************/
.pending-shipments-section {
	margin-bottom: 50px;
}

.pending-shipments-section h2 {
	text-align: center;
	font-family: sans-serif;
}

.pending-shipments-section .content {
	width: 92%;
	overflow: auto;
	font-family: sans-serif;
	display: flex;
    justify-content: center;
}

.pending-shipments-section .content .col-4 {
	width: 33.333%;
	float: left;
}

.pending-shipments-section .content .col-4 .inner-container {
	background: #e8e8e8;
	margin: 15px;
	padding: 25px;
	border-radius: 20px;
}

.pending-shipments-section .content .col-4 .inner-container h4 {
	margin-top: 10px;
}

.pending-shipments-section .content .col-4 .inner-container .desc {
	color: gray;
	margin: 25px 0;
	line-height: 1.5;
}

.pending-shipments-section .content .col-4 .inner-container .desc a {
	color: #2b65c1;
	text-decoration: underline;
}

.pending-shipments-section .content .col-4 .inner-container .click-here {
	margin-bottom: 20px;
	text-align: center;
}

.pending-shipments-section .content .col-4 .inner-container .click-here a {
	color: #0f70a3;
	font-size: 12px;
	text-decoration: none;	
	cursor: pointer;
}

/*************************************************************
 *               Shipment Confirm Modal
 *************************************************************/
#shipment_confirm_modal {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
    overflow: auto;
}

#shipment_confirm_modal .inner-container {
	width: 100%;
    max-width: 900px;
    margin: auto;
    background: #e8e8e8;
    border-radius: 20px;
    padding: 50px 50px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-family: sans-serif;
    text-align: left;
}

#shipment_confirm_modal .inner-container .modal-header h4, 
#shipment_confirm_modal .inner-container .modal-header h3 {
	text-align: center;
    margin: 0;
    line-height: 1.5;
}

#shipment_confirm_modal .inner-container .modal-header .btns {
	text-align: center;
	margin-top: 20px;
}

#shipment_confirm_modal .inner-container .modal-header .btns button {
    background: #8a56ac;
    color: #fff;
    border: unset;
    padding: 7px 30px;
    border-radius: 15px;
    margin: 0 3px;
	font-size: 10px;
}

#shipment_confirm_modal .inner-container .modal-header .close-btn {
	position: absolute;
    top: 20px;
    right: 25px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

#shipment_confirm_modal .inner-container .modal-body {
	margin-top: 25px;
    background: #fff;
    padding: 10px;
}

#shipment_confirm_modal .inner-container .modal-body .body-inner-container {
	border: solid 1px;
	padding: 10px;
}

#shipment_confirm_modal .body-inner-container .title-section {
	display: flex;
	justify-content: space-between;
    margin-top: 25px;
}

#shipment_confirm_modal .body-inner-container .title-section .left {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

#shipment_confirm_modal .body-inner-container .title-section .right {
	font-size: 12px;
	text-align: right;
}

#shipment_confirm_modal .body-inner-container .barcode-section {
	text-align: right;
	margin-top: 15px;
}

#shipment_confirm_modal .body-inner-container .address-section {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#shipment_confirm_modal .body-inner-container .address-section .address {
	border: solid 1px;
    padding: 10px;
    min-width: 275px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

#shipment_confirm_modal .body-inner-container .address-section .title {
	line-height: 2;
	font-size: 14px;
	text-align: left;
}

#shipment_confirm_modal .body-inner-container .numbers-section {
	margin-top: 25px;
	border: solid 1px;
}

#shipment_confirm_modal .body-inner-container .numbers-section .row {
	display: flex;
}

#shipment_confirm_modal .body-inner-container .numbers-section .title-row {
    border-bottom: solid 1px;
	font-weight: 600;
}

#shipment_confirm_modal .body-inner-container .numbers-section .row .cell {
    width: 25%;
	text-align: center;
	border-right: solid 1px;
	min-height: 20px;
	line-height: 20px;
}

#shipment_confirm_modal .body-inner-container .numbers-section .row .cell:last-child {
	border-right: unset;
} 

#shipment_confirm_modal .body-inner-container .coil-content-section {
	margin-top: 25px;
	border: solid 1px;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row {
	display: flex;
	border-top: solid 1px;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row.total-weight {
	justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .title-row {
    border-top: unset;
	font-weight: 600;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row .cell {
	text-align: center;
	border-right: solid 1px;
	min-height: 20px;
	line-height: 20px;
	font-size: 14px;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row .cell:last-child {
	border-right: unset;
	width: 7%;
	cursor: pointer;
	color: #00C;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row.title-row .cell:last-child {
	cursor: unset;
	color: #000;
} 

#shipment_confirm_modal .body-inner-container .coil-content-section .row .cell:nth-child(7) {
	width: 15%;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row .cell:nth-child(6) {
	width: 30%;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row .cell:nth-child(1) {
	width: 20%;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row .cell:nth-child(2) {
	width: 3%;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row .cell:nth-child(3) {
	width: 10%;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row .cell:nth-child(4) {
	width: 7%;
}

#shipment_confirm_modal .body-inner-container .coil-content-section .row .cell:nth-child(5) {
	width: 15%;
}

#shipment_confirm_modal .body-inner-container .comments-section textarea {
    width: 90%;
	min-height: 50px;
}

#shipment_confirm_modal .body-inner-container .comments-section label {
    font-size: 14px;
	line-height: 2;
	font-weight: 500;
}

#shipment_confirm_modal .body-inner-container .important-section {
	margin-top: 25px;
}

#shipment_confirm_modal .body-inner-container .important-section p {
	text-align: center;
}

#shipment_confirm_modal .report-section {
	margin-top: 25px;
	text-align: center;
}

#shipment_confirm_modal .report-section textarea {
	width: 100%;
    height: 100px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#shipment_confirm_modal .report-section input {
	margin: auto;
    background: #8a56ac;
    color: #fff;
    border: unset;
    padding: 7px 30px;
    border-radius: 15px;
    font-size: 10px;
}

/*************************************************************
 *               Add Other Products Page
 *************************************************************/
.add-other-products-page {
	padding-bottom: 30px;
}

.add-other-products-page .dashboard_pane {
	background-color: #E7EBF0;
	border: unset;
    padding: 15px;
    border-radius: 10px;
}

.add-other-products-page .rebar-section {
	width:100%; 
	height:auto; 
	min-height:100px; 
	margin-bottom:20px; 
	float:left; 
	border: unset;
    background: #fff;
}

.add-other-products-page .rebar-section > p {
	border-bottom: 1px solid rgba(224, 224, 224, 1);
    margin: 0;
    padding: 1em 0;
}

.add-other-products-page .other-item-table tr td {
	background-color: #fff;
}

.add-other-products-page #frm_add_bundle .table-container {
	width:100%; 
	height:145px; 
	overflow:hidden;
	display: flex;
}

.add-other-products-page #frm_add_bundle .table-container .left-table {
	width:70%; 
	height:100%; 
	margin-top:2px; 
	float:left;
    padding: 5px 15px;
    border-right: 1px solid rgba(224, 224, 224, 1);
}

.add-other-products-page #frm_add_bundle .table-container .left-table tr td {
	width: 50% !important;
}

.add-other-products-page #frm_add_bundle .table-container .left-table tr:last-child td input {
	width: 88px;
}

.add-other-products-page #frm_add_bundle .table-container .right-table {
	width:30%; 
	float:left; 
	height:104px;
	border-spacing: unset !important;
}

.add-other-products-page #frm_add_bundle .table-container .right-table tr:first-child td {
	border-bottom: solid 1px rgba(224, 224, 224, 1);
	height: 75px;
}

.add-other-products-page #frm_add_bundle .table-container .right-table tr:nth-child(2) {
	height: 69px;
}

.add-other-products-content {
	display: flex;
    justify-content: space-between;
}

.add-other-products-content .left {
	width: 65%;
}

.add-other-products-content .other-items-list-section {
	width: 100%;
    height: auto;
    min-height: 400px;
    float: left;
    border: unset;
    background: #fff;
}

.add-other-products-content .other-items-list-section form > table {
	border-spacing: 0;
}

.add-other-products-content .other-items-list-section form > table > tbody > tr > td {
	border-top: 1px solid rgba(224, 224, 224, 1);
	padding: 5px 10px;
}

.add-other-products-content .other-items-list-section form > table tr th {
	text-align: center;
    padding: 10px;
}

.add-other-products-content .other-items-list-section form > table > tbody > tr > td table td {
	border: 1px solid rgba(224, 224, 224, 1);
	padding: 5px 10px;
}

.add-other-products-content .other-items-list-section .add-other-item-div {
	width: 95%;
    overflow: hidden;
    padding: 0 2.5%;
    border-top: 1px solid rgba(224, 224, 224, 1);
}

.add-other-products-content .other-items-list-section .add-other-item-div a {
	line-height: 30px;
}



.add-other-products-page .available-bundles-list-section {
	width:34%; 
	background: #fff;
    border: unset;
}

.add-other-products-page .available-bundles-list-section .bundle_block {
	background-color: rgba(243, 246, 249, 0.4);
    border: 1px solid rgb(224, 227, 231);
    border-radius: 10px;
    /*padding: 10px;*/
}


/*************************************************************
 *               Coil Manage Other Page
 *************************************************************/
.coil-manage-other-page .other-products-table-container {
	width:60%; 
	height:auto;
	min-height:400px; 
	border: unset; 
	padding-bottom: 0px;
	/*box-shadow: 1px 1px 3px 3px rgb(0 0 0 / 12%);*/
	margin-bottom: 15px;
}

/*.coil-manage-other-page .other-products-table-container table tr td {
	background-color: #fff;
    border-top: 1px solid rgba(224, 224, 224, 1);
    padding: 5px 10px;
}

.coil-manage-other-page .other-products-table-container table tr th {
	padding: 10px;
}*/

.coil-manage-other-page .other-products-table-container #other_items_table {
	width: 100% !important;
}

.coil-manage-other-page .bottom-section {
	width: 60%;
    margin-top: 10px;
    position: relative;
}

.coil-manage-other-page .bottom-section #export_csv_form {
	position: absolute;
    top: 0;
    right: 0;
}

.coil-manage-other-page .bottom-section #export_csv_form .export-btn {
	background: transparent;
    border: unset;
    color: #00C;
    cursor: pointer;
}


/*************************************************************
 *               Bundle Detail Page
 *************************************************************/
.bundle-detail-page {
	padding: 0px;
} 

.bundle-detail-page .body-content {
	display: flex;
}

.bundle-detail-page .body-content .left,
.bundle-detail-page .body-content .center,
.bundle-detail-page .body-content .right {
	width: 33.3333%;
}

.bundle-detail-page .body-content .left .desc {
	font-size: 14px;
}

.bundle-detail-page .body-content .left .desc font {
	color: #810404;
}

.bundle-detail-page .body-content .left .input-section {
	background: rgba(179, 179, 179, 0.3);
    padding: 30px;
    max-width: 220px;
    margin-top: 15px;
    border-radius: 15px;
}

.bundle-detail-page .body-content .left .input-section input {
	border: unset;
    border-bottom: solid 1px gray;
    background: transparent;
    width: 100%;
    padding: 3px 0px;
    margin-bottom: 20px;
}

.bundle-detail-page .body-content .left .input-section input::placeholder {
	color: gray;
}

.bundle-detail-page .body-content .left .input-section .update-bundle-btn {
	padding: 10px;
    background: #536ec7;
    border-radius: 40px;
    font-size: 14px;
    cursor: pointer;
}

body {
	margin: 0;
}

body center {
	position: relative;
	z-index: 0;
}

/*************************************************************
 *               Add Sheet Metal Coil Page
 *************************************************************/
/*#add_sheet_metal_coil_page #coil_tag_picture {
	display: none;
}

#add_sheet_metal_coil_page #plus_icon {
	font-size: 18px;
	cursor: pointer;
}*/

.hide {
  display: none !important;
}


/*************************************************************
 *               Sheet Coil Details Page
 *************************************************************/
#sheet_coil_details_page .coil_info_table .reference span:hover + .hide {
  display: block;
}

#sheet_coil_details_page .coil_info_table .reference {
	position: relative;
}

#sheet_coil_details_page .coil_info_table .reference img {
	position: absolute;
    top: 27px;
    width: 80px;
}

/*************************************************************
 *               Edit Sheet Coil Page
 *************************************************************/
#edit_coil #coil_tag_picture_preview {
	width: 200px;
	margin-top: 10px;
}

#edit_coil form table td {
	vertical-align: top;
}

#edit_coil form table td input,
#edit_coil form table td select {
	display: block;
	margin-top: 5px;
}

#edit_coil form table td input[type=text] {
	background: #fff;
	border: solid 1px;
    border-radius: 2px;
}

#edit_coil form table td #submit_update {
	background: #000;
    color: #fff;
    padding: 5px 15px;
    border: unset;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
}

#edit_coil .images-col a {
	position: relative;
}

#edit_coil .images-col a:hover > .hide {
  display: block;
}

#edit_coil .images-col {
	position: relative;
	display: flex;
	flex-direction: column;
}

#edit_coil .images-col img {
	position: absolute;
    top: 20px;
    width: 150px;
    z-index: 1000;
}

#edit_coil .images-col .image-name {
	display: flex;
	align-items: center;
}

#edit_coil .images-col .image-name span {
	margin-top: 3px;
    margin-left: 10px;
    cursor: pointer;
}

#edit_coil .images-col .doc-name {
	display: flex;
	align-items: center;
}

#edit_coil .images-col .doc-name span {
	margin-top: 3px;
    margin-left: 10px;
    cursor: pointer;
}

/*************************************************************
 *               Painted Coils Summary Page
 *************************************************************/
#painted_coils_summary_page {
	padding-top: 50px;
}

#painted_coils_summary_page .print-btn {
	text-align: right;
    width: 90%;
}

#painted_coils_summary_page .print-btn a {
	cursor: pointer;
}

#painted_coils_summary_page .print-btn a {
	padding: 0 15px;
}

#painted_coils_summary_page .table {
	width: 90%;
	margin: 10px auto;
	box-shadow: 1px 1px 3px 3px rgb(0 0 0 / 9%);
}

#painted_coils_summary_page .table-row {
	display: flex;
}

#painted_coils_summary_page .table-row.orange-color {
	background: orange;
}

#painted_coils_summary_page .table-row.yellow-color {
	background: yellow;
}

#painted_coils_summary_page .table-row .thead {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid rgba(224, 224, 224, 1);
	border-right: 1px solid rgba(224, 224, 224, 1);
	border-top: 1px solid rgba(224, 224, 224, 1);
	height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
}

#painted_coils_summary_page .table-row .table-cell {
	border-bottom: 1px solid rgba(224, 224, 224, 1);
	border-right: 1px solid rgba(224, 224, 224, 1);
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    padding: 4px 0;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(1),
#painted_coils_summary_page .table-row .thead:nth-child(1) {
	width: 10%;
	border-left: 1px solid rgba(224, 224, 224, 1);
}

#painted_coils_summary_page .table-row .table-cell:nth-child(2),
#painted_coils_summary_page .table-row .thead:nth-child(2) {
	width: 7%;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(3),
#painted_coils_summary_page .table-row .thead:nth-child(3) {
	width: 7%;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(4),
#painted_coils_summary_page .table-row .thead:nth-child(4) {
	width: 7%;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(5),
#painted_coils_summary_page .table-row .thead:nth-child(5) {
	width: 7%;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(6),
#painted_coils_summary_page .table-row .thead:nth-child(6) {
	width: 7%;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(7),
#painted_coils_summary_page .table-row .thead:nth-child(7) {
	width: 7%;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(8),
#painted_coils_summary_page .table-row .thead:nth-child(8) {
	width: 7%;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(9),
#painted_coils_summary_page .table-row .thead:nth-child(9) {
	width: 10%;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(10),
#painted_coils_summary_page .table-row .thead:nth-child(10) {
	width: 10%;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(11),
#painted_coils_summary_page .table-row .thead:nth-child(11) {
	width: 11%;
}

#painted_coils_summary_page .table-row .table-cell:nth-child(12),
#painted_coils_summary_page .table-row .thead:nth-child(12) {
	width: 10%;
}

#painted_coils_summary_page .table-row .table-cell.need input,
#painted_coils_summary_page .table-row .table-cell.release input,
#painted_coils_summary_page .table-row .table-cell.notes textarea {
	width: calc(100% - 10px);
	height: 15px;
}

#painted_coils_summary_page .table-row .table-cell.notes textarea {
	display: block;
	margin-left: 2px;
}

@page { size: 8in 11in }

/*************************************************************
 *               Coil Manage Sheet Page
 *************************************************************/
.painted-coils-summary {
	width: 75%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 7px;
    margin-bottom: 25px;
}

.painted-coils-summary #filter {
	display: flex;
}

.painted-coils-summary #filter > div {
	margin: 0 5px;
}

.painted-coils-summary #filter > div > input {
	padding: 5px;
    border-radius: 3px;
    border: 1px solid #aaa;
    width: 88px;
}

.painted-coils-summary #filter > div > select {
	padding: 4px;
    border-radius: 3px;
    border: 1px solid #aaa;
}

.coil-manage-sheet-page .bottom-section {
	width: 75%;
    margin-top: 10px;
    position: relative;
}

.coil-manage-sheet-page .bottom-section #export_csv_form {
	position: absolute;
    top: 0;
    right: 0;
}

.coil-manage-sheet-page .bottom-section #export_csv_form .export-btn {
	background: transparent;
    border: unset;
    color: #00C;
    cursor: pointer;
}

.coil-manage-sheet-page tr.pending-shipment td {
	background: lightgray;
}

.coil-manage-sheet-page tr.pending-shipment td > * {
	color: darkslategray;
}

.coil-manage-sheet-page #coils_table_wrapper {
	width: 75%;
}

.coil-manage-sheet-page #coils_table_wrapper #coils_table {
	width: 100% !important;
}


/*************************************************************
 *               Coil Manage Galv Page
 *************************************************************/
.coil-manage-galv-page .bottom-section {
	width: 96%;
    margin-top: 10px;
    position: relative;
}

.coil-manage-galv-page .bottom-section #export_csv_form {
	position: absolute;
    top: 0;
    right: 0;
}

.coil-manage-galv-page .bottom-section #export_csv_form .export-btn {
	background: transparent;
    border: unset;
    color: #00C;
    cursor: pointer;
}

.coil-manage-galv-page .bottom-section .view-po-list {
	position: absolute;
    top: 0;
    right: 65px;
}

.coil-manage-galv-page tr.pending-shipment td {
	background: lightgray;
	color: darkslategray;
}

.coil-manage-galv-page tr.pending-shipment td > * {
	color: darkslategray;
}

.coil-manage-galv-page #coils_table_wrapper {
	width: 96%;
}

.coil-manage-galv-page #coils_table_wrapper #coils_table {
	width: 100% !important;
}

.coil-manage-galv-page #coils_table_wrapper #coils_table tbody tr td:last-child {
	display: flex;
	justify-content: space-evenly;
}

.coil-manage-galv-page #coils_table_wrapper #coils_table tbody tr td:last-child a {
	width: 100%;
}

.coil-manage-galv-page #filter {
	display: flex;
	justify-content: center;
}

.coil-manage-galv-page #filter > div {
	margin: 0 5px;
}

.coil-manage-galv-page #filter > div > input {
	padding: 5px;
    border-radius: 3px;
    border: 1px solid #aaa;
    width: 88px;
}

.coil-manage-galv-page #filter > div > select {
	padding: 4px;
    border-radius: 3px;
    border: 1px solid #aaa;
}

/**********************************************
 *               Login Page
 **********************************************/
#login {
	display: inline-block;
	border: none;
	min-height: unset;
	padding: 30px;
}

#login #frm_login {
	box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 12%);
	width: 350px;
    padding: 37px 30px;
}

#login .logo {
	padding: 50px 0 50px;
}

#login .logo img {
	width: 200px;
}

#login h2.title {
	font-size: 30px;
    font-weight: bold;
    margin: 0 0 30px;
    letter-spacing: 2px;
    font-family: sans-serif;
}

#login #frm_login .username {
	text-align: left;	
	margin-bottom: 20px;
}

#login #frm_login .username p {
	margin-top: 0;
	margin-bottom: 5px;
}

#login #frm_login .username div {
	position: relative;
}

#login #frm_login .username div img {
	position: absolute;
    left: 10px;
    top: 8px;
    width: 18px;
}

#login #frm_login .username div input {
	width: 100%;
    padding: 7px 5px 7px 35px;
    box-sizing: border-box;
}

#login #frm_login .password {
	text-align: left;	
	margin-bottom: 20px;
}

#login #frm_login .password p {
	margin-top: 0;
	margin-bottom: 5px;
}

#login #frm_login .password div {
	position: relative;
}

#login #frm_login .password div img {
	position: absolute;
    left: 10px;
    top: 8px;
    width: 14px;
}

#login #frm_login .password div input {
	width: 100%;
    padding: 7px 5px 7px 35px;
    box-sizing: border-box;
}

#login #frm_login .btn input {
	color: white;
    background: #000;
    border: none;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    border-radius: 20px;
    margin-top: 10px;
}

/**********************************************
 *               Gig Modal
 **********************************************/
#gif_modal {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    display: flex;
    justify-content: center;
}

#gif_modal img {
	height: 100%;
}

/**********************************************
 *         Create Invoice Print Page
 **********************************************/
#create_invoice_print_page {
	padding: 2em 0;
}

#invoice_content .logo {
	text-align: center;
}

#invoice_content .logo img {
	width: 70px;
}

#create_invoice_print_page .add-bundle-to-bol-section .row {
	display: flex;
}

#create_invoice_print_page .add-bundle-to-bol-section .id-row {
	margin-bottom: 7px;
}

#create_invoice_print_page .top-container {
	display: flex;
    justify-content: space-between;
    width: calc(96% - 370px);
    margin-bottom: -67px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: 2%;
}

#create_invoice_print_page .top-container .left-section {
	/*width: 370px;*/
}

#create_invoice_print_page .top-container .right-section .submit_button {
	height: 24px;
    border-radius: 3px;
}

#create_invoice_print_page .top-container .add-bundle-to-bol-section .row .left {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	padding: 0 10px;
}

#create_invoice_print_page .top-container .add-bundle-to-bol-section .bundle-type-row #add_to_bol_btn {
	background-color: #17538f;
    color: #fff;
    border: unset;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 15px;
}

#create_invoice_print_page .top-container .add-bundle-to-bol-section .row .right {
	width: 105px;
}

#create_invoice_print_page .top-container .add-bundle-to-bol-section .row .right input {
	width: 102px;
    box-sizing: border-box;
}

#create_invoice_print_page #main_menu ul {
	margin: 0;
}

#create_invoice_print_page .invoice-table .delete-btn {
	cursor: pointer;
}

#delete_modal {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
}

#delete_modal .inner-container {
	background-color: #fff;
    padding: 30px 50px;
    position: relative;
    box-shadow: rgb(0 0 0 / 35%) 0px 2px 15px;
}

#delete_modal .inner-container .password {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#delete_modal .inner-container .password label {
	font-size: 20px;
    margin-bottom: 10px;
}

#delete_modal .inner-container .password input {
	width: 220px;
    padding: 5px;
}

#delete_modal .inner-container .action-btns .btn {
	margin: 20px auto 0;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #17538f;
}

#delete_modal .close-btn {
	background: #000;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

#delete_modal .inner-container .password.invalid input {
	border: solid 1px red;
}

#delete_modal .inner-container .password #invalid_text {
	display: none;
}

#delete_modal .inner-container .password.invalid #invalid_text {
	display: block;
    color: red;
    margin-top: 5px;
    margin-bottom: 0;
}

#create_invoice_print_page .invoice-table1 tbody tr td:nth-child(2),
#create_invoice_print_page .invoice-table1 tbody tr td:nth-child(3) {
	background: #e6a0ef !important;
}

/**********************************************
 *         		Bundle Label
 **********************************************/
.bundle_block .barcode {
	padding: 5px;
	margin: 10px 15px 0;
	border: solid 3px;
}


/*************************************************************
 *               Galv Coil Details Page
 *************************************************************/
#coil_info .images-col a {
	position: relative;
	display: block;
	word-break: break-all;
}

#coil_info .coil_info_table .images-col a:hover > .hide {
  display: block;
}

#coil_info .coil_info_table .images-col {
	position: relative;
}

#coil_info .coil_info_table .images-col img {
	position: absolute;
    top: 20px;
    width: 150px;
    z-index: 1000;
}

#coil_info .inventory thead {
	background: #fff !important;
}

#coil_info .inventory thead th,
#coil_info .inventory thead td {
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#coil_info .inventory thead td {
	font-weight: bold;
}

#coil_info .inventory td {
	border-color: unset;
    border-style: unset;
    margin: 0;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: unset;
}

#coil_info .inventory tbody tr:last-child td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#coil_info .inventory {
	border: unset;
}

#coil_info .coil_info_table {
    color: #000;
    font-weight: normal;
}


/*************************************************************
 *                       Coil Search
 *************************************************************/
form#coil_search #search_coil {
	display: block;
	margin-top: 10px;
	margin-left: 290px;
}


/*************************************************************
 *                     Custom Checkbox
 *************************************************************/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*************************************************************
 *                     Create Bins Page
 *************************************************************/
#create_bins_page {
    padding: 2em 0;
}

#create_bins_page #main_menu ul {
	margin: 0;
}

#create_bins_page .body {
	padding: 15px;
	font-family: sans-serif;
	font-weight: 100;
}

#create_bins_page .body .title h2 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
}

#create_bins_page .body-content {
	border: solid 2px #17538f;
    padding: 25px 10px;
    width: 1200px;
    margin: auto;
}

#create_bins_page .body-content .top {
	display: flex;
    justify-content: space-between;
    padding: 0 25px;
    margin-bottom: 35px;
}

#create_bins_page .body-content .top #create_btn {
	background-color: #17538f;
	cursor: pointer;
}

#create_bins_page .body-content .top .right {
	position: relative;
}

#create_bins_page .body-content .top .right i.fa-search {
	position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(45, 148, 231, 0.7);
}

#create_bins_page .body-content .top .right input {
	padding: 10px 25px 10px 10px;
	border: solid 1px rgba(45, 148, 231, 0.7);
}

#create_bins_page .body-content .top .right input::placeholder {
    color: rgba(45, 148, 231, 0.7);
}

#create_bins_page .body-content .top .center {
    display: flex;
    gap: 1em;
}

#create_bins_page .body-content .bins-container {
	/*display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;*/
    min-height: 450px;
}

#create_bins_page .body-content .bins-container .bin {
	background-color: #17538f;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 1.5em 1em;
    position: absolute;
    width: 280px;
    height: 220px;
}

#create_bins_page .body-content .bins-container .bin.pending-bin {
	background-color: darkgray;
}

#create_bins_page .body-content .bins-container .bin i.fa-arrows {
	position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}

#create_bins_page .body-content .bins-container .bin .name-section input {
	background: transparent;
    border: unset;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

#create_bins_page .body-content .bins-container .bin .name-section input::placeholder {
	color: #fff;
}

#create_bins_page .body-content .bins-container .bin .stock-section {
	position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

#create_bins_page .body-content .bins-container .bin .stock-number input {
	width: 70px;
    height: 35px;
    padding: 0.7em 0.5em;
    background-color: #2d94e7;
    border: unset;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

#create_bins_page .body-content .bins-container .bin .stock-section label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% + 60px);
    margin: 0;
    color: #fff;
    font-size: 12px;
}

#create_bins_page .body-content .bins-container .bin .actions-section {
	display: flex;
    justify-content: space-evenly;
    align-items: end;
    width: 100%;
}

#create_bins_page .body-content .bins-container .bin .actions-section .save {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2em;
    cursor: pointer;
}

#create_bins_page .body-content .bins-container .bin .actions-section .save p {
	margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

#create_bins_page .body-content .bins-container .bin .actions-section i {
	color: #fff;
}

#create_bins_page .body-content .bins-container .bin .actions-section .folder i {
    font-size: x-large;
}

#create_bins_page .body-content .bins-container .bin .actions-section .edit i {
	font-size: larger;
}

#create_bins_page .body-content .bins-container .bin.pending-bin .actions-section .edit,
#create_bins_page .body-content .bins-container .bin.pending-bin .actions-section .folder {
	display: none;
}

#create_bins_page .body-content .bins-container .bin.active-bin .actions-section .eye {
	display: none;
}

#create_bins_page #piece_weight_modal .modal-body input {
	padding: 10px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    width: 100px;
    border-radius: 5px;
    border: solid 2px #eeeeee;
    background: #f5f5f5;
}

#create_bins_page #piece_weight_modal .modal-footer .create-bin-btn {
	width: 125px;
    margin: auto;
    font-weight: 500;
    background-color: #17538f;
}

#create_bins_page #piece_weight_modal.modal .inner-container .modal-content {
	gap: 2em;
	width: 350px;
	padding: 3em 2em;
}


/*************************************************************
 *                        Modal
 *************************************************************/
.modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
    overflow: auto;
}

.modal .inner-container {
	width: 100%;
    height: 100vh;
    padding: 25px;
    font-family: sans-serif;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .inner-container .modal-content {
	background: #fff;
    padding: 2em;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    width: 400px;
    border-radius: 15px;
}

.modal .inner-container .modal-header h2 {
	margin: 0;
}


.modal .inner-container .modal-header .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

/*************************************************************
 *                 Other Item Product Page
 *************************************************************/
#other_item_product_page {
    padding: 2em 0;
}

#other_item_product_page #main_menu ul {
	margin: 0;
}

#other_item_product_page .body {
	padding: 15px;
	font-family: sans-serif;
	font-weight: 100;
}

#other_item_product_page .body-content {
	border: solid 2px;
    padding: 25px;
    margin: auto;
}

#other_item_product_page .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

#other_item_product_page .top-section .left img {
	display: block;
    width: 25px;
}

#other_item_product_page .top-section .center h2 {
    margin: 0;
    font-size: 20px;
    text-align: center;
}

#other_item_product_page .top-section .center p {
	margin-top: 5px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

#other_item_product_page .top-section .right a {
	font-size: 22px;
	cursor: pointer;
	color: #000;
}

#other_item_product_page .middle-section {
	display: flex;
    align-items: center;
}

#other_item_product_page .middle-section .left,
#other_item_product_page .middle-section .right {
	width: 25%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#other_item_product_page .middle-section .center {
	width: 50%;
	text-align: center;
}

#other_item_product_page .middle-section .center a {
	text-transform: uppercase;
}

#other_item_product_page .middle-section .center .barcode {
	margin-top: 5px;
}

#other_item_product_page .middle-section .left .stock-number {
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#other_item_product_page .middle-section .left .stock-number input {
	text-align: center;
    font-size: 50px;
    width: 100px;
    height: 60px;
    border: unset;
    box-sizing: border-box;
}

#other_item_product_page .middle-section .left .stock-number .text {
	margin-top: 10px;
}

#other_item_product_page .middle-section .left .action-btns {
	padding-bottom: 28px;
}

#other_item_product_page .middle-section .left .weight-per-unit {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#other_item_product_page .middle-section .left .weight-per-unit .text {
	margin-top: 10px;
}

#other_item_product_page .middle-section .left .weight-per-unit input {
    text-align: center;
    font-size: 28px;
    width: 100px;
    height: 60px;
    border: unset;
    box-sizing: border-box;
}

#other_item_product_page .middle-section .left .stock-number i {
	position: absolute;
    top: 50%;
    margin-left: 7px;
    transform: translateY(-50%);
    font-size: 20px;
}

#other_item_product_page .middle-section .right .create-bundle-btn {
	background-color: #17538f;
}

#other_item_product_page .bottom-section {
	display: flex;
    gap: 1em;
    margin-top: 25px;
    flex-wrap: wrap;
}

#other_item_product_page .bundle-block-container {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#other_item_product_page .bundle-block-container .reason {
	border: solid 1px rgba(45, 148, 231, 0.7);
    width: 150px;
    text-align: center;
}

#other_item_product_page .bundle-block-container .reason input {
	width: 100%;
    box-sizing: border-box;
    border: unset;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(45, 148, 231);
}

#other_item_product_page .bundle-block-container .print-btn a {
	font-size: 14px;
	cursor: pointer;
}

#other_item_product_page .bundle-block-container .bundle_block {
	margin: 10px;
}

#other_item_product_page #create_bundle_modal .modal-body input {
	padding: 10px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    width: 100px;
    border-radius: 5px;
    border: solid 2px #eeeeee;
    background: #f5f5f5;
}

#other_item_product_page #create_bundle_modal .modal-footer .create-bundle-btn {
	width: 125px;
    margin: auto;
    font-weight: 500;
    background-color: #17538f;
}

#other_item_product_page #create_bundle_modal.modal .inner-container .modal-content {
	gap: 2em;
	width: 350px;
	padding: 3em 2em;
}
