body {
    padding: 0px;
    margin:0px;
    -webkit-text-size-adjust: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5625;
    color: #5d6878;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-family: 'DM Serif Display', sans-serif;
    border-bottom: 2px solid #7da5db;
    margin-bottom: 32px;
    margin-top: 48px;
    color: #000000;
    font-size: 40px;
}

h2 {
    font-family: 'DM Serif Display';
    color: #444444;
    margin-top: 50px;
    margin-bottom: -6px;
}

h3 {
    font-family: 'DM Serif Display';
    color: #6c8dbd;
    /* font-variant: all-small-caps; */
    font-size: 18px;
    margin-bottom: -10px;
}

h4 {
    margin-bottom: -16px;
}

p {
    
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #5d6878;
}

a:hover {
    text-decoration: underline;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #f1f1f1;
    border-radius: 12px;
}

::-webkit-scrollbar-thumb {
    background: #7da5db;
    -webkit-border-radius: 0.7ex;
}

::-webkit-scrollbar-corner {
    background: #cdcdcd00;
}

.multiSectionContainer {
    width: 80%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.multiSectionRow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:  flex;
}

.multiSectionViewLeft {
    width: 62%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #eeeeee;
    padding: 20px;
    /* min-height: 804px; */
}

.multiSectionViewLeftBig {
    width: 89%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #eeeeee;
    padding: 20px;
}

.multiSectionViewRight {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 37%;
    vertical-align: top;
    padding: 20px;
    background: #f5f5f5;
    min-height: 100vh;
}

.multiSectionViewRightEmpty {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 10%;
    vertical-align: top;
    background: #f5f5f5;
    min-height: 100vh;
}

#menu {
    font-family: 'Montserrat', sans-serif;
    width: 20%;
    /* min-width: 300px; */
    float: left;
    border-right: 1px solid #eeeeee;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#menu li {
  margin: 0;
  position: relative;
}

#menu a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 0 1em;
  color: #333;
  text-decoration: none;
  margin-top: 16px;
  font-weight: initial;
}

#menu a:hover {
  background: #eee;
}

#menu ul ul {
  margin: 0;
  padding: 0;
}

#menu ul ul li {
  margin: 0;
}

#menu ul ul a {
  color: black;
  font-size: 0.7em;
  padding-left: 3.1em;
  margin: 0;
  font-weight: initial;
}

#menu ul ul ul a {
  color: black;
  padding-left: 5.1em;
  overflow: hidden;
  font-weight: initial;
}

#api_ref {
    width: 50%;
    float: left;
    padding: 20px;
    border-right: 1px solid #eeeeee;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#api_example {
    width: 30%;
    /* float: left; */
    padding: 20px;
    min-height: 100%;
    background: #f5f5f5;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

#header {
    background: #eee;
    color: #333;
    padding: 1em;
    padding-top: 50px;
    padding-bottom: 32px;
    text-align: center;
    margin-bottom: 1em;
}

#header h1 {
  margin: 0;
  font-size: 1.2em;
  border: 0;
}

#header p {
  margin: 0;
  font-size: 0.8em;
}

.imageContainer {
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
}

.imageContainer img {
    
}

.imageContainer p {
    font-size: 12px;
    margin-top: 0px;
}

.example_h2 {
    font-size: 18px;
}

.sdk_data {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 16px;
}

.sdk_data tr {
    
}

.sdk_data th {
    background-color: #eeeeee;
    padding: 8px;
    font-weight: bold;
    font-family: 'Montserrat';
    font-variant: petite-caps;
    text-align: start;
    font-size: 18px;
    min-width: 40px;
}

.sdk_data td {
    padding: 10px;
    vertical-align: top;
    background-color: whitesmoke;
    
}

.sdk_data td:nth-child(1) {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    min-width: 90px;
}

.sdk_data td:nth-child(2) {

}

.sdk_data_attribute {
    font-weight: bold;
}

.sdk_data_sub_attribute {
    text-align: right;
}

.sdk_data_type {
    font-style: italic;
    text-transform: capitalize;
    text-align: center;
}

.sdk_code_block {
    border: #7da5db solid 1px;
    border-radius: 6px;
    background-color: #f7fcff;
    padding: 20px;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 0px;
    font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
    overflow: scroll;
    font-size: 13px;
    white-space: nowrap;
}

.sdk_code_block_subtext {
    font-size: 14px;
}

.infoBox {
    background-color: #fce9b5;
    color: #816007;
    padding: 20px;
    text-align: left;
    background-image: url(https://www.touch-portal.com/blog/images/icon_tutorial_info.png);
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 100px;
    padding-right: 30px;
    border-radius: 10px;
    margin: 32px 20px 32px 20px;
    font-size: 16px;
    min-height: 60px;
}

.supportInfo {
    background-color: #b5c8fc;
    color: #4e4e4e;
    padding: 10px 20px 10px 20px;
    text-align: left;
    border-radius: 10px;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    display: inline-block;
}

.supportInfo span {
    font-size: 32px;
    margin-left: 20px;
    color: white;
}

.sdkBox {
    display: flex;
    margin-bottom: 10px;
    margin-top: 40px;
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
}

.sdkBoxLeft {
    width: 170px;
    min-width: 170px;
    display: inline-block;
}

.sdkBoxRight {
    display: inline-block;
    flex-grow: 100;
}

.sdkBoxLanguage {
    background: #6296e5;
    color: white;
    display: inline-block;
    padding:  10px 10px 10px 10px;
    border-radius: 16px;
}

.sdkBoxAuthor {
    margin-top: 2px;
    /* display: inline-block; */
    font-size: 14px;
}

.sdkBoxDescription {
    width: auto;
    display: inline-block;
}

.sdkBoxLink {
    width: 150px;
}

.greyInfoBox {
    background: #f2f2f2;
    padding: 20px 20px 20px 150px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 50px;
}

#osTitle {
    float: left;
    font-size: 70px;
    margin-left: -128px;
    margin-top: -39px;
    font-variant: all-small-caps;
    display: inline-block;
    color: #cdcdcd;
}

.pathSpan {
    display: block;
    font-family: monospace;
    background: #dadada;
    padding: 20px;
    margin-bottom: 13px;
    border-radius: 10px;
    margin-top: 10px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

@media (max-width: 960px) {
    .sdk_data td:nth-child(1) {
        min-width: 60px;
    }
}

.deprecated {
    
}

.deprecated td {
    color: #b6b6b6;
}

.navContainer {
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 12px 0px;
    position: fixed;
    bottom: 0px;
    background: white;
    width: 80%;
    border-top: 1px solid #e9e8e8;
}

.navButtonLeft {
    float: left;
    padding: 0px 0px;
    background: #efefef;
    border: 1px solid #dddddd;
    border-radius: 10px;
    vertical-align: top;
    margin-right: 64px;
}

.navButtonLeft .navDirection {
    display: inline-block;
    font-size: 32px;
    margin: 0px 0px 2px 10px;
}

.navButtonRight .navDirection {
    display: inline-block;
    font-size: 32px;
    margin: 0px 10px 2px 0px;
}

.navButtonLeft .navTitle {
    display: inline-block;
    margin: 0px 20px 0px 8px;
    position: relative;
    top: -5px;
}

.navButtonRight .navTitle {
    display: inline-block;
    margin: 0px 8px 0px 20px;
    position: relative;
    top: -5px;
}

.navButtonRight {
    float: left;
    padding: 0px 0px;
    background: #efefef;
    border: 1px solid #dddddd;
    border-radius: 10px;
    vertical-align: top;
}

.faderToTop {
    background: linear-gradient(0deg, #ffffff, transparent);
    height: 50px;
    position: relative;
    top: -63px;
}


