@font-face {
  font-family: 'sf light';
  src: url("fonts/SalesforceSans-Light.eot");
  src: url("fonts/SalesforceSans-Light.eot") format("embedded-opentype"), url("fonts/SalesforceSans-Light.ttf") format("truetype"), url("fonts/SalesforceSans-Light.woff") format("woff"), url("fonts/SalesforceSans-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf thin';
  src: url("fonts/SalesforceSans-Thin.eot");
  src: url("fonts/SalesforceSans-Thin.eot") format("embedded-opentype"), url("fonts/SalesforceSans-Thin.ttf") format("truetype"), url("fonts/SalesforceSans-Thin.woff") format("woff"), url("fonts/SalesforceSans-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf regular';
  src: url("fonts/SalesforceSans-Regular.eot");
  src: url("fonts/SalesforceSans-Regular.eot") format("embedded-opentype"), url("fonts/SalesforceSans-Regular.ttf") format("truetype"), url("fonts/SalesforceSans-Regular.woff") format("woff"), url("fonts/SalesforceSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf bold';
  src: url("fonts/SalesforceSans-Bold.eot");
  src: url("fonts/SalesforceSans-Bold.eot") format("embedded-opentype"), url("fonts/SalesforceSans-Bold.ttf") format("truetype"), url("fonts/SalesforceSans-Bold.woff") format("woff"), url("fonts/SalesforceSans-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
html, body {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  line-height: 1;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*:focus,
*:active,
*:hover {
  outline: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
h1 {
  font-size: 30px;
  line-height: 1em;
}
h2 {
  font-size: 42px;
  line-height: 42px;
}
h3 {
  font-size: 34px;
  line-height: 34px;
}
h4 {
  font-size: 28px;
  line-height: 28px;
}
h5 {
  font-family: "sf bold", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 35px;
  text-align: center;
}
.body-wrapper {
  flex: 1 0 auto;
  margin-top: 0;
}
.wrapper {
  display: flex;
  flex-direction: column;
  font-family: "sf regular", Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
p {
  font-family: "sf regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}
p.upgrade-option {
  color: #3290c5;
  cursor: pointer;
  font-size: 1.5em;
}
p.large {
  font-size: 1.2em;
  margin: 0 auto;
  width: 90%;
}
p + p {
  margin-top: 15px;
}
a, a:visited, a:active {
  color: #215CA0;
  text-decoration: none;
}
a:hover {
  color: #003c4c;
}
strong {
  font-family: "sf bold", Helvetica, Arial, sans-serif;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 16px;
}
.component {
  margin: 0 auto 30px;
  text-align: center;
  width: 100%;
}
.sf-logo {
  display: inline-block;
  margin: 10px 0;
}

.back-link-header.reveal{
  display: flex;
  position: relative;
  font-size: 16pt;
  bottom: 0px;
}

.back-link-button {
  font-size: 1em;
  padding: 5px 15px;
  background-color:white;
  color :#215CA0;
  border: single;
  border-color: #215CA0;
  border-radius: 6px;
  box-shadow: 6px 6px 15px 5px rgba(0,0,0,0.3);
}

.back-link-header {
  display: none;
}

.header-container {
  background: #00A1E0;
  margin-bottom: 25px;
  overflow: auto;
  padding: 25px 0;
}
.header-container .content-wrapper {
  height: 100%;
  overflow: none;
}
.header-container h1 {
  color: #fff;
  font-family: "sf thin", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
}
.header-container .half {
  width: 50%;
  float: left;
}
.header-container .half p {
  font-family: "sf light", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.header-container .half:nth-child(2) {
  padding: 0 0 0 80px;
}
.general-content {
  margin: 35px 0;
}
.general-content h4 {
  margin-bottom: 15px;
}
.general-content img {
  margin: 5px 0 5px;
  width: 100%;
}
.divider {
  width: 100%;
  height: 2px;
  background: #7C868D;
}
.form-error-msg {
  border: 2px solid #ff0000;
}
.upgrade-content {
  text-align: center;
}
.upgrade-content .component.upgrade-info {
  border: 0 none;
  padding: 0;
  width: 100%;
  margin: 0 auto 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.upgrade-content .component.upgrade-info.reveal {
  border-top: 2px solid #00A1E0;
  height: auto;
  margin: -25px auto 0px;
  max-height: 600px;
  overflow: hidden;
  padding: 20px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.upgrade-content h3, .upgrade-content p {
  margin-bottom: 15px;
}
.upgrade-content .upgrade-option {
  border: 2px solid #00A1E0;
  margin: 25px auto;
  padding: 15px 20px;
  width: 350px;
}
.upgrade-content .component.upgrade-info.reveal:first-of-type {
  margin: -25px auto 0;
}
.upgrade-content .upgrade-option:hover {
  background: #00A1E0;
  color: #fff;
}
.helpful-links {
  margin: 25px auto 25px;
  width: 65%;
}
.helpful-links h4 {
  margin-bottom: 15px;
}
.footer-wrapper {
  background: #081e29;
  color: #fff;
  font-size: 12px;
  margin-top: 25px;
  padding: 10px 0;
  width: 100%;
}
.footer-wrapper .footer-links {
  padding-bottom: 10px;
}
.footer-wrapper a, .footer-wrapper a:visited, .footer-wrapper a:active {
  text-decoration: none;
  color: #3290c5;
}
.footer-wrapper a:hover {
  color: #fff;
}

input {
  background: transparent;
  border: 2px solid #00A1E0;
  border-radius: 0;
  color: #032E61;
  font-family: "sf regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 20px 0 0px;
  outline: none;
  padding: 10px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
}

input.button {
  width: auto;
}

input.button:hover {
  background: #00A1E0;
  color: #fff;
}

.instance-display {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0px;
  margin-bottom: 25px;
}

.instance-display-home {
  background-color: rgb(0, 116, 161);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5px;
  margin-bottom: 15px;
  margin-top: -25px;
}

.instance-display-site {
  background-color: lightsalmon;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5px;
}

.sandbox-table {
  margin: 20px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.sandbox-table-col-header {
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-size: 12pt; */
  color: rgb(141, 141, 141);
  /* text-transform: uppercase; */
  text-align: center;
  margin-bottom: 0px !important;
  line-height: 1.0em;
  border: 1px solid darkgrey;
  padding: 5px;
}

.sandbox-table-col-data {
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-size: 16pt; */
  font-weight: normal;
  font-size: larger;
  color: black;
  text-align: center;
  margin-bottom: 2px !important;
  margin-top: 2px !important;
  line-height: 1.0em;
  border: 1px solid darkgrey;
  padding: 5px;
}

.instance-block {
  height: 60px;
  padding: 5px 5px 5px 5px;
  background-color: rgb(231,231,231);
  text-align: left;
  vertical-align: top;
  border-width: 1px 0px 1px 1px; 
  border-style: solid;
  border-color: darkgrey;
}

.instance-type-block {
  height: 50px;
  padding: 5px 5px 5px 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  border: 1px solid darkgrey;
}

.release-logo-block {
  background-color: white;
  width: 60px;
  height: 60px;
  padding: 5px;
  border: 1px solid darkgrey;
}

.release-name-block{

  padding: 5px 5px 5px 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  border-width: 1px 0px 1px 0px; 
  border-style: solid;
  border-color: grey;
}

.trust-site-block{
  height: 60px;
  padding: 5px 19px 5px 19px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  border-width: 1px 1px 1px 1px; 
  border-style: solid;
  border-color: grey;
}

p.instance-header {  
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-size: 12pt; */
  color: rgb(141, 141, 141);
  text-transform: uppercase;

  margin-bottom: 0px !important;
  line-height: 1.0em;
}

p.instance-text {  
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 24pt;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  line-height: 1.0em;
}

p.rel-type-text {  
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 20pt;
  font-weight: lighter;
  color: black;
  margin-bottom: 2px !important;
  margin-top: 2px !important;
  line-height: 1.0em;
}

p.trust-site-text {  
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 18pt;
  font-weight: lighter;
  color: black;
  margin-bottom: 2px !important;
  margin-top: 2px !important;
  line-height: 1.0em;
}

#sandboxes {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#sandboxes td, #sandboxes th {
  border: 1px solid #333;
  padding: 8px;
}

#sandboxes tr:nth-child(even){background-color: #f2f2f2;}

#sandboxes tr:hover {background-color: #ddd;}

#sandboxes th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #00A1E0;
  color: white;
}

#feedback {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 40%;
}

.feedback-footer {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 30px 30px 30px;
  padding: 15px;
  text-align: center;
  background-color:#215CA0;
  color:#fff;
  border-radius: 5px;
}

.feedback-footer a, .feedback-footer a:visited, .feedback-footer a:active {
  text-decoration: none;
  color: #fff;
}
.feedback-footer a:hover {
  color: #b7d6f9;
}

#beta-ribbon {
  position: fixed;
  z-index: 2000;
  top: 0px;
  right: 0px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
  p.large {
    line-height: 1em;
  }
  p.instance-text {  
    font-size: 20pt;
  }
  p.rel-type-text {  
    font-size: 16pt;
  }
  .header-container {
    padding: 25px 0;
  }
  .header-container .half {
    width: 100%;
  }
  .header-container .half:nth-child(2) {
    padding: 10px 0 0;
  }
  #scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
  }
  .general-content {
    margin: 15px 0;
  }
  .upgrade-content .component {
    text-align: left;
  }
  .helpful-links {
    margin: 35px auto;
    width: 90%;
  }
  .helpful-links p {
    text-align: left;
  }
  .back-link-header.reveal {
    justify-content: center;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .content-wrapper {
    width: 752px;
  }
  h1 {
    font-size: 50px;
    line-height: 1em;
  }
}
@media all and (min-width: 1024px) and (max-width: 1311px) {
  .content-wrapper {
    width: 972px;
  }
  h1 {
    font-size: 50px;
    line-height: 1em;
  }
  p.large {
    width: 65%;
  }
  .header-container {
    padding: 25px 0;
  }
  .general-content img {
    width: 65%;
  }
  .upgrade-content p {
    margin-bottom: 25px;
  }
  .upgrade-content .component.upgrade-info {
    width: 70%;
  }
}
@media all and (min-width: 1312px) {
  .content-wrapper {
    width: 1312px;
  }
  h1 {
    font-size: 50px;
    line-height: 1em;
  }
  p.large {
    width: 65%;
  }
  .header-container {
    padding: 25px 0;
  }
  .general-content p {
    margin: 0 auto;
    width: 65%;
  }
  .general-content img {
    width: 65%;
  }
  .header-container .half {
    max-width: 500px;
  }
  .header-container .half:nth-child(2) {
    float: right;
  }
  .upgrade-content p {
    margin-bottom: 25px;
  }
  .upgrade-content .component.upgrade-info {
    width: 70%;
  }
}
