/*
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt

    background: #fff;
    font-family: HelveticaNeueCyrLight, Helvetica, Arial, sans-serif;
    font-size: 13px;

*/

body {
	/*font-family: "Open Sans", sans-serif;*/
    font-family: 'Roboto', 'Noto', sans-serif;
	font-size: 13px;
	color: #4a4a4a;
	background-color: #FFF;
	line-height: 1.6;
}

/* GENERAL PROPERTIES */
span.link {
    text-decoration: underline;
    color: #0084D5;
}

span.link:hover {
    cursor: pointer;
}

button {
	/*background-color:#ECECEC;*/
	background-color: #0084D5;
    color: #fff;
    font-size: 10px;
}

button.active {
    background-color: #253257;
    color: #fff;
    border: 1px solid #253257;
    padding: 2px 8px;
}

a:link {
    color: inherit;
    text-decoration: underline;
}

a:visited {
	color: inherit;
    text-decoration: underline;
}

a:hover {
	color: inherit;
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

/* FORMS */
.required label:before { 
   content:"*";
   color:red;
}
.orderrequired label:before { 
   content:"*";
   color:blue;
}
.quoterequired label:before { 
   content:"*";
   color:red;
}
/* IDM CONTROLS */
.idmTab {
	padding-left: 15px;
}

.idmRow {
	width: 98%;
}
.idmRow:not(:last-child) {
	border-bottom: 2px solid;
	padding-bottom: 10px;
	width: 98%;
	border-bottom-color: #bdbdbd;
}

.idmControlGroup {
	/*Overridden at the resource template resources\idm-ui-themes\default\is-idm-tab-?-columns.ftlh file.  
	Each varaiation of idmui (1 column, 2 column, or 3 column) require custom styles.  These customizations are 
	overridden at the template that are used to generate the idm ui.*/
	padding-top: 15px;
}

.idmControl{ 
	/*Overridden at the resource template resources\idm-ui-themes\default\is-idm-tab-?-columns.ftlh file.  
	Each varaiation of idmui (1 column, 2 column, or 3 column) require custom styles.  These customizations are 
	overridden at the template that are used to generate the idm ui.*/
	display: inline-block;
}
.idmControlBlock {
	display: block;
}
.idmControl label{ 
	/*Overridden at the resource template resources\idm-ui-themes\default\is-idm-tab-?-columns.ftlh file.  
	Each varaiation of idmui (1 column, 2 column, or 3 column) require custom styles.  These customizations are 
	overridden at the template that are used to generate the idm ui.*/
	text-align: left;
	width: auto;
	float: left;
	height: auto;
}

.idmControl label.left {
	/*Overridden at the resource template resources\idm-ui-themes\default\is-idm-tab-?-columns.ftlh file.  
	Each varaiation of idmui (1 column, 2 column, or 3 column) require custom styles.  These customizations are 
	overridden at the template that are used to generate the idm ui.*/
	float: none;
}

.idmControl label.secondary {
	/*Overridden at the resource template resources\idm-ui-themes\default\is-idm-tab-?-columns.ftlh file.  
	Each varaiation of idmui (1 column, 2 column, or 3 column) require custom styles.  These customizations are 
	overridden at the template that are used to generate the idm ui.*/
	font-weight: normal;
}

.idmControl input[type='radio'] {
	width: inherit;	
}

.inputControl {
	padding-left: 5px;
}

.idmGroupHeading {
	/*Overridden at the resource template resources\idm-ui-themes\default\is-idm-tab-?-columns.ftlh file.  
	Each varaiation of idmui (1 column, 2 column, or 3 column) require custom styles.  These customizations are 
	overridden at the template that are used to generate the idm ui.*/
	font-weight: bold;
}

.idmInput {
	font-size: 11px;
}


/* TABLE PROPERTIES */
/* NO longer using these styles due to browser compatibility all tables converted to div's
table {
    margin-top: 6px;
!important;
    margin-bottom: 6px;
!important;
    width: 100%;
    border-spacing: 0px;
}

thead {
    font-weight: bold;
}

th {
    vertical-align: middle;
    padding: 5px;
    border-top: 1px solid #0084D5;
    font-weight: bold;
}

td {
    padding: 10px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

td:last-of-type {
    border-right: 1px solid #DDDDDD;
}

tbody tr:hover td {
    background: #ECECEC;
}

tr:last-of-type > td {
    border-bottom: 1px solid #DDDDDD;
}

thead tr:nth-child(even) {
    background-color: #253257;
    color: white;
}

thead tr:nth-child(odd) {
    background-color: #253257;
    color: white;
}

tbody tr:nth-child(even) {
    background-color: #FFF;
}

tbody tr:nth-child(odd) {
    background-color: #F9F9F9;
}

td.quantity {
    text-align: right;
}

td.price {
    text-align: right;
}
td.priceBold {
    text-align: right;
    font-weight: bold;
}
td.attachment{
	text-align: left;
}
td.link {
    text-decoration: underline;
}

td.link:hover {
    cursor: pointer;
}

th.link {
    text-decoration: underline;
}

th.link:hover {
    background-color: #004C97;
    cursor: pointer;
}

th.iconrow {
	width: 12%;
}

th.prodrow {
	width: 14%;
}

th.descrow {
	width: 25%;
}
*/
.highlight {
	background-color: #D1D4DC;
}

iron-item /deep/ iron-icon[role=img] {
    height: 14px;
    width: 14px;
    padding: 1px;
    margin: 1px;
}

.instructions {
    font-size: xx-small;
    clear: both;
    width: 100%;
    padding: 3px 3px 3px 217px;
}

.instructionsOrderEdit {
    font-size: xx-small;
    clear: both;
    width: 100%;
    padding: 3px 3px 3px 217px;
}

fieldset {
    min-width: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
}

legend {
    display: block;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: inherit;
    color: #474747;
    font-family: "Roboto Condensed", sans-serif;
}

legend span.subText {
    font-weight: 500;
    font-size: 12px;	
}

/* FORM STYLES - GENERAL */
#form {
    margin: 0 auto;
    width: 400px;
}

label {
    height: 14px;
    width: 145px;
    margin-top: 3px;
    margin-left: 5px;
    text-align: right;
    margin-right:5px;
    float:left;
    font-weight: 600;
    padding-top: 4px;
}
input {	
	width: 175px;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    height: 15px;
    padding: 5px;
    margin-top: 3px;
	line-height: 1.42857143;
}

input[type=checkbox]{
	width: 20px;
}

input.price {
    text-align: right;
}

input.qty {
	width: 35px;
    text-align: right;
}

input[type=number]:invalid {
	border: 3px solid;
	border-color: red;
}

input.good {
	background-color: #fff;
}
input.bad {
	background-color: red;
}

.laborEditInput{width:100px;}
textarea {
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    height: 10%;
    width: 99%;
    padding: 5px;
    margin-top: 3px;
	line-height: 1.42857143;
}

select {
	width: 187px;
    height: 25px;
    line-height: 20px;
    border: 1px solid #ddd;
    color: #555;
    background: #fff;
    font-size: 0.9em;
    outline: none;
    display: inline-block;
   /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    cursor: pointer;
    margin-top: 3px;
    
}
.laborEditSelect{width:100px;}
select[multiple] {
    height: 50px;
}

/* FORM CONTROLS - SEARCH PANEL */

.col4 label {
    width: 100px;
}

.col4 input {
    width: 130px;
}

.col4 select {
    width: 140px;
}

.col4cb label {
    width: 100px;
}


/* POLYMER CONTROLS */

iron-icon[icon="check"] {
    color: green;
}

iron-icon[icon="clear"] {
    color: red;
}

iron-icon.small {
    width: 13px;
    height: 13px;
}



a:link iron-icon {
    color: inherit;
}



/* DETAIL PAGE */

dl {
    padding: 0.5em;
    font-size: 11px;
    margin:0px;
    overflow:hidden;
}

dt {
    float: left;
    clear: left;
    /* JGL - Changed to percentage to see if the style looks better in lower resolution*/
    width: 25%;
    padding-right: 5px;
    padding-bottom: 3px;
    text-align: right;
    font-weight: bold;
}

dt:after {
    content:":";
}

dt.empty:after {
	content:"";
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 0 17px;
}

dl dt {
    font-weight: bold;
    float: left;
    clear: left;
    /* JGL - commented out to see if the style looks better in lower resolution
    width: 190px;*/
    margin-right:-100px;
    padding-right:100px;
}

dl dd {
    float: left;
    /* JGL - commented out to see if the style looks better in lower resolution
    width: 300px; */
    margin-left: 0;
    /*
    padding-left:100px;
    margin-left :-100px
    */
}

/* Part Search IDM Dialogs */
.quoteDetailsCol1DL{padding:0;margin:0;width:70%;}

dt.dialog {
    float: left;
    clear: left;
    /* JGL - Changed to percentage to see if the style looks better in lower resolution*/
    width: 35%;
    padding-right: 5px;
    padding-bottom: 1px;
    text-align: right;
    font-weight: bold;
}

dt.dialog:after {
    content:":";
}

dl dt.dialog {
    font-weight: bold;
    float: left;
    clear: left;
    /* JGL - commented out to see if the style looks better in lower resolution
    width: 190px;*/
    margin-right:-100px;
    padding-right:100px;
}

span.listB1Alert {
	font-weight: bold;
	color: red;	
}
/* Quote detail page CSS */
.quoteDetailsCol1DL{padding:0;margin:0;}
.quoteDetailsCol1DT{    
    width: 105px;
    padding-right: 97px;}
.quoteDetailsCol2DT{  
	width: 108px;
	padding-right:97px;}
.quoteDetailsCol2DD{width:98px;}

/*Quote labor page CSS  */
.laborDetailsDT{width:360px;padding-right:106px;}
.laborDetailsDD{ width:100px;}
.laborDetailsDLDT{width:346px;padding-right:105px;}
.laborDetailsDLDD{width:100px;}
.laborTextarea{width:450px;height:60px;}
.laborAccessTextarea{width: 450px;
    margin-left: 12px;height:60px;}
.laborScopeDLDD{ width: 150px;}
.laborScopeDLDT{width:300px;padding-right:105px;}
.quoteEditDT{padding:0;}
/* Order details page */
.orderdetailsInformation{padding:0px;}
.orderdetailsInfo{    padding: 3px 3px 3px 217px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;}
.topBorderRight {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.topBorder {
	border-top: 1px solid #ddd;
}
/*Quote panel CSS  */
    
.laborDetailsLabel:after{content:" ";}
.panelDD{width:295px;}
.iconcursor{cursor:pointer;}
div.detailHeading {
    width: 97%;
    background-color: #253257;
    font-size: 14px;
    padding: 5px;
    color: #fff;
    clear: both;
}

div.detailHeadingWhiteMed {
    width: 97%;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    clear: both;
}

div.detailHeadingMsgItalic {
    width: 97%;
    background-color: #fff;
    font-size: 12px;
    font-style: italic;
    padding: 5px;
    clear: both;
}


div.detailCol1 {
    border-right: 1px solid #ddd;
}

div.instruction {
    clear: both;
}
.clearClass{
	content:"";
	clear: both;
}

.addressToolTip {
    margin-top: -9px;
}

.address {
	width: 100%;
}
/* User Preferences */
td.preferenceDesc{text-align: right;}
td.preferenceDesc span{width:250px;}
div.preference div{text-align: center;}
/* User Preferences 
.preference > label {
	width: 250px;
}
*/
/* LEFT NAV */
.nav > li {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin-bottom: -1px;
    background-color: #253257;
    border: 0px solid #fff;
}


.nav > li > div {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    position: relative;
    display: block;
    cursor: pointer;
}

.nav > li.active > div {
    color: #fff;
    
}

.nav > li.disabled > div {
    color: #8e8e8e;
    pointer-events: none;
    cursor: default;
}
.navbar-default .nav > li > div:hover,
.navbar-default .nav > li > div:focus {
    background-color: #004C97;
    color: white;
}

.navbar-default .nav > li.disabled > div:hover, {
    color: #8e8e8e;
}

.nav > li > a i {
    margin-right: 6px;
}


.navbar-default {
    background-color: transparent;
    border-color: #004C97;
}

.nav > li.active {
    border-left: 3px solid #fff;
    background-color: #004C97;
    outline: 0;
}

.nav.nav-second-level.collapse[style] {
    height: auto !important;
}

.nav.nav-third-level.collapse[style] {
    height: auto !important;
}

.arrow {
    float: right;
}

.arrow:before {
    content: "\25C0";
}

.active > div > .arrow:before {
    content: "\25bc";
}

.nav-second-level li, .nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li div {
    padding: 7px 10px 7px 10px;
    padding-left: 52px;
}

.nav-third-level li div {
    padding-left: 62px;
}

.nav-second-level li:last-child {
    margin-bottom: 10px;
}

ul {
    margin-top: 0;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: one;
}

a {
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
}

.nav > li {
    position: relative;
    display: block;
}

.metismenu .collapse {
    display: block;
}

.metismenu .collapse.in {
    display: block;
}
/*Tutor page css  */
.navBody{background-color: #253257;color:#fff;font-family:Tahoma,Arial,Verdana;}
.navBody table{margin-top:3px;}
.navBody table tbody tr:nth-child(odd),.navBody table tbody tr:nth-child(even){background-color:#253257 !important; }
.navBody table td{vertical-align:middle;	font-family:Tahoma,Arial,Verdana; font-size:9pt; font-weight:normal; color:#fff; text-decoration:none;border:none !important;padding:0;}
.navBody table tr:hover td{background: none;}
.navBody table td a {color:#fff;font-family:Tahoma,Arial,Verdana;}
.navBody table td a:hover{text-decoration: underline;}
.topicTitle{font-family:Tahoma,Arial,Verdana; font-size:15pt; font-weight:bold;text-decoration:none;background-color: #253257;text-transform: uppercase; letter-spacing: 2px;vertical-align: text-bottom;}
.topicHeading{/* font-family:arial,helvetica,sans-serif; */font-family:Tahoma,Arial,Verdana; font-size:10pt; font-weight:bold; color:black; text-decoration:none;}
.topicList{/* font-family:arial,helvetica,sans-serif; */ font-family:Tahoma,Arial,Verdana;font-size:10pt; font-weight:normal; color:black; text-decoration:none;}
.topicList a{text-decoration: underline !important;}
.topicList a:hover{color:#0D49F1;}
.topicDisabled{/* font-family:arial,helvetica,sans-serif; */font-family:Tahoma,Arial,Verdana; font-size:10pt; font-weight:normal; color:gray; text-decoration:none;}
/* .navCell{vertical-align:middle;	font-family:Tahoma,Arial,Verdana; font-size:8pt; font-weight:normal; color:#fff; text-decoration:none;} */
.pageHeading{/* font-family:arial,helvetica,sans-serif; */font-family:Tahoma,Arial,Verdana; font-size:9pt; font-weight:bold; color:black; text-decoration:none;margin-left:1px;}
.pageContent{/* font-family:arial,helvetica,sans-serif; */ margin:3px 0;font-family:Tahoma,Arial,Verdana;font-size:9pt; font-weight:normal; color:black; text-decoration:none;margin-left:2px}
.navReturn{vertical-align:bottom; font-size:10pt; font-weight:bold;}


/* EDIT PAGE */

div.rightAlign {
	position: absolute;
	right: 0px;
	width: 300px;
}

/* .fullWidth input, textarea {	
	width: 1200px;
	height: 200px;
}
 */
span.red {
	color: red;
}

div.hidden {
    display: none;
}

.tableRows tr:nth-child(even) {
    background-color: #E7F3FB;
}

.tableRows tr:nth-child(odd) {
    background-color: #FFF;
}

input:disabled {	
	background-color: #F2F2F2;
}
select:disabled {	
	background-color: #F2F2F2;
}
textarea:disabled {	
	background-color: #F2F2F2;
}

.requiredInputMissing
{
 border:2px solid red;
}
.Duration{
	width:100%;
	display:table;
}
.leftDiv{
	display:table-cell;
}
.leftDiv > input{
	width: 90px;
}
.rightDiv{
	display:table-cell;
}
.rightDiv > select{
	width: 100px;
}
.leftDivWide{
	display:table-cell;
	width: 350px;
}
.leftDivWide > input{
	width: 175px;
}
.rightDivNarrow{
	display:table-cell;
}
.rightDivNarrow > select{
	width: 50px;
}
.numberField
{
	width:60px;
}
.dateField > input
{
	width:125px;
}
.checkField
{
	width:100%;
}
.orderEditDT{
	padding-right:90px;
}
.orderEditAddlInfo
{
	width: 70%;
    margin-left: 80px;
} 
.orderEditAddlInfo input
{
	margin-left: 20px;
} 
.orderEditAddlInfo textarea
{
    height: 60px;
	width: 70%;
    margin-left: 20px;
} 
.opportunityExpand{
	cursor:pointer;
}
div.labelYN{
	margin-left: 372px;
	font-weight: bold;
	font-size: 12px;
}
div.labelYN span:nth-child(1){
	padding-right:30px;
}
div.acceslabelYN{
	margin-left: 387px;
	font-weight: bold;
	font-size: 12px;
}
div.acceslabelYN span:nth-child(1)
{
padding-right:30px;
}
div.safetylabelYN{
	margin-left: 373px;font-weight: bold;font-size: 12px;
}
div.safetylabelYN span:nth-child(1){
padding-right:30px;
}
div.scopelabelYN{
	margin-left: 325px;font-weight: bold;font-size: 12px;
}
div.scopelabelYN span:nth-child(1)
{
padding-right:22px;
}
div.scopelabelYN span:nth-child(2)
{
padding-right:13px;
}
div.safetyRequirementTA{
	margin-left:53px;
}
div.safetyRequirementTA dt:nth-child(1){
	margin-left: 16px;
}
div.safetyRequirementTA dd{
	margin-left: 0px;
}
div.safetyRequirementTA textarea{
	width:341px;
}
.orderDetAddress{width:250px;}
.oaMarketMsg{
	width: 210px;padding: 9px 9px 9px 75px;text-align: center;margin: 0;
}
.constReview{
	padding: 0px 0px 10px 135px;
}
.splInstructionBorder{
	border-top:1px solid #ddd;
}
.laborDetailsRespiratorType{
	width:130px;
}
.laborScopeDLDDAreaConst{
	width:250px;
}
paper-radio-group > *{
	padding:0;
}
paper-radio-group.laborScope > paper-radio-button:nth-child(1){
	padding-right:30px;
}
paper-radio-group.laborScope > paper-radio-button:nth-child(2){
	padding-right:30px;
}
paper-radio-group.laborRadiobutton > paper-radio-button:nth-child(1){
	padding-right:18px;
}
div.viewSPXlabel dt:nth-child(1){
	margin-top: 25px;
}
.viewSPXRadio{
	padding-left:44px;
}
.viewSPXlabel div{
	margin-left: 0px;font-weight: bold;font-size: 12px;
}
.viewSPXlabel div span{
	padding-right:40px;
}
div.detailsColBottom{border-bottom:1px solid #ddd;}
dt.requiredField:before{
	content:"*";
	color:blue;
}
.requiredInputField:before { 
    content: "*";
    color: red;
    width:10px;
}
.AddressTextarea{width:225px;height:60px;font-size:10px;}

.orderEditAddressTextarea
{
	width: 204px;
    height: 60px; 
}
.orderAuditWindowTextarea {height:70%}
 .instructionOrder{
 	padding: 0px 0px 0px 202px;
 }
 .borderTop{
 	border-top:1px solid #ddd;
 }
.scrollTable{
	overflow-x: scroll !important;
} 
.fullWidth{
	width: 100%;
	padding: 2px;
}
.rightBold{
	float: right;
    font-weight: bold;
    padding: 5px;
}
.currencyLookUp{
	width:370px;
}
.popupTableWidth{
	width:770px;
	background-color: #ffffff! important; 
	border:none;
} 
.leftLabel{
	display:table-cell;	
}
.leftLabel >  label{
	padding-left:99px;	
}
.contactPrefix >label{
	display:block;
}
.noncofigDetails{
	padding-left:36px;
}
.editInputField{width:100px;}
.nonConfigSecondDiv{
	margin-top:106px;
}
.partNoClass{
	width:80px !important;
}
.prodQtyClass{
	width:60px !important;
}
.calDiscountSection{
	width:300px;
	float:left;
}
.calDiscountMarginSection{ 
	float:left;
	align:center;
}
.ApproverNote{
	text-align:center;
}
.calDiscountSectionLabel{
	width:200px;
	float:left;
	text-align:right;  
	font-weight:bold;
}
.calDiscountSectionHeader{
	width:300px;
	float:left;
	text-align:left; 
	font-weight:bold;
}
.alignCenter{
	margin-left:300px;
}
.heightBetDiv{
	height:2px;
}
.displayNone{
	display:none;
}
.buttonRight{
	float:right;
}
.buttonTopMargin{
	margin-top:10px;
}
.orderTrackindDiv{
	width:200px;
}
.orderTrackind3Div{
	width:600px;
}


#trackHeaderTable td { 
	padding: 2px 5px 5px 2px;
    border-top: none;
    border-left: none;
}
#trackHeaderTable tbody tr:nth-child(even) {
    background-color: #ffffff;
    color: #000000;
}

#trackHeaderTable tbody tr:nth-child(odd) {
     background-color: #ffffff;
     color: #000000;
}
#trackHeaderTable tbody tr:hover td{ 
    background-color: transparent;  
}  
#trackHeaderTable { 
   background-color:#E5E5E5; 
    color:black; 
    border:2px solid #90C3D4;
}
.trackOrderTableBorder thead tr:nth-child(even) {
    background-color: #ffffff;
    color: #000000;
} 

.trackOrderTableBorder  thead th {
     background-color: #ffffff;
     color: #000000;
     border-top:none;
     text-align: left;
} 
.trackOrderTableBorder tbody td { 
     border:none;
} 
 
.trackOrderTableBorder tbody tr:nth-child(even) {
    background-color: #E5E5E5;
    color: #000000;
}

.trackOrderTableBorder tbody tr:nth-child(odd) {
     background-color: #E5E5E5;
     color: #000000;
} 
.trackOrderTableBorder label { 
    width: 85px;
    margin-top: 0px;
    margin-left:0px;  
    text-align: right;
    margin-right: 0px; 
    float: left; 
    padding-top: 0px;  
}
.trackOrderTableBorder  tbody { 
     color: #000000;
     border-top:none;
} 
.trackOrderTableBorder  tbody td: hover {
    background-color: transparent;  
}
.trackOrderTableBorderShip td {
    background-color: #E5E5E5;
    color: #000000;
} 
.trackOrderTableBorderShip  td: hover {
    background-color: transparent;  
} 

 
.tbBgColour{
	 background-color: #E5E5E5;
}
.tbBgColour :hover td{ 
    background-color: transparent;  
}  
.itemTableClass{
	 background-color: #ffffff !important;
}
.itemTableClass:hover td{ 
    background-color: transparent;  
}  
#trackHeaderTable label { 
	   width: 130px !important;
}
.fieldsetShipped{
	border: 2px solid #90C3D4;
}

.trackOrderTableBorder  td {
    padding: 3px !important; 
}
.productTableIcons iron-icon.small {
    width: 15px;
    height: 13px;
}

.opportunityDetailsTableClass thead tr:nth-child(even) {
    background-color: #ffffff;
    color: #000000;
} 

.opportunityDetailsTableClass  thead th {
     background-color: #ffffff;
     color: #000000;
     border-top:none;
     text-align: left;
} 
.opportunityDetailsTableClass tbody td { 
     border:none;
} 
 
.opportunityDetailsTableClass tbody tr:nth-child(even) {
    background-color: #E5E5E5;
    color: #000000;
}

.opportunityDetailsTableClass tbody tr:nth-child(odd) {
     background-color: #ffffff;
     color: #000000;
} 
.opportunityDetailsTableClass label { 
    width: 85px;
    margin-top: 0px;
    margin-left:0px;  
    text-align: right;
    margin-right: 0px; 
    float: left; 
    padding-top: 0px;  
}
.opportunityDetailsTableClass  tbody { 
     color: #000000;
     border-top:none;
} 
.opportunityDetailsTableClass  tbody td: hover {
    background-color: transparent;  
}

.opportunityDetailsTableClass  td {
    padding: 3px !important; 
}
.opportunityDetailsTableClass td { 
	padding: 2px 5px 5px 2px;
    border-top: none;
    border-left: none;
}
.opportunityDetailsTableClass tbody tr:nth-child(even) {
    background-color: #ffffff;
    color: #000000;
}

.opportunityDetailsTableClass tbody tr:nth-child(odd) {
     background-color: #ffffff;
     color: #000000;
}
.opportunityDetailsTableClass tbody tr:hover td{ 
    background-color: transparent;  
}  
.opportunityDetailsTableClass { 
   background-color:#ffffff; 
    color:black; 
    border:2px solid #90C3D4;
}
.opportunityDetailsTableClass label { 
	   width: 130px !important;
}
.bomParentClass{
	font-weight:bold;
}
.overAllClass{
	font-weight:bold;
}
.rightAlign{
	text-align:right;
}
.listItemClass {
  list-style-type:none;
}
.CurrencyNote {
	text-align:center;
	font-weight:bold;
	width:100%;
}
.ApproverNote {
	text-align:center;
	font-weight:bold;
	color:red;
	width:100%;
}
.bold {
	font-weight:bold;
}

/* New styles for div tables */
@media print
{    
   	.no-print, .no-print *
   	{
        display: none !important;
   	}
}

.dialogCol1DL dd {
	padding: 2px;
}

.Table
{
    display: table;*
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    width: 100%;
    border-spacing: 0px;
 	padding: 1px;
}

.TableCheckAvailability
{
    display: table;*
	background-color:#ffffff;
    color:black;
	border:2px solid #90C3D4;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    width: 100%;
    border-spacing: 0px;
 	padding: 1px;
}

.TableOrderTracking
{
    display: table;*
	background-color:#ffffff;
    color:black;
	/*border:2px solid #90C3D4;*/
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    width: 100%;
    border-spacing: 0px;
 	padding: 1px;
}

.TableTrackHeader
{
    display: table;*
    background-color:#E5E5E5; 
    color:black; 
    border:2px solid #90C3D4;
}

thead {
    font-weight: bold;
}
   
.Title
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.Heading
{
    display: table-row;
    font-weight: bold;
    text-align: center;
	background-color: #253257;
	color: white;
}

.Row
{
    display: table-row;
}

.RowCheckAvailability
{
    display: table-row;
	padding: 2px 5px 5px 2px;
    border-top: none;
    border-left: none;
}

.Heading .Cell
{
    display: table-cell;
	vertical-align: middle;
 	padding: 5px;
 	border-top: 1px solid #0084D5;
 	font-weight: bold;
}

.HeadingCheckAvailability .Cell
{
    display: table-cell;
 	padding: 2px 5px 5px 2px;
    border-top: none;
    border-left: none;
}

.Row .Cell
{
    display: table-cell;
	padding: 6px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.Row .InnerCell
{
    display: table-cell;
    vertical-align: middle;
	padding: 0px;
    border: 0;
}

.RowServiceRecord
{
    display: table-row;
	padding: 0px 2px 0px 2px;
}

.RowServiceRecord .Cell
{
    display: table-cell;
	padding: 1px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.RowServiceRecord .NotesCell
{
    display: table-cell;
   	padding-top: 0px;
   	padding-bottom: 0px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.RowCheckAvailability .Cell
{
    display: table-cell;
	padding: 2px;
    /*border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    */
}

div.prodrow {
	width: 14%;
}

div.cell-width1 {
  width: 130px;
}
div.cell-width2 {
  width: 250px;
}
div.cell-width3 {
  width: 60px;
}
div.cell-width4 {
  width: 100px;
}
div.cell-valign-top {
  vertical-align: top;
}


div.column-name {
  width: 15%;
  vertical-align: top;
}
div.column-desc {
  width: 50%;
  vertical-align: top;
}
div.column-qty {
  width: 5%;
  vertical-align: top;
}
div.column-weight {
  width: 10%;
  vertical-align: top;
}
div.column-plant {
  width: 10%;
  vertical-align: top;
}
div.column-date1 {
  width: 10%;
  vertical-align: top;
}
div.column-date2 {
  width: 100;
  vertical-align: top;
}

div.descrow {
	width: 25%;
}

div.requiredInputField:before { 
    content: "*";
    color: red;
    width:10px;
}


div.icons {
	white-space: nowrap;
}

div.colspan2 {
   width: 200px; /*2 times the standard cell width of 100px - colspan3 */
}

div.colspan3 {
   width: 300px; /*3 times the standard cell width of 100px - colspan3 */
}

div.colspan13 {
   width: 1300px; /*13 times the standard cell width of 100px - colspan3 */
}

div.column-nowrap {
	white-space: nowrap;
}

div.bomParentClass{
	font-weight:bold;
}

div.overAllClass{
	font-weight:bold;
}

div.rightAlign{
	text-align:right;
	vertical-align: top;
}

div.itemTableClass{
	 background-color: #ffffff !important;
}
div.itemTableClass:hover .Cell{
    background-color: transparent;
}

div.Row label {
    width: 130px;
    margin-top: 0px;
    margin-left:0px;
    text-align: right;
    margin-right: 0px;
    float: left;
    padding-top: 0px;

}
div.column-desc-overall {
  width: 50%;
  vertical-align: top;
  text-align:right;
  font-weight:bold;
}
div.column-desc-weight {
  width: 50%;
  vertical-align: top; 
  font-weight:bold;
  white-space: nowrap;
}
div.column-date1-bold {
  width: 10%;
  vertical-align: top;
  font-weight:bold;
  white-space: nowrap;
}
div.column-weight-bold {
  width: 10%;
  vertical-align: top;
  font-weight:bold;
}


div.strikeout {
  	text-decoration: line-through;
}

div.Row:last-of-type > .Cell {
    border-bottom: 1px solid #DDDDDD;
}

div.Cell:last-child {
    border-right: 1px solid #DDDDDD;
}

div.Row:hover > .Cell {
    background: #ECECEC;
}

div.Row:nth-child(even) {
    background-color: #FFF;
}

div.Row:nth-child(odd) {
    background-color: #F9F9F9;
}

thead div.Row:nth-child(even) {
    background-color: #253257;
    color: white;
}

thead div.Row:nth-child(odd) {
    background-color: #253257;
    color: white;
}

input.radioTight {
	width: 20px;
	float: left;
}

div.Cell.quantity {
    text-align: right;
}

div.Cell.price {
    text-align: right;
}

div.Cell.priceBold {
    text-align: right;
    font-weight: bold;
}

div.Cell.attachment{
	text-align: left;
}

div.Cell.link {
    text-decoration: underline;
}

div.Cell.link:hover {
    cursor: pointer;
}

.orderResetTableBorder input {	
	width: 40px !important; 
}
.orderResetTableBorder label {	
	width: 120px !important; 
}
.alignCenterOrderReset{
	margin-left:220px;
}
.pointerCursor {
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
}
#trackHeaderTable1 {  
    color:black; 
    border:2px solid #90C3D4;
}
.cellDispInline{
	display:inline-block; 
}
.labelClass{
	width:80px;
	margin-top:0px;
	padding-top:0px;
}

		.width80{
        	width:80px; display:inline-block; 
        }
        .width120{
        	width:120px; display:inline-block; 
        }
        .width150{
        	width:150px; display:inline-block; 
        }
        .width160{
        	width:160px; display:inline-block; 
        }
        .width190{
        	width:190px; display:inline-block; 
        }
        .coltd90{
        	width:90px; float:left; display: block;
        }
        .coltd100{
        	width:100px; float:left; display: block;
        }
        .coltd150{
        	width:150px; float:left; display: block;
        }
        .fullwidth{
        	width:100%;
        }
        .tablebg{
        	background-color:#E5E5E5; width:100%; border:2px solid #90C3D4
        }
        
        
        .myConfigDiv{
        	display:block; text-align:right; margin-right:30px; font-weight:bold; 
        }
        
        .leftSpace{
        	margin-right:20px;
        }
        .closedQuoteExplanationTextarea{
        	height: 175px;
		    width: 100%;
		    padding: 2px;
        }
        .notesTextarea{
        	height:60px;
        	width:100%;
		    padding: 2px;
        }
        .laborDetailsDLDD1{width:230px;}
        .addressToolTip1{
        	margin-top: -5px;
        }
        .labelWidth{
        	width: 175px !important;
        }
        .quoteExplain{
        	padding:10px;
        }
        .orderDetailsTextarea{
        	width:650px;height:60px;
        }
        
	.Table1
	{
	    display: table;*
	    margin-top: 6px !important;
	    margin-bottom: 6px !important;
	    width: 100%;
	    border-spacing: 0px;
	 	padding: 1px;
	 	table-layout:fixed;
	} 
	.dateField > input{
		width:90px;	
	}
	div.groupHeading span
	{
		padding-left:155px;
	}