html{
    height: 100%;
    font-family: monospace;
  }
body {
    height: 100%;
    font-family: monospace;
}

#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -120px;
  padding: 0 0 120px;
}
.gray{
  color:#979797;
}
.blue{
  color:#366897;
}
footer {
  height: 18px;
  background-color: #1d415c;
  border-top: 1px solid #ccc;
  padding: 11px;
}

html{
    height: 100%;
}

ul {
    list-style:none;
    padding:0;
}

pre {
    overflow:auto;
    word-break: normal;
    word-wrap: normal;
    white-space: pre;
}

kbd {
    padding: 2px 4px;
    font-size:90%;
    color: #fff;
    background-color: #585858;
    border-radius:3px;
    
}

.navbar {
    border-radius: 0;
}

.jumbotron {
    margin-left:auto;
    margin-right:auto;
}
.jumbotron h1 {
    font-size: 50px;
}


.col-no-padding {
    padding-left:0;
    padding-right:0;

}

.col-no-padding ul {
    clear:both;
}

.docs {
    padding: 20px;
    color: #585858;
}

.docs h4, .docs h5 {
    color: #0f6ab4;
}

h4 {
    color: #0f6ab4;
}

.http-options {
    clear:both;
    padding: 20px;
    border-top:none;
}

div.http-definition {
    border: 1px solid #cccccc;
    display: block;
    clear: none;
    float: left;
    width: 100%;
    margin:0;
    padding: 0;
    background-color: #c3d9ec;
    vertical-align:baseline;
}

div.http-definition h3 {
    line-height: 1em;
    font-size: 14px;
    margin: 11px 10px 10px 1px; /*this is stupid*/
}
.faq-body{
  background-color: #d5d5d5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-definition {
margin-top: 22px;

}

div.faq-definition h3 {
  line-height: 1em;
  font-size: 14px;
  margin: 0px 0px 0px 1px;

}

.http-method {
    margin-left:-1px;
    padding: 10px;
    background-color: #0f6ab4;
    color: #ffffff;
}
.http-path {
    padding-left: 20px;
}
.http-name {
    float:right;
}

.example {
    padding-left: 30px;
}

.caption {
    font-size: 12px;    
}

.route-highlight, .schema-datatype {
    color: #0877bf;
}

table.params {
    width:100%;
    border-collapse: collapse;
    border-spacing:0;
}
table.params th {
    text-align: left;
    color: #0877bf;
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
}
table.params td {
    
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
}

 

table.params tbody tr:last-child td {
    border-bottom: none;
}

.schema-block {
    padding-left:20px;
}

.schema-object {
    font-weight: bold;
}

.bold{
    font-weight: bold;
}

.schema-nested-object {
    padding-left:20px;
}

.bg-callouts {
    padding:10px 15px 15px 15px;
}

.bg-success {
    background-color: #dff0d8;
}
.bg-warning {
    background-color:#fcf8e3;
}
.bg-danger {
    background-color:#f2dede;
}

.glyphicon {
    padding:5px;
}
.route_title{
    text-align: center;
    background: #106ab4;
    color: white;
    font-size: x-large;
    border: 1px solid #cccccc;
    width: 100%;
}


.faq_title {
  text-align: center;
  background: #106ab4;
  color: white;
  font-size: 20pt;
  border: 1px solid #cccccc;
  width: 100%;
}
.json_block{
    background-color: #c3d9ec;
    font-family: monospace;
}

/* ==== GRID SYSTEM ==== */

.container {
   
    margin-left: auto;
    margin-right: auto;
  }
  
  .grid_row {
    position: relative;
    width: 100%;
  }
  
  .grid_row [class^="col"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
  }
  
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 96%;
  }
  
  .col-1-sm {
    width: 4.33%;
  }
  
  .col-2-sm {
    width: 12.66%;
  }
  
  .col-3-sm {
    width: 21%;
  }
  
  .col-4-sm {
    width: 29.33%;
  }
  
  .col-5-sm {
    width: 37.66%;
  }
  
  .col-6-sm {
    width: 46%;
  }
  
  .col-7-sm {
    width: 54.33%;
  }
  
  .col-8-sm {
    width: 62.66%;
  }
  
  .col-9-sm {
    width: 71%;
  }
  
  .col-10-sm {
    width: 79.33%;
  }
  
  .col-11-sm {
    width: 87.66%;
  }
  
  .col-12-sm {
    width: 96%;
  }
  
  .grid_row::after {
      content: "";
      display: table;
      clear: both;
  }
  
  .hidden-sm {
    display: none;
  }
  

  
  @media only screen and (min-width: 45em) {  /* 720px */
    .col-1 {
      width: 4.33%;
    }
  
    .col-2 {
      width: 12.66%;
    }
  
    .col-3 {
      width: 21%;
    }
  
    .col-4 {
      width: 29.33%;
    }
  
    .col-5 {
      width: 37.66%;
    }
  
    .col-6 {
      width: 46%;
    }
  
    .col-7 {
      width: 54.33%;
    }
  
    .col-8 {
      width: 62.66%;
    }
  
    .col-9 {
      width: 71%;
    }
  
    .col-10 {
      width: 79.33%;
    }
  
    .col-11 {
      width: 87.66%;
    }
  
    .col-12 {
      width: 96%;
    }
  
    .hidden-sm {
      display: block;
    }
  }
  
.cell{
    
    border-style: solid;
    border-width: 3px;
    border-color: #c3d9ec;
    width: 200px;
    height: 200px;
    border-radius: 20px;
}

.code_example_block{
    text-align: center;
    background: #c3d9ec;
    color: #58585d;
    font-size: x-large;
    border: 1px solid #cccccc;
    width: 100%;
    height: 220px;
}

.cell_selected{
    
    border-style: solid;
    border-width: 3px;
    border-color: #106ab4;
}
.pre_code{
    height: 600px;
    background-color: #f0f0f0;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.chosen{
  background-color: #106ab4 !important;
  color: white;
}


.faq-method {
  margin-left:-1px;
  padding: 10px;
  background-color: #5b8bb3;
  color: #ffffff;
}

.question-h3{
  border-top: solid;
  border-top-color: black;
}

.answer-h3{
  border-bottom: solid;
  border-bottom-color: black;
}

.download-button{
  background-color: #106ab4;
  padding: 8px;
  border-radius: 8px;
  color: white;
  line-height: 1em;
  font-size: 13px;
  font-weight: bold;
  font-family: monospace;
  text-decoration: auto;
}