body {
    background-color: #e7e7e7;
    font-family: "Noto Sans", sans-serif;
}

.infuser-loading {
    display: none;
}

a:link {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration:underline;
}

h1, h2, h3, th, td {
  font-family: "Symantec Sans", sans-serif;
}

h3 {
    margin-top: 1.5em;
}

h3 + ul.link-list {
    margin-top: 0;
}

.tip-top-background {
  background-color: #e7e7e7;
}

.tip-top {
  background-color: #e7e7e7;
}

.header-background {
  background-color: white;
}

body.popup .header-background {
    border-bottom: 1px solid #e7e7e7;
}

.perma_links_panel {
    float: right;
    line-height: 2.25em;
    margin-right: 1em;
    font-size: 0.75em;
}

.breadcrumbs {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: white;
  padding: 3px 0;

  font-size: 14px;
  line-height: 1.5em;
}

.fa.fa-home {
    font-size: 22px;
    color: #e7e7e7;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.emphasis{
    font-weight: bold;
}

.legalese{
    font-style: italic;
}

.small{
    font-size: 14px;
}

.center_section fieldset input[type='text'], .center_section fieldset input[type='password']{
    width: 50%;
}

.center_section fieldset label{
    display: inline-block;
    width: 40%;
}

.center_section fieldset input[type='button']{
    float: right;
    margin-right: 10%;
    margin-top: 10px;;
}

.center_section fieldset legend{
    font-weight: bold;
}
.center_section fieldset{
    border: 1px solid #c5d2df;
}

.center_section,
.popup_center_section{
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;

    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    vertical-align: top;
}


.popup_center_section {
    width:90%;
    min-width: 90%;
    line-height: 26px;
}

.center_section h1,
.popup_center_section h1 {
    font-family: "Symantec Sans", sans-serif;
    font-size: 54px;
    line-height: 40px;
    color: black;
    font-weight: normal;
    -webkit-margin-before: 0.37em;
    -webkit-margin-after: 0.25em;
}

.popup_center_section h1 {
    font-size: 48px;
}

.popup_center_section h3 {
    color: #232323;
    font-size: 24px;
    margin-bottom: 10px;
}

.popup_center_section h5 {
    color: #232323;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
}

.popup_center_section ul {
    -webkit-padding-start: 25px;
}

.popup_center_section .detail {
    white-space: pre-wrap;
}

.popup_center_section span.detail {
    display: block;
    margin-left: 20px;
}

.popup_center_section li.detail,
.popup_center_section li.detail_checked,
.popup_center_section li.detail_unchecked {
    list-style-position:inside;
}
.popup_center_section li.detail,
.popup_center_section li.detail_checked {
    list-style-image:url('../images/checkbox-checked.png');
}

.popup_center_section li.detail_unchecked {
    list-style-image:url('../images/checkbox-unchecked.png');
}

.center_section a,
.popup_center_section a {
    text-decoration: none;
}

.center_section a:link,
.center_section a:hover,
.center_section a:visited,
.popup_center_section a:link,
.popup_center_section a:hover,
.popup_center_section a:visited {
    color: #006991;
    font-weight: bold;
    text-decoration: underline;
}

.risk-level {
    font-weight: bold;
    color: darkgreen;
}
.risk-level.Medium {
    color: #006991;
}
.risk-level.High {
    color: darkred;
}

.center_section a:link,
.popup_center_section a:link {
    text-decoration: none;
}

.popup_center_section .linkList {
    width: 50%;
    float: left;
}

.popup_center_section .values{
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 30%
}
.popup_center_section .imageLink img{
    border: 0;
}

.popup_center_section .footnote {
    font-size: 12px;
}
.popup_center_section .footnote hr{
    border: 0;
    width: 40%;
    height: 1px;
    background: #333;
    margin-left: 0;
    text-align:left;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

div.info_panel {
    padding: 30px 30px 30px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #D5E9ED;
    -moz-border-radius: 15px;
    border-radius: 15px;
}



.app-logo {
    background: url('../images/symantec-logo-top.png');
    width: 163px;
    height: 43px;
    float: left;
    margin-top: 14px;
}

body.popup .app-logo {
    margin-top: 0;
    margin-bottom: 0.5em;
}

h1.floating-head {
    color: #f1f1f1;
    background-color: #373737;
    margin: 0;
}

h1.floating-head span {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.site-review-content {
    color: #2a2c2b;
    background-color: #f1f1f1;
    padding-bottom: 3em;
}

.site-review-content p, .site-review-content h1 {
  color: #2a2c2b;
}

.site-review-content a:link,
.site-review-content a:hover,
.site-review-content a:visited,
.site-review-content a {
    color: #0084ad;
}

section.b-content, section.b-content p, section.b-content h1, section.b-content h3 {
    color: #343434;
}

section.b-content a:link,
section.b-content a:hover,
section.b-content a:visited,
section.b-content a {
    color: #0084ad;
}

ul.link-list, div.categorized-list ul {
    list-style-type: none;
    padding: 0;
    margin-top: 1em;
}

ul.link-list a, div.categorized-list li a {
    color: #373737;
    font-family: ArticulatCF-Text, sans-serif;
    display: block;
    padding: 0.25em;
}

ul.link-list a:link, div.categorized-list li a:link,
ul.link-list a:visited, div.categorized-list li a:visited,
ul.link-list a:hover, div.categorized-list li a:hover {
    color: #373737;
    font-weight: normal;
}

ul.link-list a:hover, div.categorized-list li a:hover {
    text-decoration: underline;
}

div.categorized-list li.category {
    color: #000000;
    cursor: default;
    margin-top: 20px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;

}

div.categorized-list li.category span {
    width: auto;
    border-bottom: 5px solid #FDBB30;
    text-align: left;
    padding: 0 1.5rem;
    position: relative;
    display: inline-block;
    height: 50px;
}

div.categorized-list li.category::before {
    content: '';
    display: block;
    position: relative;
    height: 5px;
    width: 100%;
    background-color: rgba(231,231,231,1);
    top: 50px;
}

div.categorized-list li.category::after {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 1em;
}

.header_master a,
.header_master a:link {
    text-decoration: none;
}

.perm_links_panel {
    float: right;
    margin-right: 1em;
}

.perm_links_panel a.perm_links,
.perm_links_panel a.perm_links:link,
.perm_links_panel a.perm_links:hover,
.perm_links_panel a.perm_links:visited
{
  font-weight: bold;
  font-size: 0.75em;
  color: #666;
}

.clear {
    clear: both;
}

.header_master .application_tabs {
    float: right;
}

.header_master button.dropdown-toggle {
    font-family: arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    text-transform: uppercase;
    padding: 14px 20px 16px;
    float: left;
    color: black;
    border: none;
    background-color: transparent;
    border-bottom: 6px solid white;
}

.header_master button.active {
    border-bottom: 6px solid #fdbb30
}

.header_master .application_tabs .right {
    float:right;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 9px 12px;
}

.languageSelect {
    background-color: transparent;
    border: none;
    font-weight: bold;
    font-size: 0.75em;
    box-shadow: none;
    color: #666;
}

.header_container .submenu {
    float: left;
    width: 100%;
}

.header_container .submenu .link {
    float: left;
    color: black;
    font-size: 19px;
    font-weight: bold;
    padding: 8px 0px 8px 36px;
}

.header_container .submenu .active {
    color: #009fdf;
}

.popup_header_container .popup_header_master {
    min-width: 788px;
}

.popup_header_master .small_bluecoat_logo {
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 8px;
    width: 117px;
    height: 45px;
}

.popup_header_master .product_logo {
    margin-top: 6px;
    margin-right: 8px;
    float: right;
}

#tabLanguage {
  float: right;
}

.drop-shadow {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=155, Color='#888888')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=155, Color='#888888');
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}

.curved:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.curved-hz-1:before {
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.curved-hz-2:before {
    top:0;
    bottom:50%;
    left:10px;
    right:10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.footer-background {
    margin-bottom: 3em;
}

.footer_container,
.popup_footer_container {
    border: none;
}

.footer_container .footer_master,
.popup_footer_container .popup_footer_master {
    margin-left: auto;
    margin-right: auto;
}

.footer_master .line,
.popup_footer_master .line {
    height: 5px;
    background-color: #009fdf;
}

.footer_master .copyright,
.popup_footer_master .copyright {
    font-size: 1em;
    font-family: "Symantec Sans", sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;

}

.copyright a{
    color: #006991;
}

.popup_footer_container .popup_footer_master {
    width:90%;
}

.popup_footer_master .line {
    height: 3px;
}

.popup_footer_master .small {
    margin-top: 6px;
}

.input {
    color: white;
    font-size: 18px;
    border: 1px solid #0084ad;
    background: #0084ad;
}

textarea.notes {
    width: 100%;
    background: #f4f4f4;
}

select.dropdown {
    margin: 5px 40px 20px 0px;
}

.submit_button {
    margin-top: 20px;
}

.ui-corner-all {
    border-radius: 18px;
}

#login_dialog.center_section {
    padding: 0px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.round-corners{
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

#login_dialog.center_section .content {
    padding: 0px 20px;
}

#login_dialog table {
    padding-left: 20px;
    font-size: 18px;
}

#login_dialog.center_section .header_container .header_master {
    min-width: 525px;
    width: 100%;
}

#login_dialog.center_section .input{
    width:300px;
    padding-left: 5px;
}

#login_dialog.hide,
.hide {
    display:none;
}

.url_submit_result {
    margin: 20px 0px;
}

.result_dates {
    height:30px;
    font-size: 20px;
    line-height: 30px;
}

.result_dates a.selected {
    color: #009fdf;
    font-size: 23px;
}

img.pointer {
    position: relative;
    top: 4px;
    left: -150px;
    width: 25px;
    height: 25px;
    border: none;
}

.widget-content {
    border: 0px solid #ffffff;
}

.dialog-buttonset {
    float: right;
    padding-right: 65px;
}

#submit2.right-pad {
    margin-right:70px;
}

.footnote {
    margin-top:25px;
}

.category_section_header {
    clear: both;
    margin-left: 40px;
    margin-bottom: 5px;
}
.virtual_category {
    clear: both;
    margin-left: 65px;
    margin-bottom: 20px;
    font-size: 18px;
}
.virtual_category a:visited {
    text-decoration: none;
}
.special_links {
    clear: both;
    margin-left: 40px;
    font-size: 26px;
}
.special_links a:visited {
    text-decoration: none;
}
.category_description {
    margin-left: 20px;
    white-space: pre-wrap;
}


.table_header td, .table_header th {
    color:#ffffff;
    background-color: #009fdf;
    font-weight: bold;
    padding-right: 10px;
}

.bcmaintable {
    margin-left: auto;
    margin-right: auto;
}

table.fancy {
    border-collapse: collapse;
}
table.fancy tr:nth-child(even) {
    background-color: #f5f5f5;
}
table.fancy td, table.fancy th {
    text-align: left;
    padding-right: 5px;
}
table.fancy th {
    color:#ffffff;
    background-color: #009fdf;
    font-weight: bold;
    padding-right: 15px;
}
td.right {
    text-align: right;
}

table.fancy tr.title h3 {
    margin-bottom: 5px;
    margin-top: 20px;
}
table.fancy tr.title {
    background-color: transparent;
}

table.fancy td.status div.icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    float: left;
}
table.fancy td.status {
    padding-left: 20px;
    width: 50px;
}
table.fancy td[data-code] {
    width: 300px;
}

table.fancy td.status.busy .icon {
    width: 16px;
    height: 16px;
    background: url('../images/ajax-loader.gif');
}
table.fancy td.status.valid .icon {
    background: url('../images/ok24.gif');
}
table.fancy td.status.invalid .icon {
    background: url('../images/error24.gif');
}
table.fancy td.status.warning .icon {
    background: url('../images/warning24.gif');
    height: 23px;
}

button.fancy {
    background: linear-gradient(#009FDF, #009FDF) repeat scroll 0 0 #009FDF;
    border-color: #006991;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    height: 35px;
    padding: 5px;
    text-shadow: -1px 0 #006991, 0 1px #006991, 1px 0 #006991, 0 -1px #006991;
}

.vcenter {
    vertical-align: middle;
}
.captcha {
    border: 0px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.lightBorder {
    border: 2px solid #009fdf;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    padding: 3px 3px 0 3px;
}
.smallInput {
    font-size: 16px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}
.verySmall {
    font-size: 9px;
}

span.orange {
    color: darkorange;
}

#localeForm select {
    /* reset */
    border: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    border-radius: 0;
    background-color: transparent;
    border: none;
    font-weight: bold;
    box-shadow: none;
}

#localeForm label {
    display: inline-block;
    position: relative;
    color: #666;
}

#localForm label .fa {
  font-size: 0.75em;
}

html[data-useragent*='MSIE 10'] #localeForm label:after,
html[data-useragent*='MSIE 11'] #localeForm label:after,
html[data-useragent*='rv:11'] #localeForm label:after,
html[data-useragent*='Edge/12'] #localeForm label:after
{
    content: "";
}

/* -[ PRS, SP ]---------------------- */
form#submissionForm #comments, form#submissionForm #urls, input.input, textarea.input {
    background-color: white;
    color: #232323;
}

.loginForm {
    margin-bottom: 20px;
}

.loginForm td {
    padding: 0.5em;
}

.loginForm input {
    background-color: white;
    color: #232323;
}

#submit, #submit2, #goBack {

    height: 2em;
    padding: 0 2em;
    cursor: pointer;
    color: white;
    background-color: #0084ad;
    border: #0084ad solid 2px;
    transition: all 1s ease;

}

#submit {
    margin-left: 1em;
}

#submit:hover,
#submit2:hover,
#goBack:hover
{
    color: #0084ad;
    background-color: white;
    border: #0084ad solid 2px;
}

#submit:active,
#submit2:active,
#goBack:active
{
    background: #009fDF;
    outline: none;

    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#submit::-moz-focus-inner,
#submit2::-moz-focus-inner,
#goBack::-moz-focus-inner
{
    border: none;
}

.category-row {
    margin-bottom: 15px;
}

ul.luxury-submission-results-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0.5em;
}

ul.luxury-submission-results-list a {
    display: block;
    cursor: pointer;
}

ul.luxury-submission-results-list a.active {
    border-bottom: 5px solid #FDBB30;
}
