html, body {
  color: #333;
  background:#ECECEC url(../images/bg.png);
  margin:0;
  padding:0;
}

html {
  font-size: 62.5%;
}

body {
  font-size:13px;
  color:#444;
  position:relative;
}

dl {
  padding: 0; }
  dl dt {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0;
    margin: 15px 0 5px; }
    dl dt:first-child {
      padding: 0; }
    dl dt > :first-child {
      margin-top: 0; }
    dl dt > :last-child {
      margin-bottom: 0; }
  dl dd {
    margin: 0 0 15px;
    padding: 0 15px; }
    dl dd > :first-child {
      margin-top: 0; }
    dl dd > :last-child {
      margin-bottom: 0; }

code, tt {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-size:1.2rem;
}

pre code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent; }

pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px; }
  pre code, pre tt {
    background-color: transparent;
    border: none; }

a {
  color: #3D71A8;
}

a:visited {
  color:#386391;
}

a:hover {
  color: #31598B;
}

.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}


#wrapper {
  margin:0 auto;
}

#header{
  background:#fff;
  border-bottom:4px #568cc5 solid;
  height:40px;
  padding-top:5px;
  padding-bottom:5px;
  line-height:40px;
  font-size:14px;
}

#header .logo{
  height:40px;
}

#header h1{
  position:relative;
  margin:0 auto;
  width: 1280px;
  font-size:1.2rem;
  line-height:40px;
}

#header .h1-text {
  display:inline-block;
  position:absolute;
  top:0px;
}

#content-wrapper {
  background:#ffffff;
  box-shadow: #DDDDDD 0px 0px 4px;
  
  border-radius: 2px;
  padding:20px 40px;
  margin: 0 auto;
  width: 1200px;
  clear:both;
}

#content {
  float:left;
  margin-left:20px;
  background:#fff;
  width: 900px;
}

#content h1,
#content h2,
#content h3 {
  color: #1C65B3;
}

#content h1 {
  margin-top:0;
  font-size: 2rem;
}

#content h2 {
  font-size: 1.8rem;
}

#content h3 {
  font-size: 1.4rem;
}

#menu {
  float:left;
  width:240px;
  border-left:solid 1px #DDDDDD;
  border-right:solid 1px #DDDDDD;
  background: #fff;
}

.hidden { display: none; }


.js-topic,
.js-guides {
  list-style: none;
  margin: 0;
  padding: 0;
}

.js-sub-topic.collapsed .js-guides{
  display:none;
}

.js-sub-topic,
.js-guides li {
  border-top:1px solid #DDD;
  background: transparent;
  font-size: 1.4rem;
}
.js-sub-topic:last-child {
  border-bottom:1px solid #DDD;
}

.js-topic a {
  display: block;
  position: relative;
  padding: 9px 5px 10px 15px;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0px 0px 1px rgba(0,0,0,0.1), 0px 1px 0px rgba(0,0,0,0.02), 0px -2px 0px rgba(0,0,0,0.02);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0px 0px 1px rgba(0,0,0,0.1), 0px 1px 0px rgba(0,0,0,0.02), 0px -2px 0px rgba(0,0,0,0.02);
  box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0px 0px 1px rgba(0,0,0,0.1), 0px 1px 0px rgba(0,0,0,0.02), 0px -2px 0px rgba(0,0,0,0.02);
}

.js-topic a.active {
  background:#FAFAFA;
}

.js-sub-topic a.active .disclosure {
  position:absolute;
  top: 10px;
  right: 0;
  width: 9px;
  height: 17px;
  margin: 0 -2px 0 0;
  background: url(../images/arrow.png) no-repeat 0 0;
  opacity: 1 !important
}

.js-guides li{
  padding-left:10px;
}

.js-guides a{
  font-size:1.2rem;
}

.h-title{
  margin:0;
  margin-left:-5px;
}

.highlight{
  padding:5px;
  border-radius:2px;
  border:#C0C0C0 solid 1px;
  font-size:1rem;
}

.end-points.nav {
  border-radius:2px;
  border:solid 1px #BACFE6;
  list-style: none;
  padding-left:0;
}

.end-points.nav li{
  list-style: none;
  border-top:solid 1px #BACFE6;
}

.end-points.nav li:first-child{
  border:none;
}

.end-points.nav a {
  padding:5px;
  display:flex;
}

.end-points.nav a:hover{
  background:#F9F9F9;
}

.end-points.nav .http-verb,
.end-points.nav .title,
.end-points.nav .path {
  display:inline-block;
}

.end-points.nav .http-verb {
  width:4.5em;
}

.end-points.nav .path {
  width:34em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.end-points.nav .separator {
  width:1em;
}

.end-points.nav .title {
  width:28em;
}


.end-point{
  border:solid 1px #BACFE6;
  border-radius:4px;
}

#content .end-point.detail h2 {
  font-size:1.4rem;
}

.end-point.detail {
  margin:10px 0px 20px 0px;
  background: #FFFFFF
}

.end-point.detail header {
  border:solid 1px #3E6691;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.end-point.detail h2{
  font-size:1.6rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin:0;
  color: #fff !important;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #5F8EC0), color-stop(0.31, #477CB4), color-stop(0.00, #3F70A2));
  background: -webkit-linear-gradient(top, #5F8EC0 0%, #477CB4 31%, #3F70A2 95%);
  background: -moz-linear-gradient(top, #5F8EC0 0%, #477CB4 31%, #3F70A2 95%);
  background: -o-linear-gradient(top, #5F8EC0 0%, #477CB4 31%, #3F70A2 95%);
  background: -ms-linear-gradient(top, #5F8EC0 0%, #477CB4 31%, #3F70A2 95%);
  background: linear-gradient(top, #5F8EC0 0%, #477CB4 31%, #3F70A2 95%);
  -webkit-box-shadow: rgba(255, 255, 255, 0.14902) 0px 1px 0px inset, rgba(255, 255, 255, 0.0980392) 1px 0px 0px;
  box-shadow: rgba(255, 255, 255, 0.14902) 0px 1px 0px inset, rgba(255, 255, 255, 0.0980392) 1px 0px 0px;
}

.end-point.detail .http-verb {
  border-top-left-radius: 4px;
  display:inline-block;
  padding:4px;
  color: #fff;
  font-weight: bold;
  text-align:center;
  width:100px;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #2d5680), color-stop(0.31, #396593), color-stop(0.00, #38608a));
  background: -webkit-linear-gradient(top, #38608a 0%, #396593 31%, #2d5680 95%);
  background: -moz-linear-gradient(top, #38608a 0%, #396593 31%, #2d5680 95%);
  background: -o-linear-gradient(top, #38608a 0%, #396593 31%, #2d5680 95%);
  background: -ms-linear-gradient(top, #38608a 0%, #396593 31%, #2d5680 95%);
  background: linear-gradient(top, #38608a 0%, #396593 31%, #2d5680 95%);
  -webkit-box-shadow: rgba(255, 255, 255, 0.14902) 0px 1px 0px inset, rgba(255, 255, 255, 0.0980392) 1px 0px 0px;
  box-shadow: rgba(255, 255, 255, 0.14902) 0px 1px 0px inset, rgba(255, 255, 255, 0.0980392) 1px 0px 0px;
}

.end-point.detail .url-arg{
  display:inline-block;
  border-radius:3px;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 4px;
}

.end-point.detail .summary .sample-link {
  list-style: none;
}

.end-point.detail .summary .sample-holder {
  list-style: none;
  cursor:pointer;
  padding-left:0;
}

.end-point.detail .summary .sample-list{
  list-style: none;
  margin:0 10px;
  padding-left:0;
  border-bottom: solid 1px #C0C0C0;
}

.end-point.detail .summary .sample-list li {
  float: left;
  display: block;
  margin-bottom: -1px;
}

.end-point.detail .summary .sample-list li a {
  background-color: #ffffff;
  padding: 5px 12px;
}

.end-point.detail .summary .sample-list li.unselected a {
  border: none;
}

.end-point.detail .summary .sample-list li.selected a {
  border: solid 1px #C0C0C0;
  border-bottom-color: transparent;
  border-radius: 3px 3px 0 0;
}

.end-point.detail .summary .sample-holder:hover .sample-list{
  display:block;
  background:rgba(255, 255, 255, 0.95);
  z-index: 100;
}


.end-point.detail .summary .sample-list a {
  display:block;
}

.end-point.detail .summary .sample-list a:hover {
  font-weight:bold;
}

.end-point.detail .path {
  padding-left: 10px;
}


.end-point.detail .info {
  padding:5px 10px;
  min-height:80px;
}

.end-point.detail .info .samples {
  position: relative;
  margin: 10px;
}

.end-point.detail .info .samples .sample-wrapper.request .sample-body.close,
.end-point.detail .info .samples .sample-wrapper.response .sample-body.close {
  height: 250px;
  overflow-y: hidden;
}

.end-point.detail .info .samples .sample-wrapper .readmore {
  position:absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.1), white) repeat scroll 0 0;
  text-align: center;
  font-weight: 700;
}

.end-point.detail .info .samples .sample-wrapper .readmore:hover {
  text-decoration: underline;
}

.go-top{
  text-align: right;
}

.striped-table-1 {
  font-size:1.2rem;
  border-radius:4px;
  margin:10px 10px 10px 10px;
  padding: 0; }
  .striped-table-1 tr {
    border-top: 1px solid #cccccc;
    background-color: white;
    margin: 0;
    padding: 0; }
    .striped-table-1 tr:nth-child(2n) {
      background-color: #f8f8f8; }
    .striped-table-1 tr th {
      font-weight: bold;
      border: 1px solid #cccccc;
      text-align: left;
      margin: 0;
      padding: 6px 13px; }
    .striped-table-1 tr td {
      border: 1px solid #cccccc;
      text-align: left;
      margin: 0;
      padding: 6px 13px; }
    .striped-table-1 tr th :first-child, table tr td :first-child {
      margin-top: 0; }
    .striped-table-1 tr th :last-child, table tr td :last-child {
      margin-bottom: 0; }

.striped-table-2 {
  font-size:1.2rem;
  border-radius:4px;
  margin:10px 10px 10px 10px;
  padding: 0; }
  .striped-table-2 tr {
    border-top: 1px solid #cccccc;
    background-color: white;
    margin: 0;
    padding: 0; }
    .striped-table-2 tr:nth-child(2n) {
      background-color: #f8f8f8; }
    .striped-table-2 tr th {
      font-weight: bold;
      border: 1px solid #cccccc;
      text-align: left;
      margin: 0;
      padding: 3px 6px; }
    .striped-table-2 tr td {
      border: 1px solid #cccccc;
      text-align: left;
      margin: 0;
      padding: 3px 6px; }
    .striped-table-2 tr th :first-child, table tr td :first-child {
      margin-top: 0; }
    .striped-table-12tr th :last-child, table tr td :last-child {
      margin-bottom: 0; }

section.changes h1 {
  font-size: 20px;
  border-bottom: 1px solid #DADADA;
  padding: .5em 0;
  color:#393939 !important;
}

.changes .published {
  color:#999999;
  display:block;
  position:absolute;
  right:0;
  bottom:0;
}

article.change {
  margin-bottom: 50px;
}

article.change header{
  border-bottom:solid 1px #D0D0D0;
  position:relative;
}

article.change h2.title {
  padding-left:1rem;
  margin-bottom:0;
  color:#5a5a5a !important;
}

article.change .content {
  margin-left:2rem;
}

article.change .content ul {
  margin-bottom:32px;
}

#apiv1-deprecated-banner {
  position:fixed;
  left:36%;
  top:40%;
  text-align:center;
}

#apiv1-deprecated-banner a,
#apiv1-deprecated-banner a:link,
#apiv1-deprecated-banner a:visited,
#apiv1-deprecated-banner a:active {
  font-family: Impact, charcoal;
  color:#D0D0D0;
  color:rgba(0, 0, 0, 0.20);
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size:80px;
}

#apiv1-deprecated-banner a:hover {
  color:#af3131;
  color:rgba(80, 42, 42, 0.8);
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

#apiv1-deprecated-banner a .dep-note {
  font-size:24px;
}

.dep-column {
  padding:20px;
  background:#EAEAEA;
  font-size:14px;
}