body {
  padding: 10px;
}

.header {
  text-align: right;
  color: #999;
}

.popover-content {
  padding: 14px;
}

.popover-content .existing-tags {
  font-size: 12px;
  margin-bottom: 15px;
}

.popover-content .existing-tags a {
  cursor: pointer;
}

.no-margin {
  margin: 0;
}

ol.bigger {
  padding-left: 60px;
}

ol.bigger li {
  font-size: 28px;
  padding-bottom: 8px;
}

.home img {
  max-width: 80%;
}

.home img:hover {
}
.home form {
    text-align: center;
}

table .version {
  max-width: 700px;
}

.CodeMirror {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 400px;
  padding: 10px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.CodeMirror pre {
  font-family: 'Open Sans', sans-serif;
}
.CodeMirror-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.CodeMirror-linewidget {
  overflow: visible;
}

span.pill {
  background: #F7F75F;
  cursor: pointer;
}

/*span.pill {
  margin-bottom: 0;
  padding: 0 5px 2px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

span.pill:hover,
span.pill:focus {
  background-color: #428bca;
  border-color: #357ebd;
}

span.pill:active,
span.pill.active {
  background-color: #3276b1;
  border-color: #285e8e;
}*/

.CodeMirror-selected, span.pill-highlight {
  background: #FFB3D7;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #FFB3D7;
}

/* Very rough classes added at the zapier August 2018 retreat */

/*

Nav Styles

Normal
Font Weight: 400
Color: #5f6c72

Selected
Font Weight: 700
Color: #20272b

Hover
Color: #969ea2

*/

.retreat-container {
  margin: 0;
  padding: 0;
}

.retreat-login-group {
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.retreat-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  border-bottom: 1px solid #dadfe2;
}

@media screen and (max-width: 414px) {
  .retreat-nav {
    padding: 10px;
  }
}

.retreat-app-icon {
  height: 40px;
  width: 40px;
}

.retreat-link {
  padding: 0 20px;
  color: #5f6c72;
}

.retreat-app-name {
  padding: 0 10px;
  font-weight: 700;
}

.retreat-link:hover {
  text-decoration: none;
  color: #969ea2;
}

.retreat-link:active {
  color: #20272b;
}

.retreat-link-no-padding {
  color: #5f6c72;
}

.retreat-button {
  padding: 15px 20px;
  margin: 0 20px;
  border-radius: 5px;
  border: none;
  color: white;
  text-align: center;
}

.retreat-button:hover {
  text-decoration: none;
  color: white;
}

.retreat-button-primary {
  background-color: #ff4a00;
}

.retreat-button-primary:hover {
  background: #f04600;
}

.retreat-button-secondary {
  background-color: #499df3;
}

.retreat-button-secondary:hover {
  background: #3367d6;
}

.retreat-button-small {
  padding: 10px 20px;
}

.retreat-button-top-margin-1em {
  margin-top: 1em;
}

.retreat-button-top-margin-2em {
  margin-top: 2em;
}

.retreat-button-min-width {
  min-width: 400px;
}

.retreat-button-no-left-margin {
  margin-left: 0;
}

.retreat-mobile-hamburger {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 414px) {
  .no-mobile-display {
    display: none;
    visibility: hidden;
  }
}

@media screen and (min-width: 414px) {
  .only-mobile-display {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .retreat-mobile-hamburger-menu {
    display: flex;
    flex-direction: column;
    z-index: 2;
  }
  .retreat-mobile-hamburger-menu .retreat-mobile-link-group {
    display: none;
  }
  .retreat-mobile-hamburger-menu:hover .retreat-mobile-link-group,
  .retreat-mobile-hamburger-menu:focus .retreat-mobile-link-group {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 50px;
  }
  .retreat-mobile-link-group:hover {
    display: flex;
  }
  .retreat-mobile-link {
    padding: 10px;
    width: 100px;
    border-bottom: 1px solid grey;
  }
  .retreat-mobile-link:not(:first-child) {
    border-bottom: none;
  }
  .retreat-mobile-link-button {
    padding: 10px;
    width: 100px;
    margin: 0;
  }
}

.retreat-welcome {
  padding: 125px 0;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.retreat-center-button {
  margin: 0 auto;
}

.retreat-appling {
  display: flex;
  margin: 0 auto;
  height: 100px;
}

.retreat-heading {
  font-weight: 700;
}

.retreat-text {
  color: #969ea2;
}

.retreat-sub-heading {
  width: 35%;
  margin: 25px auto;
  line-height: 1.5;
  color: #5f6c72;
}

@media screen and (max-width: 414px){
  .retreat-sub-heading {
    width: 100%;
  }
}

.retreat-video-section {
  display: flex;
  flex-direction: column;
  background-color: #f1f4f5;
  padding: 50px 0;
}

.retreat-video-header {
  width: 80%;
  margin: 30px auto;
  font-weight: 700;
}

.retreat-video {
  width: 80%;
  height: 500px;
  margin: 0 auto;
}

/* ------------------ Quick Start Section ------------------ */

.retreat-quick-start {
  margin: 0 50px;
}

.retreat-quick-start-step-section {
  display: flex;
  flex-direction: row;
  padding: 50px 0;
}

@media screen and (max-width: 414px) {
  .retreat-quick-start-step-section {
    flex-direction: column;
  }
}

.retreat-quick-start-step-section:not(:last-child) {
  border-bottom: 1px solid #dadfe2;
}


.retreat-quick-start-info-block {
  display: flex;
  flex-direction: row;
}

.retreat-quick-start-step-circle {
  background-color: #969ea2;
  width: 50px;
  height: 50px;
  flex: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
}

.retreat-quick-start-step-header {
  display: flex;
  flex-direction: column;
  margin: 0 15px;}

.retreat-quick-start-step-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}

.retreat-quick-start-heading {
  font-weight: 700;
  margin: 50px 0;
}

.retreat-quick-start-step-info {
  line-height: 1.5;
  color: #969ea2;
}

.retreat-quick-start-step-example {
  width: 50%;
  height: 50%;
}

@media screen and (max-width: 414px) {
  .retreat-quick-start-step-example {
    width: 100%;
  }
}

.retreat-help-docs-section {
  background-color: #f1f4f5;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 375px;
}

.retreat-help-docs-logo {
  width: 100px;
}

.retreat-help-docs-info-block {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}

.retreat-get-started-info-block {
  display: flex;
  flex-direction: row;
}

.retreat-get-started-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 300px;
}

@media screen and (max-width: 414px) {
  .retreat-get-started-section {
    flex-direction: column;
  }
}

.retreat-get-started-logo {
  height: 100px;
  width: 115px;
  margin-right: 15px;
}

.retreat-get-started-text {
  height: 75%;
}

.retreat-or-separator {
  display: flex;
  position: relative;
  margin: 3rem 0;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #969ea2;
  font-size: 1.3rem;
}

.retreat-or-separator:after,
.retreat-or-separator:before {
  flex: 1;
  content: "";
  border-bottom: 1px solid #dadfe2;
  width: 150px;
}

.retreat-or-separator__content {
  margin: 0 3rem;
}

.retreat-login-form {
  min-width: 400px;
}

.retreat-input input {
  height: 42px;
}

.vertically-centered-row-items {
  display: flex;
  align-items: center;
}

.retreat-table > tbody > tr > td {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #5f6c72;
}


