@font-face {
  font-family: "Source Sans Pro";
  src: url(/resources/fonts/SRC_SANS_Regular.eot);
  src: url(/resources/fonts/SRC_SANS_Regular.eot?#iefix) format("embedded-opentype"), url(/resources/fonts/SRC_SANS_Regular.woff) format("woff");
  font-style: normal;
}

html * {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
}
/* Used by webswing pages */
.webswing-element select {
    font-size: 80%;
}
/* Used by webswing pages */
button,
button.af_commandButton {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 0;
  width: 97.25px;
  height: 32px;
  font-size: 14px;
  line-height: 14px;
  font-style: bold;
  vertical-align: middle;
  background-color: #CCD0D8;
  outline: none;
  border: 1px solid #5E788D;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
/* Used by webswing pages */
button.ngfwCallToAction,
button.af_commandButton.ngfwCallToAction {
  color: #fff;
  border: none;
  background: #00A38B;
}
/* Used by webswing pages */
button.ngfwCallToAction {
  margin-top: 8px;
}

/* Used by webswing pages */
#sg_login_block,
 #sg_change_pwd_block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -292px; /* must be half of the width below */
  margin-top: -180px;
  border-radius: 4px;
  text-align: initial;
  width: 585px;
}
/* Used by webswing pages */
#sg_challenge_pwd_block {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -292px; /* must be half of the width below */
 margin-top: -180px;
 border-radius: 4px;
 text-align: initial;
 width: 585px;
}
/* Used by webswing pages */
 /* if there is an error message, it requires more vertical space -> height > 400px */
#sg_login_block {
    height: auto;
}
/* Used by webswing pages */
#sg_change_pwd_block {
  min-height: 470px;
  max-height: 570px;
}
/* Used by webswing pages */
#sg_challenge_pwd_block {
  min-height: 470px;
  max-height: 570px;
}
/* Used by webswing pages */
#sg_eula_panel {
  height: 250px;
  border: 1px solid #ccc;
  padding: 5px;
  overflow-y: scroll;
  white-space: pre-wrap; /* preserves line breaks */
  font-size: 12px;
  line-height: 12px;
}
/* Used by webswing pages */
#sg_login_logo_block {
  position: absolute;
  top: -175px;
  left: 50%;
  width: 80px;
  height: 95px;
  margin-left: -40px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* Used by webswing pages */
#sg_login_main_block {
  margin: 80px 60px 10px 60px;
}
/* Used by webswing pages */
#sg_login_form_block,
#sg_login_changepwd_block {
  background: #f9fafb;
  margin-top: 32px;
  padding: 24px;
}
/* Used by webswing pages */
#sg_login_challengepwd_block {
  background: #f9fafb;
  margin-top: 32px;
  padding: 24px;
}
/* Used by webswing pages */
#software_name {
  font-size: 24px;
  color: #00A089;
  font-weight: bold;
}
/* Used by webswing pages */
#software_name:before {
  content: "";
  display: block;
  height: 78px;
  margin-bottom: 3px;
  background: transparent url(/images/full_product_logo.svg);
  background-repeat: no-repeat;
  background-position: 1px 50%;
  background-size: contain;
}
/* Used by webswing pages */
#software_version {
  color: #00A089;
  font-size: 16px;
  padding-top: 4px;
  font-weight: bold;
}
/* Used by OEM */
#version_numbers {
  margin-top: 30px;
  font-size: 18px;
}
/* Used by webswing pages */
#sg_login_copyright {
  margin-top: 32px;
  font-size: 10px;
  text-align: center;
}
/* Used by webswing pages */
#sg_login_copyright a {
  text-decoration: none;
}
/* Used by webswing pages */
#sg_login_copyright a:hover {
  text-decoration: underline;
}
/* Used by webswing pages */
#sg_login_copyright > p {
  margin-bottom: 15px;
  font-size: 10px;
}
/* Used by webswing pages and OEM */
#sg_login_logo_block,
#software_name,
#version_numbers {
  cursor: default;
}
/* Used by webswing pages */
#sg_login_logo_block input[type="button"],
#sg_login_logo_block input[type="submit"],
#sg_login_logo_block input[type="reset"],
#sg_login_logo_block button, #sg_login_logo_block a,
#software_name input[type="button"],
#software_name input[type="submit"],
#software_name input[type="reset"],
#software_name button,
#software_name a,
#version_numbers input[type="button"],
#version_numbers input[type="submit"],
#version_numbers input[type="reset"],
#version_numbers button,
#version_numbers a {
  cursor: pointer;
}
/* Used by webswing pages */
button.ngfwCallToAction:active,
button.af_commandButton.ngfwCallToAction:active {
  *zoom: 1;
  background: #006E96;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* Used by OEM and SMC Downloads pages */
#sg_start_button {
  margin-top: 30px;
  width: 100%;
  height: 32px;
  padding-top: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
/* Used by OEM and SMC Downloads pages */
#sg_start_button > div {
  display: block;
  text-align: left;
  font-size: 15px;
  line-height: 32px;
  height: 32px;
  margin-top: -2px;
  overflow: visible;
  float: left;
}
/* Used by webswing pages */
#sg_login_block,
#sg_change_pwd_block {
  background: #e6e6e6 -moz-linear-gradient(#f9fcf8, #e5e8e9);
  background: #e6e6e6 -webkit-linear-gradient(#f9fcf8, #e5e8e9);
  background: #e6e6e6 linear-gradient(#f9fcf8, #e5e8e9);
}
/* Used by webswing pages */
#sg_challenge_pwd_block {
  background: #e6e6e6 -moz-linear-gradient(#f9fcf8, #e5e8e9);
  background: #e6e6e6 -webkit-linear-gradient(#f9fcf8, #e5e8e9);
  background: #e6e6e6 linear-gradient(#f9fcf8, #e5e8e9);
}
/* Used by OEM pages */
#version_numbers {
  display: none;
}
/* Used by webswing pages */
#sg_login_form_block > .error_message {
  color: #EC4C43;
  font-weight: bold;
  text-align: left;
  padding: 0px 16px 16px 16px;
}
/* Used by webswing pages */
#sg_login_form .ngfwFormButtons {
  white-space: nowrap;
  margin-left: 122.5px;
}
/* Used by webswing pages */
#sg_login_form .ngfwFormButtons #sg_login_button {
  margin-right: 0;
}
/* Used by webswing pages */
#sg_login_form #sg_login_error_message {
  color: #f00;
  margin-top: 10px;
  font-size: 11px;
  text-align: right;
}
/* Used by webswing pages and OEM */
#sg_login_copyright {
  color: #97AABA;
}
/* Used by webswing pages and OEM */
#sg_login_copyright a {
  color: #97AABA;
}
/* Used by webswing pages and OEM */
#sg_login_copyright a:hover {
  color: #8e8e8e;
}
/* Used by webswing pages */
#sg_server_acceptance_question {
    font-weight: bold;
    font-size: 12px;
}
/* Used by webswing pages */
#sg_server_acceptance_review {
    font-size: 12px;
}
/* Used by webswing pages */
#sg_server_acceptance_bannerConfig {
  min-height: 140px;
  padding: 8px;
  margin-top: 8px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 10px;
  border: 1px solid #D4DCE2;
  background: #fff;
}
/* Used by webswing pages */
#sg_server_acceptance_div_button {
    text-align: center;
}
/* Used by webswing pages */
#sg_server_acceptance_bannerConfig h6 {
  font-size: 1.05em;
}
/* Used by webswing pages */
#sg_server_acceptance_bannerConfig h5 {
  font-size: 1.15em;
}
/* Used by webswing pages */
#sg_server_acceptance_bannerConfig h4 {
  font-size: 1.20em;
}
/* Used by webswing pages */
#sg_server_acceptance_bannerConfig h3 {
  font-size: 1.25em;
}
/* Used by webswing pages */
#sg_server_acceptance_bannerConfig h2 {
  font-size: 1.30em;
}
/* Used by webswing pages */
#sg_server_acceptance_bannerConfig h1 {
  font-size: 1.35em;
}
/* Used by webswing pages */
#sg_server_acceptance_bannerConfig h1, #sg_server_acceptance_bannerConfig h2, #sg_server_acceptance_bannerConfig h3, #sg_server_acceptance_bannerConfig h4, #sg_server_acceptance_bannerConfig h5, #sg_server_acceptance_bannerConfig h6 {
  margin-top: 0;
  margin-bottom: 0;
}
/* Used by webswing pages */
#sg_server_acceptance_bannerConfig h1 + h1, #sg_server_acceptance_bannerConfig h1 + h2, #sg_server_acceptance_bannerConfig h1 + h3, #sg_server_acceptance_bannerConfig h1 + h4, #sg_server_acceptance_bannerConfig h1 + h5, #sg_server_acceptance_bannerConfig h1 + h6, #sg_server_acceptance_bannerConfig h1 + p, #sg_server_acceptance_bannerConfig h1 + div, #sg_server_acceptance_bannerConfig h2 + h1, #sg_server_acceptance_bannerConfig h2 + h2, #sg_server_acceptance_bannerConfig h2 + h3, #sg_server_acceptance_bannerConfig h2 + h4, #sg_server_acceptance_bannerConfig h2 + h5, #sg_server_acceptance_bannerConfig h2 + h6, #sg_server_acceptance_bannerConfig h2 + p, #sg_server_acceptance_bannerConfig h2 + div, #sg_server_acceptance_bannerConfig h3 + h1, #sg_server_acceptance_bannerConfig h3 + h2, #sg_server_acceptance_bannerConfig h3 + h3, #sg_server_acceptance_bannerConfig h3 + h4, #sg_server_acceptance_bannerConfig h3 + h5, #sg_server_acceptance_bannerConfig h3 + h6, #sg_server_acceptance_bannerConfig h3 + p, #sg_server_acceptance_bannerConfig h3 + div, #sg_server_acceptance_bannerConfig h4 + h1, #sg_server_acceptance_bannerConfig h4 + h2, #sg_server_acceptance_bannerConfig h4 + h3, #sg_server_acceptance_bannerConfig h4 + h4, #sg_server_acceptance_bannerConfig h4 + h5, #sg_server_acceptance_bannerConfig h4 + h6, #sg_server_acceptance_bannerConfig h4 + p, #sg_server_acceptance_bannerConfig h4 + div, #sg_server_acceptance_bannerConfig h5 + h1, #sg_server_acceptance_bannerConfig h5 + h2, #sg_server_acceptance_bannerConfig h5 + h3, #sg_server_acceptance_bannerConfig h5 + h4, #sg_server_acceptance_bannerConfig h5 + h5, #sg_server_acceptance_bannerConfig h5 + h6, #sg_server_acceptance_bannerConfig h5 + p, #sg_server_acceptance_bannerConfig h5 + div, #sg_server_acceptance_bannerConfig h6 + h1, #sg_server_acceptance_bannerConfig h6 + h2, #sg_server_acceptance_bannerConfig h6 + h3, #sg_server_acceptance_bannerConfig h6 + h4, #sg_server_acceptance_bannerConfig h6 + h5, #sg_server_acceptance_bannerConfig h6 + h6, #sg_server_acceptance_bannerConfig h6 + p, #sg_server_acceptance_bannerConfig h6 + div {
  margin-top: 8px;
}
/* Used by webswing pages */
#sg_login_fields .af_inputText_label, #sg_eula_form .af_inputText_label {
  font-size: 12px;
  line-height: 12px;
}
/* Used by webswing pages */
#sg_login_fields .af_inputText_label .AFRequiredIconStyle {
  float: right;
  position: relative;
  top: -2px;
  color: #f80;
}
/* Used by webswing pages */
#sg_login_fields #sg_username_input\3A\3Aicon,
#sg_login_fields .AFErrorIconStyle {
  display: none;
}
/* Used by webswing pages */
#sg_login_fields .af_panelFormLayout_message-cell {
  text-align: left;
  font-size: 13px;
  color: #f00;
}
/* Used by webswing pages */
.af_panelFormLayout_column > table,
.af_panelFormLayout > table {
  margin: auto;
  border-collapse: separate;
  border-spacing: 16px 8px;
}
/* Used by webswing pages */
.af_panelFormLayout_content-cell {
  text-align: right;
}
/* Used by webswing pages */
#sg_change_password1 {
  padding-top: 32px;
}

/* Used by snapshot HTML export */
.smc_policy_display h2 img, .smc_policy_display h3 img,
.smc_policy_comparison h2 img,
.smc_policy_comparison h3 img {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.smc_policy_display h3 a,
.smc_policy_comparison h3 a {
  display: block;
  margin-left: 16px;
}
.smc_policy_display table tr:nth-child(1),
.smc_policy_comparison table tr:nth-child(1) {
  background-color: #ccc;
}
.smc_policy_display table, .smc_policy_display tr, .smc_policy_display th, .smc_policy_display td,
.smc_policy_comparison table,
.smc_policy_comparison tr,
.smc_policy_comparison th,
.smc_policy_comparison td {
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.smc_policy_display tr,
.smc_policy_comparison tr {
  background-color: #fff;
}
.smc_policy_display tr:nth-child(odd),
.smc_policy_comparison tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.smc_policy_display th, .smc_policy_display td,
.smc_policy_comparison th,
.smc_policy_comparison td {
  border: 1px solid #979797;
  padding: 8px;
}
.smc_policy_display th.smc_comparison_result, .smc_policy_display td.smc_comparison_result,
.smc_policy_comparison th.smc_comparison_result,
.smc_policy_comparison td.smc_comparison_result {
  background-color: #fff;
  border-top-color: #fff;
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.smc_policy_display td,
.smc_policy_comparison td {
  vertical-align: top;
}
.smc_policy_display td .unbreakable, .smc_policy_display td.global_inspection_action, .smc_policy_display td.global_inspection_action_inherited,
.smc_policy_comparison td .unbreakable,
.smc_policy_comparison td.global_inspection_action,
.smc_policy_comparison td.global_inspection_action_inherited {
  white-space: nowrap;
}
.smc_policy_display td .unbreakable img, .smc_policy_display td.global_inspection_action img, .smc_policy_display td.global_inspection_action_inherited img,
.smc_policy_comparison td .unbreakable img,
.smc_policy_comparison td.global_inspection_action img,
.smc_policy_comparison td.global_inspection_action_inherited img {
  margin-right: 8px;
}
.smc_policy_display td span + br,
.smc_policy_comparison td span + br {
  line-height: 32px;
}
.smc_policy_display td ul.smc_element_list,
.smc_policy_comparison td ul.smc_element_list {
  position: relative;
  margin: 0;
  padding: 0;
}
.smc_policy_display td ul.smc_element_list li,
.smc_policy_comparison td ul.smc_element_list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.smc_policy_display td ul.smc_element_list li > span,
.smc_policy_comparison td ul.smc_element_list li > span {
  display: block;
  margin-top: 8px;
  margin-left: 18px;
}
.smc_policy_display td ul.smc_element_list li > span img,
.smc_policy_comparison td ul.smc_element_list li > span img {
  position: absolute;
  left: -2px;
}

.smc_policy_comparison tr:nth-child(even) {
  background-color: initial;
}
.smc_policy_comparison tr:nth-child(odd) {
  background-color: initial;
}
.smc_policy_comparison tr.added > td:not(:nth-child(1)) {
  background-color: #daf6ff;
}
.smc_policy_comparison tr.removed > td:not(:nth-child(1)) {
  background-color: #fad3d8;
}
.smc_policy_comparison tr.modified > td:not(:nth-child(1)) {
  background-color: #fffcbf;
}
.smc_policy_comparison tr .smc_comparison_element_list {
  margin: 0;
  padding: 0 8px 0 4px;
  list-style-type: none;
}
.smc_policy_comparison tr .smc_comparison_element_list li {
  margin: 2px;
  padding: 6px;
}
li.added {
  background-color: #daf6ff;
}
li.removed {
  background-color: #fad3d8;
}
li.modified {
  background-color: #fffcbf;
}
li span.added {
  background-color: #daf6ff;
}
li span.removed {
  background-color: #fad3d8;
}
li span.modified {
  background-color: #fffcbf;
}
#smc_policy table tr.disabled td,
#smc_policy table tr.disabled th,
#smc_policy span.disabled,
#smc_policy span.disabled a {
    text-decoration: line-through;
    color: gray;
}
/* used by report HTML export */
html#export_html body {
  overflow: auto;
  background: #fff;
}
html#export_html body > .html_report_header_img {
  margin: 16px;
}
html#export_html #smc_html_export {
  margin: 16px;
}
html#export_html #smc_html_export .smc_pairs {
  margin-top: 8px;
  border-spacing: 0;
  border-collapse: collapse;
}
html#export_html #smc_html_export .smc_pairs > tbody > tr {
  background-color: #fff;
}
html#export_html #smc_html_export .smc_pairs > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
html#export_html #smc_html_export .smc_pairs > tbody > tr > th, html#export_html #smc_html_export .smc_pairs > tbody > tr > td {
  padding: 4px;
  border: 1px solid #979797;
  vertical-align: top;
}
html#export_html #smc_html_export .smc_pairs > tbody > tr > th {
  background-color: #ccc;
  text-align: left;
}
html#export_html #smc_html_export .smc_pairs > tbody > tr > th:not(:last-of-type) {
  padding-right: 8px;
}
html#export_html #smc_html_export .smc_pairs > tbody > tr > td:not(:last-of-type) {
  padding-right: 8px;
}
#smc_html_export > tbody > tr > td h1, #smc_html_export > tbody > tr > td h2, #smc_html_export > tbody > tr > td h3, #smc_html_export > tbody > tr > td h4, #smc_html_export > tbody > tr > td h5, #smc_html_export > tbody > tr > td h6 {
  margin-top: 16px;
}
#smc_html_export > tbody > tr > td h3 {
  color: #00AF9A !important;
}
#smc_html_export .smc_paintable_cell > td {
  padding: 60px 0 60px 10px;
}
#smc_html_export .smc_pairs .smc_pair_wide_separator {
  min-width: 20px;
}
#smc_html_export .smc_pairs .smc_pair_narrow_header,
#smc_html_export .smc_pairs .smc_pair_wide_header,
#smc_html_export .smc_pairs .smc_pair_wide_value {
  vertical-align: top;
  text-align: left;
}
#smc_html_export .smc_pairs .smc_pair_narrow_header,
#smc_html_export .smc_pairs .smc_pair_wide_header {
  font-weight: bold;
  color: #666654;
}
#smc_html_export .smc_pairs .smc_pair_wide_header,
#smc_html_export .smc_pairs .smc_pair_narrow_other_value {
  white-space: nowrap;
}
#smc_html_export .smc_pairs .smc_pair_narrow_other_value > img {
  margin-right: 8px;
}

/* default styles */
@media print {
  div.menu,
  div.head {
    display: none;
  }

  html, body, div.data {
    overflow: visible !important;
    position: static !important;
  }
}

@-moz-keyframes spinning-loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinning-loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinning-loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
select,
input[type=text],
input[type=password],
button {
  margin: 0;
  border-radius: 6px;
  height: 30px;
  line-height: 14px;
  vertical-align: initial;
}
select,
input[type=text],
input[type=password] {
  width: 220px;
  padding: 3%;
  border: 1px solid #CCD0D8;
  background-color: #fff;
  font-size: 12px;
}
select:disabled,
input[type=text]:disabled,
input[type=password]:disabled {
  color: #666465;
  background-color: #F3F5F7;
  border: 1px solid #CCD0D8;
}
select:focus,
input[type=text]:focus,
input[type=password]:focus {
  border: 1px solid #00A38B;
  outline: none;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-image: url(/images/background.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}

a {
  color: #16ADE3;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a > img {
  border: 0;
}
button:hover,
button.af_commandButton:hover {
  cursor: pointer;
  background-color: #008E79;
  color: #ffffff;
}
button:active,
button.af_commandButton:active {
  cursor: pointer;
  background: #00816F;
  border: 1px solid #00816F;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
}
button:disabled,
button.af_commandButton:disabled {
  cursor: default !important;
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  color: rgba(0, 0, 0, 0.3) !important;
  box-shadow: none !important;
}
