﻿/* Basic */

body { }
p {	margin-bottom: 0px;
}
a:link { }
a:visited { }
a:hover { }
a:active { }

/* Common stuff, should be style neutral; otherwise place in styles in themes */
.hidden{display:none;visibility:hidden;}
.updateProgress
{
	position: absolute;
	background-color: #000;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	filter: alpha(opacity=100);
	MozOpacity: 1.0;
	opacity: 1.0;
}
.Wizard
{
	font-size:11px;
}


.WizardSideBar
{
	width: 300px;
	vertical-align: top;

}
.WizardSideBar a
{
	vertical-align: top;
}

.WizardSideBarItem
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:15px;
	background-color:#D8E1E8;
	color: #002C45;
	background-image:url(../images/sidebarmask.png);
	background-repeat:repeat-y;
}


.WizardSideBarSelected
{
	font-weight: bold;
	/*background-image:url(../images/gloss.png);*/
	background-image:url(/App_Themes/Glass/Web/tcATabBack.gif);
	background-color:#4986A2;
	background-position:left center;
	background-repeat:repeat-x;
	border-width:1px;
	border-style:solid;
	width:300px;
	height:25px;
	vertical-align:middle;
	padding-left:3px;
	border-color:#4986A2;
	color: white;
	font-size:12px;
}
.WizardSideBarSelected a
{
	color: white;
}

.WizardSideBarItem a
{
	color: #002C45;
}
.WizardSideBarHeader, .WizardSideBarFooter
{
	background-image:url(../images/top-bot-sidebarmask.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.WizardStep
{
	padding: 5px 3px 5px 3px;
	width:100%;
}
.WizardNavigation
{
	padding: 4px 4px 4px 0px;
	width: 300px;
}
.WizardMessage
{
	margin: 5px 5px 5px 5px;
	padding:8px 3px 8px 3px;
	background-color:#e6e6e8;
	color: #444;
}

.WizardStepTitle
{
	font-size:medium; 
	font-weight:bold;
	padding-bottom:5px;
}
.StepNavigationContainer
{
	padding: 3px 3px 3px 3px;
	border:solid 1px #C6C6C4;
	background-color:#D8E1E8;
	min-width:400px;
}
.StartOver
{
	float:right;
	margin-right:15px;
}
.StepContainer
{
	min-height:75px;
}
.toast
{
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	vertical-align:middle;
	padding-left:3px;
	border-color:#93878B;
	background-color:#e6e6e8;
	color: #444;
}

table.literature {
	border-collapse: collapse;
	width: 80%;
	font-size: 1.1em;
}
table.literature a
{
	color: #444;
}
table.literature th {
	
	font-weight: bold;
	background-image:url(../images/gloss.png);
	background-position:left center;
	background-repeat:repeat-x;
	border-width:1px;
	border-style:solid;
	height:30px;
	vertical-align:middle;
	padding-left:3px;
	border-color:#016bbd;
	background-color:#b1ddff;
	color: #444;
	font-size:14px;
}

table.literature td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}



table.literature tr.alt td {
	background: #ecf6fc;
}

table.literature tr.over td {
	background: #bcd4ec;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}
.customer-contacts img
{
    padding-top:2px;
    padding-bottom:1px;
    border:solid 1px silver;
    margin-left:-2px;
}
.customer-contacts img:hover
{
    border:solid 1px black;
}
.lstEmails
{
    padding:0;
    margin:0;
    list-style:none;
    border-bottom: 1px solid black;
    width:350px;
    background-color:White;
    position:absolute;
    top:22px;
    left:0px;
    z-index:10;
}
.lstEmails li
{
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid black;
    font-size:small;
    padding-left:3px;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:3px;
}
.lstEmails li a
{
    text-decoration:none;
    display:block;
    width:350px;
    color:black;
}
.lstEmails li:hover
{
    background-color:#cecece;
}
#drop-container-to, #drop-container-cc
{
    position:relative;
    top:0px;
    left:0px;
}

/* Cart List */
.btn-cl {
    color:#fff!important;
}
/*.chkKitOptions > label
{
    font-weight:normal !important;
    margin-left:5px;
    margin-bottom:2px;
}*/
.cartlist-itemquantity { width:30px; text-align:center;}
/*.cartlist-noterow 
{ 
    padding:5px 3px 4px 20px !important;
    font-weight:bold; 
    background-color:#ECF1F8;  

}*/
/*.cartlist-footerrow
{
    background-color:#ECF1F8;  
    padding-top:16px !important;
    padding-bottom:20px !important;
}*/


/*#cartlist-table
{
    width:625px;
    border-collapse:collapse;
    margin-top:20px;
}
    #cartlist-table th, #cartlist-table td
    {
        padding:4px 6px 4px 6px;
    }
    #cartlist-table th
    {
        background-color:#D1DFE7;
        border-bottom: 4px solid #598AA8;
        border-top: 1px solid #E1F0F8;
        color:#000;
    }
        #cartlist-table th:first-child
        {
           border-left: 1px solid #E1F0F8;
        }
        #cartlist-table th:last-child
        {
            border-right: 1px solid #E1F0F8;
        }
    
    #cartlist-table td:first-child
    {
        border-left: 1px solid #598AA8;
    }
    #cartlist-table td:last-child
    {
        border-right: 1px solid #598AA8;
    }
    #cartlist-table tr:last-child > td
    {
        border-bottom: 1px solid #598AA8;
    }*/
    
/*.cartlist-item-odd > td
{
    background-color:white;
}
.cartlist-item-even > td
{
    background-color:#D1DFE7;
}
.cartlist-optional-odd > td
{
    background-color:white;
}
.cartlist-optional-even > td
{
    background-color:#D1DFE7;
}*/
.generic-button
{
    border:solid 1px #ccc;
    border-radius:2px 2px 2px 2px;
    background-image:url('/_assets/images/btn_bg.png');
    background-repeat:repeat-x;
    padding:4px 8px 4px 8px;
    margin-top:4px;
    text-decoration:none;
    display:inline-block;
    color:black;
}
a.generic-button-disabled,a.generic-button-disabled:hover,a.generic-button-disabled:active,a.generic-button-disabled:focus
{
    color:silver;
    text-decoration:none;
}

/*#cartlist-requestquote, #cartlist-requestdrawings { font-weight:bold;}*/
.cartlist-pnlPartDisclaimer
{
    margin:10px 0 10px 0;
    color:red;
    font-size:12px;
}

.generic-button:hover
{
    text-decoration:none;
}
.generic-error
{
    color:red;
    font-weight:bold;
}
.page-title
{
    color: #005689;
    font-weight: bold;
}
.blacoh-tab-active > div {
    background-color: white;

    box-shadow: inset 6px 0 6px -6px #777,
        inset -6px 0 6px -6px #777,
        inset 0px 6px 6px -6px #777;
}

        #topTabs {
            box-shadow: inset 0px -1px 0px #999;

            background: #f3f0f1; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f0f1 0%, #e0dfdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f0f1), color-stop(100%,#e0dfdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f0f1 0%,#e0dfdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f0f1 0%,#e0dfdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f0f1 0%,#e0dfdb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f0f1 0%,#e0dfdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f0f1', endColorstr='#e0dfdb',GradientType=0 ); /* IE6-9 */
        }

.padded-checkbox-radio > label
{
    margin-bottom:2px !important;
    margin-top:3px !important;
    font-weight:normal !important;
}



/* 2017 Responsive Redesign added classes below */

.pnl-nodisplay {
    display:none;
}

.not-valid {
    border-color: red !important;
}
