@import url(trade-gothic-condensed/stylesheet.css);
@import url(trade-gothic-standard/stylesheet.css);

.blank {
  margin: 20px auto 40px auto;
  width: 630px;
  text-align: center;
  font-family: 'trade_gothic_lt_std';
}

.blank.umbrella {
  margin: 60px auto 40px auto;
}

.wide {
  margin: 40px auto 40px auto;
  width: 700px;
  text-align: center;
  font-family: 'trade_gothic_lt_std';
}

.topbottom {
  margin: auto auto auto auto;
  border: #ddd;
  border-bottom-style: solid;
  border-top-style: solid;
  border-width: 1px;
  padding: 40px 0px 40px 0px;
}

.info-wrapper .dns-info {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.info-wrapper .cisco-logo-blue {
  margin-top: -10px;
}

.info-wrapper .dns-info .protected-by {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-bottom: 32px;
}

.info-wrapper .dns-page-explanation {
  text-align: start;
}

.topbottom-main.topbottom {
  padding: 0px 0px 40px 0px;
}

.errorpage {
  padding: 40px 60px 40px 60px;
}

.rowframe {
  border: #f1eeea;
  border-bottom-style: solid;
  border-top-style: solid;
  padding: 10px 20px 10px 20px;
}

.celltext {
  padding: 10px 0px 10px 0px;
  font-size: 14px;
  color: #333;
}

.insidetable {
  vertical-align: top;
  padding: 15px;
}

.dividedtable {
  margin: auto auto auto auto;
  border-collapse: collapse;
}

.status {
  display: inline;
  margin: auto 0 auto 0;
  vertical-align: middle;
  left: 10px;
}

.success {
  display: inline;
  vertical-align: middle;
}

.info {
  display: inline;
  margin: 0px 10px 20px 0px;
}

.box {
  margin: auto auto auto auto;
  border: #f1eeea;
  border-style: solid;
  padding: 5px 5px 5px 5px;
}

.hidden {
  display: none;
}

a.noline:link {
  color: #00addf;
}

/* unvisited link */
a.noline:visited {
  color: #00addf;
}

/* visited link */
a.noline:hover {
  color: #00addf;
}

/* mouse over link */
a.noline:active {
  color: #00addf;
}

/* selected link */
a.noline {
  text-decoration: none;
}

p.bold {
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}

p.bold-lg {
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}

p.redbold {
  color: red;
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}

p.redbold-lg {
  color: red;
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}

.orangebold {
  font-weight: bold;
  color: #ff5700;
}

p.warning {
  font-weight: bold;
  color: red;
}

.bad-img {
  width: 220px;
  height: 123px;
}

#umbrella-logo {
  display: block;
  width: 257px;
  height: 0px;
  padding-top: 41px;
  border: 0;
  margin: 0 auto 30px;
  background-image: url(/static/img/logo-umbrella.png);
  background-position: top;
  background-size: 257px 41px;
  overflow: hidden;
}

.accordion {
  margin-top: 35px;
}

.tab input,
.tab-content {
  display: none;
}

.tab {
  border: 1px solid #e9eaec;
  border-radius: 3px;
  margin-bottom: 10px;
}

.tab-title {
  padding: 10px;
  display: block;
  cursor: pointer;
  color: #00addf;
  font-size: 0.95em;
}

.tab-title::after {
  content: '+';
  float: right;
}

.tab-content {
  padding: 10px 20px;
}

.tab :checked+.tab-title {
  background-color: #50a2de;
  border-radius: 3px 3px 0 0;
  color: #fff;
}

.tab :checked+.tab-title::after {
  content: '−';
}

.tab :checked~.tab-content {
  display: block;
}

.accordion {
  font-size: 0.9em;
  margin-top: 35px;
}

.diagnostic-info dt {
  float: left;
  clear: left;
  width: 230px;
  text-align: right;
  font-weight: 700;
  line-height: 1.5em;
}

.diagnostic-info dt::after {
  content: ':';
}

.diagnostic-info dd {
  margin: 0 0 0 240px;
  min-height: 24px;
  box-sizing: border-box;
  text-align: left;
  display: block;
  padding-bottom: 3px;
}

.diagnostic-info dd span {
  text-decoration: none;
  word-break: break-all;
  color: #009bcd;
  cursor: pointer;
  line-height: 1.5em;
}

.diagnostic-info dd span:hover {
  text-decoration: underline;
  color: #00729b;
}

.clipboard.hidden {
  position: fixed;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
}

.info-section--wrapper {
  border-bottom: 1px solid #eeeeee;
  margin-top: 20px;
}

.info-section {
  margin: 5px 0;
  padding-bottom: 5px;
  text-align: left;
  padding-left: 15px;
}

.info-section--wrapper:first-child {
  margin-top: 0;
}

.non-empty-value {
  border-bottom: 1px dotted #009bcd;
}

.non-empty-value:hover {
  border-bottom: none;
  color: #0078a1;
}

.tooltiptext, .tooltip .dc-label-tip {
  visibility: hidden;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  top: -30px;
  left: 50%;
  margin-left: -60px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
}

.tooltiptext {
  width: 120px;
  background-color: black;
}

.dc-label-tip {
  width: 100%;
  background-color: #555;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .dc-label-tip {
  visibility: visible;
  opacity: 1;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.visible {
  visibility: visible;
}

.diagnostic-info .hidden {
  display: none;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  margin: auto;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

.loader .hidden {
  display: none;
}

.warning-page {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.warning-page.hidden {
  display: none;
}

.alert-area {
  font-size: 18px;
  font-weight: 300;
  color: #444;
  margin-top: 0;
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
  margin-top: 10px;
  line-height: 23px;
}

.prodact-area {
  margin-top: 0;
  position: relative;
  margin-bottom: 10px;
  height: auto;
}

.prodact-area-content {
  display: flex;
}

.logo-cisco {
  height: auto;
  max-width: 600px;
  max-height: 200px;
}

.cisco-secure-access-logo {
  width: 200px;
  height: 20px;
  margin: 50px 0px 20px 0px;
}

.cisco-logo-blue {
  margin: 50px 0px 0px 0px;
  width: 55;
  height: 30px;
}

.main-announcement {
  margin: 0px 0px 0px 55px;
  padding: 10px 0px 0px 0px;
}

.alert-area span {
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
}

.cookie-notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  color: #273746;
  background-color: #50a2de5e;
  padding: 5px 0 5px 0;
}

.cookie-notification.hidden {
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.noscript-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  text-align: center;
  font-weight: bold;
  color: #273746;
  background-color: #f1c40f;
  padding: 5px 0 5px 0;
}

#primary_origin_field {
  font-size: 1.1em;
}

#primary_origin_field::after {
  content: '';
}

.copy-dashboard {
  color: #3391ff;
  text-decoration: underline;
  cursor: pointer;
}

.copy-wrapper {
  position: relative;
}

#dashboard-tooltip.tooltiptext {
  margin-left: 80px;
}

.cookie-row {
  display: inline-block;
  border-bottom: 1px dotted #009bcd;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  cursor: pointer;
}

.cookie-row:hover {
  border-bottom: none;
  margin-bottom: 7px;
  color: #0078a1;
}

.cookie-toggle-button {
  width: 350px;
  padding: 8px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.95em;
  margin-top: 10px;
  background-color: #ffffff;
  color: #00addf;
  border: 1px solid rgb(202, 202, 202);
  display: block;
  position: relative;
  text-align: center;
}

.cookie-toggle-button.toggle-sign {
  text-align: center;
}

.cookie-toggle-button.toggle-sign::after {
  content: '+';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: content 0.3s;
}

.cookie-toggle-button.show-less {
  background-color: #50a2de;
  color: #ffffff;
}

.cookie-toggle-button.show-less.toggle-sign::after {
  content: '−';
}

input[type="text"] {
  display: inline-block;
  width: 310px;
  text-align: center;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 90px;
}

input[type="text"]:focus {
  border-color: #0078a1;
  outline: none;
}

.button-style {
  background-color: #50a2de;
  color: #fff;
  border: 1px solid #50a2de;
  border-radius: 3px;
  padding: 3px 20px 3px 20px;
  cursor: pointer;
  margin-left: 60px;
}
