body {
  padding-top: 50px;
}
.sandbox-form label, .sandbox-form span {
  display: inline-block;
  margin: .5em .5em;
  vertical-align: middle;
}
.sandbox-form span label {
  vertical-align: baseline !important;
}
.datepicker .green {color: #0F0;}

/* Sidenav for Docs
-------------------------------------------------- */

.sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.sidenav .active .icon-chevron-right,
.sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.sidenav.affix, .sidenav.affix-bottom {
  position: fixed;
  top: 20px;
}

/*
 * Carbon ads css
 */
#carbonads {
    display: block;
    overflow: hidden;
    padding: 10px;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    max-width: 300px;
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, .1);
    float: right;
}

#carbonads a {
    text-decoration: none;
}

#carbonads span {
    position: relative;
    display: block;
    overflow: hidden;
}

.carbon-img {
    float: left;
    margin-right: 1em;
}

.carbon-img img {
    display: block;
}

.carbon-text {
    display: block;
    float: left;
    max-width: calc(100% - 130px - 1em);
    text-align: left;
    color: #637381;
}

.carbon-poweredby {
    position: absolute;
    left: 142px;
    bottom: 0;
    display: block;
    font-size: 8px;
    color: #c5cdd0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
}

.carbon-wrapper {
    padding-top: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    #carbonads {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial,
        sans-serif;
        float: none;
        margin-bottom: 20px;
    }

    #carbonads {
        display: block;
        overflow: hidden;
        max-width: 728px;
        position: relative;
        background-color: hsl(0, 0%, 99%);
        border: solid 1px #eee;
        font-size: 22px;
        box-sizing: content-box;
    }

    #carbonads > span {
        display: block;
    }

    #carbonads a {
        color: inherit;
        text-decoration: none;
    }

    #carbonads a:hover {
        color: inherit;
    }

    .carbon-wrap {
        display: flex;
        align-items: center;
    }

    .carbon-img {
        display: block;
        margin: 0;
        line-height: 1;
    }

    .carbon-img img {
        display: block;
        height: 90px;
        width: auto;
    }

    .carbon-text {
        display: block;
        padding: 0 1em;
        line-height: 1.35;
        text-align: left;
    }

    .carbon-poweredby {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 6px 10px;
        background: repeating-linear-gradient(
                -45deg,
                transparent,
                transparent 5px,
                hsla(0, 0%, 0%, 0.025) 5px,
                hsla(0, 0%, 0%, 0.025) 10px
        )
        hsla(203, 11%, 95%, 0.8);
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 600;
        font-size: 8px;
        border-top-left-radius: 4px;
        line-height: 1;
    }

    .carbon-text {
        font-size: 14px;
    }
}
