/* ----------CSS THEME: Moderna NextGen--------------- */
/* ---------------Homepage Stylesheet Alt------------------- */

/* Login screen and Homepage Header
------------------------------------------------------ */
html {
    background: #f4f6f9; /* Linkwater */
}

/* Text Defaults */
body {
    font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;
    font-size:.875em;
    color:#252525;
}

body, #wrapper,
.logged-in table.page-content {
    background: transparent!important;
}
.login-view .main-pane {
    background-color: transparent;
}

.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 .dummy-td {
    min-height: 650px;
    width: auto;
}

.logged-in .dummy-td table tr {
    position: relative;
}

#login-logo {
    display:none;
}

.logged-out #footer img{
    display:none;
}

.logged-out #login-form-wrap {
    background-color: #ffffff;
    border: 1px solid #D8DDE6;/* Geyser */
    border-radius: 5px;
    display: block;
    float: none;
    margin: 80px auto 0;
    padding: 10px 40px 20px;
    visibility: visible;
    width: 220px;
}

.logged-out #login-form {
    background: transparent none repeat scroll 0  0;
    border: medium none;
    padding: 0;
}

#login-form-head {
    padding-left: 40px;
}

#login-form .product-name {
    color: #222;
    font-family: 'Salesforce sans', Arial, sans-serif;
}
.login-fields > b { /* Login Failure text */
    color: darkred;
    display: block;
    font-size: 1.1rem;
    margin-top: 1rem;
}
.pipe {
    padding: 0 6px;
}

#login-form .form-input {
    border-radius: 2px;
    clear: both;
    margin: 0;
    min-height: 30px; /* IE 11 */
    padding: 2px 5px;
    width: 190px;
}

#login-form-wrap .login-toggle .hide {
    display: none;
}

#login-form .login-button td img {
    display: none;
}

#login-form label {
    color: #54698D; /* Kashmir Blue */
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin: 13px 0 0;
    padding: 0;
}

#login-form a{
    color: #008193;
}

#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 .login-links {
    line-height: 13px;
}

.button-text {
    text-decoration:none!important;
}

#login-form td.button-middle {
    background:  #0070D2; /* Science Blue */
    border: 1px solid #0070D2;
    border-radius: 2px;
    height: 38px;
    padding: 0!important;
    width: 200px;
}
#login-form td.button-middle div {
    margin:0!important;
}

#login-form td.button-middle:hover {
    border: 1px solid #005FB2!important;
    background:  #005FB2 !important;
    color: #FFFFFF!important;
}

#login-form td.button-middle:active {
    background: #005FB2 none repeat scroll 0 0!important;
    border: 1px solid #005FB2!important;
}

#login-form .button-middle a,
a#log_in {
    background:  #0070D2;
    color: #ffffff;
    font-family: "Salesforce sans",Arial,sans-serif;
    font-size: 24px!important;
    line-height: 36px;
    text-align: center;
}

#login-form .button-middle a:before,
#login-form .button-middle a:after {
    content: '\00a0\00a0';
    letter-spacing: 0.5rem;
}

#login-form .button-middle a:hover,
#login-form .button-middle:hover a {
    background:  #005FB2;
    color: #FFFFFF!important;
}

#login-form .button-middle a:active {
    color: #FFFFFF!important;
}

.logged-out .extra-panes {
    float: none;
    margin: 0px auto;
    position: absolute;
    top: 0;
    left: -50px;
    bottom: 0;
    right: 0;
    width: 820px;
    height:768px;
}

/*Login - Errors
------------------------------------------------------ */
ul.error-text {
    left: 0;
    padding: 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
ul.error-text li {
    background: #fFf4f4;
    border: 1px solid rgba(34, 34, 34, 0.5);
    border-radius: 3px;
    box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.5);
    color: #880000;
    font-size: 1.5em;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    margin: auto 25% 5px;
    padding: 5px 10px;
    text-align: center;
}
ul.error-text li:before {
    content: url('/img/error.gif');
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

/*Login - Guest Access
------------------------------------------------------ */
.guest-access .logged-out #login-form {
    background-position:60% 200%;
}
.guest-access a.cpq-nav-home:nth-child(2) {
    display:none;
}

.guest-access .extra-panes  {
    display: block;
    position: absolute;
    top: 0;
    width: 100% !important;
    padding: 0;
    margin: 0;
    visibility: hidden;
    z-index: 1002 !important;
    float: none;
}
.guest-access .extra-panes form {
    width: 440px;
    margin: 0 auto;
    display: block;
    visibility: hidden;
    z-index: 1001 !important;
    position: relative;
}

.guest-access .main-pane {
    margin: 0;
}

.guest-access #login-form-wrap {
    visibility: visible;
    z-index: 1000 !important;
    background: #FFFFFF;
    border: 1px solid #D8DDE6;
    height: 400px;
    left: 300px;
    width: 240px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}

.guest-access #login-form-wrap {
    display: none;
}

.guest-access div.login-fields {
}
.guest-access div.login-button{
}
.guest-access div.login-links{
}
.guest-access #login-form-head{
}

.guest-access #login-form .product-name {
}

.guest-access .pipe { padding: 0 6px; }

.guest-access #login-form {
}

.guest-access #login-form-wrap .login-toggle {
    position: relative;
    top: 0;
    left: 240px;
    height: 16px;
    width: 16px;
    border:5px solid #ffffff;
    background: #FFFFFF url(../../image/Icons/close_button.png) no-repeat right top;
    cursor: pointer;
    z-index:1005;
}
.guest-access #login-form-wrap .login-toggle:hover {
    background-position: right -16px;
}

.guest-access #login-form-wrap .login-toggle .hide {
    display: none;
}


/* Search Box
------------------------------------------------------ */

#search-outer-wrapper,
#serial-search-outer-wrapper {
    margin: 0;
    padding: 5px 23px 12px 10px;
    z-index: 100;
    box-shadow: 5px 5px 20px #999999;
    background: #FFFFFF;
    border: 1px solid #d6dfe6;
}

#search-login-toggle-wrapper {
    float: right;
    padding: 0;
    margin: 1px 5px 5px;
    white-space: nowrap;
    position: relative;
    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: #54698D; /* Primary Text Color */
    background-color: #FFFFFF;
    border: 1px solid #D8DDe6;
    border-radius: 2px;
    font-family: "Salesforce sans",Arial,sans-serif;
    text-decoration: none;
}

#search-login-toggle-wrapper a:hover {
  background-color: #F4F6F9;
  color: #0577DA;
}

#search-outer-wrapper, #serial-search-outer-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 5px 0px 0px;
}

#search-wrapper,
#serial-search-wrapper {
    float: left;
    width: auto;
    padding-left: 10px;
    margin-top: 7px;
    position: relative;
}
#search-wrapper h3,
#serial-search-wrapper h3 {
    float: left;
    color: #54698D; /* Primary Text Color */
    font-family: 'Salesforce Sans', Arial, sans-serif;
    font-size: 12px;
    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-image: url(../../image/Icons/func_magnify_ena.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
}

#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%;
}
#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-element-wrapper {
    display: flex;
}
#search-wrapper div,
#serial-search-wrapper div  {
    float: left;
}
/* search input */
div.search-input-wrapper {
    border: 1px solid #d8dde6;
    height: 24px;
    margin: 6px 0px;
    background: #d8dde6;
}

#simple-search, #serial-number {
    line-height: 20px;
    padding: 1px;
    font-size: 12px;
    border: none;
    margin: 1px;
    width: 140px;
}
#serial-number {
    width: 178px;
}

/* search button */
div.search-button-wrapper {
    margin: 6px 4px 6px 2px;
    background-color: #ffffff;
    border: 1px solid #d8dde6;
    color: #0577DA;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
}

.search-button-wrapper input.button {
    background: url(../../image/Icons/func_magnify_ena.png) no-repeat center 3px;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    top: 1px;
    width: 22px;
}

div.search-button-wrapper input.button:hover {
    background: #f4f6f9 url(../../image/Icons/func_magnify_hov.png) no-repeat center 3px;
}

div.search-button-wrapper input.button:active {
    background: #0577DA url(../../image/Icons/func_magnify_act.png) no-repeat center 3px;
    border-color: #d8dde6!important;
}

.search-button-wrapper input.button::-moz-focus-inner {
  padding: 0;
  border: none;
}

.multiple-search,
.advanced-search {
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin: 7px 8px 7px 0;
    clear: both;
    display: block;
    color: #145c9e;
}
.multiple-search:hover,
.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 {
    background: transparent!important
    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: 600px;
    position: relative;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

/* Content
------------------------------------------------------ */
#content {
    padding: 0px 15px 30px 15px;
    background: #fff;
    overflow: hidden;
}
#content a {
    color: #145c9e;
}
#content a:hover {
    text-decoration: underline;
}

.featured-image {
    padding: 5px;
    border: solid 1px #fff;
    float: right;
}

/* Footer
------------------------------------------------------ */
#footer {
    background: transparent;
}
#footer-inner {
    width:  calc(100% - 20px);
    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 {
    background: transparent;
    border-bottom: 1px solid #d6dfe6;
    display: block;
    min-height: 46px;
    margin: 0;
    max-width: 1200px;
    padding: 0;
}

#family-nav li {
    float: none;
    list-style: none;
    margin-bottom: -3px;
}

#family-nav > li > a {
    color: #54698D;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    margin: 0px 5px 0 0;
    text-decoration: none;
    font-family: "Salesforce Sans",Arial,sans-serif;
    font-size: 14px!important;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    letter-spacing: 0.75px;
}
#family-nav > li.active > a {
    border-bottom: 2px solid #0577DA;
}

#family-nav > li.sfHover > a {
    text-decoration: underline;
}

ul.dropdown > li > a {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    margin-bottom: -1px;
    margin-left: 5px;
    padding: 0px 10px;
}

/* Hide Sub Indicator on Product Family dropdown */
/* ------------------------------------------------------ */
.sf-sub-indicator{
    display:none;
}

/* Product Line
------------------------------------------------------*/
.product-line-description {
    margin-bottom: 5px;
    width: 100%;
}

.associated-files {
    text-align: left;
}

.product-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.product-content h2 {
    color: #000000;
    font-family: "Salesforce Sans",Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px #0572CE solid;
    margin: 30px 0;
}
.pl-expando-hdr {
    cursor: pointer;
    clear: both;
    border: solid #d9dfe3;
    border-width: 0 0 1px;
    color: #000000;
    font-family: "Salesforce Sans",Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
}

a.pl-expando {
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: text-bottom;
}
a.pl-expando:before {
    content: url(../../image/Icons/dropdown_ena.png);
    transform: rotate(-90deg);
    display: inline-block;
}
.pl-expando-hdr:hover > a.pl-expando:before,
a.pl-expando:hover:before {
    content: url(../../image/Icons/dropdown_hov.png);
}
a.pl-expando.expanded:before {
    transform: rotate(0deg);
}
/* Model Line Tabs / Dropdown - Level One
------------------------------------------------------ */
ul.dropdown {
    position: relative;
    margin: 0 10px;
}

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;
    z-index: 500;
}

ul.dropdown ul li {
    font-weight: normal;
    color: #000000;
    float: none;
    font-size: 12px;
    display: block;
    height: auto;
}
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 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;
    text-decoration: none!important;
}

/* 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;
}

/* Model Details - Added for GSE demo environments */

.model {
    font-size: 12px;
    line-height: 1.5em;
    float: left;
    min-height: 245px;
    margin: 10px;
    padding: 10px;
    min-width: 200px;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    box-sizing: border-box;
    max-width: 350px;
    text-align: center;
}

.model-summary-wrapper { 
    margin: 10px;
    padding: 10px;
}

.model h3 a {
    font-family: "Salesforce Sans",Arial,sans-serif;
    font-size:16px;
    font-weight: 700;
    color: #000000;
    text-decoration: none; 
    background-color: #e4e8ea;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f3f4 3.64%, #e8ebed 50%, #e4e8ea 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f1f3f4 3.64%, #e8ebed 50%, #e4e8ea 100%);
    border: solid #c4ced7 1px;
    color: #145c9e;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 0;
    -webkit-align-items: center;
    align-items: center;
    padding: 4px 20px;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.model h3 a:hover {
    background: #f7f8f9;
    border-color: #c4ced7;
    color: #145c9e;
    text-decoration: none!important;
}

.model-summary {
    width: 200px;
    display: inline-block;
    font-family: "Salesforce Sans",Arial,sans-serif;
    font-size:12px;
    color: #252525;
}

.img-wrapper {
    display: block !important!; /* IE7 */
    padding-top: 10px !important!; /* IE7 */
    height: 190px !important!; /* IE7 */
    display: block;
    text-align: center;
    border: solid 1px white;
}

.img-wrapper img {
    max-width: 200px;
    max-height: 200px;
    vertical-align: middle;
}

.product-family-content {
    display: none;
}

:-moz-focusring {
    outline: 2px solid rgba(5, 114, 206, 0.5);

}
