html,
body {
    width: 100%;
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.refguide {
    height: 100%;
    margin-top: 200px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    border: 1px solid rgb(185, 185, 185);
    padding: 6px;
    transition: all;
}

th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid rgb(185, 185, 185);
    background: #ddd;
}

tr:hover {
    background: #ddd;
}

#header {
    position: absolute;
    top: 0px;
    height: 80px;
    width: 100%;
    overflow: hidden;
    padding: 5px 5px 400px 25px;
}

#searchBox {
	float:right;
	padding-top: 20px;
}

#toolbar {
    position: absolute;
    top: 80px;
    height: 50px;
    width: 100%;
    padding-left: 25px;
}

#navigation {
    position: absolute;
    top: 130px;
    bottom: 0px;
    width: 320px;
    overflow-y: auto;
    padding: 5px 5px 5px 25px;
    white-space: nowrap;
}

#navigation li {
    font-size: 16px;
    font-family: 'courier new', monospace;
}

#navigation h3 {
    margin: 5px 0px 5px 20px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
}

#navigation h4 {
    margin: 5px 0px 5px 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

#navigation ul {
    list-style-type: none;
    padding: 0px;
}

#navigation .expandable {
    list-style-type: none;
    padding: 0px;
}

#navigation .expandableMethods {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
}

#navigation .details {
    margin-left: 20px;
}

#content {
    position: absolute;
    top: 130px;
    left: 341px;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    margin: 10px;
    overflow: scroll;
}

#content h1 {
    border-left: 5px solid rgb(128, 128, 128);
    padding: 5px;
    margin: 45px -5px 25px;
}

#content h2 {
    border-bottom: 2px solid rgb(128, 128, 128);
    padding: 5px;
    margin: 35px -5px 15px -5px;
}

#content h2.callbacksOfInterface {
    border-bottom: 0px;
    background: #ddd;
}

#languageButtons {
	float: right;
    padding: 5px;
    color: white;
}

#apiGroupButtons {
	float: left;
	padding: 5px 0px;
    color: white;
}

.betaLabel {
	background: orange;
	padding: 5px;
	margin: 5px;
	color: white;
}

.syntax-btn:active,  .apigroup-btn:active{
    color: white;
    background-color: #79b6d4; 
}

.syntax-btn:focus,  .apigroup-btn:focus{
    color: white;
    background-color: #1F93D1; 
}

.syntax-btn:hover,  .apigroup-btn:hover {
    margin: 0 2px 0 2px;
    color: white;
    background-color: #79b6d4;
}

.syntax-btn, .apigroup-btn {
    margin: 0 2px 0 2px;
    background-color: #afafaf;
}

.languageSelected, .apiGroupSelected {
    font-weight: bold;
    background: #1F93D1;
}


.btn-header-text {
    font-size: 18px;
}

.header-text {
    font-size: 22px;
}

.pading-t-20 {
	margin-top: 50px;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 600px;
  height: 48px;
  padding: 8px 12px;
  font-size: 20px;
  line-height: 48px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 800px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}



