﻿html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica;
    font-size: 12pt;
    height: 100%;
    min-height: 100%;
    background: #BEBEBE;
}

input,select,textarea,button 
{
    font-size: 100%;
}

.recalc {
    min-height:0;
    min-width:0;
    margin:0;
    padding: 0px 4px 0px 4px;
}
button {
min-height: .4in;
min-width: 1in;
margin: .05in;
}
ul.unmarked {
    list-style-type: none;
}
input.listed-btn {
    margin-right: 0.5em;
    color: red;
    font-weight: bold;
    vertical-align: bottom;
}
input.add {
    color: green;
}
.small-button {
    min-height: 0;
    min-width: 0;
    margin: 0;
}
#drawUIDelButt, #drawUILeftButt, #drawUIRightButt {
    min-height: 0;
    min-width: 0;
    margin: 0;
}
.nav_tabs 
{
    margin: 10px 0 0 0;
}
.nav_tabs > ul > li {
    cursor: pointer;
}
.nav_tabs ul
{
    margin: 5px 5px 5px 5px;
}

ul.drop_nav
{
    position: absolute;
    list-style: none;
    display: none;
    margin: 0;
    background-color: #8f5a5b;
    text-align: left;
    padding: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1000;
}

ul.drop_nav a
{
    background-color: #8f5a5b;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 100%;
    border-bottom: 1px solid white;
    color: white;
}

ul.drop_nav a:hover
{
    color: #8F5A5B;
    background-color: #EBEBEB;
}

#scanner video {
  max-width: 300px;
}

a
{
    color: #724861;
}

ul.hor_nav_tabs>li
{
    list-style: none;
    display: inline;
    margin: 0;
}

.hor_nav_tabs > li > a {
    background-color: #8f5a5b;
    text-decoration: none;
    padding: 5px;
    margin: 0 1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    box-shadow: -2px -2px 5px rgba(0,0,0,.3);
}
.paint_tabs > li > a {
    display: inline-block;
    padding: .5em 1em;
}
.hor_nav_tabs>li>a#current,.hor_nav_tabs>li>a.current,.hor_nav_tabs>li>a:hover
{
    padding-bottom: 7px;
    color: #8F5A5B;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    background-color: #EBEBEB;
    font-weight: bold;
}

.drop_nav>li>a
{
    line-height:1.5;
    font-size: large;
}

.DoneButton, .grouplistbtn {
   border-top: 1px solid #606a60;
   background: radial-gradient(ellipse at center, #4c7549 0%,#7ebf78 100%);
   padding: 3px 10px;
   border-radius: 8px;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ebebeb;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.DoneButton:hover,.DoneButton:active, .grouplistbtn:active, .grouplistbtn:hover {
   border-top-color: #4c7549;
   background: #4c7549;
   color: #ccc;
   }

.grouplistbtn {
    width: 5em;
}

.smallbtn {
    min-width: 0.1em;
    min-height: 0.1em;
}

entry 
{
    display: block;
    margin: 4px;
}

entry > *, entry.inline 
{
    display: inline-block;
}

.ItemCol 
{
    display: none;
}

.AddItemCol 
{
    display: none;
}
.AddItemBtn 
{
    display: none;
}
.AddItemColNeed::after {
    content:" *";
    color: red;
    font-weight: bold;
}

entry textarea 
{
    display: block;
    margin-left: 15px;
}

#DoneStatus 
{
    /*height: 26px;*/
    display: none;
}

#DoneStatus label
{
    color: #4c7549;
}

label 
{
    color: #404040;
    font-weight: bold;
    margin-right: 1em;
}

.ddradio > label
{
    display: block;
}

h1 
{
    font-size: medium;
    color: #8F5A5B;
}

div.main {
    background-color: #EBEBEB;
    margin: 0px 10px 0px 10px;
    padding: 1em;
    clear: both;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #8F5A5B;
    box-shadow: -2px -2px 5px rgba(0,0,0,.3);
}


div.login {
    float: right;
}

div.logged_in {
    float: right;
    display: none;
}

div.registration {
    display: none;
}

div.login label {
    display: block;
}

div.login a {
    display: block;
}

div.set_password {
    display: none;
    float: right;
}

div.set_password label {
    display: block;
}

#login_prompt {
    float: right;
    font-size: 75%;
}

#login_prompt a, #login_prompt a:visited {
    text-decoration: none;
    color: #000000;
}

#login_prompt a:hover {
    text-decoration: underline;
}

#dialog {
    display: none;
    font-size: 75%;
}

#dialog label {
    display: block;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    width: 100%;
    text-align: right;
}

#dialog button {
    display: block;
    margin-top: 1em;
    margin-left: auto;
}

.tdlogin {
    width: 100px;
}

.Content
{
    clear: both;
    background-color: #EBEBEB;
    border-radius: 0px 20px 20px 20px;
    padding: 0.5em 1.5em 1.3em 1.5em;
    border-collapse: separate !important;
    width: 70em;
}

/* ---------------------------- Top PAT tabs style ----------------------------*/
.disp-no {
    display: none;
}

.clear-b {
clear: both;
}

/* ------------------ overrides of PAT defaults ------------------- */
.def_table_css
{
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	border-bottom: 2px solid #BEBEBE;
	border-right: 2px solid #BEBEBE;
}

.DimPage .def_table_css td {
    padding: 5px;
}
.DimPage .def_table_css td select {
    width: auto !important;
	height: auto !important;
}
.def_table_css td
{
	border: 1px solid #BEBEBE;
}
/* http://paletton.com/#uid=55C0u0k0njq00tO00o62VgnbPi3 */

.def_tablehead_css td
{
    background-color: #817576;
    background-image: none;
	color: white;
}
span.pat_title_caption > span.sort_sign:before, span.sort_sign:before {
    color: white;
}
span.pat_title_caption > span.sort_sign.asc:before, span.sort_sign.asc:before {
    color: white;
}
span.pat_title_caption > span.sort_sign.desc:before, span.sort_sign.desc:before {
    color: white;
}

.def_pager_css
{
    border: solid 1px #999898;
}

.def_pager_css:hover
{
	background-color: white;
}

.def_selpager_css
{
    background-color: white;
    border: solid 1px #724861;
}

.def_selrow_css td
{
	color: #EBEBEB;
	background-color: #BEBEBE;
}
.def_tip_css
{
	border:1px solid #BEBEBE;
}

.def_ddex_div_css 
{
	background-color: white;
	border: 1px solid #BEBEBE;
}

.def_ddex_od_css
{
	background-color: #EBEBEB;
	border: 1px solid #BEBEBE;
}

.def_ddex_sa_css
{
	border-bottom: solid 1px #BEBEBE;
}

.def_ddex_sa_css a
{
	color:#724861;
}

.def_ddex_hov_css 
{
	background-color: #BEBEBE;
}

.def_ddex_sel_css
{
	background-color: #907B25;
    color: white;
}

.def_ddex_cur_css
{
	background-color:  #BEBEBE !important;
}

.def_ddex_focus_css:focus div.def_ddex_imp_css
{
	background-color:  #BEBEBE !important;
}

.def_ddex_imp_css
{
	border-bottom: 1px solid #827C77;
	border-top: 1px solid #827C77;
	border-left: 1px solid #827C77;
}

.def_ddex_btn_css
{
	background: none;
}

.def_ddex_btn_css:after
{
    font-size: 10.5pt;
	height:16px;
    content: "\25BC";
    border: 1px solid #827C77;
    position: relative;
    top: 1px;
}
.def_ddex_btn_css:before {
    content: '';
}
.def_ddex_cnttable_css {
    line-height: 18px;
}

a#backToItem 
{
    margin-left: 50px;
    display: none;
}

#duplicateItem 
{
    margin-left: 15px;
}
#lblRedlined
{
    color:Red;
    font-size: 120%;
}
.flow 
{
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
    padding-left: 0.5em;
    border-left: 1px solid lightgray;
}
.flowX {
    display: inline-block;
    vertical-align: top;
}
/* ----- Dimension Check ------------- */
.DimButt input[type=radio]{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.okTool{background-image:url(/images/okTool.png);}
.badTool{background-image:url(/images/badTool.png);}
.delTool{background-image:url(/images/delTool.png);}
.infoTool{background-image:url(/images/infoTool.png);}
.diaTool{background-image:url(/images/diaTool.png);}
.itemTool{background-image:url(/images/itemTool.png);}
.descrTool{background-image:url(/images/descrTool.png);}
.tabTool{background-image:url(/images/tabTool.png);}
.qtyTool{background-image:url(/images/qtyTool.png);}
.fwTool{background-image:url(/images/fwTool.png);}
.dragTool{background-image:url(/images/dragTool.png);opacity: .5}
.textTool{background-image:url(/images/textTool.png);}
.pdfTool{background-image:url(/images/pdfTool.png);}
.pmTool{background-image:url(/images/splTool.png);}
.polygonTool {background-image: url(/images/polygonTool.png);}
.blindTool {background-image: url(/images/blindTool.png);}
.plugTool {background-image: url(/images/plugTool.png);}
.signTool {background-image: url(/images/signTool.png);}

.DimButt input:active +.dimbutton{opacity: .9;}
.DimButt input:checked +.dimbutton{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.dimbutton{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:24px;height:24px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
.dimbutton:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

#ipeCont 
{
    display: flex;
    flex-direction: row;
}
#SpoolComps 
{
    flex: 0 0 auto;
}

#ipeGuts
{
    min-width: 100px;
    flex: 1 1 100%;
}

#DimInfo 
{
    position: absolute;
    z-index: 2;
    display: none;
    background-color: #e0e0e0;
    border: 1px solid #606a60;
    border-radius: 3px;
    padding: 3px;
}

#dlgDrawingCont 
{
    height: 300px;
    width: 500px;
    display: flex;
    flex-direction: column;
    position: relative;
}

#ipeDrawingCont 
{
    position: relative;
}

#drawingCont 
{
    position: relative;
}

#DimCanScroll 
{
   /* overflow: auto;*/
    position:relative;
}
#DimCanScroll.dimension {
    width: 100%;
}
#edit-draw-text{
    position:absolute;
    z-index:100;
}
div.outer {
    position:relative;
}
#Slider 
{
    display: inline-block;
    width: 10em;
}

.drag_cursor {
    cursor: url(/images/grab.cur) 6 8, pointer;
}
.hand_cursor {
    cursor: url(/images/hand.cur) 6 8, pointer;
}

.controls {
    width: 100%;
    min-height: 100px;
}

table.new-bomdate {
    width:400px;
    table-layout:fixed;
    border-collapse: collapse;
}
.spool-box table.new-bomdate {
    width:inherit;
}
table.new-bomdate td {
    padding: 0;
    padding-right: 2px;
    padding-left: 2px;
    height: 20px;
}
table.new-bomdate input[type='text'], table.new-bomdate input[type='number'] {
    width: 100%;
    margin: 2px;
    height: 16px!important;
}
table.new-bomdate #bomAddRow {
    margin-left: 6px;
}
table.new-bomdate td {
    font-size: 13px;
}
table.new-bomdate tr:first-child td {
    font-size: 0.9em;
}
table.new-bomdate td input[type='button'] {
    font-size: 10pt;
    height: 22px;
}
.hr-content fieldset {
    display: inline-block;
    margin-left: 1em;
}
.hr-content .fs-qualification {
    width: 520px;
}
.hr-content h4 {
    margin-top: 10px;
    margin-bottom: 3px;
}

#HRRegulations a.attach,
#HREmplQuals a.attach,
#WPS a.attach {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    top: 2px
}

#HRRegulations a.delete-attach,
#HREmplQuals a.delete-attach,
#WPS a.delete-attach {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    color: red;
    float: left;
    margin-left: 18px!important;
    position: relative;
    top: 2px
}
#HRRegulations a.delete-attach:before,
#HREmplQuals a.delete-attach:before,
#WPS a.delete-attach:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal!important;
    text-decoration: none;
    color: red;
    font-size: 15px;
    position: absolute;
    top: 0;
}

#HRRegulations .qq-upload-button,
#HREmplQuals .qq-upload-button,
#WPS .qq-upload-button {
    width: 76px!important;
}

#AddWelder_DDeX,
#AddWPS_DDeX {
    margin-left: 10px;
}

#AddWPS_DDeX .def_ddex_imp_css {
    width: 200px;
}

#attachmentFrame {
    display: block; 
    width: 350px; 
    height: 75px;
}

div#approval {
    margin-left: 15px;
    border-left: 1px solid lightgray;
    padding: 5px;
    width: 330px;
    float: right;
}

div#approval>label {
    width: 100%;
    display: inline-block;
}

div#approval>label>input {
    float: right;
}

div#approval>input {
    margin-top: 10px;
    width: 160px;
}

div#setInfo {
    display: inline-block;
}
entry.iso-box label.lbl, 
entry.iso-box a {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
div#ISOselector {
    max-width: 555px;
    display: inline-block;
}
div#ISOselector label {
    display: inline-block;
    float: left;
    margin: 3px;
}
div.hasDatepicker {
    width: 265px;
}
.annotate {
	border-color: red;
	border-width: 1px;
	border-style: dashed;
}
.annotated {
	border-color: black;
	border-width: 1px;
	border-style: dashed;
}

#tooltip {
    z-index: 9999;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: white;
    opacity: 0.6;
    border-radius: 5px;
}
.def_valuediv_css {
    text-overflow: ellipsis;
}
#Equipment .def_valuediv_css, #Equipment .def_tablehead_css td, 
#PartChangeProblems .def_valuediv_css, #PartChangeProblems .def_tablehead_css td {
    white-space: pre-wrap;
}
#Equipment input.CalendarImp.hasDatepicker, #ordersPOCont input.CalendarImp.hasDatepicker {
    width: 5.85em !important;
}
#Equipment select {
    height: 20px  !important;
}
div.showpwhttests {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2.7em;
    right: 1em;
    cursor: pointer;
    background-image:url(/images/expand-16.png);
}
div.hidepwhttests {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2.7em;
    right: 1em;
    cursor: pointer;
    background-image:url(/images/collapse-16.png);
}
table.welderwps {
    table-layout: fixed;
}
table.welderwps td.weldername {
    width: 15em;
}
table.welderwps td.wps {
    text-align: left;
}
table.welderwps td.wps a {
    line-height: 18px;
    font-size: 11px;
}
a[name='quarantineItems'].hawquarantineitems,
a[name='ticketsExport'].hawquarantineitems,
a[name='chooser'].hawquarantineitems {
    background-color: #F44336 !important;
    padding-bottom: 5px;
}
a[name='quarantineItems'].needRepair {
    background-color: #d1c62c!important;
    padding-bottom: 5px;
}
.hor_nav_tabs>li>a#current.hawquarantineitems, 
.hor_nav_tabs>li>a.hawquarantineitems:hover {
    padding-bottom: 6px;
    color: white!important;
}
a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
div.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.set-weld-form {
    margin-top: 10px;
    width: 300px;
}
.user-report-container {
    width: 500px;
    margin-top: 30px;
}
.user-report-block {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}
.user-report-block > textarea {
    width: 100%;
}
.user-report-block > input {
    width: 100%;
}
.user-report-buttons {
    text-align: right;
    width: 100%;
}
.user-report-buttons > button {
    height: 30px;
    min-width: 40px;
}
.loaded-pipes-message {
    color: red;
    margin-left: 8px;
    font-size: 11pt;
}
.rem-message {
    color: red;
    display: inline-block;
    font-size: 11pt;
}
.add-tagged-part-form {
    width: 450px;
}
.add-tagged-part-form > div,
.connect-fp-to-iso-form > div,
.connect-fw-to-iso-form > div {
    width: 100%;
    margin-top: 5px;
}
.connect-fw-to-iso-form {
    width: 270px;
}
.button-container {
    text-align: right;
    width: 100%;
}
.button-container > button {
    float: right;
}
.btns-cont {
    margin-top: 5px;
    margin-bottom: 10px;
}
.btns-cont > button {
    min-height: auto;
    min-width: 70px;
    margin: 2px;
    padding: 2px;
}
.field-welds-container {
    display: flex;
    flex-wrap: wrap;
}
.field-welds-container > div {
    margin: 10px 10px 5px 10px;
}
table.welding-values-container > tr {
    width: 100%;
    display: flex;
}
td.welding-values-label {
    width: 50px;
}
td.welding-values-val input,
td.welding-values-val select {
    width: 100%;
    box-sizing: border-box;
    height: 24px;
}
.welding-checkbox
{
	margin-left: 20px;
    margin-right: 40px;
	width:15px;
}
.field-welds-block {
    width: 450px;
}
.iso-block {
    width: 370px;
}
.fp-block {
    width: 400px;
}
.field-welds-block > *,
.field-welds-block table,
.iso-block > *,
.iso-block table,
.fp-block > *,
.fp-block table,
.connect-block > *,
.connect-block table
 {
    width: 100%;
}
.wrapper table .def_valuediv_css {
    margin: 0px;
}
.ddex-container td,
.ddex-container .def_ddex_imp_css {
    width: 100%;
}
.connect-block {
    width: 300px;
}
.add-req-to-item-container {
    width: 370px;
}
div#PISum table tr td > div {
    margin: 3px;
    text-align: center;
}
.legend-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
    border-radius: 4px;
}
.legend-wrap {
    margin-bottom: 5px;
}
.row-filler {
    width: 100%;
}
input.row-filler,
textarea.row-filler,
select.row-filler {
    box-sizing: border-box;
}
div.iso-drawing-tool-wrapper {
    padding: 0px 10px;
}
table.spool-filter input {
    width: 100%;
}
table.spool-filter td:nth-child(3) {
    width: 60px;
}
table.spool-filter td:nth-child(5) {
    width: 100px;
}
.item-edit-comps-wrapper > div {
    margin-bottom: 10px;
}
.row {
    display: flex;
    align-items: center;
}
.spool-filter-container {
    width: 300px !important;
}
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.unused-parts-tools-container {
    min-width: 350px;
    float: left;
}
.unused-parts-container {
    width: 100%;
    display: flex;
}
.unused-parts-container > div {
    margin-right: 5px;
}
.create-pt-container {
    display: flex;
    flex-wrap: wrap;
}
.create-pt-container > div {
    margin-right: 15px;
}
.create-pt-form {
    width: 400px;
}
.create-pt-form > div {
    margin-bottom: 10px;
}
.create-pt-preview {
    width: 300px;
}
.bold-message {
    font-weight: bold;
}
.box-copy-template {
    margin: 10px 0px;
}
.job-templates-container {
    width: 450px;
}
.customers-table-container{
    width: 355px;
}
.jobs-container {
    width: 480px;
}
.wrapper-customer-setting{
    padding: 4px;
}
.cont-items-container {
    width: 280px;
}
.customers-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.customers-wrapper > div {
    margin-right: 15px;
}
table.contract-editor td:nth-child(1) {
    width: 100px;
}
.invoicing-wrapper {
    width: 100%;
}
.invoicing-wrapper > div {
    margin-bottom: 10px;
    width: 100%;
}
table.parts-full-filter tr td:nth-child(1) {
    width: 60px;
}
table.add-wps-table td:nth-child(1) {
    text-align: right;
}
table.add-wps-table input {
    width: 200px;
}
.ncr-report-filters {
    display: flex;
    width: 100%;
}
.ncr-report-filter-label {
    width: 100px;
    margin-right: 5px;
}
.ncr-report-filters input {
    margin-right: 5px;
}
.ncr-report-filters .row {
    margin-bottom: 5px;
}
.export-ncr-container {
    margin-bottom: 5px;
}
.ncr-report-center-td div {
    width: 100% !important;
    text-align: center;
}
@media (max-width: 1100px) {
    .ncr-report-ven-col {
        width: 8em;
    }
}
@media (min-width: 1101px) {
    .ncr-report-ven-col {
        max-width: 27em;
    }
}
.td-date-col {
    width: 7em;
}
.td-user-col {
    width: 9em;
}
.td-id-col {
    width: 4em;
}
.td-x-col,
.td-ncr-cat-col {
    width: 2em;
}
.td-job-col {
    width: 5em;
}
.td-qty-col {
    width: 4em;
}
.td-heat-col {
    width: 6em;
}
.td-size-col {
    width: 4em;
}
.td-rating-col {
    width: 5em;
}
.td-heat-col {
    width: 6em;
}
.td-view-col {
    width: 3em;
}
.td-dispid-col {
    width: 5em;
}
.td-material-col {
    width: 7em;
}
.td-link-col {
    width: 3em;
}
.td-type-col {
    width: 6em;
}
.td-ship-col {
    width: 4em;
}
.td-rev-col {
    width: 2em;
}
.td-partmat-col {
    width: 10em;
}
.td-loc-col {
    width: 7em;
}
.td-damage-col {
    width: 8em;
}
.td-ncr-item-col {
    width: 8em;
}
.td-ncr-item-cell > div {
    width: 100% !important;
}
.td-date-cell,
.td-user-cell,
.td-id-cell,
.td-x-cell,
.td-job-cell,
.td-qty-cell,
.td-heat-cell,
.td-size-cell,
.td-rating-cell,
.td-heat-cell,
.td-view-cell,
.td-dispid-cell,
.td-link-cell,
.td-type-cell,
.td-ship-cell,
.td-rev-cell,
.td-loc-cell,
.td-ncr-cat-cell,
.td-damage-cell {
    width: inherit;
    text-align: center;
}
.part-subs-add-part-table td:nth-child(1) {
    width: 70px;
}
table.mtr-change-rl-values button {
    width: 150px;
}
table.mtr-change-rl-values td:nth-child(1) {
    width: 140px;
    font-weight: bold;
}
table.part-subs-add-part-table td:nth-child(1){
    font-weight: bold;
}
.unused-parts-table-container {
    width: auto;
  /*  max-width: 800px;*/
    overflow: hidden;
}
table.material-subs-add td:nth-child(1) {
    font-weight: bold;
    width: 100px;
}
table.material-subs-add td:nth-child(2) {
    width: 250px;
}
.weldinfo-export-container {
    width: 400px;
}
.fw-filters > div {
    margin-right: 10px;
}
.fw-filters input,
.fw-filters select {
    width: 150px;
}
.fw-filters label {
    margin-right: 5px;
}
select:disabled {
    background-color: rgb(235, 235, 228);
}
.pi-filters {
    margin: 5px 0px;
}
.pi-filters > div {
    margin-right: 15px;
    display: flex;
    width: 250px;
    align-items: center;
}
.pi-filters input {
    width: 150px;
}
.pi-filters label {
    margin-right: 0;
    display: block;
    width: 90px;
}
.parts-manufacture-filters label {
    margin-right: 5px;
}
.parts-manufacture-filters table input {
    width: 100%;
}
.parts-manufacture-filters table:nth-child(1) td:nth-child(1) {
    width: 60px;
}
.parts-manufacture-filters table:nth-child(1) td:nth-child(2) {
    width: 120px;
}
.parts-manufacture-filters table:nth-child(1) {
    margin-right: 10px;
}
.parts-manufacture-filters table:nth-child(2) td:nth-child(1) {
    width: 80px;
}
.parts-manufacture-filters table:nth-child(2) td:nth-child(2) {
    width: 250px;
}
.parts-manufacture-filters {
    display: flex;
}
.create-new-part-container {
    width: calc(100% - 70px);
    position: relative;
}
.create-new-part {
    opacity: 0.7;
}
.create-new-part .partmatui-part-col {
    width: 12em !important;
}
.create-new-part .partmatui-job-col {
    width: 4em !important;
}
.create-new-coc {
    width: 410px;
    margin-left: 10px;
}
.create-new-coc > .row {
    align-content: space-around;
    margin-bottom: 10px;
}
.create-new-coc > .row > div {
    margin-right: 10px;
}
.create-new-coc > .row > div > span {
    margin-right: 5px;
}
.create-new-coc iframe {
    width: 100%;
    height: 100px;
    margin-top: 3px;
}
table table .def_ddex_focus_css td,
table table .def_ddex_focus_css td > div {
    width: 100% !important;
    height: 100%;
}
.welders-add-wps {
    display: flex;
    align-items: center;
}
a.dl-folder,
a.dl-folder:visited {
    color: #000;
    font-weight:900;
}
.hold-items-filters input {
    width: 100px;
}
table.input-settings td:nth-child(2) {
    width: 400px;
}
table.user-report-current td {
    height: 23px;
}
table.user-report-current td:nth-child(1) {
    width: 100px;
}
.user-ncr-create {
    margin-right: 20px;
}
table.user-ncr-create-values {
    width: 100%;
}
table.user-ncr-create-values td:nth-child(1) {
    width: 50px;
}
table.user-ncr-create-values input {
    width: 100%;
    box-sizing: border-box;
}
.ncr-current {
    margin-left: 10px;
    min-width: 300px;
    float: right;
}
.ncr-current > div {
    padding: 0px 3px;
    margin-bottom: 7px;
}
.ncr-current > div > label {
    padding-left: 1px;
}
.ncr-from-user {
    width: auto;
    overflow: hidden;
}
@media (min-width: 1101px) {
    .ncr-current {
        min-width: 500px;
    }
}
.user-ncr-container {
    display: flex;
    flex-wrap: wrap;
}
#user-ncr-upload-frame {
    width: 100%;
    height: 100px;
}
.user-ncr-upload-container {
    display: none;
}
table.wps-set-values td:nth-child(1) {
    text-align: right;
}
.footer {
    padding: 10px;
}
input:required:invalid {
    outline: 1px solid red;
}
#item-fields-container{
    label{
        width: 110px;
    }
    button {
        margin-left:0
    }
}
.dim-quarantine-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.dim-quarantine-wrapper > div {
    margin-right: 10px;
    margin-bottom: 10px;
}
.shipments-filter-container {
    display: flex;
}
.shipments-filter-container > div {
    margin-right: 10px;
    margin-left: 10px;
}
.shipments-filter-container input {
    margin-right: 5px;
    width: 6em;
}
.rts-groups {
    width: 600px;
}
.message-container { 
    text-align: right;
    font-style: italic;
    margin: 5px;
}
select#typeid_ItemSRE {
    width: 100px;
}
.ship-dlg
{
	font-size:12px;
}
.ship-dlg button
{
	min-height:0;
	min-width: 0;
	background-image: none !important;
	background-color:rgb(221, 221, 221) !important;
	color:black;
	border-color:black !important;
}
.ship-titlebar
{
	background-color:#8f5a5b ;
	background-image: none ;
}
.ship-btn
{
	font-size:12px;
	color:gray;
}
.ship-dlg .ui-dialog-titlebar-close {
  display: none;
}
.customer-setting
{
	display:inline-block; 
	width:200px;
}
.ship-all-btn
{
	font-size: 13px;
    min-width: auto;
    min-height: auto;
}
[name=PO-DLG] table
{
	border-collapse: collapse;
}
[name=PO-DLG] table, [name=PO-DLG] td, [name=PO-DLG] th
{
	border: 1px solid #a3a3a3;
}
[name=PO-DLG]  [name=podata] 
{
	padding-bottom:7px;
	padding-top:7px;
	padding-right:3px;
}
[name=PO-DLG]  [name=podata] div
{
	display:inline-block;
	white-space: nowrap;
	padding-left: 5px;
}
a.has-unread {
    background-color: #F44336 !important;
    color: #FFF !important;
}
a.has-unread:hover {
    color: #FFF;
}
#notificationMessage,
#notificationText {
    width: 300px;
    height: 98px;
}
.done-message {
    font-size: small;
    margin: auto;
}
.done-wrapper {
    text-align: center;
    display: inline-block;
}
.high-cpi {
    background-color: #77a045 !important;
}
.mid-cpi {
    background-color: #edea4e !important;
}
.low-cpi {
    background-color: #e24d4f !important;
    
}
.low-cpi div, .high-cpi div, .mid-cpi div {
    color: black !important;
}
#addShipRecv{
	margin-top:0;
	margin-bottom:0;
	min-height:initial;
}
.total-bold {
    font-weight:bold;
}
#wld-btn-panel button
{
	min-height: 0;
	min-width: 0;
}
#jobinfoCont div:nth-child(1) entry {
    display: flex;
    height: 24px;
    align-items: center;
}
.dorange {
    background-color: darkorange !important;
}
input[id^="PATUsers_editform_"] {
    width:250px !important;
}

#PATUsers_Inner_PopUp {
    width: 400px !important;
}
.highlight {
    border: 1px solid #eee;
    background: lightyellow;
    /*color: white;*/
    padding: 5px 10px;
    border-radius: 10px;
    font-size:16px;   
}
.cell-left {
    display: inline-block;
    width: 150px;
    padding-bottom:3px;
}
.cell-right {
    display: inline-block;
    width: 40px;
    text-align: right;
}
div.job-filter label, div.spool-filter label, div.row label {
    margin-right: 0;
    margin-left: 1em;
}
#dispid_SpoolSRE {
    display: inline-block;
    width: 70px;
}
label[for='show_problems_cb'] {
    font-size: small;
    font-weight: normal;
    margin-left: auto !important;
}
#ShipmentItemsCont label, #ShipLooseRecapCont label {
    margin-right: 0;
    margin-left: 1em;
}
#ShipmentItemsCont button {
     min-height: auto; 
     min-width: auto;
     margin: 0;
     margin-right:5px;
}
.ShipmentJobHeader {
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
}
#shiploosepart div.def_ddex_imp_css {
    height:17px;
}
.h1 {
    font-size: 16px;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    font-family Arial, Verdana, Helvetica color: #8f5a5b;
    color: #8f5a5b;
}
div[role="dialog"] #btn-RevUpDlg-Refresh:disabled,
div[role="dialog"] #btn-RevUpDlg-PullForward:disabled,
div[role="dialog"] #btn-RevUpDlg-Close:disabled {
    color: darkgray;
    border-color: darkgray !important;
    cursor: wait !important;
}
td:has(.addSafeSpoolBtn) {
    text-align:center
}
:where(#AddSpoolWithUnDoneItemsDlg, #UndoneItemsDlg, #UndoneDCHKDlg) > div {
    text-align: center;
}
div#RTSToDo {

    tr:not(:first-child) > td
    {
        font-size: 10pt;
    }
    tr:last-child > td {
        font-weight: 600;
        font-size: 11pt;
    }
}

td.info {
    white-space:nowrap;
    position: relative;
}
.infolabel {
    text-decoration: none;
    display: inline-block !important;
    padding: 0 0 0 0.3em;
    cursor: pointer;
    font-weight: normal!important;
}
.infopanel {
    padding: 0.25rem;
    background-color: white;
    max-height: inherit;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 2px solid gray;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 0px;
    z-index: 4;
    background-color: #DAE6F8;
}
.infopanel .instconcept .infopanel {
    box-shadow: none;
    width: 94%;
}
.infopanel .card .infopanel {
    box-shadow: none;
    width: 94%;
}
.infobubble {
    z-index: 120;
    border: solid;
    border-color: #8f5a5b;
    border-width: 2px;
    background-color: #efefef;
    border-radius: 8px;
    position: absolute;
    font-size: 13px;
    padding: 0.75em;
    display: none;
    box-shadow: 2px 3px 5px #999;
    min-width: 100px;
}

table[id^='WeldersWPSTable'] {
    width: 654px;
}
table.addWPS-filter {
    margin: 8px 0 5px 0;
}
table.addWPS-filter > tbody > tr:first-child td {
    font-family: Arial, Verdana, Helvetica;
    font-size: 11pt;
    font-weight: 500;
}
input.addWPS-field {
    width: 5em;
    height: 13px;
    font-family: Arial, Verdana, Helvetica;
    font-size: 11pt;
}
/*#addWPS-mindiawpqid,
#addWPS-maxwtwpqid {
    margin-top: 5px;
}*/
#addWPS-mindiawpqid .def_ddex_imp_css,
#addWPS-maxwtwpqid .def_ddex_imp_css {
    width: 220px;
}