/*  Overall Site Styles */
* { margin: 0; padding: 0; font-family: Segoe UI, Arial, sans-serif; }
html { color: Black; height: 100%; width: 100%; margin: 0; padding: 0; text-align: left; overflow: hidden; }
form { color: Black; height: 100%; width: 100%; margin: 0; padding: 0; text-align: left; }
body { color: Black; height: 100%; width: 100%; margin: 0; padding: 0; text-align: left; }
#iTrackerHomeButtonDiv { float: left; width: 40%; padding-top: 6px; }

/* Default Page Styles */
.iTrackerEditHomePageButtons { padding: 3px 6px 3px 6px !important; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; font-family: Segoe UI, Arial, sans-serif; font-size: 12.5px; font-weight: bold; height: 32px !important; border-radius: 20px 20px 0 0; clear: both; }

/* iTrackerMain Master Page Styles */
.iTrackerMain { 
    padding: 0 0 0 0; 
    margin: 0 0 0 0; 
    width: 100%; 
    height: 100%;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMDgzMyIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzA5MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(27,8,51,0.13) 0%, rgba(138,128,147,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,8,51,0.13)), color-stop(100%,rgba(138,128,147,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(27,8,51,0.13) 0%,rgba(138,128,147,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(27,8,51,0.13) 0%,rgba(138,128,147,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(27,8,51,0.13) 0%,rgba(138,128,147,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(27,8,51,0.13) 0%,rgba(138,128,147,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211b0833', endColorstr='#8A8093',GradientType=0 ); /* IE6-8 */
}

.iTrackerMainDemo { 
    padding: 0 0 0 0; 
    margin: 0 0 0 0; 
    width: 100%; 
    min-width: 100%; 
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYTgxYiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4YTgyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(173,168,27,0.2) 0%, rgba(168,168,33,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,168,27,0.2)), color-stop(100%,rgba(168,168,33,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(173,168,27,0.2) 0%,rgba(168,168,33,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(173,168,27,0.2) 0%,rgba(168,168,33,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(173,168,27,0.2) 0%,rgba(168,168,33,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(173,168,27,0.2) 0%,rgba(168,168,33,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ada81b', endColorstr='#a8a821',GradientType=0 ); /* IE6-8 */
}

.iTrackerBackgroundRed { color: GrayText; background-color: #FFC2C2; font-style: italic; }
.iTrackerBackgroundRedCell { padding: 4px 7px 3px 8px !important; }

.iTrackerHidden { display:none; }
.iTrackerMarquee { width: 100%; overflow: hidden; }
#iTrackerMenu { margin: 0 0 0 0; padding: 0 16px 0 18px; width: 100%; }
.iTrackerRadMenu { z-index: 775 !important;  }
#iTrackerMainWindow { padding: 0 0 0 0; margin: 0 0 0 0; height: 100%; width: 100%; min-height: 100%; min-width: 100%; background-color: White; overflow: hidden !important; }
.iTrackerMasterTop { padding: 3px 6px 3px 6px !important; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; font-family: Segoe UI, Arial, sans-serif; font-size: 12.5px; font-weight: bold; height: 25px !important; border-radius: 20px 20px 20px 20px; }
.iTrackerMasterBottom { width: 100%; padding: 6px 6px 3px 6px; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; font-family: Segoe UI, Arial, sans-serif; font-size: 12.5px; font-weight: bold; height: 22px !important; border-radius: 0 0 20px 20px; }
.iTrackerMasterMarquee { width: 100%; padding: 0 2px 0 2px; margin: 0 0 0 0; font-family: "Segoe UI", Arial, Sans-serif;  font-size: 12.5px !important; vertical-align: middle; font-weight: bold; }
.iTrackerMasterMarqueeOff { display:none; width: 100%; padding: 0 2px 0 2px; margin: 0 0 0x 0; font-family: "Segoe UI", Arial, Sans-serif;  font-size: 11px !important; vertical-align: middle; font-weight: bold; }
.iTrackerMasterLogo { height: 55px; width: 100%; vertical-align: middle !important; padding: 6px 0 0 3px !important; margin: 0 0 0 0 !important; }
.iTrackerMasterLogoDashboard { height: 33px; width: 100%; vertical-align: middle !important; padding: 6px 0 0 3px !important; margin: 0 0 0 0 !important; }
.iTrackerMasterLogoLeft { height: 55px; float:left; width: 48%; vertical-align:middle !important; text-align: left !important; padding-left: 8px; overflow: visible !important; }
.iTrackerMasterLogoRight { height: 55px; float:right; width: 48%; text-align: right !important; overflow: hidden !important; vertical-align:middle !important; }
.iTrackerMasterLogoLeftDashboard { height: 33px; float:left; width: 48%; vertical-align:middle !important; text-align: left !important; padding-left: 8px; overflow: visible !important; }
.iTrackerMasterLogoRightDashboard { height: 33px; float:right; width: 48%; text-align: right !important; overflow: hidden !important; vertical-align:middle !important; }
.iTrackerMasterInfo { height: 60px; width: 100%; text-align: right !important; vertical-align: middle !important; overflow: visible; padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; white-space:nowrap; font-family: "Segoe UI", Arial, Sans-serif;  font-size: 10.5px !important; font-weight: bold; }
.iTrackerMasterInfoDashboard { height: 30px; width: 100%; text-align: right !important; vertical-align: middle !important; overflow: visible; padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; white-space:nowrap; font-family: "Segoe UI", Arial, Sans-serif;  font-size: 10.5px !important; font-weight: bold; }
.iTrackerMasterBottomTable { width: 100%; padding: 0 0 0 0; margin: 0 0 0 0; }
.iTrackerMasterVersion { font-family: "Segoe UI", Arial, Sans-serif;  font-size: 12.5px !important; height:27px; padding-top:2px; padding-left: 15px; width: 30%; float: left !important; text-align: left !important; vertical-align: middle !important; color: Black; white-space: nowrap; overflow: hidden; }
.iTrackerMasterDBVersion { font-family: "Segoe UI", Arial, Sans-serif;  font-size: 12.5px !important; height:27px; padding-top:2px; padding-right: 15px; width: 30%; float: right !important; text-align: right !important; vertical-align: middle !important; color: Black; white-space: nowrap; overflow: hidden; }
.iTrackerMasterCopyright { font-family: "Segoe UI", Arial, Sans-serif;  font-size: 9.5px !important; height:27px; padding-top:5px; width: 34%; float: left !important; text-align: center !important; vertical-align: middle !important; color: Black; white-space: nowrap; overflow: hidden; }
#iTrackerBottomSection { clear: both; }
#iTrackerMainMenu { z-index: 1400 !important; }
#iTrackerMainTitleMini { clear: both; position: relative; height: 52px; width: 100%; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; overflow: hidden; border-radius: 20px 20px 0 0;  }
#iTrackerMainTitleArea { clear: both; position: relative; height: 31px; width: 100%; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; overflow: hidden; border-radius: 20px 20px 0 0;  }
#iTrackerMainTitleArea2 { clear: both; position: relative; height: 45px; width: 100%; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; overflow: hidden; border-radius: 20px 20px 0 0; white-space: nowrap; }
#iTrackerMainTitleArea3 { clear: both; position: relative; height: 52px; line-height: 15px; width: 100%; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; overflow: hidden; border-radius: 20px 20px 0 0;  }
#iTrackerMainInnerTitleArea { clear: both; position: relative; height: 25px; width: 100%; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; overflow: hidden; white-space: nowrap; }
#iTrackerMainInnerTitleDetailArea { clear: both; position: relative; height: 25px; width: 100%; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; overflow: hidden; white-space: nowrap; }
#iTrackerMainInnerTitleDiv { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; font-size: 12.5px; float: left; padding: 2px 0 0 7px; height: 24px; width: 90%; text-align: left; overflow:visible !important; white-space:nowrap !important; }
#iTrackerMainInnerTitleDetailDiv { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; font-size: 12.5px; float: left; padding: 2px 0 0 7px; height: 24px; width: 40%; text-align: left; }
#iTrackerMainInnerBTitleDiv { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; font-size: 12.5px; float: left; padding: 2px 0 0 7px; height: 28px; width: 30%; text-align: left; overflow:visible !important; white-space:nowrap !important; }
#iTrackerMainInnerB2TitleDiv { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; font-size: 12.5px; float: left; padding: 0 0 0 7px; height: 28px; width: 60%; text-align: left; overflow:visible !important; white-space:nowrap !important; }
#iTrackerMainSelectDiv { float: right; height: 29px; width: 50%; text-align: right; padding: 1px 10px 0 0; }
#iTrackerMainSelectDivSmall { float: right; height: 25px; width: 25%; text-align: right; padding: 0 5px 0 0; }
#iTrackerMainTitleDetailArea { clear: both; position: relative; height: 30px; width: 100%; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; overflow: hidden; border-radius: 12px 12px 0 0; white-space: nowrap; }
#iTrackerMainTitleDivSmall { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; float: left; padding: 0 0 0 0; height: 25px; width: 72%; text-align: left; }
#iTrackerMainTitleDiv { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; float: left; padding: 1px 0 0 10px; height: 29px; width: 15%; text-align: left; }
#iTrackerMainTitleDiv2 { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; float: left; padding: 7px 0 0 7px; height: 40px; width: 25%; text-align: left; }
#iTrackerMainTitleDiv3 { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; float: left; padding: 1px 0 0 10px; height: 29px; width: 25%; text-align: left; }
#iTrackerMainTitleDivDashboard { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; float: left; padding: 1px 0 0 10px; height: 29px; width: 15%; text-align: left; margin-top: 2px; }
.iTrackerMainTitleLabel { /* Needed for Non IE browsers*/ font-family: Segoe UI, Arial, sans-serif; font-size: 17.5px !important; }
.iTrackerMainTitleLabel2 { /* Needed for Non IE browsers*/ font-family: Segoe UI, Arial, sans-serif; font-size: 15px !important; }
.iTrackerMainTitleLabelDashboard { /* Needed for Non IE browsers*/ font-family: Segoe UI, Arial, sans-serif; font-size: 13px !important; }
.iTrackerMainInnerTitleLabel { /* Needed for Non IE browsers*/ font-family: Segoe UI, Arial, sans-serif; font-size: 14.5px !important; }
.iTrackerMainInnerTitleLabelPosition {  }
#iTrackerMainTitleDetailDiv { font-family: Segoe UI, Arial, sans-serif !important; float: left; padding: 7px 0 0 7px; height: 30px; width: 80%; font-weight: bolder; text-align: left; }
#iTrackerMainTitleFilterDiv { float: left; padding: 1px 0 0 4px; height: 29px; width: 30%; font-family: Segoe UI, Arial, sans-serif; text-align: left; font-size: 10.5px; color: red !important; overflow: auto !important;  }
#iTrackerMainHelpDiv { float: right; height: 30px; width: 5%; text-align: right; padding: 5px 7px 0 0; }
#iTrackerMainHelpDetailDiv { float: right; height: 30px; width: 5%; text-align: right; padding: 5px 7px 0 0; }
#iTrackerMainInnerHelpDiv { float: right; height: 24px; width: 5%; text-align: right; padding: 1px 7px 0 0; }
#iTrackerMainHelpInnerDetailDiv { float: right; height: 24px; width: 5%; text-align: right; padding: 1px 7px 0 0; }
.iTrackerMainHelp { width: 4%; text-align: left; float: left; padding: 2px 1px 0 12px; margin: 0 0 0 0; }
.iTrackerWindowAction { width: 100%; display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0; border-color: White !important; text-align: right !important; white-space: nowrap !important; }
.iTrackerStamp { width: 31%; font-family: Segoe UI, Arial, sans-serif; text-align: left; font-size: 9.5px; overflow: hidden !important; white-space: nowrap; float: left; padding: 0 0 0 0; margin: 0 0 0 0; }
.iTrackerButtons { text-align: right; float: right; width: 59%; padding: 0 5px 0 0; margin: 0 0 0 0; }
#iTrackerWOWrap { padding-top: 4px; margin-left: 12px; margin-right: 3px; font: bold 9px/16px Segoe UI, Arial, sans-serif !important; clear: both; background-color: #f6f7d8 !important; border: 3px outset #f6f7d8 !important; height: 30px; vertical-align: middle; white-space: nowrap; border-radius: 12px 12px 12px 12px; width: 98%; text-align: center; overflow: hidden; }
.iTrackerWOWrapLabel { font-size: 12.5px !important; }
#iTrackerMainTitleDivInv { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; float: left; padding: 7px 0 0 7px; height: 30px; width: 20%; text-align: left; overflow: hidden; }
#iTrackerMainTitleFilterDivInv { float: left; padding: 1px 0 0 4px; height: 30px; width: 25%; font-family: Segoe UI, Arial, sans-serif; text-align: left; font-size: 12.5px; color: red !important; overflow: auto !important; white-space: normal !important; }
#iTrackerMainHelpSmall { padding-top: 2px; padding-left: 6px; width: 20px; }
#iTrackerMainHelp { padding-top: 3px; padding-left: 10px; width: 25px; }
#iTrackerMainHelpDashboard { padding-top: 1px; padding-left: 13px; width: 15px; }
#iTrackerDetailTotals { position: relative; height: 120px; width: 100%; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; overflow: hidden; text-align: center; }

/* Common Styles */
.iTrackerLabelData { font-family: Segoe UI, Arial, sans-serif; text-align: left !important; width: 100%; font-size: 12.5px !important; }
.iTrackerDocumentPictureWrap { vertical-align: middle; clear: both; width: 100%; }
.iTrackerDocument { float: left; width: 49%; text-align: center; height: 22px; }
.iTrackerPicture { float: right; width: 49%; text-align: center; height: 22px; }
.iTrackerFieldLabelDisable { text-align: left; font-family: Segoe UI, Arial, sans-serif; font-size: 12.5px; font-weight: 700 !important; cursor: default; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: lightgray; padding-right: 10px; background-color: transparent; }
.iTrackerFieldLabel { text-align: left; font-family: Segoe UI, Arial, sans-serif; font-size: 11.5px; font-weight: 700 !important; cursor: default; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #00004D; padding-right: 10px; background-color: transparent; }
.iTrackerFieldLabel2 { text-align: left; font-family: Segoe UI, Arial, sans-serif; font-size: 11.5px; font-weight: 700 !important; cursor: default; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #00004D; padding-right: 2px; background-color: transparent; }
.iTrackerFieldLabelWrap { text-align: left; font-family: Segoe UI, Arial, sans-serif; font-size: 11.5px; font-weight: 700 !important; cursor: default; overflow: hidden; text-overflow: ellipsis; white-space: normal; color: #00004D; padding-right: 10px; background-color: transparent; }
.iTrackerCheckBox { text-align: left; vertical-align: middle; font-family: Segoe UI, Arial, sans-serif; font-size: 11.5px !important; font-weight: normal; cursor: default; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: Black !important; }
.iTrackerCheckLabel { text-align: left; font-family: Segoe UI, Arial, sans-serif; font-size: 11.5px; cursor: default; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #212C43; background-color: transparent; }
.iTrackerBatchLabel { text-align: left; font-family: Segoe UI, Arial, sans-serif; font-size: 12px; cursor: default; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #00004D; background-color: transparent; font-weight:bold; }
.iTrackerCheckWO { vertical-align: bottom !important; text-align: left; font-family: Segoe UI, Arial, sans-serif; font-size: 11.5px; cursor: default; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #00004D; background-color: transparent; }
.iTrackerWrapOverride { white-space: normal !important; }
.iTrackerContentSplit { overflow: hidden !important; }
.iTrackerPanes { background-color: White !important; border-width: 0; border-color: White; }
.iTrackerNumericRightAlign { text-align: right; }
.iTrackerGridOptionsStyle { z-index: 99000; }


/* Batch Page Styles */
.iTrackerBatchBoxDelete { width: 97%; display: inline-block; padding: 0 3px 3px 2px; border: 1px solid #AEC7E3; color:transparent; }
.iTrackerBatchBox { width: 97%; display: inline-block; padding: 0 3px 3px 2px; border: 1px solid #AEC7E3; color:transparent; height:48px; }
.iTrackerBatchBoxLegend { color:transparent; }
#iTrackerBatchVerifyArea { width: 100%; font-family: Segoe UI, Arial, sans-serif; font-size: 13px; }
#iTrackerBatchSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerBatchSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerBatchSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

.iTrackerReceiptDetailBatchStrip { width: 100% !important; margin: 3px 0 -8px 15px !important; }
.iTrackerReceiptDetailBatchMultiPage { text-align: left !important; padding: 0 !important; margin: 0 !important; height: 490px; width: 100%; }

/* Dashboard Container */
.iTrackerDashboard { 
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMDgzMyIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzA5MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(240,243,247,1) 0%, rgba(28,9,45,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,243,247,1)), color-stop(100%,rgba(28,9,45,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,243,247,1) 0%,rgba(28,9,45,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,243,247,1) 0%,rgba(28,9,45,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,243,247,1) 0%,rgba(28,9,45,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(240,243,247,1) 0%,rgba(28,9,45,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f3f7', endColorstr='#1c092d',GradientType=0 ); /* IE6-8 */
}




/*Picture styles*/
/*
.iTrackerPictureUpload { width: 97%; display: inline-block; padding: 0 7px 4px 3px; border: 1px solid #AEC7E3; clear: both; margin: 2px; }
.iTrackerPictureUploadLegend { margin: 0 0 0 7px; background-color: White; }
*/
.iTrackerPictureActions { float: left; margin: 2px; }
.iTrackerPicturePicture { max-height: 205px; max-width: 310px; }
.iTrackerPictureBorder { height: 209px; width: 314px; clear: both; text-align: center; border: 1px solid #AEC7E3; padding: 2px; margin: 2px; }
.iTrackerPictureStack { clear: both; text-align: center; margin: 2px; }
.iTrackerPictureUpdate { text-align: center; float: right; width: 206px; padding-right: 7px; padding-left: 2px; padding-top: 24px; padding-bottom: 2px; }
.iTrackerPictureUpdateButton { clear: both; margin: 2px; float: right; }
.iTrackerUploadPicture { padding: 2px 4px 2px 4px; }
#iTrackerPictureDeletePrompt { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; font-size: 14px; padding: 5px 0 5px 0; }
#iTrackerPictureDeleteBox { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; color: Maroon; font-size: 12.5px; }
#iTrackerPictureDeleteButtons { text-align: right; float: right; width: 55%; padding: 5px 20px 0 0; margin: 0 0 0 0; }
/*End picture styles*/

/* Document styles*/
.iTrackerDocumentUpload { width: 97%; display: inline-block; padding: 0 7px 4px 3px; border: 1px solid #AEC7E3; clear: both; margin: 2px; }
.iTrackerDocumentUploadLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerUploadDocument { padding: 2px 4px 2px 4px; }
#iTrackerDocumentDeletePrompt { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; font-size: 14px; padding: 5px 0 5px 0; }
#iTrackerDocumentDeleteBox { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; color: Maroon; font-size: 12.5px; }
#iTrackerDocumentDeleteButtons { text-align: right; float: right; width: 55%; padding: 5px 20px 0 0; margin: 0 0 0 0; }
/*End document styles*/

/*Grid Customization styles */
.iTrackerGcDiv { text-align: left !important; padding: 0 !important; margin: 2px 0 5px 12px !important; height: 365px; width: 97%; }
.iTrackerGcDefault { float: right; }
.iTrackerGcProfileLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerGcProfile { width: 98%; display: inline-block; padding: 2px 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerGcAvailableLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerGcAvailable { width: 48%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 6px 0 0; border: 1px solid #AEC7E3; float: left; }
.iTrackerGcSelectedLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerGcSelected { width: 47%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; float: left; }
.iTrackerGcGridLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerGcGrid { width: 732px; display: inline-block; padding: 2px 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerGridDiv { width: 728px; height: 87px; padding: 0 0 0 0; margin: 0 0 0 0; overflow: auto; }
.iTrackerGridStyle { z-index: 9000; }
#iTrackerGCSavePrompt { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; font-size: 14px; padding: 5px 0 5px 0; }
#iTrackerGCSaveBox { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; color: Maroon; font-size: 12.5px; }
.iTrackerGCSaveButtons { text-align: right; float: right; width: 55%; padding: 5px 20px 0 0; margin: 0 0 0 0; }
#iTrackerGCSaveAsPrompt { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; font-size: 14px; padding: 5px 0 5px 0; }
#iTrackerGCSaveAsBox { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; color: Maroon; font-size: 12.5px; }
.iTrackerGCSaveAsButtons { text-align: right; float: right; width: 55%; padding: 5px 20px 0 0; margin: 0 0 0 0; }
#iTrackerGCDeletePrompt { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; font-size: 14px; padding: 5px 0 5px 0; }
#iTrackerGCDeleteBox { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; color: Maroon; font-size: 12.5px; }
.iTrackerGCDeleteButtons { text-align: right; float: right; width: 55%; padding: 5px 20px 0 0; margin: 0 0 0 0; }
/*End grid customization styles*/

/* View RadWindow Titlebar Print Icon */
.iTrackerCustomPrintButton { background-image: url('windowPrint.png') !important; }
.iTrackerCustomPrintButton:hover { background: url('windowPrint.png') 0 -26 !important; }

/* Home Page Settings */
.reWrapper { min-height: 1px !important; }
#iTrackerEditorDiv { background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; width: 100%; }

/* Filter Settings */
#iTrackerFilterAction { width: 99%; display: inline-block; padding: 0 0 0 0; margin: 0 0 0 0; border-color: White !important; }
#iTrackerFilterHelp { width: 4%; text-align: left; float: left; padding: 4px 1px 0 12px; margin: 0 0 0 0; }
.iTrackerFilterButtons { text-align: right; float: right; width: 82%; padding: 3px 0 0 0; margin: 0 0 0 0; }
.iTrackerFilterPanel { font-family: Segoe UI, Arial, sans-serif; font-size: 12.5px; padding: 3px 0 5px 15px; height: 305px; width: 97%; overflow: auto !important; }
.iTrackerFilterSelect { font-family: Segoe UI, Arial, sans-serif; font-size: 12.5px; padding: 0; font-weight: bold; }
#iTrackerFilterSavePrompt { width: 65px; white-space: nowrap; text-align: left !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; font-size: 12.5px; padding: 2px 20px 0 10px; float: left; }
#iTrackerFilterSaveBox { float: left; text-align: left !important; width: 415px; }
#iTrackerFilterSaveButtons { text-align: right; float: right; width: 97%; padding: 5px 20px 0 0; margin: 0 0 0 0; }
#iTrackerFilterOverwriteButtons { text-align: right; float: right; width: 97%; padding: 5px 20px 0 0; margin: 0 0 0 0; font-size: 14px; color: red !important; overflow: auto !important; }
#iTrackerFilterDeletePrompt { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; font-size: 14px; padding: 5px 0 5px 0; }
#iTrackerFilterDeleteBox { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; color: Maroon; font-size: 12.5px; }
#iTrackerFilterDeleteButtons { text-align: right; float: right; width: 55%; padding: 5px 20px 0 0; margin: 0 0 0 0; }

/******************************************************************************************************************
 ADMIN MODULE
******************************************************************************************************************/
#iTrackerAdminArea { background-color: #F0F3F7 !important; border-top-color: Red; border-bottom-color: Red; border-style: groove; border-left-width: 0; border-right-width: 0; border-top-width: 3px; border-bottom-width: 3px; padding: 15px 0 15px 30px; font-family: Segoe UI, Arial, sans-serif !important; font-size: 12.5px !important; font-weight: bold !important; overflow-y: auto; }
.iTrackerAdminUsersEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 320px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
#iTrackerAdminUsersUserInfo { width: 96%; margin-left: 10px; margin-top: 6px; }
#iTrackerAdminUsersUserInfoLegend { margin: 0 0 0 9px; background-color: White; }
#iTrackerAdminUsersUserRoles { width: 96%; margin: 6px 0 15px 10px; }
#iTrackerAdminUsersUserRolesLegend { margin: 0 0 0 9px; background-color: White; }
.iTrackerAdminUsersInnerTable { width: 100%; padding: 2px 3px 1px 3px; }
.iTrackerAdminUsersPad { padding-right: 3px; }
/******************************************************************************************************************
 END ADMIN MODULE
******************************************************************************************************************/

/******************************************************************************************************************
 CUSTOMER MODULE
******************************************************************************************************************/
/* Customer Custom */
.iTrackerCustomerCustomMainPanel { padding-top:2px; width:98%;}
.iTrackerCustomerCustomPanel { height: 322px; width: 99%; overflow: auto; padding-top:5px; margin: 0 0 0 4px; border: 1px #AEC7E3 solid; }
#iTrackerDivCustomerCustomTB1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomTB2 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomTB3 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomTB4 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomTB5 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomCB1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomCB2 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomCB3 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomCB1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomCB2 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomCB3 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomNU1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomNU2 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomNU3 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomDT1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomDT2 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomDT3 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomLG1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivCustomerCustomXML1 { width:97%; padding: 3px 0 0 6px; display:none !important; }
#iTrackerDivCustomerCustomCH1 { width:97%; padding: 6px 0 0 2px; }
#iTrackerDivCustomerCustomCH2 { width:97%; padding: 6px 0 0 2px; }
#iTrackerDivCustomerCustomCH3 { width:97%; padding: 6px 0 0 2px; }
#iTrackerDivCustomerCustomCH4 { width:97%; padding: 6px 0 0 2px; }
#iTrackerDivCustomerCustomCH5 { width:97%; padding: 6px 0 0 2px; }

/* Customer Contact Edit */
.iTrackerContactStamp { width: 46%; font-family: Segoe UI, Arial, sans-serif; text-align: left; font-size: 9.5px; overflow: hidden !important; white-space: nowrap; float: left; padding: 2px 0 0 0; margin: 0 0 0 0; }
.iTrackerContactButtons { text-align: right; float: right; width: 44%; padding: 0 5px 0 0; margin: 0 0 0 0; }
.iTrackerCustomerContactName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerContactNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerContactType { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerContactTypeLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerContactTypeDiv { padding-right: 22px; float: left; }
.iTrackerCustomerContactEmail { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerContactEmailLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerContactPhone { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerContactPhoneLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerContactCell { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerContactCellLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerContactFax { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerContactFaxLegend { margin: 0 0 0 7px; background-color: White; }

/* Customer Contact Delete */
.iTrackerCustomerContactDeleteWrapper { width: 100%; clear: both; }
.iTrackerCustomerContactDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerCustomerContactDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 28px; text-align: center; }

/* Customer Delete */
.iTrackerCustomerDeleteArea { width: 100%; font-family: Segoe UI, Arial, sans-serif; }
.iTrackerCustomerDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; font-family: Segoe UI, Arial, sans-serif;}
.iTrackerCustomerDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; font-family: Segoe UI, Arial, sans-serif;}
.iTrackerCustomerDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; font-family: Segoe UI, Arial, sans-serif;}

/* Customer Edit */
.iTrackerCustomerEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 425px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerCustomerTabWrapper { width: 100%; clear: both; }

/* RPVTAB01 */  
.iTrackerCustomerCustomer { width: 97%; display: inline-block; padding: 0px 4px 4px 3px; margin: 0px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerCustomerCustomerLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerTypeStatus { width: 97%; display: inline-block; padding: 0px 4px 4px 3px; margin: 0px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerCustomerTypeStatusLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerTypeStatusBorderDiv { width: 99%; height: 50px; border: 1px solid #69798C; margin-top: 2px; }
.iTrackerCustomerTypesDiv { padding-right: 17px; float: left; }
.iTrackerCustomerCommentNoteDiv { width: 99%; display: inline-block; padding: 0px 0 0 4px; }
.iTrackerCustomerComment { width: 96%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerCommentLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerNote { width: 96%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerNoteLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerDocPicDiv { width: 97%; display: inline-block; padding: 0px 4px 0px 4px; }
.iTrackerCustomerAcct { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerAcctLegend { margin: 0 0 0 7px; background-color: White; }
/* END RPVTAB01 */

/* RPVTAB02 */
.iTrackerCustomerTab02Column1 { width: 54%; float: left; margin: 0 0 0 15px; }
.iTrackerCustomerTab02Column2 { width: 38%; float: left; margin: 0 0 0 18px; }
.iTrackerCustomerWithdrawBy { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 6px 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerWithdrawByLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerWithdrawByClear { margin: 0 0 0 0; padding: 0 0 0 0; clear: both; }
.iTrackerCustomerWithdrawByDiv { padding-right: 20px; float: left; }
.iTrackerCustomerEditOptionsMultiPage { text-align: left !important; padding: 0 5px !important; margin: 0 0 5px 0 !important; height: 240px; width: 387px; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 0; }
.iTrackerCustomerDefaultShipping { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerDefaultShippingLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerAutoSequence { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerAutoSequenceLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerCustomSequence { width: 103%; display: inline-block; padding: 0; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerCustomSequenceLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerCustomSeqMultiPage { text-align: left !important; padding: 3px 3px 0 3px !important; margin: 0; height: 127px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 0; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
/* END RPVTAB02 */

/* RPVTAB03 */
.iTrackerCustomerTab03Column1 { width: 60%; float: left; margin: 0 0 0 10px; }
.iTrackerCustomerTab03Column2 { width: 30%; float: left; margin: 0 0 0 20px; }
.iTrackerCustomerMinimumPerInvoice { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerMinimumPerInvoiceLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerReceiptMinimumWrap { clear: both; height: 23px; }
.iTrackerCustomerReceiptMinimumChk { width: 67%; float: left; overflow: hidden; }
.iTrackerCustomerReceiptMinimumAmount { width: 32%; float: right; }
.iTrackerCustomerShipmentMinimumWrap { clear: both; height: 23px; }
.iTrackerCustomerShipmentMinimumChk { width: 67%; float: left; overflow: hidden; }
.iTrackerCustomerShipmentMinimumAmount { width: 32%; float: right; }
.iTrackerCustomerTransferMinimumWrap { clear: both; height: 23px; }
.iTrackerCustomerTransferMinimumChk { width: 67%; float: left; overflow: hidden; }
.iTrackerCustomerTransferMinimumAmount { width: 32%; float: right; }
.iTrackerCustomerKittingMinimumWrap { clear: both; height: 23px; }
.iTrackerCustomerKittingMinimumChk { width: 67%; float: left; overflow: hidden; }
.iTrackerCustomerKittingMinimumAmount { width: 32%; float: right; }
.iTrackerCustomerDisposalMinimumWrap { clear: both; height: 23px; }
.iTrackerCustomerDisposalMinimumChk { width: 67%; float: left; overflow: hidden; }
.iTrackerCustomerDisposalMinimumAmount { width: 32%; float: right; }
.iTrackerCustomerLongTermMinimumWrap { clear: both; height: 23px; }
.iTrackerCustomerLongTermMinimumChk { width: 67%; float: left; overflow: hidden; }
.iTrackerCustomerLongTermMinimumAmount { width: 32%; float: right; }
.iTrackerCustomerCombinedMinimumWrap { clear: both; height: 23px; }
.iTrackerCustomerCombinedMinimumChk { width: 67%; float: left; overflow: hidden; }
.iTrackerCustomerCombinedMinimumAmount { width: 32%; float: right; }
.iTrackerCustomerMasterMinimumWrap { clear: both; height: 23px; }
.iTrackerCustomerMasterMinimumChk { width: 67%; float: left; overflow: hidden; }
.iTrackerCustomerMasterMinimumAmount { width: 32%; float: right; }
.iTrackerCustomerLongTermDays { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerLongTermDaysLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerLongTermStartDays { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerLongTermStartDaysLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerShortTermDays { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerShortTermDaysLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerCustomerBillByOwner { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerBillByOwnerLegend { margin: 0 0 0 7px; background-color: White; }
/* END RPVTAB03 */

/* RPVTAB04 */
/* END RPVTAB04 */

/* RPVTAB05-10 (Common) */
.iTrackerCustomerAddressPhone { width: 100%; display: inline-block; padding: 0 0 4px 0; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerAddressPhoneLegend { margin: 0 0 0 7px !important; background-color: White; }
.iTrackerCustomerAddressPhoneLine { width: 100%; padding: 0px 1px 1px 3px; }
.iTrackerCustomerAddressFax { width: 100%; display: inline-block; padding: 0 0 4px 0; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerAddressFaxLegend { margin: 0 0 0 7px !important; background-color: White; }
.iTrackerCustomerAddressFloat { float: left; margin-right: 10px; }
.iTrackerCustomerAddressMarginCC { margin-left: 3px; }
.iTrackerCustomerAddressMarginFax { margin-left: 16px; }
.iTrackerCustomerAddressMarginExt { margin-left: 25px; }
/* END RPVTAB05-10 (Common) */

/* RPVTAB05 */
.iTrackerCustomerTab05Column1 { width: 52%; float: left; padding: 7px 0 0 17px; }
.iTrackerCustomerTab05Column2 { width: 40%; float: left; padding: 0 0 0 20px; }
/* END RPVTAB05 */

/* RPVTAB06 */
.iTrackerCustomerTab06Column1 { width: 52%; float: left; padding: 7px 0 0 17px; }
.iTrackerCustomerTab06Column2 { width: 40%; float: left; padding: 0 0 0 20px; }
/* END RPVTAB06 */

/* RPVTAB07 */
.iTrackerCustomerTab07Column1 { width: 52%; float: left; padding: 7px 0 0 17px; }
.iTrackerCustomerTab07Column2 { width: 40%; float: left; padding: 0 0 0 20px; }
/* END RPVTAB07 */

/* RPVTAB08 */
.iTrackerCustomerTab08Column1 { width: 52%; float: left; padding: 7px 0 0 17px; }
.iTrackerCustomerTab08Column2 { width: 40%; float: left; padding: 0 0 0 20px; }
/* END RPVTAB08 */

/* RPVTAB09 */
.iTrackerCustomerTab09Column1 { width: 52%; float: left; padding: 7px 0 0 17px; }
.iTrackerCustomerTab09Column2 { width: 40%; float: left; padding: 0 0 0 20px; }
/* END RPVTAB09 */

/* RPVTAB10 */
.iTrackerCustomerTab10Column1 { width: 52%; float: left; padding: 7px 0 0 17px; }
.iTrackerCustomerTab10Column2 { width: 40%; float: left; padding: 0 0 0 20px; }
/* END RPVTAB10 */

/* RPVTAB11 */
.iTrackerCustomerTab11Column1 { width: 100%; padding: 0; }
.iTrackerCustomerCntctGrid { overflow: hidden !important; }
.iTrackerCustomerCntct { width: 100%; display: inline-block; padding: 0; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerCustomerCntctLegend { margin: 0 0 0 7px; background-color: White; }
/* END RPVTAB11 */

/* ADDRESS COPY */
.iTrackerCustomerASRight { text-align: right !important; padding: 10px 6px 0 0; }
/* END ADDRESS COPY */
/******************************************************************************************************************
 END CUSTOMER MODULE
******************************************************************************************************************/

/******************************************************************************************************************
 ITEM MODULE
******************************************************************************************************************/
/* Item Warehouse Location Delete*/
.iTrackerWarehouseLocationDeleteWrapper { width: 100%; clear: both; }
.iTrackerWarehouseLocationDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerWarehouseLocationDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 28px; text-align: center; }

/* Item Warehouse Location Edit*/
.iTrackerWarehouseLocationWrapper { width: 85%; clear: both; padding-left: 25px; padding-right: 25px; }
.iTrackerItemWarehouseLocation { width: 100%; display: inline-block; padding: 3px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemWarehouseLocationLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemWarehouseType { width: 100%; display: inline-block; padding: 3px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemWarehouseTypeLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemWarehouseTypeDiv { padding-right: 22px; float: left; }

/* Item UofM Delete*/
.iTrackerUnitOfMeasureDeleteWrapper { width: 100%; clear: both; }
.iTrackerUnitOfMeasureDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerUnitOfMeasureDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 28px; text-align: center; }

/* Item UofM Edit */
.iTrackerUnitOfMeasureWrapper { padding-left: 16px !important; }
.iTrackerUnitOfMeasurePad { padding-right: 3px; }
.iTrackerUnitOfMeasureModifyPanel { padding-left: 10px; }
.iTrackerUnitOfMeasureTab02Box1Legend { margin: 0 0 0 7px; background-color: White; }
.iTrackerUnitOfMeasureTab02Box1 { width: 100%; display: inline-block; padding: 3px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerUnitOfMeasureTab02Box2Legend { margin: 0 0 0 7px; background-color: White; }
.iTrackerUnitOfMeasureTab02Box2 { display: inline-block; padding: 3px 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerUnitOfMeasureTab02Box3Legend { margin: 0 0 0 7px; background-color: White; }
.iTrackerUnitOfMeasureTab02Box3 { width: 100%; display: inline-block; padding: 3px 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerUnitOfMeasureTab02Box4Legend { margin: 0 0 0 7px; background-color: White; }
.iTrackerUnitOfMeasureTab02Box4 { width: 100%; display: inline-block; padding: 3px 7px 3px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerUnitOfMeasureTab02Box5Legend { margin: 0 0 0 7px; background-color: White; }
.iTrackerUnitOfMeasureTab02Box5 { width: 100%; display: inline-block; padding: 3px 7px 3px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerUnitMeasureUsedForDiv { white-space: nowrap; text-align: center; width: 100%; }

/* Item Custom */
.iTrackerItemCustomMainPanel { padding-top:2px; width:98%;}
.iTrackerItemCustomPanel { height: 322px; width: 99%; overflow: auto; padding-top:5px; margin: 0 0 0 4px; border: 1px #AEC7E3 solid; }
#iTrackerDivItemCustomTB1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomTB2 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomTB3 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomTB4 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomTB5 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomCB1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomCB2 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomCB3 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomCB1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomCB2 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomCB3 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomNU1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomNU2 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomNU3 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomDT1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomDT2 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomDT3 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomLG1 { width:97%; padding: 3px 0 0 6px; }
#iTrackerDivItemCustomXML1 { width:97%; padding: 3px 0 0 6px; display:none !important; }
#iTrackerDivItemCustomCH1 { width:97%; padding: 6px 0 0 2px; }
#iTrackerDivItemCustomCH2 { width:97%; padding: 6px 0 0 2px; }
#iTrackerDivItemCustomCH3 { width:97%; padding: 6px 0 0 2px; }
#iTrackerDivItemCustomCH4 { width:97%; padding: 6px 0 0 2px; }
#iTrackerDivItemCustomCH5 { width:97%; padding: 6px 0 0 2px; }

/* Item Delete */
.iTrackerItemDeleteArea { width: 100%; }
.iTrackerItemDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerItemDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerItemDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }

/* Item Edit */
.iTrackerItemEditMultiPage { text-align: left !important; padding: 0 0 0 0 !important; margin: 0 0 5px 0 !important; height: 499px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerItemTabWrapper { width: 98%; clear: both; padding-left: 6px; }

/* RPVTAB01 */
.iTrackerItemTab01Column1 { width: 49%; float: left; margin: 0 0 0 10px; }
.iTrackerItemTab01Column2 { width: 43%; float: left; margin: 0 0 0 20px; }
.iTrackerBaseUnit { width: 95%; margin: 0 0 0 10px; }
.iTrackerItemCustomerNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemCustomerName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemItemNumberLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemItemNumber { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemItemDescriptionLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemItemDescription { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemStatusLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemStatus { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemStatusDiv { padding-right: 22px; float: left; }
.iTrackerItemTrackingMethodLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemTrackingMethod { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemTrackingMethodDiv { padding-right: 15px; float: left; }
.iTrackerItemCategoryLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemCategory { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemBinDefaultLotLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemBinDefaultLot { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemBaseUnitDefaultLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemBaseUnitDefault { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemTypesLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemTypes { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemTypesDiv { padding-right: 22px; float: left; }
.iTrackerItemOptionsLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemOptions { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemOptionsDiv { padding-right: 22px; float: left; }
.iTrackerItemOnHoldLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemOnHold { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemOnHoldPad { padding-left: 7px; padding-right: 3px; }
.iTrackerItemHoldNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerItemHoldNote { width: 95%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 4px; border: 1px solid #AEC7E3; }
.iTrackerItemTemperatureLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemTemperature { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemPickTypeLegend { margin: 12px 0 0 0; background-color: White; }
.iTrackerItemPickType { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemEditScale { float: left; padding: 5px 5px 0 7px; }
.iTrackerItemInstructionAutoAdjustmentLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemInstructionAutoAdjustment { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }

/* RPVTAB02 */
.iTrackerItemTab02Column1 { width: 100%; padding: 0; }
.iTrackerItemUofMGrid { overflow: hidden !important; }
.iTrackerItemUofM { width: 100%; display: inline-block; padding: 0; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemUofMLegend { margin: 0 0 0 7px; background-color: White; }

#iTrackerUofMTabs { margin-left:2px; }
.iTrackerUofMMultiPage { text-align: left !important; padding: 0 0 0 3px !important; margin: 0 0 5px 0 !important; height: 255px; width: 96%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 0; }

/* RPVTAB03 */
.iTrackerItemTab03Column1 { width: 100%; padding: 0; }
.iTrackerItemWarehouseGrid { overflow: hidden !important; }
.iTrackerItemWarehouse { width: 100%; display: inline-block; padding: 0; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemWarehouseLegend { margin: 0 0 0 7px; background-color: White; }

/* RPVTAB04 */
.iTrackerItemEditHazMatMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerItemHazMatColumn1 { width: 46%; float: left; margin: 0 0 0 10px; }
.iTrackerItemHazMatColumn2 { width: 46%; float: left; margin: 0 0 0 20px; }
.iTrackerHazMatDescriptionShortLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatDescriptionShort { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatDescriptionLongLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatDescriptionLong { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatTechnicalNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatTechnicalName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatProperShippingNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatProperShippingName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatPlacardLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatPlacard { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatIDNumberLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatIDNumber { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatHazardLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatHazard { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatSymbolsLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatSymbols { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatErgLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatErg { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatNmfcClassLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatNmfcClass { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatNmfcCodeLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatNmfcCode { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatContactLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatContact { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatPhoneLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatPhone { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatEmailLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatEmail { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatGroupLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatGroup { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatTypeLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatType { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatExceptionLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatException { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatNonBulkLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatNonBulk { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatBulkLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatBulk { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatProvisionsLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatProvisions { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatPassengerLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatPassenger { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatCargoLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatCargo { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatCommentLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatComment { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerHazMatNoteLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerHazMatNote { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }

/* RPVTAB05 */
/* RPVTAB06 */

/* RPVTAB07 */
.iTrackerItemTab07Column1 { width: 46%; float: left; margin: 0 0 0 10px; }
.iTrackerItemTab07Column2 { width: 46%; float: left; margin: 0 0 0 20px; }
.iTrackerItemTab07Column3 { width: 93%; margin: 0 0 0 16px; }
.iTrackerItemInstructionSpecialLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemInstructionSpecial { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemInstructionReceiptLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemInstructionReceipt { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemInstructionPickLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemInstructionPick { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemInstructionKitLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemInstructionKit { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemInstructionShippingLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemInstructionShipping { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemInstructionRMALegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemInstructionRMA { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemInstructionPurchaseLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemInstructionPurchase { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemInstructionSaleLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemInstructionSale { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerItemReorderLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerItemReorder { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 4px 0 0 0; border: 1px solid #AEC7E3; }
/* RPVTAB08 */
/******************************************************************************************************************
 END ITEM MODULE
******************************************************************************************************************/

/******************************************************************************************************************
 RECEIPT MODULE
******************************************************************************************************************/
/* Receipt Header Custom */
.iTrackerReceiptHeaderCustomPanel { height: 293px; width: 99%; overflow: auto; margin: 0 0 0 4px; border-top: 1px #AEC7E3 solid; border-bottom: 1px #AEC7E3 solid; }
.iTrackerReceiptHeaderTBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderTBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderCBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderCBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderCHCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderCHCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderNUCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderNUCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderDTCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderDTCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderLGCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderLGCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderXMLCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderXMLCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }

/* Receipt Detail Custom */
.iTrackerReceiptDetailCustomPanel { height: 293px; width: 99%; overflow: auto; margin: 0 0 0 4px; border-top: 1px #AEC7E3 solid; border-bottom: 1px #AEC7E3 solid; }
.iTrackerReceiptDetailTBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptDetailTBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptDetailCBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptDetailCBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptDetailCHCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptDetailCHCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptDetailNUCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptDetailNUCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptDetailDTCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptDetailDTCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptDetailLGCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptDetailLGCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptDetailXMLCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptDetailXMLCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }

/* ReceiptHeader Delete */
#iTrackerReceiptHeaderDeleteArea { width: 100%; font-family: Segoe UI, Arial, sans-serif; }
.iTrackerReceiptHeaderDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerReceiptHeaderDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerReceiptHeaderDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }
#iTrackerReceiptDeleteSaveArea { padding-left: 20px !important; padding-right: 20px !important; font-family: Segoe UI, Arial, sans-serif; }  
#iTrackerReceiptDeleteSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerReceiptDeleteSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }


/* ReceiptHeader Status */
.iTrackerReceiptHeaderStatusArea { width: 100%; }
.iTrackerReceiptHeaderStatusPrompt { font-size: 13px; font-weight: bolder; color: Red; width: 100%; height: 50px; text-align: center; }
.iTrackerReceiptHeaderStatusSelect { width: 57%; height: 72px; padding-left: 110px; }
.iTrackerReceiptHeaderStatusList { white-space: nowrap; font-weight: bold !important; }
#iTrackerReceiptHeaderSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerReceiptHeaderSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerReceiptHeaderSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* Receipt Detail Delete */
.iTrackerReceiptDetailDeleteArea { width: 100%; font-family: Segoe UI, Arial, sans-serif !important; }
.iTrackerReceiptDetailDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; font-family: Segoe UI, Arial, sans-serif !important; }
.iTrackerReceiptDetailDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; font-family: Segoe UI, Arial, sans-serif !important; }
.iTrackerReceiptDetailDeleteLot { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; font-family: Segoe UI, Arial, sans-serif !important; }
.iTrackerReceiptDetailDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; font-family: Segoe UI, Arial, sans-serif !important; }

/* Receipt Complete Prompt */

/* ReceiptDetail Delete */
.iTrackerReceiptCompletePromptArea { width: 100%; }
.iTrackerReceiptCompletePromptPrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerReceiptCompletePromptName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }

/* Receipt Edit */
.iTrackerReceiptHeaderDataStatusTabWrapper { width: 100%; clear: both; height: 36px; vertical-align: middle !important; }
.iTrackerReceiptHeaderDateDiv { width: 49%; float: left; padding-top: 7px; padding-left: 10px; }
.iTrackerReceiptHeaderStatusDiv { width: 49%; float: right; text-align: right; padding-top: 7px; padding-right: 3px; }
.iTrackerReceiptHeaderEditMultiPage { text-align: left !important; padding: 0 0 0 0 !important; margin: 0 0 4px 0 !important; height: 525px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerReceiptHeaderTabWrapper { width: 100%; clear: both; }

/* RPVTAB01 */
.iTrackerReceiptHeaderTab01Column1 { width: 100%; float: left; margin: 0 0 0 10px; }
.iTrackerReceiptHeaderTab01Column2 { width: 46%; float: left; margin: 0 0 0 20px; }
.iTrackerReceiptHeaderTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderTab { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderTab2Legend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderTab2 { width: 96%; display: inline-block; padding: 0px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderCommentLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderComment { width: 97%; display: inline-block; padding: 3px 7px 4px 3px; margin: 0 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderTemperatureLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptHeaderTemperature { width: 94%; display: inline-block; padding: 1px 7px 4px 3px; margin: 0 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderCrossDockLegend { margin: 0 0 0 7px; background-color: White; padding-top: 0 !important; }
.iTrackerReceiptHeaderCrossDock { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerReceiptHeaderNoteLegend { margin: 0 0 0 7px; background-color: White; padding-top: 0 !important; }
.iTrackerReceiptHeaderNote { width: 96%; display: inline-block; padding: 0 7px 4px 3px; margin: 3px 0 0 6px; border: 1px solid #AEC7E3; }

.iTrackerReceiptEDI { width: 120px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerReceiptEDILegend { margin: 0 0 0 7px; background-color: White; }

.iTrackerReceiptBilling { width: 563px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerReceiptBillingLegend { margin: 0 0 0 7px; background-color: White; }

/* Receipt Detail Edit */
.iTrackerReceiptDetailDateStatusTabWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerReceiptDetailDateDiv { width: 49%; float: left; padding-top: 7px; padding-left: 10px; }
.iTrackerReceiptDetailDataWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerReceiptDetailDateTitleDiv { width: 24%; float: left; text-align: right; margin-top: 3px; margin-left: 3px; }
.iTrackerReceiptDetailDateControlDiv { width: 74%; float: right; text-align: left; margin-right: 3px; }
.iTrackerReceiptDetailStatusDiv { width: 47%; float: right; text-align: right; padding-top: 7px; padding-right: 10px; }
.iTrackerReceiptDetailStatusWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerReceiptDetailStatusTitleDiv { width: 47%; float: left; text-align: right; margin-top: 3px; margin-left: 3px; }
.iTrackerReceiptDetailEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 535px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerReceiptDetailTabWrapper { width: 100%; clear: both; }
#iTrackerReceiptDetailSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerReceiptDetailSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerReceiptDetailSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

.iTrackerReceiptTotalsTabLegend { margin: 0 0 0 5px !important; background-color: White; font-family: Segoe UI, Arial, sans-serif; font-size: 13px; font-weight: 700 !important; color: #00004D; }
.iTrackerReceiptTotalsTab { width: 800px; display: inline-block; padding: 1px 4px 3px 3px; border: 1px solid #AEC7E3; }


/* RPVTAB01 */
.iTrackerReceiptDetailTab01Column1 { width: 100%; float: left; margin: 0 0 0 10px; }
.iTrackerReceiptDetailTab01Column2 { width: 46%; float: left; margin: 0 0 0 20px; }
.iTrackerReceiptDetailTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerReceiptDetailTab { width: 97%; display: inline-block; padding: 1px 4px 1px 3px; margin: 0px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerReceiptDetailHoldNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerReceiptDetailHoldNote { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 4px; border: 1px solid #AEC7E3; }
.iTrackerReceiptDetailProdNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerReceiptDetailProdNote { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerReceiptDetailCommentLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerReceiptDetailComment { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
/******************************************************************************************************************
 END RECEIPT MODULE
******************************************************************************************************************/

/******************************************************************************************************************
 WAREHOUSE MODULE
******************************************************************************************************************/
/* Warehouse Edit */
#iTrackerWarehouseEdit { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 463px; width: 100%; }
.iTrackerWarehouseTabWrapper { width: 100%; clear: both; }
.iTrackerWarehouseTabFooterWrapper { width: 96%; clear: both; padding-left:20px;}
.iTrackerWarehouseTab01Column1 { width: 46%; float: left; margin: 4px 0 0 20px; }
.iTrackerWarehouseTab01Column2 { width: 44%; float: left; margin: 4px 0 0 27px; }
.iTrackerWarehouseTab02Column1 { width: 46%; float: left; margin: 0 0 0 10px; }
.iTrackerWarehouseTab02Column2 { width: 44%; float: left; margin: 4px 0 0 20px; }
.iTrackerWarehouseTab03Column1 { width: 46%; float: left; margin: 0 0 0 10px; }
.iTrackerWarehouseTab03Column2 { width: 44%; float: left; margin: 4px 0 0 20px; }
.iTrackerWarehouse { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerWarehouseFooter { width: 96%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerWarehouseLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerWarehouseEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 460px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }

/* End Warhouese Edit */

/* Warehouse Delete */
.iTrackerWarehouseDeleteArea { width: 100%; }
.iTrackerWarehouseDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerWarehouseDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerWarehouseDeleteOwner { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }
/******************************************************************************************************************
END WAREHOUSE MODULE
******************************************************************************************************************/

/******************************************************************************************************************
 Location MODULE
******************************************************************************************************************/
/* Location Delete */
.iTrackerLocationEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 245px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerLocationTabWrapper { width: 100%; clear: both; }
.iTrackerLocationColumn01 { width: 60%; float: left; margin: 4px 0 0 20px; }
.iTrackerLocationColumn02 { width: 30%; float: left; margin: 4px 0 0 20px; }
.iTrackerLocation { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerLocationLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerLocationDeleteArea { width: 100%; }
.iTrackerLocationDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerLocationDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerLocationDeleteDesc { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }
/******************************************************************************************************************
END Location MODULE
******************************************************************************************************************/

/*GREG*/
.iTrackerOrderModuleEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 425px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
#iTrackerOrderInnerTitleArea { clear: both; position: relative; height: 52px; width: 100%; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; overflow: hidden; white-space: nowrap; }
#iTrackerOrderInnerTitleDiv { font-family: Segoe UI, Arial, sans-serif !important; font-weight: bold; font-size: 12.5px; float: left; padding: 2px 0 0 7px; height: 52px; width: 90%; text-align: left; overflow:visible !important; white-space:nowrap !important; vertical-align:middle !important; }
#iTrackerOrderCartGrid { width: 96%; height: 375px; margin: 5px 0 0 10px; border-style: outset; border-width: 4px; border-color: lightseagreen; }


/******************************************************************************************************************
 PICK MODULE
******************************************************************************************************************/
/* PickHeader Delete */
.iTrackerPickHeaderDeleteArea { width: 100%; }
.iTrackerPickHeaderDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerPickHeaderDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerPickHeaderDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }
#iTrackerPickDeleteSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerPickDeleteSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerPickDeleteSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* Pick Header Custom */
.iTrackerPickHeaderCustomPanel { height: 293px; width: 99%; overflow: auto; margin: 0 0 0 4px; border-top: 1px #AEC7E3 solid; border-bottom: 1px #AEC7E3 solid; }
.iTrackerPickHeaderTBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickHeaderTBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickHeaderCBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickHeaderCBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickHeaderCHCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickHeaderCHCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickHeaderNUCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickHeaderNUCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickHeaderDTCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickHeaderDTCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickHeaderLGCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickHeaderLGCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickHeaderXMLCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickHeaderXMLCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }

/* Pick Header Edit */
.iTrackerPickHeaderDataStatusTabWrapper { width: 100%; clear: both; height: 36px; vertical-align: middle !important; }
.iTrackerPickHeaderDateDiv { width: 49%; float: left; padding-top: 7px; padding-left: 10px; }
.iTrackerPickHeaderStatusDiv { width: 49%; float: right; text-align: right; padding-top: 7px; padding-right: 3px; }
.iTrackerPickHeaderEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 585px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerPickAddressEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 280px; width: 99%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 0; }
.iTrackerPickAddressHeaderTab { width: 94%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerPickHeaderTabWrapper { width: 100%; clear: both; }
.iTrackerPickEDI { width: 100%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerPickEDILegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickBilling { width: 100%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerPickBillingLegend { margin: 0 0 0 7px; background-color: White; }

/* RVPTAB01*/
.iTrackerPickHeaderColumn1 { width: 49%; float: left; margin: 3px 0 0 6px; }
.iTrackerPickHeaderColumn2 { width: 48%; float: left; margin: 0 0 0 1px; height: 285px; }
.iTrackerPickHeaderTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickHeaderTab { width: 96%; display: inline-block; padding: 1px 7px 0 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }

/* PickHeader Status */
.iTrackerPickHeaderStatusArea { width: 100%; }
.iTrackerPickHeaderStatusPrompt { font-size: 13px; font-weight: bolder; color: Red; width: 100%; height: 50px; text-align: center; }
.iTrackerPickHeaderStatusSelect { width: 57%; height: 100px; padding-left: 110px; }
.iTrackerPickHeaderStatusList { white-space: nowrap; font-weight: bold !important; }
#iTrackerPickHeaderSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerPickHeaderSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerPickHeaderSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* Pick Detail Delete */
.iTrackerPickDetailDeleteArea { width: 100%; }
.iTrackerPickDetailDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerPickDetailDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerPickDetailDeleteLot { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerPickDetailDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }

/* Pick Detail Custom*/
.iTrackerPickDetailCustomPanel { height: 293px; width: 99%; overflow: auto; margin: 0 0 0 4px; border-top: 1px #AEC7E3 solid; border-bottom: 1px #AEC7E3 solid; }
.iTrackerPickDetailTBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickDetailTBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickDetailCBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickDetailCBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickDetailCHCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickDetailCHCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickDetailNUCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickDetailNUCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickDetailDTCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickDetailDTCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickDetailLGCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickDetailLGCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickDetailXMLCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickDetailXMLCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }

/* Pick Detail Edit */
.iTrackerPickDetailDateStatusTabWrapper { width: 100%; clear: both; height: 40px; vertical-align: middle !important; }
.iTrackerPickDetailDateDiv { width: 49%; float: left; padding-top: 7px; padding-left: 10px; }
.iTrackerPickDetailDataWrapper { width: 100%; clear: both; height: 30px; padding-top: 2px; vertical-align: middle !important; }
.iTrackerPickDetailDateTitleDiv { width: 20%; float: left; text-align: left; margin-top: 3px; margin-left: 0; }
.iTrackerPickDetailDateControlDiv { width: 74%; float: right; text-align: left; margin-right: 3px; }
.iTrackerPickDetailStatusDiv { width: 47%; float: right; text-align: right; padding-top: 7px; padding-right: 10px; }
.iTrackerPickDetailStatusWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerPickDetailStatusTitleDiv { width: 45%; float: left; text-align: right; margin-top: 6px; margin-left: 3px; }
.iTrackerPickDetailStatusControlDiv { width: 50%; float: right; text-align: right; margin-top: 3px; margin-right: 3px; padding-right: 5px; }
.iTrackerPickDetailEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 510px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerPickDetailTabWrapper { width: 100%; clear: both; }

/* RPVTAB01 */
.iTrackerPickDetailTab01Column1 { width: 100%; float: left; margin: 0 0 0 10px; }
.iTrackerPickDetailTab01Column2 { width: 46%; float: left; margin: 0 0 0 20px; }
.iTrackerPickDetailTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerPickDetailTab { width: 97%; display: inline-block; padding: 0px 4px 0 3px; margin: 0px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerPickDetailHoldNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerPickDetailHoldNote { width: 95%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 4px; border: 1px solid #AEC7E3; }
.iTrackerPickDetailProdNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerPickDetailProdNote { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerPickDetailCommentLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerPickDetailComment { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }

.iTrackerPickTotalsTabLegend { margin: 0 0 0 5px !important; background-color: White; font-family: Segoe UI, Arial, sans-serif; font-size: 13px; font-weight: 700 !important; color: #00004D; }
.iTrackerPickTotalsTab { width: 800px; display: inline-block; padding: 1px 4px 3px 3px; border: 1px solid #AEC7E3; }
.iTrackerPickDetailBatchStrip { width: 100% !important; margin: 3px 0 -8px 15px !important; }
.iTrackerPickDetailBatchMultiPage { text-align: left !important; padding: 0 !important; margin: 0 !important; height: 490px; width: 100%; }


/* Select Lot */
#iTrackerSelectLotGrid { width: 97%; height: 375px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectLotData { width: 97%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectLotDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectLotDataOrdered { float: left; width: 200px; height: 35px; padding-right: 10px; white-space: nowrap; }
#iTrackerSelectLotDataSelected { float: left; width: 200px; height: 35px; white-space: nowrap; }
#iTrackerSelectLotDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
#iTrackerSelectLotOrderQty { width: 150px; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
#iTrackerSelectLotOrderQtyLegend { margin: 0 0 0 9px; background-color: White; }
#iTrackerSelectLotSelectedQty { width: 150px; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
#iTrackerSelectLotSelectedQtyLegend { margin: 0 0 0 9px; background-color: White; }
#iTrackerPickDetailSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerPickDetailSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerPickDetailSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }
/******************************************************************************************************************
 END PICK MODULE
******************************************************************************************************************/

/******************************************************************************************************************
 SHIPMENT MODULE
******************************************************************************************************************/
/* ShipmentHeader Delete */
.iTrackerShipmentHeaderDeleteArea { width: 100%; }
.iTrackerShipmentHeaderDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 23px; text-align: center; }
.iTrackerShipmentHeaderDeletePrompt2 { font-size: 11px; font-weight: bolder; color: Red; width: 100%; height: 30px; text-align: center; }
.iTrackerShipmentHeaderDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerShipmentHeaderDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }
#iTrackerShipmentDeleteSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerShipmentDeleteSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerShipmentDeleteSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* Shipment Header Custom */
.iTrackerShipmentHeaderCustomPanel { height: 293px; width: 99%; overflow: auto; margin: 0 0 0 4px; border-top: 1px #AEC7E3 solid; border-bottom: 1px #AEC7E3 solid; }
.iTrackerShipmentHeaderTBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentHeaderTBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentHeaderCBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentHeaderCBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentHeaderCHCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentHeaderCHCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentHeaderNUCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentHeaderNUCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentHeaderDTCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentHeaderDTCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentHeaderLGCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentHeaderLGCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentHeaderXMLCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentHeaderXMLCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }

/* Shipment Header Edit */
.iTrackerShipmentHeaderDataStatusTabWrapper { width: 100%; clear: both; height: 36px; vertical-align: middle !important; }
.iTrackerShipmentHeaderDateDiv { width: 49%; float: left; padding-top: 7px; padding-left: 10px; }
.iTrackerShipmentHeaderStatusDiv { width: 49%; float: right; text-align: right; padding-top: 7px; padding-right: 3px; }
.iTrackerShipmentHeaderEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 625px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerShipEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 195px; width: 99%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 0; }
.iTrackerShipAddressEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 0 0 !important; height: 275px; width: 99%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 0; }
.iTrackerShipmentHeaderTabWrapper { width: 100%; clear: both; }

/* RVPTAB01*/
.iTrackerShipmentHeaderColumn1 { width: 49%; float: left; margin: 3px 0 0 6px; }
.iTrackerShipmentHeaderColumn2 { width: 48%; float: left; margin: 0 0 0 1px; height: 280px; }
.iTrackerShipmentHeaderTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentHeaderTab { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerShipmentAddressHeaderTab { width: 94%; display: inline-block; padding: 0 7px 0 3px; margin: 0 0 0 6px; border: 1px solid #AEC7E3; }

.iTrackerShipmentEDI { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerShipmentEDILegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentBilling { width: 100%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerShipmentBillingLegend { margin: 0 0 0 7px; background-color: White; }

/* ShipmentHeader Status */
.iTrackerShipmentHeaderStatusArea { width: 100%; }
.iTrackerShipmentHeaderStatusPrompt { font-size: 13px; font-weight: bolder; color: Red; width: 100%; height: 50px; text-align: center; }
.iTrackerShipmentHeaderStatusSelect { width: 57%; height: 60px; padding-left: 110px; }
.iTrackerShipmentHeaderStatusList { white-space: nowrap; font-weight: bold !important; }
#iTrackerShipmentHeaderSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerShipmentHeaderSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerShipmentHeaderSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* Shipment Detail Custom */
.iTrackerShipmentDetailCustomPanel { height: 293px; width: 99%; overflow: auto; margin: 0 0 0 4px; border-top: 1px #AEC7E3 solid; border-bottom: 1px #AEC7E3 solid; }
.iTrackerShipmentDetailTBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentDetailTBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentDetailCBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentDetailCBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentDetailCHCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentDetailCHCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentDetailNUCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentDetailNUCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentDetailDTCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentDetailDTCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentDetailLGCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentDetailLGCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentDetailXMLCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentDetailXMLCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }

/* Shipment Save Box */
#iTrackerShipmentDetailSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerShipmentDetailSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerShipmentDetailSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* Shipment Detail Delete */
.iTrackerShipmentDetailDeleteArea { width: 100%; }
.iTrackerShipmentDetailDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 23px; text-align: center; }
.iTrackerShipmentDetailDeletePrompt2 { font-size: 11px; font-weight: bolder; color: Red; width: 100%; height: 30px; text-align: center; }
.iTrackerShipmentDetailDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerShipmentDetailDeleteLot { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerShipmentDetailDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }

/* Shipment Detail Edit */
.iTrackerShipmentDetailDateStatusTabWrapper { width: 100%; clear: both; height: 40px; vertical-align: middle !important; }
.iTrackerShipmentDetailDateDiv { width: 49%; float: left; padding-top: 7px; padding-left: 10px; }
.iTrackerShipmentDetailDataWrapper { width: 100%; clear: both; height: 30px; padding-top: 2px; vertical-align: middle !important; }
.iTrackerShipmentDetailDateTitleDiv { width: 20%; float: left; text-align: left; margin-top: 3px; margin-left: 0; }
.iTrackerShipmentDetailDateControlDiv { width: 74%; float: right; text-align: left; margin-right: 3px; }
.iTrackerShipmentDetailStatusDiv { width: 47%; float: right; text-align: right; padding-top: 7px; padding-right: 10px; }
.iTrackerShipmentDetailStatusWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerShipmentDetailStatusTitleDiv { width: 45%; float: left; text-align: right; margin-top: 6px; margin-left: 3px; }
.iTrackerShipmentDetailStatusControlDiv { width: 50%; float: right; text-align: right; margin-top: 3px; margin-right: 3px; padding-right: 5px; }
.iTrackerShipmentDetailEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 510px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerShipmentDetailTabWrapper { width: 100%; clear: both; }

/* RPVTAB01 */
.iTrackerShipmentDetailTab01Column1 { width: 100%; float: left; margin: 0 0 0 10px; }
.iTrackerShipmentDetailTab01Column2 { width: 46%; float: left; margin: 0 0 0 20px; }
.iTrackerShipmentDetailTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerShipmentDetailTab { width: 97%; display: inline-block; padding: 0px 4px 4px 3px; margin: 0px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerShipmentDetailHoldNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerShipmentDetailHoldNote { width: 95%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 4px; border: 1px solid #AEC7E3; }
.iTrackerShipmentDetailProdNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerShipmentDetailProdNote { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerShipmentDetailCommentLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerShipmentDetailComment { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
/******************************************************************************************************************
 END SHIPMENT MODULE
******************************************************************************************************************/

/******************************************************************************************************************
 INTEGRATION MODULE
*******************************************************************************************************************/
/* Integration Manager Edit */
.iTrackerIntegrationManagerWrapper { width: 100%; clear: both; height: 300px; }
.iTrackerIntegrationManagerColumn1 { width: 46%; float: left; margin: 0 0 0 10px; }
.iTrackerIntegrationManagerColumn2 { width: 44%; float: left; margin: 0 0 0 20px; }
.iTrackerIntegrationManagerProfileName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerProfileNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerOwnerName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerOwnerNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerIsImport { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerIsImportLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerFileType { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerFileTypeLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerEdi { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerEdiLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerDirectory { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerDirectoryLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerFileMask { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerFileMaskLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerMap { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerMapLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerTransport { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerTransportLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerEventType { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerEventTypeLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerFtp { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerFtpLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerComment { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationManagerCommentLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationManagerResults { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 80px; text-align: center; margin-top: 20px; }

/* Integration Manager Delete */
.iTrackerIntegrationManagerDeleteArea { width: 100%; }
.iTrackerIntegrationManagerDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerIntegrationManagerDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 28px; text-align: center; }
.iTrackerIntegrationManagerDeleteCode { font-size: 12px; color: Black; width: 100%; height: 20px; text-align: center; }

/* Integration Map Edit */
.iTrackerIntegrationMapWrapper { width: 100%; clear: both; height: 280px; }
.iTrackerIntegrationMapColumn1 { width: 46%; float: left; margin: 0 0 0 10px; }
.iTrackerIntegrationMapColumn2 { width: 44%; float: left; margin: 0 0 0 20px; }
.iTrackerIntegrationMapProfileName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapProfileNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapDescription { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapDescriptionLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapIsImport { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapIsImportLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapProfileType { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapProfileTypeLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapHeaderExists { width: 28%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapHeaderExistsLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapIgnoreLines{ width: 28%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapIgnoreLinesLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapDelimiter { width: 28%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapDelimiterLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapFileName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapFileNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapPrimaryTable { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapPrimaryTableLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapFilterString { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapFilterStringLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapSortString { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapSortStringLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapMarks { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapMarksLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapDescription { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapDescriptionLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapComment { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapCommentLegend { margin: 0 0 0 7px; background-color: White; }

/* Integration Map Delete */
.iTrackerIntegrationMapDeleteArea { width: 100%; }
.iTrackerIntegrationMapDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerIntegrationMapDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 28px; text-align: center; }
.iTrackerIntegrationMapDeleteCode { font-size: 12px; color: Black; width: 100%; height: 20px; text-align: center; }

/* Integration Map Line Edit */
.iTrackerIntegrationMapLineWrapper { width: 100%; clear: both; height: 290px; }
.iTrackerIntegrationMapLineColumn1 { width: 46%; float: left; margin: 0 0 0 10px; }
.iTrackerIntegrationMapLineColumn2 { width: 44%; float: left; margin: 0 0 0 20px; }
.iTrackerIntegrationMapLineTableName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapLineTableNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapLineFunctionName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapLineFunctionNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapLineAttributeName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapLineAttributeNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapLineNumbers { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapLineNumbersLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapLineMarks { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapLineMarkLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapLineHeader { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapLineHeaderLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapLineExpression { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapLineExpressionLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerIntegrationMapLineComment { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerIntegrationMapLineCommentLegend { margin: 0 0 0 7px; background-color: White; }

/* Integration Map Line Delete */
.iTrackerIntegrationMapLineDeleteArea { width: 100%; }
.iTrackerIntegrationMapLineDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerIntegrationMapLineDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerIntegrationMapLineDeleteCode { font-size: 12px; color: Black; width: 100%; height: 20px; text-align: center; }

/* Import */
#iTrackerImportArea { background-color: #F0F3F7 !important; border-top-color: green; border-bottom-color: green; border-style: groove; border-left-width: 0; border-right-width: 0; border-top-width: 3px; border-bottom-width: 3px; padding: 15px 0 15px 30px; font-family: Segoe UI, Arial, sans-serif !important; font-size: 13px !important; font-weight: bold !important; }


/* Export */
#iTrackerExportArea { background-color: #F0F3F7 !important; border-top-color: green; border-bottom-color: green; border-style: groove; border-left-width: 0; border-right-width: 0; border-top-width: 3px; border-bottom-width: 3px; padding: 15px 0 15px 30px; font-family: Segoe UI, Arial, sans-serif !important; font-size: 13px !important; font-weight: bold !important; }

/* Select Edi Import Files*/
#iTrackerSelectEdiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 410px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }

/* Map Import File */
#iTrackerImportMapPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 372px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerImportSelectFile { width: 97%; display: inline-block; padding: 7px 7px 7px 3px; margin: 6px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerImportSelectFileLegend { margin: 0 0 0 7px; background-color: White; }
#iTrackerEditColumnDiv { padding: 4px 0 0 17px; }
.iTrackerImportEditColumnButtons { padding: 10px 0 0 43px; }
.iTrackerImportSelectButtons { float: right; padding: 7px 7px 0 0; }

/* Map Export File */
#iTrackerExportMapPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 360px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerExportModule { width: 50%; display: inline-block; padding: 7px 7px 7px 3px; margin: 6px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerExportModuleLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerExport { width: 97%; display: inline-block; padding: 7px 7px 7px 3px; margin: 6px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerExportLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerExportColumn1 { width: 52%; display: inline-block; padding: 7px 7px 7px 3px; margin: 6px 0 0 6px; border: 1px solid #AEC7E3; float: left; }
.iTrackerExportModuleLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerExportColumn2 { width: 40%; display: inline-block; padding: 7px 7px 7px 3px; margin: 6px 0 0 6px; border: 1px solid #AEC7E3; float: left; }
.iTrackerExportModuleLegend { margin: 0 0 0 7px; background-color: White; }

/* Edi Import */
#iTrackerImportSaveDiv { padding: 12px 0 7px 17px; }
#iTrackerImportPrompt { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; font-size: 14px; padding: 5px 0 5px 0; }
#iTrackerImportBox { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; color: Maroon; font-size: 12.5px; height: 80px; }
.iTrackerImportButtons { text-align: right; float: right; width: 55%; padding: 5px 20px 0 0; margin: 0 0 0 0; }
#iTrackerImportSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerImportSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerImportSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* Edi Export*/
#iTrackerExportSaveDiv { padding: 12px 0 7px 17px; }
#iTrackerExportPrompt { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; font-size: 14px; padding: 5px 0 5px 0; }
#iTrackerExportBox { width: 100%; white-space: nowrap; text-align: center !important; font-family: Segoe UI, Arial, sans-serif; font-weight: bold; color: Maroon; font-size: 12.5px; height: 80px; }
.iTrackerExportButtons { text-align: right; float: right; width: 100%; padding: 5px 20px 0 0; margin: 0 0 0 0; }
#iTrackerExportSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerExportSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerExportSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/******************************************************************************************************************
 END INTEGRATION MODULE
*******************************************************************************************************************/

/******************************************************************************************************************
 KIT MODULE
******************************************************************************************************************/
/* Kit Detail Custom */
.iTrackerKitDetailCustomPanel { height: 293px; width: 99%; overflow: auto; margin: 0 0 0 4px; border-top: 1px #AEC7E3 solid; border-bottom: 1px #AEC7E3 solid; }
.iTrackerKitDetailTBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitDetailTBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitDetailCBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitDetailCBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitDetailCHCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitDetailCHCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitDetailNUCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitDetailNUCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitDetailDTCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitDetailDTCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitDetailLGCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitDetailLGCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitDetailXMLCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitDetailXMLCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }

/* KitHeader Delete */
#iTrackerKitHeaderDeleteArea { width: 100%; font-family: Segoe UI, Arial, sans-serif; }
.iTrackerKitHeaderDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerKitHeaderDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerKitHeaderDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }
#iTrackerKitDeleteSaveArea { padding-left: 20px !important; padding-right: 20px !important; font-family: Segoe UI, Arial, sans-serif; }  
#iTrackerKitDeleteSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerKitDeleteSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* KitHeader Status */
.iTrackerKitHeaderStatusArea { width: 100%; }
.iTrackerKitHeaderStatusPrompt { font-size: 13px; font-weight: bolder; color: Red; width: 100%; height: 50px; text-align: center; }
.iTrackerKitHeaderStatusSelect { width: 57%; height: 72px; padding-left: 110px; }
.iTrackerKitHeaderStatusList { white-space: nowrap; font-weight: bold !important; }
#iTrackerKitHeaderSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerKitHeaderSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerKitHeaderSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* Kit Detail Delete */
.iTrackerKitDetailDeleteArea { width: 100%; font-family: Segoe UI, Arial, sans-serif !important; }
.iTrackerKitDetailDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; font-family: Segoe UI, Arial, sans-serif !important; }
.iTrackerKitDetailDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; font-family: Segoe UI, Arial, sans-serif !important; }
.iTrackerKitDetailDeleteLot { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; font-family: Segoe UI, Arial, sans-serif !important; }
.iTrackerKitDetailDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; font-family: Segoe UI, Arial, sans-serif !important; }

/* Kit Complete Prompt */

/* KitDetail Delete */
.iTrackerKitCompletePromptArea { width: 100%; }
.iTrackerKitCompletePromptPrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerKitCompletePromptName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }

/* Kit Header Edit */
.iTrackerKitHeaderDateStatusTabWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerKitHeaderDateDiv { width: 49%; float: left; padding-top: 7px; padding-left: 10px; }
.iTrackerKitHeaderDataWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerKitHeaderDateTitleDiv { width: 20%; float: left; text-align: left; margin-top: 3px; margin-left: 3px; }
.iTrackerKitHeaderDateControlDiv { width: 74%; float: right; text-align: left; margin-right: 3px; }
.iTrackerKitHeaderStatusDiv { width: 47%; float: right; text-align: right; padding-top: 7px; padding-right: 10px; }
.iTrackerKitHeaderStatusWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerKitHeaderStatusTitleDiv { width: 47%; float: left; text-align: right; margin-top: 3px; margin-left: 3px; }
.iTrackerKitHeaderEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 560px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerKitFromBOMEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 410px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerKitHeaderTabWrapper { width: 100%; clear: both; }
#iTrackerKitHeaderSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerKitHeaderSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerKitHeaderSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* RPVTAB01 */
.iTrackerKitHeaderTab01Column1 { width: 100%; float: left; margin: 0 0 0 10px; }
.iTrackerKitHeaderTab01Column2 { width: 46%; float: left; margin: 0 0 0 20px; }
.iTrackerKitHeaderTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitHeaderTab { width: 97%; display: inline-block; padding: 1px 4px 1px 3px; margin: 0px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerKitHeaderHoldNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerKitHeaderHoldNote { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 4px; border: 1px solid #AEC7E3; }
.iTrackerKitHeaderProdNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerKitHeaderProdNote { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitHeaderCommentLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerKitHeaderComment { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitHeaderBOMLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerKitHeaderBOM { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }

/* Kit Header Custom */
.iTrackerKitHeaderCustomPanel { height: 293px; width: 99%; overflow: auto; margin: 0 0 0 4px; border-top: 1px #AEC7E3 solid; border-bottom: 1px #AEC7E3 solid; }
.iTrackerKitHeaderTBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitHeaderTBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitHeaderCBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitHeaderCBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitHeaderCHCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitHeaderCHCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitHeaderNUCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitHeaderNUCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitHeaderDTCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitHeaderDTCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitHeaderLGCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitHeaderLGCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitHeaderXMLCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitHeaderXMLCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }

/* Kit Detail Edit */
.iTrackerKitDetailDateStatusTabWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerKitDetailDateDiv { width: 49%; float: left; padding-top: 7px; padding-left: 10px; }
.iTrackerKitDetailDataWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerKitDetailDateTitleDiv { width: 24%; float: left; text-align: left; margin-top: 3px; margin-left: 3px; }
.iTrackerKitDetailDateControlDiv { width: 74%; float: right; text-align: left; margin-right: 3px; }
.iTrackerKitDetailStatusDiv { width: 47%; float: right; text-align: right; padding-top: 7px; padding-right: 10px; }
.iTrackerKitDetailStatusWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerKitDetailStatusTitleDiv { width: 47%; float: left; text-align: right; margin-top: 3px; margin-left: 3px; }
.iTrackerKitDetailEditMultiPage { text-align: left !important; padding: 0 !important; margin: 5px 0 5px 0 !important; height: 460px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerKitDetailTabWrapper { width: 100%; clear: both; }
#iTrackerKitDetailSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerKitDetailSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerKitDetailSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* RPVTAB01 */
.iTrackerKitDetailTab01Column1 { width: 100%; float: left; margin: 0 0 0 10px; }
.iTrackerKitDetailTab01Column2 { width: 46%; float: left; margin: 0 0 0 20px; }
.iTrackerKitDetailTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerKitDetailTab { width: 97%; display: inline-block; padding: 1px 4px 1px 3px; margin: 0px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerKitDetailHoldNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerKitDetailHoldNote { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 4px; border: 1px solid #AEC7E3; }
.iTrackerKitDetailProdNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerKitDetailProdNote { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerKitDetailCommentLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerKitDetailComment { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
/******************************************************************************************************************
 END KIT MODULE
******************************************************************************************************************/

/******************************************************************************************************************
 BILLOFMATERIAL MODULE
******************************************************************************************************************/
/* BillOfMaterial Header Delete */
#iTrackerBillOfMaterialHeaderDeleteArea { width: 100%; font-family: Segoe UI, Arial, sans-serif; }
.iTrackerBillOfMaterialHeaderDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerBillOfMaterialHeaderDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerBillOfMaterialHeaderDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }
#iTrackerBillOfMaterialDeleteSaveArea { padding-left: 20px !important; padding-right: 20px !important; font-family: Segoe UI, Arial, sans-serif; }  
#iTrackerBillOfMaterialDeleteSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerBillOfMaterialDeleteSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* BillOfMaterial Header Edit */
.iTrackerBillOfMaterialHeaderDescDiv { width: 98%; float: left; padding-top: 5px; padding-left: 10px; padding-bottom: 3px; }
.iTrackerBillOfMaterialHeaderEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 535px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerBillOfMaterialHeaderTabWrapper { width: 100%; clear: both; }
#iTrackerBillOfMaterialHeaderSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerBillOfMaterialHeaderSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerBillOfMaterialHeaderSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }

/* RPVTAB01 */
.iTrackerBillOfMaterialHeaderTab01Column1 { width: 100%; float: left; margin: 0 0 0 10px; }
.iTrackerBillOfMaterialHeaderTab01Column2 { width: 46%; float: left; margin: 0 0 0 20px; }
.iTrackerBillOfMaterialHeaderTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialHeaderTab { width: 97%; display: inline-block; padding: 6px 4px 1px 3px; margin: 0px 0 0 6px; border: 1px solid #AEC7E3; }

/* BillOfMaterial Header Custom */
.iTrackerBillOfMaterialHeaderCustomPanel { height: 293px; width: 99%; overflow: auto; margin: 0 0 0 4px; border-top: 1px #AEC7E3 solid; border-bottom: 1px #AEC7E3 solid; }
.iTrackerBillOfMaterialHeaderTBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialHeaderTBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialHeaderCBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialHeaderCBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialHeaderCHCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialHeaderCHCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialHeaderNUCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialHeaderNUCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialHeaderDTCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialHeaderDTCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialHeaderLGCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialHeaderLGCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialHeaderXMLCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialHeaderXMLCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }


/* Bill Of Material Detail Delete */
.iTrackerBillOfMaterialDetailDeleteArea { width: 100%; }
.iTrackerBillOfMaterialDetailDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerBillOfMaterialDetailDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerBillOfMaterialDetailDeleteLot { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerBillOfMaterialDetailDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }

/* Bill Of Material Detail Custom*/
.iTrackerBillOfMaterialDetailCustomPanel { height: 293px; width: 99%; overflow: auto; margin: 0 0 0 4px; border-top: 1px #AEC7E3 solid; border-bottom: 1px #AEC7E3 solid; }
.iTrackerBillOfMaterialDetailTBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialDetailTBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialDetailCBCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialDetailCBCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialDetailCHCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialDetailCHCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialDetailNUCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialDetailNUCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialDetailDTCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialDetailDTCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialDetailLGCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialDetailLGCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialDetailXMLCustomLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialDetailXMLCustom { width: 94%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }

/* Bill Of Material Detail Edit */
.iTrackerBillOfMaterialDetailDateStatusTabWrapper { width: 100%; clear: both; height: 3px; vertical-align: middle !important; }
.iTrackerBillOfMaterialDetailDateDiv { width: 49%; float: left; padding-top: 7px; padding-left: 10px; }
.iTrackerBillOfMaterialDetailDataWrapper { width: 100%; clear: both; height: 30px; padding-top: 2px; vertical-align: middle !important; }
.iTrackerBillOfMaterialDetailDateTitleDiv { width: 20%; float: left; text-align: left; margin-top: 3px; margin-left: 0; }
.iTrackerBillOfMaterialDetailDateControlDiv { width: 74%; float: right; text-align: left; margin-right: 3px; }
.iTrackerBillOfMaterialDetailStatusDiv { width: 47%; float: right; text-align: right; padding-top: 7px; padding-right: 10px; }
.iTrackerBillOfMaterialDetailStatusWrapper { width: 100%; clear: both; height: 30px; vertical-align: middle !important; }
.iTrackerBillOfMaterialDetailStatusTitleDiv { width: 45%; float: left; text-align: right; margin-top: 6px; margin-left: 3px; }
.iTrackerBillOfMaterialDetailStatusControlDiv { width: 50%; float: right; text-align: right; margin-top: 3px; margin-right: 3px; padding-right: 5px; }
.iTrackerBillOfMaterialDetailEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 267px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-top-width: 0; }
.iTrackerBillOfMaterialDetailTabWrapper { width: 100%; clear: both; }

/* RPVTAB01 */
.iTrackerBillOfMaterialDetailTab01Column1 { width: 100%; float: left; margin: 0 0 0 10px; }
.iTrackerBillOfMaterialDetailTab01Column2 { width: 46%; float: left; margin: 0 0 0 20px; }
.iTrackerBillOfMaterialDetailTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBillOfMaterialDetailTab { width: 97%; display: inline-block; padding: 2px 4px 2px 3px; margin: 0px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialDetailHoldNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerBillOfMaterialDetailHoldNote { width: 95%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 4px; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialDetailProdNoteLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerBillOfMaterialDetailProdNote { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBillOfMaterialDetailCommentLegend { margin: 0 0 0 0; background-color: White; }
.iTrackerBillOfMaterialDetailComment { width: 97%; display: inline-block; padding: 1px 7px 4px 3px; margin: 5px 0 0 0; border: 1px solid #AEC7E3; }


/******************************************************************************************************************
 END BILLOFMATERIAL MODULE
******************************************************************************************************************/


/******************************************************************************************************************
 BC DEFS
*******************************************************************************************************************/
/* BC Defs Edit */
.iTrackerBCDefWrapper { width: 100%; clear: both; height: 300px; }
.iTrackerBCDefColumn1 { width: 46%; float: left; margin: 0 0 0 10px; }
.iTrackerBCDefColumn2 { width: 44%; float: left; margin: 0 0 0 20px; }
.iTrackerBCDefDescription { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBCDefDescriptionLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBCDefOwner { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBCDefOwnerLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBCDefFieldName { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBCDefFieldNameLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBCDefBCLength { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBCDefBCLengthLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBCDefFieldStart { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBCDefFieldStartLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBCDefFieldLength { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBCDefFieldLengthLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBCDefDataType { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBCDefDataTypeLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBCDefCategory { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBCDefCategoryLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBCDefCrossReference { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBCDefCrossReferenceLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerBCDefDateFormat { width: 100%; display: inline-block; padding: 0 7px 4px 3px; margin: 0 0 0 0; border: 1px solid #AEC7E3; }
.iTrackerBCDefDateFormatLegend { margin: 0 0 0 7px; background-color: White; }

/* BC Defs Delete */
.iTrackerBCDefDeleteArea { width: 100%; }
.iTrackerBCDefDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerBCDefDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerBCDefDeleteField { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }
/******************************************************************************************************************
    END BC DEFS
*******************************************************************************************************************/

/******************************************************************************************************************
    WAREHOUSE SEARCH
*******************************************************************************************************************/
#iTrackerSelectWarehouseGrid { width: 97%; height: 400px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectWarehouseData { width: 97%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectWarehouseDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectWarehouseDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END WAREHOUSE SEARCH
*******************************************************************************************************************/

/******************************************************************************************************************
    OWNER SEARCH
*******************************************************************************************************************/
#iTrackerSelectOwnerGrid { width: 97%; height: 400px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectOwnerData { width: 97%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectOwnerDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectOwnerDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END OWNER SEARCH
*******************************************************************************************************************/

/******************************************************************************************************************
    CONSIGNEE SEARCH
*******************************************************************************************************************/
#iTrackerSelectConsigneeGrid { width: 97%; height: 400px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectConsigneeData { width: 97%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectConsigneeDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectConsigneeDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END CONSIGNEE SEARCH
*******************************************************************************************************************/

/******************************************************************************************************************
    CARRIER SEARCH
*******************************************************************************************************************/
#iTrackerSelectCarrierGrid { width: 97%; height: 400px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectCarrierData { width: 97%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectCarrierDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectCarrierDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END CARRIER SEARCH
*******************************************************************************************************************/

/******************************************************************************************************************
    ITEM SEARCH
*******************************************************************************************************************/
#iTrackerSelectItemGrid { width: 97%; height: 400px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectItemData { width: 97%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectItemDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectItemDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END ITEM SEARCH
*******************************************************************************************************************/

/******************************************************************************************************************
    ITEM UNIT SEARCH
*******************************************************************************************************************/
#iTrackerSelectItemUnitGrid { width: 93%; height: 200px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectItemUnitData { width: 93%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectItemUnitDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectItemUnitDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END ITEM UNIT SEARCH
*******************************************************************************************************************/

/******************************************************************************************************************
    ITEM CATEGORY SEARCH
*******************************************************************************************************************/
#iTrackerSelectItemCategoryGrid { width: 95%; height: 380px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectItemCategoryData { width: 93%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectItemCategoryDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectItemCategoryDataButtons { float: right; width: 195px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END ITEM UNIT SEARCH
*******************************************************************************************************************/

/******************************************************************************************************************
    BOM SELECT
*******************************************************************************************************************/
#iTrackerSelectBillOfMaterialGrid { width: 97%; height: 215px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectBillOfMaterialData { width: 93%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectBillOfMaterialDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectBillOfMaterialDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END BOM SELECT
*******************************************************************************************************************/

/******************************************************************************************************************
    LOCATION SEARCH
*******************************************************************************************************************/
#iTrackerSelectLocationGrid { width: 96%; height: 382px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectLocationData { width: 96%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectLocationDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectLocationDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END LOCATION SEARCH
*******************************************************************************************************************/

/******************************************************************************************************************
    LICENSE PLATE SEARCH
*******************************************************************************************************************/
#iTrackerSelectLicensePlateGrid { width: 97%; height: 400px; margin: 2px 0 0 7px; border-style: outset; border-width: 4px; border-color: lightseagreen; }
#iTrackerSelectLicensePlateData { width: 97%; margin: 5px 0 0 7px; clear: both; }
#iTrackerSelectLicensePlateDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerSelectLicensePlateDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END LICENSEPLATE SEARCH
*******************************************************************************************************************/

/******************************************************************************************************************
    ONHOLD
*******************************************************************************************************************/
.iTrackerOnHold { width: 100%; clear: both; }
.iTrackerOnHoldOwnerItemDiv { width: 48%; float: left; padding-top: 4px; padding-left: 10px; }
.iTrackerOnHoldLotExtentDiv { width: 48%; float: right; padding-top: 4px; padding-right: 3px; }
.iTrackerOnHoldDescriptionDiv { width: 96%; float: left; padding-top: 4px; padding-left: 10px; }
.iTrackerOnHoldInvetoryInfoLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerOnHoldInventoryInfo { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerOnHoldCurrentLevelsLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerOnHoldCurrentLevels { width: 91%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerOnHoldOptionsLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerOnHoldOptions { width: 93%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerOnHoldEditLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerOnHoldEdit { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerOnHoldNotesLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerOnHoldNotes { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
/******************************************************************************************************************
    END ONHOLD
*******************************************************************************************************************/

/******************************************************************************************************************
    ADJUSTMENT
*******************************************************************************************************************/
.iTrackerAdjustment { width: 100%; clear: both; }
.iTrackerAdjustmentOwnerItemDiv { width: 48%; float: left; padding-top: 4px; padding-left: 10px; }
.iTrackerAdjustmentLotExtentDiv { width: 48%; float: right; padding-top: 4px; padding-right: 3px; }
.iTrackerAdjustmentDescriptionDiv { width: 96%; float: left; padding-top: 4px; padding-left: 10px; }
.iTrackerAdjustmentInvetoryInfoLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerAdjustmentInventoryInfo { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerAdjustmentCurrentLevelsLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerAdjustmentCurrentLevels { width: 91%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerAdjustmentOptionsLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerAdjustmentOptions { width: 93%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerAdjustmentEditLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerAdjustmentEdit { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerAdjustmentCommentLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerAdjustmentComment { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
/******************************************************************************************************************
    END ADJUSTMENT
*******************************************************************************************************************/

/******************************************************************************************************************
    TRANSFERS
*******************************************************************************************************************/
.iTrackerTransferTitle { text-align: left; font-family: Segoe UI, Arial, sans-serif; font-size: 15px !important; font-weight: 700 !important; cursor: default; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #00004D; padding-right: 10px; background-color: transparent; }
.iTrackerTransfer { width: 100%; clear: both; }
.iTrackerTransferSourceLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerTransferSource { width: 94%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerTransferDestinationLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerTransferDestination{ width: 94%; display: inline-block; padding: 1px 7px 4px 10px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerTransferHoldNotesLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerTransferHoldNotes{ width: 94%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }


#iTrackerTransferSaveArea { padding-left: 20px !important; padding-right: 20px !important; }
#iTrackerTransferSavePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
#iTrackerTransferSaveWarning { font-size: 9px; font-weight: bolder; color: darkred; width: 100%; text-align: left; }
/******************************************************************************************************************
    END TRANSFERS
*******************************************************************************************************************/

/******************************************************************************************************************
    INVENTORY EDIT
*******************************************************************************************************************/
.iTrackerInventoryByWOILEUEditTabWrapper { width: 100%; clear: both; }
.iTrackerInventoryByWOILEUEditTabWrapper2 { width: 100%; clear: both; margin-left:6px; margin-top:4px; }
.iTrackerInventoryByWOILEUEditTabWrapperCol1 { width: 41%; float: left; }
.iTrackerInventoryByWOILEUEditTabWrapperCol2 { width: 57%; float: left; padding-left: 1px; }
.iTrackerInventoryByWOILEUEditTabLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerInventoryByWOILEUEditTab { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerInventoryByWOILEUEditTab2Legend { margin: 0 0 0 7px; background-color: White; }
.iTrackerInventoryByWOILEUEditTab2 { width: 96%; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerInventoryByWOILEUEditMultiPage { text-align: left !important; padding: 2px 0 0 4px !important; margin: 0 0 5px 0 !important; height: 220px; width: 98%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 0; }
/******************************************************************************************************************
    END INVENTORY EDIT
*******************************************************************************************************************/

/******************************************************************************************************************
    INVENTORY ACTIVITY
*******************************************************************************************************************/
#iTrackerInventoryActivityEdit { background-color: whitesmoke; border-radius: 20px 20px 0 0; margin-top:27px; }
.iTrackerInventoryActivityEditTabWrapper { width: 725px; clear: both; margin-top:4px; position: fixed; left: 50%; margin-left: -362px; }
.iTrackerInventoryActivityEditTabLegend { margin: 0 0 0 10px; background-color: White; }
.iTrackerInventoryActivityEditTab { width: 96%; display: inline-block; margin: 4px 0 4px 9px; border: 1px solid #AEC7E3; }
.iTrackerInventoryActivityEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 230px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 0; }
/******************************************************************************************************************
    END INVENTORY ACTIVITY
*******************************************************************************************************************/

/******************************************************************************************************************
    INVENTORY SUMMARY
*******************************************************************************************************************/
#iTrackerInventorySummaryEdit { background-color: whitesmoke; border-radius: 20px 20px 0 0; margin-top:27px; }
.iTrackerInventorySummaryEditTabWrapper { width: 725px; clear: both; margin-top:4px; position: fixed; left: 50%; margin-left: -362px; }
.iTrackerInventorySummaryEditTabLegend { margin: 0 0 0 10px; background-color: White; }
.iTrackerInventorySummaryEditTab { width: 96%; display: inline-block; margin: 4px 0 4px 9px; border: 1px solid #AEC7E3; }
.iTrackerInventorySummaryEditMultiPage { text-align: left !important; padding: 0 !important; margin: 0 0 5px 0 !important; height: 230px; width: 100%; border-color: #66839A; border-style: solid; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-width: 0; }
/******************************************************************************************************************
    END INVENTORY SUMMARY
*******************************************************************************************************************/

/******************************************************************************************************************
    USER GROUPS
*******************************************************************************************************************/
/* User Group Edit */
.iTrackerUserGroupLegend { margin: 0 0 0 7px; background-color: White; }
.iTrackerUserGroup { width: 540px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }

/* User Group Delete */
.iTrackerUserGroupDeleteArea { width: 100%; }
.iTrackerUserGroupDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; font-family: "Segoe UI", Arial, Sans-serif; }
.iTrackerUserGroupDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; font-family: "Segoe UI", Arial, Sans-serif; }
/******************************************************************************************************************
    END USER GROUPS
*******************************************************************************************************************/

/******************************************************************************************************************
    LIST MAINTENANCE
*******************************************************************************************************************/
/* List Maintenance Delete */
.iTrackerListMaintenanceDeleteArea { width: 100%; }
.iTrackerListMaintenanceDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerListMaintenanceDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerListMaintenanceDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }
.iTrackerListMaintenance { width: 97%; display: inline-block; padding: 0 3px 3px 2px; border: 1px solid #AEC7E3; color:transparent; height:649px; }
.iTrackerListMaintenanceLegend { color:transparent; font-weight: bold; }
/******************************************************************************************************************
    END LIST MAINTENANCE
*******************************************************************************************************************/

/******************************************************************************************************************
    LABEL MAINTENANCE
*******************************************************************************************************************/

/* Label Maintenance Delete */
.iTrackerLabelMaintenanceDeleteArea { width: 100%; }
.iTrackerLabelMaintenanceDeletePrompt { font-size: 14px; font-weight: bolder; color: Red; width: 100%; height: 32px; text-align: center; }
.iTrackerLabelMaintenanceDeleteName { font-size: 13px; font-weight: bolder; color: Black; width: 100%; height: 18px; text-align: center; }
.iTrackerLabelMaintenanceDeleteCode { font-size: 12.5px; color: Black; width: 100%; height: 20px; text-align: center; }
/******************************************************************************************************************
    END LABEL MAINTENANCE
*******************************************************************************************************************/

/******************************************************************************************************************
    UPS TRACKING
*******************************************************************************************************************/
#iTrackerUPSTrackingTop { width: 98%; height: 102px; margin: 2px 0 0 7px; }
#iTrackerUPSTrackingGrid { width: 98%; height: 345px; margin: 2px 0 0 7px; border-style: outset; border-width: 2px; border-color: lightseagreen; }
#iTrackerUPSTrackingData { width: 98%; margin: 5px 0 0 7px; clear: both; }
#iTrackerUPSTrackingDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerUPSTrackingDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END UPS TRACKING
*******************************************************************************************************************/

/******************************************************************************************************************
    FEDEX TRACKING
*******************************************************************************************************************/
#iTrackerFedExTrackingTop { width: 98%; height: 102px; margin: 2px 0 0 7px; }
#iTrackerFedExTrackingGrid { width: 98%; height: 345px; margin: 2px 0 0 7px; border-style: outset; border-width: 2px; border-color: lightseagreen; }
#iTrackerFedExTrackingData { width: 98%; margin: 5px 0 0 7px; clear: both; }
#iTrackerFedExTrackingDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerFedExTrackingDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END FEDEX TRACKING
*******************************************************************************************************************/

/******************************************************************************************************************
    USPS TRACKING
*******************************************************************************************************************/
#iTrackerUSPSTrackingTop { width: 98%; height: 100px; margin: 5px 0 0 9px; }
#iTrackerUSPSTrackingGrid { width: 98%; height: 345px; margin: 2px 0 0 7px; border-style: outset; border-width: 2px; border-color: lightseagreen; }
#iTrackerUSPSTrackingData { width: 98%; margin: 5px 0 0 7px; clear: both; }
#iTrackerUSPSTrackingDataHelp { float: left; width: 30px; height: 35px; padding-top: 1px; }
#iTrackerUSPSTrackingDataButtons { float: right; width: 200px; height: 32px; text-align: right; padding-top: 1px; }
/******************************************************************************************************************
    END USPS TRACKING
*******************************************************************************************************************/

/******************************************************************************************************************
    EXTENSIONS
*******************************************************************************************************************/
.iTrackerExtensionsDiv { height: 360px; width: 750px; display: inline-block; padding: 0; border: 1px solid #AEC7E3; clear: both; margin: 6px 2px 2px 6px; overflow: auto; }
.iTrackerExtensionsListItem{ float: left; height: 80px; width: 195px; margin: 13px 27px; }

/******************************************************************************************************************
    END EXTENSIONS
*******************************************************************************************************************/

/******************************************************************************************************************
    ECOMMERCE
*******************************************************************************************************************/
/*view*/
.iTrackereCommerceViewLeft { width: 35% !important; font-size: 12px !important; height: 12px; }
.iTrackereCommerceViewRight { width: 65% !important; text-align: left !important; white-space: nowrap; vertical-align: middle; font-size: 12px !important; padding-top: 4px; font-family: 'Tahoma', sans-serif; height: 12px;}

/*add*/
.iTrackereCommerceTabs { margin-right: auto !important; margin-left: auto !important; }
.iTrackereCommerceWarehousePage { margin-right: auto; margin-left: auto; }
/******************************************************************************************************************
    END ECOMMERCE
*******************************************************************************************************************/

/******************************************************************************************************************
    REPORT
*******************************************************************************************************************/
/*view*/
.iTrackerReportViewLeft { width: 35% !important; font-size: 12px !important; height: 12px; }
.iTrackerReportViewRight { width: 65% !important; text-align: left !important; white-space: nowrap; vertical-align: middle; font-size: 12px !important; padding-top: 4px; font-family: 'Tahoma', sans-serif; height: 12px;}

/*add*/
.iTrackerReportTabs { margin-right: auto !important; margin-left: auto !important; }
.iTrackerReportWarehousePage { margin-right: auto; margin-left: auto; }
/******************************************************************************************************************
    END REPORT
*******************************************************************************************************************/

/******************************************************************************************************************
    SHOPIFY
*******************************************************************************************************************/
.iTrackerShopifyAdd { height: 360px; width: 675px; display: inline-block; padding: 0 30px 4px 30px; border: 1px solid #AEC7E3; clear: both; margin: 6px 2px 2px 6px; }
.iTrackerShopifySeal { position: relative; left: 385px; top: 195px; }
.iTrackerShopifyAuthorizeArea { width: 500px; margin-left: auto; margin-right: auto; border: 6px groove black; padding: 20px 40px; border-radius: 10px;  color: black; }
.iTrackerShopifyUrl { width: 540px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerShopifyUrlLegend { margin: 0 0 0 10px; background-color: White; }
.iTrackerShopifyOptions { width: 540px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerShopifyOptionsLegend { margin: 0 0 0 10px; background-color: White; }
.iTrackerShopifyOwner { width: 250px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerShopifyOwnerLegend { margin: 0 0 0 10px; background-color: White; }
.iTrackerShopifyWarehouse { width: 250px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerShopifyWarehouseLegend { margin: 0 0 0 10px; background-color: White; }
/******************************************************************************************************************
    END SHOPIFY
*******************************************************************************************************************/

/******************************************************************************************************************
    MAGENTO
*******************************************************************************************************************/
.iTrackerMagentoAddArea { height: 360px; width: 690cpx; display: inline-block; padding: 0 30px 4px 30px; border: 1px solid #AEC7E3; clear: both; margin: 6px 2px 2px 6px; }
.iTrackerMagentoSettings { width: 100%; display: inline-block; padding: 1px 7px 4px 3px; border: 1px solid #AEC7E3; }
.iTrackerMagentoSettingsLegend { margin: 0 0 0 10px; background-color: White; }
.iTrackerMagentoiTrackerSettings { width: 100%; display: inline-block; padding: 1px 7px 4px 3px; border: 1px solid #AEC7E3; }
.iTrackerMagentoiTrackerSettingsLegend { margin: 0 0 0 10px; background-color: White; }
/******************************************************************************************************************
    END MAGENTO
*******************************************************************************************************************/

/******************************************************************************************************************
    ETSY
*******************************************************************************************************************/
.iTrackerEtsyAdd { height: 360px; width: 675px; display: inline-block; padding: 0 30px 4px 30px; border: 1px solid #AEC7E3; clear: both; margin: 6px 2px 2px 6px; }
.iTrackerEtsySeal { position: relative; left: 385px; top: 195px; }
.iTrackerEtsyAuthorizeArea { width: 500px; margin-left: auto; margin-right: auto; border: 6px groove black; padding: 20px 40px; border-radius: 10px;  color: black; }
.iTrackerEtsyUrl { width: 540px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerEtsyUrlLegend { margin: 0 0 0 10px; background-color: White; }
.iTrackerEtsyOptions { width: 540px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerEtsyOptionsLegend { margin: 0 0 0 10px; background-color: White; }
.iTrackerEtsyOwner { width: 250px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerEtsyOwnerLegend { margin: 0 0 0 10px; background-color: White; }
.iTrackerEtsyWarehouse { width: 250px; display: inline-block; padding: 1px 7px 4px 3px; margin: 1px 0 0 6px; border: 1px solid #AEC7E3; }
.iTrackerEtsyWarehouseLegend { margin: 0 0 0 10px; background-color: White; }
/******************************************************************************************************************
    END ETSY
*******************************************************************************************************************/

/******************************************************************************************************************
    DASHBOARD MENU
*******************************************************************************************************************/
#iTrackerDashboardTitleArea { clear: both; position: relative; height: 34px; width: 100%; background-color: #F0F3F7 !important; border-color: #F0F3F7; border-width: 0; overflow: hidden; border-radius: 20px 20px 0 0;  }
#iTrackerDashboardMenu { padding: 0 0 0 0; margin: 0 0 0 0; width: 100%; height:0; padding-left:10px; }
#iTrackerDashboardMenuInner { padding: 0 0 0 0; margin: 0 0 0 0; width: 100%; height:0; }
.iTrackerDashboardMenuButtonsNormal { font-family: Segoe UI, Arial, sans-serif; font-size:11px !important; font-weight:bold; color:black; }
.iTrackerDashboardMenuButtonsSelected { font-family: Segoe UI, Arial, sans-serif; font-size:11px !important; font-weight:bold; color:Red; }
/******************************************************************************************************************
    END DASHBOARD MENU
*******************************************************************************************************************/


/* Delete and Clone (prompt version)*/
#iTrackerDeleteVerifyArea { width: 100%; font-family: Segoe UI, Arial, sans-serif; font-size: 13px; }
#iTrackerCloneVerifyArea { width: 100%; font-family: Segoe UI, Arial, sans-serif; font-size: 13px; }

