﻿/* Section: Company Details for the Company Overview page */

table.cp-company-details {
  width: 100%;
}

table.cp-company-details tbody tr td.key {
  width: 100px;
  background: #f2f2f2;
  color: #333;
  font-weight: bold;
}

table.cp-company-details tbody tr td.value {
  background: white;
}

/* Use this class when a value is not available in the Company Overview
  table */
table.cp-company-details tbody tr td.na {
  color: #777;
  text-align: center;
}

table.cp-company-details tbody tr.name td.na, table.cp-company-details tbody tr.address td.na {
  text-align: left;
}

/* ------------------------------------------------------------------- */

/* Section: License Summary Section, used on multiple pages */
div.cp-section-license-summary {
  padding-bottom: 10px;
}

div.cp-section-license-summary strong {
  font-family: "GestaBold",Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
}

/* ------------------------------------------------------------------- */

/* Table: License History on the Licenses page */
table.cp-license-history {
  width: 100%;
}

table.cp-license-history td {
  vertical-align: top;
  padding: 6px 0;
}

table.cp-license-history td.date {
  padding-right: 10px;
  text-align: right;
}

table.cp-license-history td.entry span.date {
  font-style: italic;
}

/* ------------------------------------------------------------------- */

/* Table: Order History on the Licenses page */

table.cp-order-history {
  width: 100%;
  border-collapse: collapse;
}

table.cp-order-history td {
  border: 2px solid #bbb;
  padding: 8px;
}

table.cp-highlighted-order td {
  border-color: #0caedc !important;
}

table.cp-order-history td.c25 {
  width: 25%;
}

table.cp-order-history td.c50 {
  width: 50%;
}

table.cp-order-history td.c75 {
  width: 75%;
}

table.cp-order-history td.c100 { }

table.cp-order-history tr.order-head td {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #bbb;
  font: bold 13px "Consolas","Courier",monospace;
  color: #fff;
  text-transform: uppercase;  
}

table.cp-highlighted-order tr.order-head td {
  background-color: #0caedc !important;
}

table.cp-order-history span.label {
  display: block;  
  margin: 0 0 8px 0;  
  font: 12px "GestaBold","Arial",sans-serif;
  color: #777;
  text-transform: uppercase;  
}

table.cp-order-history span.value {
  font: 13px "Consolas","Courier",monospace;
  color: #333;
}

table.cp-order-history span.product-name {
  font: 16px "GestaBold","Arial",sans-serif;
}

div.cp-order-history-separator {
  line-height: 20px;
  min-height: 20px;
  height: 20px;
}

/* ------------------------------------------------------------------- */

/* Contact choice options. Use it with the .info-box class. */

ul.cp-contact-choice {
  margin: 15px;
  padding: 0;
  list-style-type: none;
}

ul.cp-contact-choice li {
  padding: 0;
  margin: 0 0 30px 0;
}

ul.cp-contact-choice span.option-name {
  display: block;
  margin-bottom: 5px;
  font-family: "GestaBold",Arial,sans-serif;
  font-size: 20px;
  color: #333;
}

ul.cp-contact-choice div.contact-button {
  margin-top: 10px;
}

ul.cp-contact-choice span.remark {
  color: #777;
  font-style: italic;
}

/* ------------------------------------------------------------------- */

/* Client Portal: Why Renew page */
ul.cp-why-renew {
  margin-top: 20px;
}

ul.cp-why-renew span.title {
  display: block;
  font-family: "GestaBold","Arial",sans-serif;
  font-size: 18px;
  margin-bottom: 0.2em;
}

/* ------------------------------------------------------------------- */

/* User management: User list */

table.cp-user-management {
  width: 100%;
}

table.cp-user-management span.name {
  font-weight: bold;
  color: #333;
}

table.cp-user-management span.nickname {
  color: #777;
}

table.cp-user-management span.email {
  display: block;
  margin-bottom: 5px;
}

table.cp-user-management span.status {
  display: block;
  font-family: "Arial",sans-serif;
  font-size: 11px;
  color: #777;
}

table.cp-user-management span.role {
  color: #777;
}

table.cp-user-management span.explanation {
  display: block;
  font-family: "Arial",sans-serif;
  font-size: 11px;
  color: #777;
}

table.cp-user-management td.role,
table.cp-user-management th.role {
  width: 150px;
  text-align: center;
}

table.cp-user-management td.controls,
table.cp-user-management th.controls {
  width: 150px;
  text-align: center;
}

table.cp-user-management td.na {
  background-color: #f6f6f6;
  color: #777;
}

table.cp-user-management td.controls a {
  font-weight: bold;
  line-height: 24px;
}


/* ------------------------------------------------------------------- */

/* User management: Invite */

table.cp-invite-user td.role-selector {
  padding-top: 14px;
}

table.cp-invite-user td.role-selector input {
  margin: 0 5px 0 0;
}

table.cp-invite-user td.role-selector input,
table.cp-invite-user td.role-selector label {
  line-height: 22px;
  font-weight: bold;
}

table.cp-invite-user td.role-selector span {
  display: block;
  width: 350px;
  font-family: "Arial",sans-serif;
  font-size: 12px;
  color: #777;
}

table.cp-invite-user textarea {
  height: 100px;
}

/* ------------------------------------------------------------------- */

/* My Client Portal: Profile */

table.cp-newsletters {
  margin-top: 15px;
}

table.cp-newsletters td {
  vertical-align: top;
  padding-bottom: 20px;
}

table.cp-newsletters td.check {
  padding-top: 3px;
}

table.cp-newsletters td.check input {
  margin: 0;
  padding: 0;
}

table.cp-newsletters td.title {
  padding-left: 5px;
}

table.cp-newsletters td.title label {
  font-weight: bold;
  color: #0caedc;
}

table.cp-newsletters td.title span.topic-examples {
  display: block;
  margin-top: 2px;
  font-family: "Arial",sans-serif;
  font-size: 11px;
  color: #777;
}

table.cp-newsletters td.title span.topic-examples strong {
  color: #f53708;
}

table.cp-profile-sma {
  width: 100%;
  margin-bottom: 25px;
}

table.cp-profile-sma tbody td {
  vertical-align: middle;
}

table.cp-profile-sma tbody td.check {
  padding: 15px;
  text-align: center;
}

table.cp-profile-sma tbody td.check input {
  margin: 0;
  padding: 0;
}

table.cp-profile-sma tbody td.company span.name {
  display: block;
  font-weight: bold;
}

table.cp-profile-sma tbody td.company span.address {
  color: #777;
}


/* ------------------------------------------------------------------- */
/* My Client Portal: Overview */

div.cp-recent-news div.item {
  margin-bottom: 20px;
  background: transparent url("../images/tinyarrow.png") left 5px no-repeat;
  padding-left: 14px;
}

div.cp-recent-news div.item a.title {
  font-family: "GestaBold","Arial",sans-serif;
  font-size: 16px;
  color: #484848;
}

div.cp-recent-news div.item span.date {
  display: block;
  font-family: "Arial",sans-serif;
  font-size: 11px;
  color: #777;
  margin-bottom: 5px;
}

div.cp-recent-news div.item a.ellipsis {
  color: #aaa;
  font-style: italic;
}

table.cp-extract-table {
  margin-bottom: 30px;
}

table.cp-extract-table td {
  vertical-align: top;
}

table.cp-extract-table td.label {
  text-align: right;
  width: 100px;
  padding-right: 8px;
}

table.cp-extract-table td.age {
  font-family: "Arial",sans-serif;
  font-size: 11px;
  color: #777;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 8px;
  text-align: right;
}

table.cp-forum-updates span.comment-by {
  font-style: italic;
  color: #777;
}

table.cp-forum-updates span.comment-count {
  display: inline-block;
  margin-left: 5px;
  padding-left: 18px;
  line-height: 13px;
  background: transparent url("../images/icon-comments.gif") left center no-repeat;
  font-family: "Arial",sans-serif;
  font-size: 11px;
  color: #777;
}

table.cp-feature-updates span.rank {
  display: inline-block;
  margin-left: 5px;
  padding-left: 18px;
  line-height: 13px;
  background: transparent url("../images/icon-star.gif") left center no-repeat;
  font-family: "Arial",sans-serif;
  font-size: 11px;
  color: #777;
}

table.cp-feature-updates span.hide-rank {
  display: none;
}

/* My Client Portal: Downloads */

div.cp-downloads-latest-version {
  float: right;
  width: 50%;
  margin-left: 20px;
}
table.cp-download-table {
  width: 100%;
}

table.cp-download-table td {
  vertical-align: top;
  padding: 10px 5px;
}

table.cp-download-table td.icon {
  padding-right: 10px;
}

table.cp-download-table td.icon a {
  display: block;
  width: 32px;
  height: 32px;
}

table.cp-download-table td.icon-exe a {
  background: transparent url("../images/file-icon-exe.png") center center no-repeat;
}

table.cp-download-table td.icon-pdf a {
  background: transparent url("../images/file-icon-pdf.png") center center no-repeat;
}

table.cp-download-table td.icon-zip a {
  background: transparent url("../images/file-icon-zip.png") center center no-repeat;
}

table.cp-download-table td.icon-generic a {
  background: transparent url("../images/file-icon-generic.png") center center no-repeat;
}

table.cp-download-table td.file {
  width: 100%;
  padding-right: 20px;
}

table.cp-download-table td.file a.title {
  display: block;
  font-family: "GestaBold","Arial",sans-serif;
  font-size: 16px;
}

table.cp-download-table td.file div.file-info {
  margin: 2px 0 5px 0;
  color: #777;
  font: 11px/11px "Arial",sans-serif;
}

table.cp-download-table td.file div.file-info a {
  color: #000;
}

table.cp-download-table td.file span.info {
  color: #777;
  font: 11px/11px "Arial",sans-serif;
}

table.cp-download-table td.download {
  vertical-align: middle;
}

/* ------------------------------------------------------------------- */
/* Client Portal SMA Notice */

#cp-sma-notice {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid #fff057;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FFFAAE; /* Old browsers */
  background: -moz-linear-gradient(top, #FFFAAE 0%, #F6EF82 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFAAE), color-stop(100%,#F6EF82)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFFAAE 0%,#F6EF82 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FFFAAE 0%,#F6EF82 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #FFFAAE 0%,#F6EF82 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFAAE', endColorstr='#F6EF82',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #FFFAAE 0%,#F6EF82 100%); /* W3C */
  color: #333; 
}

#cp-sma-notice span.title {
  color: #f53708;
  display: block;
  text-transform: uppercase;
  font: 18px/18px "GestaBold","Arial",sans-serif;
  margin-bottom: 5px;
}

#cp-sma-notice div.button-container {
  float: right;
  margin: 15px 0 0 20px;
}

/* ------------------------------------------------------------------- */
/* Client Portal Partner Permanent Notice */

#cp-partner-permanent-notice {
  padding: 15px;
  margin-bottom: 25px;  
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top, #F6F6F6 0%, #EAEAEA 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6F6F6), color-stop(100%,#EAEAEA)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #F6F6F6 0%,#EAEAEA 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #F6F6F6 0%,#EAEAEA 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #F6F6F6 0%,#EAEAEA 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#EAEAEA',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #F6F6F6 0%,#EAEAEA 100%); /* W3C */    
}

#cp-partner-permanent-notice div.button-container {
  float: right;
  margin: 3px 0 0 20px;
}


/* ------------------------------------------------------------------- */
/* Renewal pages: Shared */

a.cp-renew-why {
  display: inline-block;
  padding: 3px 5px;
  background-color: #0caedc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font: bold 11px/11px "Arial",sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}


/* ------------------------------------------------------------------- */
/* Fusion SMA renewal pages */

#cp-renew-here {
  margin-bottom: 30px;
}

#cp-renew-here ul {
  margin-bottom: 20px;
}

#cp-renew-here ul li strong {
  font-family: "GestaBold",Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
}

#cp-fusion-sma-pricing table.pricing-table {
  width: 250px;
  margin-right: 30px;
  float: left;
}


/* ------------------------------------------------------------------- */
/* Legacy SMA renewal pages */

div.cp-renewal-highlighted-notes h3 {
  display: inline;
  margin: 0 0 10px 0;
  padding: 3px 10px;
  background-color: #ff5800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: 18px "GestaBold","Arial",sans-serif;
  text-transform: uppercase;
  color: #fff;
}

/* Product comparison table */
#cp-renewal-comparison {
  width: 100%;
  margin: 30px 0 20px 0;
}

#cp-renewal-comparison td {
  border: 1px solid #ddd;
}

#cp-renewal-comparison tr.comparison td h3 {
  margin: 0;
  font: 20px/50px 'GestaBold',Arial,sans-serif;
  color: #333;
}

#cp-renewal-comparison tr.product-name td {
  border-bottom: 4px solid #777;
}

#cp-renewal-comparison tr.comparison td {
  vertical-align: middle;
  height: 40px;
}

#cp-renewal-comparison tr.comparison td.field {
  padding: 0 15px;
  background-color: #F6F6F6;
  font-weight: bold;
  white-space: nowrap;
}

#cp-renewal-comparison tr.comparison td.fusion,
#cp-renewal-comparison tr.comparison td.fusion-sbs {
  width: 50%;
  padding: 0 10px;
  text-align: center;
}

#cp-renewal-comparison tr.comparison td.fusion strong,
#cp-renewal-comparison tr.comparison td.fusion-sbs strong {
  color: #333;
}

#cp-renewal-comparison span.infotip-trigger {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px dashed #aaa;
}

#cp-renewal-comparison tr.renewal td {
  padding: 20px;
  vertical-align: top;
  border-top: 2px solid #aaa;
  text-align: center;
}

#cp-renewal-comparison tr.renewal td div.notes {
  margin: 10px 0 0 0;
}

#cp-renewal-comparison tr.renewal td span.note {
  display: block;
  line-height: 120%;
}

#cp-renewal-comparison tr.renewal td span.note a {
  font: normal 11px "Arial",sans-serif;
}

#cp-renewal-comparison td.no-border {
  border-left: 0;
  border-bottom: 0;
}

/* Pricing dialog */

#cp-fusion-sma-upgrade-pricing table {
  float: left;
  width: 280px;
  margin: 0 20px 10px 0;
}

#cp-fusion-sma-upgrade-pricing table td,
#cp-fusion-sma-upgrade-pricing table th {
  text-align: center;
}

#cp-fusion-sma-upgrade-pricing table td.users {
  font-weight: bold;
}
#cp-fusion-sma-upgrade-pricing table td.list-price {
  color: #999;
}

#cp-fusion-sma-upgrade-pricing table td.discount-price {
  font-weight: bold;
}

#cp-fusion-sma-upgrade-pricing ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#cp-fusion-sma-upgrade-pricing ul li {
  margin: 0;
  padding: 2px 0;
  font-weight: bold;
}

/* ------------------------------------------------------------------- */
/* Extra seats page */

div.cp-extra-seat-order-box {
  margin: 30px 0 30px 0;
}

div.cp-extra-seat-order-box div.button-container {
  margin: 25px 0 15px 0;
}

div.cp-extra-seat-order-box span.quantity-notice {
  font: normal 11px "Arial",sans-serif;
  padding-top: 6px;
  color: #777;
}

div.cp-extra-seat-order-box span.highlight {
  font-family: "GestaBold",Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
}

#cp-es-fusion-pricing table.pricing-table {
  width: 250px;
  margin-right: 30px;
  float: left;
}