/* ---------------Homepage Stylesheet---------------------- */

/* Layout
------------------------------------------------------ */
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: #035090!important;
	/* background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000)!important; */
	/* height: 100vh; */
}

#login-logo {
	display:none;
}

.logged-out .main-pane,
.logged-out #footer{
	display:none;
}

.logged-out .extra-panes,
.logged-out .guest-access .extra-panes  {
	margin: 0px auto;
	position: absolute;
	top: 0; left: -50px; bottom: 0; right: 0;
	width:768px!important;
	height:768px!important;
	/* background-color: #0572ce; */
	/* background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000); */
	/* background: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); */
	background: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
	-webkit-box-shadow: 0px 10px 10px 0px #000000;
	-moz-box-shadow: 0px 10px 10px 0px #000000;
	box-shadow: 0px 10px 10px 0px #000000;
}


.extra-panes form,
.guest-access .extra-panes form {

}

.logged-out #login-form-wrap, 
.logged-out .guest-access #login-form-wrap {
	/* background: #0467bd; */
	/* background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000); */
	background:linear-gradient( 89.8deg,  rgba(204,156,223,1) 0.3%, rgba(155,219,245,1) 20.4%, rgba(245,183,208,1) 40.2%, rgba(250,186,98,1) 62.9%, rgba(234,238,240,1) 81.9%, rgba(250,245,171,1) 99.2% );
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	height: 768px;
	left: 220px;
	position: absolute;
	top: 0;
	width: 600px;
	z-index: 10;
}
 
.logged-out #login-form,
.logged-out .guest-access #login-form { 
    border-radius: 0px;
    box-shadow: none;
    background: url(../../image/Icons/OracleLogoWHT.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);
    border: 0px solid #b5b8c8;
    margin: 0;
	height: 718px;
	width: 550px!important;
}

#login-form-head {
	background: url(../../image/images/login.png) no-repeat scroll left top rgba(0, 0, 0, 0);
  	position:absolute;
	z-index:15;
	background:; 
	width:590px;
	height:260px;
	top: 0px;
	background-size: 599px 165px;
	margin-left: -9px;
}

#login-form-head img{
	display: none;
}

#login-form .product-name {
	/* color: #FFFFFF; */
    /* font-size: 36px; */
    /* font-weight: 200; */
    /* left: 0px; */
    /* letter-spacing: 0.01em; */
    /* position: absolute; */
    /* text-align: left; */
    /* top: 160px; */
	/* border: 0px solid #ffffff; */
	/* width: calc(100% + 4px); */
color: #ffffff;
font-size: 36px;
font-weight: 200;
left: 0px;
letter-spacing: 0.01em;
position: absolute;
text-align: center;
top: 160px;
border: 0px solid #ffffff;
content: '';
/* background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000); */
background: linear-gradient(109.6deg, rgb(156, 252, 248) 11.2%, rgb(110, 123, 251) 91.1%);
/* background: #6ecdfb; */
background-size: auto;
position: absolute;
left: -18px;
background-size: 400%;
z-index: -1;
width: calc(100% + 4px);
height: calc(100% + 80px);
animation: glowing 20s linear infinite;
transition: opacity .3s ease-in-out;
border-radius: 10px;
right: -10px;
}

#login-form label,
.guest-access #login-form label { 
    font-size: 12px;
    font-weight: bold; 
}

div.login-fields { 
	/* border-left:solid 6px #0572ce; */
	position:absolute;
	z-index:15;
	/* background:#FFF;  */
	width:580px;
	height:200px;
	left:150px;
	top:220px;
	/* padding: 30px 10px 10px 10px; */
}

div.login-button { 
	position:absolute;
	z-index:15;
	top:390px;
	left: 150px;
}
div.login-links { 
	position:absolute;
	z-index:15;
	top:450px;
	left: 150px;
}
.pipe { 
    padding: 0 6px; 
}

#login-form .form-input,
.guest-access #login-form .form-input {
	line-height: 15px; 
	width: 350px;
}

#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: #fff;
}

#login-form a{    
	color: white!important;
}

#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;  */
	box-sizing: border-box;
    height: 20px;
    width: 300px;
    border-radius: 8px;
    padding: 13px 15px;
}

#login-form .login-links,
.guest-access #login-form .login-links { 
    line-height: 13px; 
}

.button-text {
	text-decoration:none!important;
}

#login-form td.button-middle {
    /* background: #fff none repeat scroll 0 0; */
    /* border: 1px solid #c8cfd5; */
    /* border-radius: 2px; */
    /* height: 38px; */
    /* padding: 0!important; */
    /* width: 100px; */
	  /* background-color: #0078d0; */
  /* border: 0; */
  /* border-radius: 56px; */
  /* color: #fff; */
  /* cursor: pointer; */
  /* display: inline-block; */
  /* font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif; */
  /* font-size: 18px; */
  /* font-weight: 600; */
  /* outline: 0; */
  /* padding: 16px 21px; */
  /* position: relative; */
  /* text-align: center; */
  /* text-decoration: none; */
  /* transition: all .3s; */
  /* user-select: none; */
  /* -webkit-user-select: none; */
  /* touch-action: manipulation; */
border: none;outline: none;color: #fff;background: #2196F3;cursor: pointer;position: relative;z-index: 0;   border-radius: 10px;
}
#login-form td.button-middle div {
	margin:0!important;
}

#login-form .button-middle a {
	text-align: center!important;
    color: #fff;
    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:before {content: '';background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);position: absolute;top: -2px;left:-2px;background-size: 400%;z-index: -1;filter: blur(5px);width: calc(100% + 4px);    height: calc(100% + 4px);animation: glowing 20s linear infinite;opacity: 0;transition: opacity .3s ease-in-out;border-radius: 10px;color: #fff;}#login-form td.button-middle:active {color: #fff}#login-form td.button-middle:active:after {background: transparent;color: #fff;}#login-form td.button-middle:hover:before {opacity: 1;color: #fff;}#login-form td.button-middle:after {z-index: -1;content: '';position: absolute;width: 100%;height: 100%;background: #2196F3;left: 0;top: 0;border-radius: 10px;color: #fff;}@keyframes glowing {0% { background-position: 0 0; color: #fff;}50% { background-position: 400% 0; color: #fff;}100% { background-position: 0 0; }}
/* #login-form td.button-middle:hover { */
    /* background: #fff none repeat scroll 0 0; */
    /* border: 1px solid #0572ce!important; */
	  /* box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px; */
  /* transform: scale(1.05); */
/* } */
#login-form td.button-middle:hover {
    color: #fff!important;
}
#login-form .button-middle a:hover {
    color: #fff!important;
}
/* #login-form td.button-middle:active { */
    /* background: #0572CE none repeat scroll 0 0!important; */
    /* border: 1px solid #0572ce!important; */
/* } */
.button-middle:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}
@media (min-width: 768px) {
  .button-middle {
    padding: 10px 14px;
  }
}
#login-form .button-middle a:active {
    color: #fff!important;
}

/* Search Box 
------------------------------------------------------ */
.multiple-search{
	display:none;
}

#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;
	display:none;
}
#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;
	background: url(../../image/images/Pillar-watermark_1270x422.gif);
    background-repeat: no-repeat;
    background-size: auto 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; 
	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; 
	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; 
}
.logged-in #content{
	display:none;
}
