/* ---------------Homepage Stylesheet---------------------- */

/* Layout
------------------------------------------------------ */
img [title="Transactions"]{
  width: 31px;
    height: 16px;
}
body {
    text-decoration: none; 
    color: #000000; /* Primary Text Color */
	font-size:12px;
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: normal;
}

a { 
    text-decoration: none;
} 

tr[style='height: 5px;'] { 
	display: none; 
}

#price-book,
#search-wrapper h3 { 
	clear: both; 
}

body.logged-in,
.logged-in table.page-content {
background: #fafafa;
}

.logged-in .page-content table td[width='10'] { 
	display: none; 
}

.logged-in .page-content table table td {
	position: relative; 
}

.logged-in .page-content { 
	position: absolute; 
	left: 0;
	height: 670px;
}

.logged-in .page-content .dummy-td { 
	border-style: solid; 
	border-width: 0!important; 
	position: relative;
	display: block;
	width: 960px !important;  /*IE 7*/
	margin: 0 auto !important;  /*IE 7*/
}

.logged-in .login-view .page-content .dummy-td,
.logged-in .guest-access .page-content .dummy-td { 
	width: 100% !important!;  /*IE 7*/ 
}

.logged-in .dummy-td { 
    min-height: 650px; 
    width: auto; 
}
	
.logged-in .dummy-td table tr { 
	position: relative; 
}

/*Login Page
------------------------------------------------------ */  
body.logged-out {
	background: linear-gradient( #98581e ,#56093a) !important;
}

#login-logo {
	display:none;
}

.logged-out #footer{
	display:none;
}

#login-form-head img{
	display: none;
}

#login-form label,
.guest-access #login-form label { 
    font-size: 12px;
	font-weight: 300;
}

.pipe { 
    padding: 0 6px; 
}

#login-form .form-input,
.guest-access #login-form .form-input {
	line-height: 25px; 
}

#login-form-wrap .login-toggle .hide { 
    display: none; 
}

#login-form .login-button td img { 
    display: none;
}

#login-form label {
	margin: 0; padding: 0; 
	display: block;
	line-height: 16px;
	margin-top: 13px;
}

#login-form label{    
    color: #454545;
}

#login-form a{    
	color: #145c9e;
}

#login-form a:hover{    
  text-decoration: underline;
}

#login-form #psword { 
	margin-bottom: 10px;
}
 
#login-form select.form-input { 
	margin-bottom: 5px; 
}

#login-form br { 
	display: none; 
}

#login-form .form-input { 
	margin: 0px; 
	clear: both; 
}

.button-text {
	text-decoration:none!important;
}

#login-form td.button-middle {
	background-color: #8c8c8c !important;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	border: 1px solid #c8cfd5;
	border-radius: 4px;
	height: 40px;
	margin-top:15px;
	width: 200px;
	box-shadow: none;
	color:#fafafa;
	font-weight:400;
}
#login-form td.button-middle div {
	margin:0!important;
}

#login-form .button-middle a {
	text-align: center!important;
    color: #000000;
    font-family: "HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman",Helvetica,Arial,sans-serif;
    font-size: 24px!important;
    font-weight: 200!important;
	line-height: 36px!important;
}

#login-form td.button-middle:hover {
    background: #ffc800 !important;
    border: 1px solid #ffc800 !important;
	  color:#000000;
}

#login-form .button-middle a:hover {
    color: #0572CE!important;
}
#login-form td.button-middle:active {
    background: #0572CE none repeat scroll 0 0!important;
    border: 1px solid #0572ce!important;
}

#login-form .button-middle a:active {
    color: #FFFFFF!important;
}

/* Search Box 
------------------------------------------------------ */

#search-outer-wrapper, 
#serial-search-outer-wrapper { 
	margin: 0 0px 0 0; 
	padding: 5px 23px 12px 10px; 
	z-index: 100;     
	-moz-box-shadow: 5px 5px 20px #999999;
	-webkit-box-shadow: 5px 5px 20px #999999;
	box-shadow: 5px 5px 20px #999999;
	background: #FFFFFF;
	border: 1px solid #d6dfe6;
}

#search-login-toggle-wrapper { 
	float: right; 
	padding: 0;
  margin-top: -1px;
	margin-right: 5px;
	white-space: nowrap;
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 2;
}
#search-login-toggle-wrapper span.pipe{
	display:none!important;
}

#search-login-toggle-wrapper a, .return-to-quote a { 
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
	margin: 5px 0 0 -1px;
    color: #000000; /* Primary Text Color */   
	background-color: transparent;
    background-image: #e4e8ea; /* For browsers that do not support gradients */
    background-image:-webkit-linear-gradient(#f1f3f4, #e4e8ea); /* For Safari 5.1 to 6.0 */
    background-image:-o-linear-gradient(#f1f3f4, #e4e8ea); /* For Opera 11.1 to 12.0 */
    background-image:-moz-linear-gradient(#f1f3f4, #e4e8ea); /* For Firefox 3.6 to 15 */
    background-image:linear-gradient(#f1f3f4, #e4e8ea); /* Standard syntax */
    border: 1px solid #c4ced7;
  border-radius: 2px;
    height: 26px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
	font-weight: 700;
}

#search-login-toggle-wrapper a:hover { 
  background-color: #f7f8f9;
  color: #0572ce;
}

#search-outer-wrapper, #serial-search-outer-wrapper { 
	display: none; 
	position: absolute; 
	right:  0;
	top: 36px;	
	padding: 5px 5px 0px 0px; 
}

#search-wrapper { 
	float: left; 
	width: auto;
	padding-left: 10px; 
	margin-top: 7px; 
	position: relative; 
}
#serial-search-wrapper { 
	float: left; 
	width: 215px; 
	padding-left: 10px; 
	margin-top: 7px; 
	position: relative; 
}
#search-wrapper h3, 
#serial-search-wrapper h3 { 
    float: left;
	color: #454545; /* Primary Text Color */
    padding: 0 0 2px 0; 
    margin: 0 0 2px 0; 
}
#search-login-toggle-wrapper .parts-search-toggle, 
#search-login-toggle-wrapper .serial-num-search-toggle  {
  padding-left: 30px;
  	background: #e4e8ea url(../../image/Icons/func_magnify_ena.png) no-repeat 5px;
}

#search-login-toggle-wrapper .parts-search-toggle:hover, 
#search-login-toggle-wrapper .serial-num-search-toggle:hover  {
	background: #f7f8f9 url(../../image/Icons/func_magnify_hov.png) no-repeat 5px;
}

#search-wrapper .parts-search-toggle, 
#serial-search-wrapper .serial-num-search-toggle  {
    float: right;
    height: 16px;
    width: 16px;
    background: transparent url(../../image/Icons/close_button.png) no-repeat;
    cursor: pointer;
}

#search-top-wrapper, 
#serial-search-top-wrapper  { 
    width: 100%; 
    width: 280px !important!; /* IE 7 */ 
}
#search-bottom-wrapper, 
#serial-search-bottom-wrapper  { 
    clear: both; 
}
#search-wrapper .parts-search-toggle:hover, 
#serial-search-wrapper .serial-num-search-toggle:hover { 
    background-position: 0 -16px 
}
#search-wrapper .hide, 
#serial-search-wrapper .hide  { 
    display: none; 
}
#search-wrapper div, 
#serial-search-wrapper div  { 
    float: left; 
}
/* search input */
div.search-input-wrapper { 
	border: 1px solid #d6dfe6;
	height: 24px;
    margin: 6px 0px; 
    background: #fff; 
}

#simple-search {
	height: 20px;
	line-height: 20px;
	padding: 1px;
	font-size: 12px;
	border: none;
	margin: 1px;
	width: 140px;
}

/* search button */
div.search-button-wrapper {
	margin: 6px 4px 6px 2px;
	background-color: transparent;
    background-image: #e4e8ea; /* For browsers that do not support gradients */
    background-image:-webkit-linear-gradient(#f1f3f4, #e4e8ea); /* For Safari 5.1 to 6.0 */
    background-image:-o-linear-gradient(#f1f3f4, #e4e8ea); /* For Opera 11.1 to 12.0 */
    background-image:-moz-linear-gradient(#f1f3f4, #e4e8ea); /* For Firefox 3.6 to 15 */
    background-image:linear-gradient(#f1f3f4, #e4e8ea); /* Standard syntax */
    border: 1px solid #c4ced7;
    color: #000000;
  border-radius:2px;
	cursor: pointer;
}

.search-button-wrapper input.button {
	background: url(../../image/Icons/func_magnify_ena.png) no-repeat center 3px;
	border: none; 
	width: 22px; 
	height: 24px;
	cursor: pointer;
}

div.search-button-wrapper input.button:hover { 
	background: #f7f8f9 url(../../image/Icons/func_magnify_hov.png) no-repeat center 3px;
}

div.search-button-wrapper input.button:active { 
    background: #0572ce url(../../image/Icons/func_magnify_act.png) no-repeat center 3px;
    border-color: #0572ce!important;
}

.search-button-wrapper input.button::-moz-focus-inner {
  padding: 0;
  border: none;
}

.advanced-search {
	font-size: 11px;		
	height: 16px;
	line-height: 16px;
	margin: 7px 8px 7px 0;
	clear: both;
	display: block;
	color: #145c9e;
}

.advanced-search:hover { 
    text-decoration: underline; 
    color: #145c9e;
}

/* Return To Quote */
/* ------------------------------------------------------ */
.return-to-quote,
.return-to-quote-pipe {
	display:none !important;
}
	
#price-book { 
    height: 20px; 
    padding: 2px 1px 2px 0; 
}

#price-book select {
	background: #fff !important;
	border: solid 1px #666666; /* Secondary Color */
	margin-top: 4px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	padding: 0 0 0 2px;
}
 
/* Wrapper
------------------------------------------------------ */
#wrapper {	
	width: 100%;
	margin-left:  -6px;
	text-align: center;
}	

#wrapper-inner { 
    border: 1px solid #d6dfe6; 
    margin: 10px; 
	padding: 10px;
	border-radius: 3px;
    background:  #fff; 
    text-align: left; 
    min-height: 400px; 
    position: relative;
	width: 950px;
		margin-left: auto;
	margin-right: auto;
}
 
/* Content
------------------------------------------------------ */	
.logged-in #content { 
	padding: 0px 15px 30px 15px; 
	background: #fff;
	overflow: hidden;
}

.featured-image { 
	padding: 5px; 
	border: solid 1px #fff; 
	float: right; 
}	
 
/* Footer
------------------------------------------------------ */	
#footer { 
	background: transparent;  
	margin-left:  -25px;
	margin-bottom: -35px;
}
#footer-inner {
	width:  940px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	background-repeat: no-repeat; 
	background-position: center center; 
	height: 100px;
}
.powered-by { 
	margin: 20px 0 0 0; 
	display: block; 
}

/* Product Family Nav Bar
------------------------------------------------------ */
#family-nav { /* Hides Product Family display for Ref App with only one family */
	display: none;
}

#family-nav,
.product-line-nav { 
    height: 36px; 
    border-bottom: 1px solid #d6dfe6;
    padding: 1px 0;
    margin: -6px 0 3px 0;
    max-width: 1200px !important!;
    background: transparent;
}

#family-nav > li,
.product-line-nav > li{ 
    float: left; 
    list-style: none;
}

#family-nav > li > a,
.product-line-nav > li > a{ 
    color: #000000; 
    height: 28px; 
    font-size: 12px; 
    line-height: 28px; 
    padding: 0 20px 0 8px; 
	margin: 1px 5px;
	text-decoration: none!important;
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px!important;
	font-weight: 400!important;
  	border: 1px solid #ffffff;
	border-radius: 3px;
	background: url(../../image/Icons/dropdown_ena.png) no-repeat 96% 50%;
}

#family-nav > li.hover > a,
.product-line-nav > li.hover > a{
	border: 1px solid #c4ced7!important;
	border-radius: 3px;
	color: #0572ce;
  	background: #f7f8f9 url(../../image/Icons/dropdown_hov.png) no-repeat 96% 50%!important;
	text-decoration: none!important;
	}

#family-nav > li.active > a,
.product-line-nav > li.active > a{
	border: 1px solid #0572ce!important;
	border-radius: 3px;
	color: #FFFFFF;
  	background: #0572ce url(../../image/Icons/dropdown_dwn.png) no-repeat 96% 50%!important;
	text-decoration: none!important;
	}

/* Hide Sub Indicator on Product Family dropdown */
/* ------------------------------------------------------ */
.sf-sub-indicator{
    display:none;
}

/* Product Line Nav Bar 
------------------------------------------------------*/

.product-line-nav ul { 
	padding: 0px; 
	display: inline-block; 
}

.product-content h2 {
    display: none;
}

/* Model Line Tabs / Dropdown - Level One
------------------------------------------------------ */
ul.dropdown {
	position: relative; 
/*	z-index: 50; */
}

ul.dropdown li {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

/* Dropdown - Level Two items */
ul.dropdown ul {
	width: auto;
	max-width: 550px;
	height: auto;
	display: block;
	visibility: hidden;
	position: absolute;
	display: none;
	top: 96%;
	left: 5px;
	border: 1px solid #c4ced7;
}

ul.dropdown ul li {
	font-weight: normal;
	color: #000000;
	float: none;
	font-size: 12px;
	display: block;
	height: auto;
	/* visibility: hidden; */
	display: inline-block !important!; /* IE 6 & 7 Needs Inline Block */
} 
ul.dropdown li:hover > ul { 
	visibility: visible; 
}

/* Dropdown -Inactive Tab items*/
ul.dropdown ul li a { 
    background: #FFFFFF;
    border: 0px solid #c4ced7;
	width: auto; 
	display: block;  
	line-height: 20px; 
	padding: 3px 8px; 
    color: #000000;
	text-decoration: none!important;
	}

ul.dropdown ul li:first-child a { 
}

ul.dropdown li ul li a:hover {
    background: #ebeced!important;
    color: #000000;
	text-decoration: none!important;
	}

/* Dropdown - Active Tab items*/
ul.dropdown li.active ul li a { 
    background: #FFFFFF;
	text-decoration: none!important;
	}

ul.dropdown li.active ul li a:hover {
	background: #ebeced;
    color: #000000;
}

/* Dropdown - Level Three items*/
ul.dropdown ul ul { 
	left: 100%; 
	top: 0; 
}

ul.dropdown li li a {
	min-width: 150px; 
    display: block;
    white-space: nowrap;
	text-decoration: none!important;
	}

/* Dropdown - Documents */
ul.dropdown li li.doc a{ 
	padding-left: 25px; 
	padding-left: 10px !important!; 
}

ul.dropdown li li.doc-head { 
	border-top: solid 2px;
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) inset;
}
ul.dropdown li li.doc-head a { 
	cursor: default; 
	padding-left: 10px !important; 
	font-weight: bold; 
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
}

ul.dropdown li li.doc-head a:hover { 
    background: none repeat scroll 0 0 transparent;
}

ul.dropdown li li.doc a{ 
	padding-left: 25px; 
}
/*****************************************************************************************************custom changes ****/
#family-nav {
    border-style: none none solid;
    width: 948px;
	display:block	;
}

.dropdown li {
    position: relative;
    background-color: #fff;
}
.dropdown .active {
    border-top-style: none;
    border-top-width: 0;
}
ul.product-line-nav {
    width: 100%;
}

.dropdown ul {
    position: absolute;
    left: -1px;
    top: auto;
    width: 239px;
    z-index: 1000;
}

#family-nav > li > a, .product-line-nav > li > a{
	border: 1px solid #0572ce!important;
    border-radius: 3px;
    color: #000000;
    background: #0572ce url(../../image/Icons/dropdown_dwn.png) no-repeat 96% 50%!important;
    text-decoration: none!important;
}

#family-nav > li.active > a, .product-line-nav > li.active > a{
	border: 0px !important;
	background:#FFCD00 url(../../image/Icons/dropdown_dwn.png) no-repeat 96% 50%!important;
	color: #000000;
}

#family-nav > li > a, .product-line-nav > li > a
{
	border: 0px !important;
	background:#FFCD00 url(../../image/Icons/dropdown_dwn.png) no-repeat 96% 50%!important;
	font-size:14px!important;
}

#family-nav{
	display:none;
}

#family-nav > li.active > a, .product-line-nav > li.active > a {
    border: 0px !important;
    background: #c18d0b url(../../image/Icons/dropdown_dwn.png) no-repeat 96% 50%!important;
    color: #000000;
}

.removedd{
	display: none;
}

#footer{
	display:none;
}

#login-form label{
	color: #bdbdbd;
}
#login-form a{
	    color: black;
}
.header-bordercolor{
	     border: 0px solid #FFFFFF; 
}
#wrapper{
	width: 100%;
    margin-left: -0.29em;
}
#wrapper-inner{
	     border: 0px solid #d6dfe6; 
		 margin:0px;
		 width: 100%;
}
body.logged-in, .logged-in table.page-content{
	background: #ffffff;
}
#search-login-toggle-wrapper{
	display:none;
}
#product-nav-quantum{
	    background: #333333;
}
#wrapper-inner {
        width: 100%;
    margin-left: -1.39em;
	border: 0px solid #d6dfe6;
}
#family-nav, .product-line-nav{
	    height: 32px;
     border-bottom: 0px solid #d6dfe6; 
     padding: 0px 0px; 
    margin: -14px 0 3px 0; 
    background: transparent;
    width: 100%;
}
.dropdown li{
	    background-color: #333333;
}	
#family-nav > li > a, .product-line-nav > li > a , #family-nav > li.active > a, .product-line-nav > li.active > a
{
	background: #333333 url(../../image/Icons/dropdown_dwn.png) no-repeat 96% 50%!important;
	color: #ffffff;
}
.dropdown li.active:after {
    /* border-top: 10px solid #0099CC; */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid white;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 44.6%;
    top: 78.7%;
    /* margin-left: -26px; */
    width: 0;
    height: 0;
    /* top: -10px; */
}
.product-line-nav > li.active > a{
	color: #FFCD00;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
    transition: background-color 5000s ease-in-out 0s;
}


input:-webkit-autofill:focus{
-webkit-box-shadow: 0 0 0 1px #ff1a1a , 0 0 0 2px #ff1a1a;
}

.HighlightModel{
	border: 1px solid #989898;
	text-align: center;
	/*	box-shadow: 0px 12px 22px 1px #333;
	zoom: 1.0;*/
}
.product-line-nav a {
	pointer-events: none;
}

hr {
	clear: both;
	display: none;
}

.line-data{
	margin-top: 40px;
}
.line-data>div>div>div {
	display:inline-block;
	width:33%;
}

.line-data>div>div {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: auto;
}
body.logged-out {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	flex-direction: column;
}
#login-form .form-input:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#login-form .form-input {
	border: none !important;
	-webkit-appearance: none;
	border-bottom:1px solid #757575 !important;
	background: none;
}
#login-form {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: ##ffffff !important;
	width: 250px !important;
}
#login-form .product-name,#login-form #log_in, #login-form-head {
   display: none;
}
.login-fields b {
	color: red !important;
	font-size: 12px !important;
}
#login-form .login-links, #login-form .login-button {
	/*! margin: 0px; */
	text-align: center;
}
#login-form .form-input {
	font-size: 16px;
}
.login-button .button-middle:before {
	content: "Sign In";
	font-size: 24px;
	line-height: 1.7;
}
#login-form .login-links a {
	font-weight: 400;
	color: #33333;
	font-size: 16px;
}
#login-form, #login-form .login-fields input, #login-form .login-links span a{
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.extra-panes {
	order:1;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 0px 40px 2px 40px;
	background-color: #ffffff !important;
	width: 250px !important;
}
.logged-out .main-pane {
	width: 250px;
	margin-left: 0px !important;
	padding: 40px 40px 0px 40px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}
#loginFormHead {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
#loginFormHead img{
    width: 100px;
}
#loginHeader{
	font-size: 20px;
	font-weight: 700;
	color: #333333;
}
#login-form-wrap {
	height: 300px !important;
	justify-content: space-between;
	display: flex;
}
.login-fields label,.login-links .login-link{
    padding-top: 15px !important;
}
